/* body {
    font-family: 'Inter', sans-serif;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
} */
body {
    font-family: 'Inter', sans-serif;
}

/* dialogflow chatbot css */
df-messenger {
    --df-messenger-bot-message: #123acc;
    --df-messenger-button-titlebar-color: #56bfdf;
    --df-messenger-chat-background-color: #fafafa;
    --df-messenger-font-color: white;
    --df-messenger-send-icon: #3511d2;
    --df-messenger-user-message: #479b3d;
}


#technohub-logo {
    width: 150px;
    height: 65px;
    background-color: #F8F9FA;
}

@media screen and (max-width:550px) {
    #technohub-logo {
        width: 100px;
        height: 60px;
    }
    #traine{
        width: 100%;
        height: 40vh;
        
    }
    #carde{
        height: 35vh;
    }
    #modal{
        width: 100%;
        height: 31.5vh;
    }
}

#search-homepage {
    display: flex;
    flex-direction: column;
    /* margin-top: 50px; */
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    box-shadow: 0px 0px 8px -2px;
    border-radius: 20px;
}

.search-form {
    display: flex;
    justify-content: space-between;
}

#searchInput {
    width: 720px;
    height: 40px;
    outline: none;
    border: none;
    margin-left: 2%;
}


@media screen and (max-width:1000px) {
    #search-homepage {
        width: 100%;
    }

    #searchInput {
        width: 100%;
    }
}

@media screen and (max-width:1500px) {
    #search-homepage {
        width: 100%;
    }

    #searchInput {
        width: 100%;
    }
}



@media screen and (max-width:550px) {
    #searchInput {
        width: 95%;
    }
}
#contain1{
    width:85%;
}

#start-search {
    border-radius: 10px;
    height: 40px;
    /* width: 141px; */
}

#search-span {
    width: 90%;
    /* border: 1px solid lightblue; */
    margin-top: 30px;
    margin-left: 4.5%;
    border: 1px solid #ced4da;
    border-radius: 10px;
    align-items: center;
}




.icon {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 13px;
}

.icon img {
    width: 50%;
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}

.icon h5 {
    font-size: 16px;
    font-weight: 700;
}

/* learning options css */

#learn-opt-heading {
    width: 100%;
    height: 7vh;
    text-align: center;
    padding: 15px;
    color: white;
}

@media screen and (max-width:1200px) {
    #learn-opt-heading {
        width: 100%;
        height: 11vh;
        text-align: center;
        padding: 6px;
    }
}

@media screen and (max-width:900px) {
    #learn-opt-heading {
        width: 100%;
        height: 7vh;
        text-align: center;
        padding: 15px;
        color: white;
    }
}


/* modal content section css */

.modal-content {
    width: 100%;
    height: 28vh;
}

@media screen and (max-width:1200px) {
    .modal-content {
        width: 100%;
        height: 30vh;
    }
}

@media screen and (max-width:1000px) {
    .modal-content {
        width: 100%;
        height: 30vh;
    }
}

@media screen and (max-width:750px) {
    .modal-content {
        width: 100%;
        height: 28vh;
    }
}

@media screen and (max-width:600px) {
    .modal-content {
        width: 100%;
        height: 28vh;
    }
}

@media screen and (max-width:500px) {
    .modal-content {
        width: 100%;
        height: 27vh;
    }
}



/* fade-up-text-css */

/* .fade-up-text {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 2s, transform 2s;
    margin-left: 20px
} */

/* .site-map{
    display: block;
  } */

#site-map li {
    list-style-type: none;
    color: white;
    cursor: pointer;
    text-align: -webkit-match-parent;
    display: block;
}

li a {
    color: white;
    text-decoration: none;
    line-height: 200%;
}

li a:hover {
    color: aliceblue;
    text-decoration: none;
}


.each-line {
    display: grid;
    grid-template-columns: 20px auto;
    column-gap: 12px;
}

.how-to-register {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.hding {
    font-size: 20px;
    color: black;
    font-weight: bold;
    /* padding: 20px 0px; */
}


/* table css */

#table-course {
    border: 1px solid black;
    border-top: 1px solid black;
}

/* trainig exp section */

.exp-trainer {
    position: relative;
    box-shadow: 0px 0px 5px -2px;
    width: 100%;
    height: 35vh;
}

.icon img {
    width: 80px;
    height: 40px;
}

.exp-trainer h4 {
    color: blue;
    text-align: center;
}

.trainer {
    padding: 5px;
}

#trainer-section {
    width: 100%;
    height: auto;
    padding: 10px
}

@media screen and (max-width:1100px) {
    .exp-trainer {
        position: relative;
        box-shadow: 0px 0px 5px -2px;
        width: 100%;
        height: 35vh;
    }
}

@media screen and (max-width:995px) {
    .exp-trainer {
        position: relative;
        box-shadow: 0px 0px 5px -2px;
        width: 100%;
        height: 25vh;
    }
}


/* carousel-second */

.carousel-second {
    /* background-image: url("/img/bg-imges/andrew-neel-cckf4TsHAuw-unsplash.jpg"); */
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: black;
    /* opacity: 0.8;
    background-size: cover;
    background-repeat: no-repeat; */
}

#carouselExampleIndicators {
    text-align: center;
    display: flex;
}

#carousel-sec {
    position: relative;
}

#carousel-sec img {
    width: 60%;
    height: 300px;
    position: static;
    margin-left: 20%;
}

#carousel-body {
    width: 100%;
    height: 400px;
}



/* technohub section */

#technohub-section {
    padding-bottom: 50px;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
}

.prof {
    width: 100%;
    height: 20vh;
    box-shadow: 0px 0px 8px -2px;
    transition: transform .2s;
}

.prof:hover {
    -ms-transform: scale(0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9);
    /* Safari 3-8 */
    transform: scale(0.9);
}

#clipboard {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 10%;
    padding-top: 30px;
}

.profes {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 30px;
    font-size: 18px;
}


/* Demo classes css */

.demo-class {
    width: 100%;
    box-shadow: 0px 0px 8px -2px;
    padding: 15px;
    text-align: center;
}

.demo-class h5 {
    width: 100%;
    height: 6vh;
    padding-top: 9px;
    background-color: rgb(0, 191, 255);
    display: flex;
    justify-content: center;
}


/* IT Software courses section css */

.It-software-course {
    width: 100%;
    border: 1px solid;
    text-align: center;
    background-color: rgb(251, 251, 16);
}

.It-software-course h6 {
    padding: 4px;
    font-weight: bold;
}

.It-software-icon {
    text-align: center;
    box-shadow: 0px 0px 7px -2px;
    height: 20vh;
}

.It-software-icon i {
    padding-top: 30px;
}

.live-project {
    width: 100%;
    border: 1px solid;
    text-align: center;
    background-color: aqua;
}

.live-project h6 {
    padding: 4px;
    font-weight: bold;
}

.Interview-prepa {
    width: 100%;
    border: 1px solid;
    text-align: center;
    background-color: rgb(61, 216, 61);
}

.Interview-prepa h6 {
    padding: 4px;
    font-weight: bold;
}

/* hackthon group galary section css */

.wrapper {
    max-width: 1200px;
    position: relative;
}

.wrapper .slides {
    white-space: nowrap;
    cursor: pointer;
    font-size: 0px;
    overflow: hidden;
    scroll-behavior: smooth;
}

.slides img {
    height: 280px;
    width: 200px;
    border-radius: 2px;
    object-fit: cover;
    width: calc(100% / 3);
    margin-left: 10px;
}

.slides img:first-child {
    margin-left: 0px;
}

.slides .dragging {
    cursor: grab;
    scroll-behavior: auto;
}

.slides .dragging img {
    pointer-events: none;
}


.wrapper i {
    top: 50%;
    height: 46px;
    width: 46px;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: center;
    line-height: 46px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.wrapper i:first-child {
    left: -23px;
}

.wrapper i:last-child {
    right: -23px;
}



@media screen and (max-width:900px) {
    .slides img {
        width: calc(100% / 2);
    }

    .prof {
        width: 100%;
        height: 20vh;
        box-shadow: 0px 0px 8px -2px;
        transition: transform .2s;
    }
}

@media screen and (max-width:550px) {
    .slides img {
        width: 100%;
    }
}

/* ASAR with Uzbekistan government */
.mou-section{
    background-color: #004FBB;
    min-height: 300px;
 }
 
 .mou-heading{
   color: #ffffff;
   padding-top: 10vh;
   text-align: center;
 }
 
 .mou-content{
   color: #ffffff;
   margin-top: 5vh;
 }
 
 .mou-list{
   color: #ffffff;
   padding-bottom: 20vh;
 }
 
 .mou-images{
    margin-top: -120px;
 }
 
 .mou-images img{
   border-radius: 10px;
 }

 #courses-dropdown a:hover{
    background-color: blue;
    color: white;
  }