@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

/*------------------------------------NAVBAR----------------------------------------*/

.logo{
    width: 80px;
    height: 70px;
}

.logo-img{
    width: 68px;
    height: 68px;
}

.logo-text{
    font-size: 1.8rem;
    font-weight: normal;
    height: 100%;
    text-align: center;
    /* color: #fff; */
    color: #000;
    line-height: 70px;
    padding: 0 10px;
}

.header-logo-div{
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    background-color: white;
    display: flex;
    justify-items: center;
    text-align: center;
}

.header-logo{
    margin: auto;
    width: 40%;
}

@media (max-width:800px){
    .header-logo{
        margin: auto auto 10px auto;
        width: 90%;
        height: auto;
    }
}

.nav{
    z-index: 1;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 80px;
    /* background: #393185; */
    background: white;
}

.nav .navbar{
    height: 100%;
    max-width: 1500px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
}
.nav .navbar .nav-links{
    height: 100%;
    line-height: 70px;
}

.nav .navbar .logo-text .logo-text .nav-links{
    justify-content: space-between;
}

.nav .navbar .nav-links .links{
    display: flex;
}

.nav .navbar .nav-links .links .nav-items{
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 14px;
}

.nav .navbar .nav-links .links .nav-items .item-links{
    height: 100%;
    /* color: #fff; */
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1rem;
    font-size: 500;
    transition: all 0.5s ease;
}

.nav .navbar .nav-links .links .nav-items i{
    height: 100%;
    width: 22px;
    text-align: center;
    /* color: #fff; */
    color: #000;
    line-height: 70px;
    font-size: 1.3rem;
    transition: all 0.5s ease;
}

.navbar .nav-links .links .nav-items:hover i{
    transform: rotate(180deg);
}
.navbar .nav-links .links .nav-items .item-links:hover{
    font-size: 1.1rem;
    font-weight: bolder;
    color: #393185;
}
.navbar .nav-links .links .dropdown-content{
    position: absolute;
    top: 65px;
    left: 15px;
    background-color: white;
    /* background: #393185; */
    line-height: 40px;
    list-style: none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    display: none;
    transition: all 0.4s ease;
}
.navbar .nav-links .links .dropdown-content .dropdown-text{
    padding: 0 25px;
   
}
.navbar .nav-links .links .dropdown-content .dropdown-text .dropdown-link{
    text-decoration: none;
    /* color: #fff; */
    color: #000;
    font-size: 13px;
    font: 500;
}

.navbar .nav-links .links .nav-items:hover .dropdown-content{
    display: block;
}

.navbar .bx-menu{
    display: none;
}
.nav-links .sidebar-logo .bx-x{
    display: none;
}

/* @media (max-width:1300px) {
    .nav .navbar{
        max-width: 100%;
        padding: 0 25px;
    }
    .nav .navbar .nav-links .links .nav-items{
        padding: 0 10px;

    }
    .nav .navbar .nav-links .links .nav-items .item-links{
        font-size: 0.9rem;
    }
} */

.btn-contact {
    padding: 9px 20px;
    /* background-color: rgb(9, 173, 214); */
    background-color: rgb(139, 198, 243);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    font-size: 1rem;
}

.btn-contact:hover {
    background-color: rgb(68, 163, 236);
}



@media (max-width:1025px) {
    .nav .navbar{
        max-width: 100%;
        padding: 0 25px;
    }
    .nav .navbar .nav-links .links .nav-items{
        padding: 0 10px;

    }
    .nav .navbar .nav-links .links .nav-items .item-links{
        font-size: 0.9rem;
    }
}

@media (max-width:1300px){
    .nav .navbar .nav-links{
        display: block;
        position: fixed;
        top: 70px;
        left: -100%;
        max-width: 1400px;
        width: 100%;
        background: white;
        padding: 20px;
        line-height: 40px;
        transition: all 0.5s ease;
    }
    .nav .navbar .nav-links .sidebar-logo{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    /* .nav-links .sidebar-logo .responsive-logo{
        width: 55px;
        height: 55px;
    } */
    .navbar .bx-menu{
        display: block;
    }
    .nav-links .sidebar-logo .bx-x{
        display: block;
    }
    .navbar .bx-menu{
        font-size: 30px;
        font-weight: 600;
    }
    .nav-links .sidebar-logo .bx-x{
        margin: 0 90%;
        padding: 0%;
        font-size: 30px;
        font-weight: 600;
    }
    .nav .navbar .nav-links .links{
        display: block;
        margin-top: 5px;
        text-align: center;
        justify-content: center;

    }
    .nav .navbar .nav-links .links .nav-items{
        display: block;
        text-align: center;
        justify-content: center;

    }
    .navbar .nav-links .links .sub-menu{
        position: relative;
        top: 0;
        left: 0;
        display: none;
        box-shadow: none;
    }
    .navbar .nav-links .links .nav-items:hover .dropdown-content{
        display: none;
    }
    .nav .navbar .nav-links .links .nav-items i{
        line-height: 40px;
    }
    .navbar .nav-links .links .nav-items:hover i{
        transform: rotate(0deg);
    }
    .navbar .nav-links.show1 .links .sub-menu.dropdown-content{
        display: block;
    }
    .navbar .nav-links.show1 .links .nav-items i{
        transform: rotate(180deg);
    }
}

.logo-container{
    display: flex;
    align-items: center;
    padding-top: 10px;
}

/*------------------------------------CAROUSEL----------------------------------------*/

.mySlides{
    display: none;
}
.carousel-img{
    vertical-align: middle;
}
.slideshow-container{
    max-width: 100%;
    position: relative;
    margin: auto;
}

.prev, .next{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    transition: 0.6s ease;
    border-radius: 0 5px 5px 0;
    user-select: none;   
}
.next{
    right: 0;
    border-radius: 5px 0 0 5px;
}

.prev:hover, .next:hover{
    background-color: rgba(0, 0, 0, 0.7)
}

.text{
    color: #f2f2f2;
    font-size: 3rem;
    padding: 8px 12px;
    position: absolute;
    /* width: 100%; */
    /* text-align: center; */
    top: 30%;
    left: 35%;
    bottom: 50%;
    right: 0;
}

.numberText{
    color: #f2f2f2;
    font-size: 1.3rem;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.dot{
    cursor: pointer;
    height: 1rem;
    width: 1rem;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.6s ease;
}

.active .dot:hover{
    background-color: #717171;
}

.fade{
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1s;
    animation-name: fade;
    animation-duration: 1s;
}



@-webkit-keyframes fade{
    from{ opacity: 0.4;}
    to { opacity: 1;}
}

@keyframes fade{
    from{ opacity: 0.4;}
    to { opacity: 1;}
}


@media only screen and (max-width: 1300px) {
    .text{
        font-size: 2.6rem;
        left: 35%;
    }  
}

@media only screen and (max-width: 1250px) {
    .text{
        font-size: 2.5rem;
        left: 35%;
    }  
}
@media only screen and (max-width: 1200px) {
    .text{
        font-size: 2rem;
        left: 35%;
    }  
}
@media only screen and (max-width: 1150px) {
    .text{
        font-size: 2.3rem;
        left: 34%;
    }  
}
@media only screen and (max-width: 1100px) {
    .text{
        font-size: 2rem;
        left: 35%;
    }  
}
@media only screen and (max-width: 1000px) {
    .text{
        font-size: 2rem;
        left: 35%;
    }  
}
@media only screen and (max-width: 860px) {
    .text{
        font-size: 1.7rem;
        left: 35%;
    }  
}

@media only screen and (max-width: 500px) {
    .prev, .next, .numberText {font-size: 14px}
    .text{
        font-size: 1rem;
        left: 32.5%;
    }
}
@media only screen and (max-width: 455px) {
    .text{
        font-size: 14.5px;
        left: 32.5%;
    }  
}

@media only screen and (max-width: 420px) {
    .text{
        font-size: 13.4px;
    }  
}

@media only screen and (max-width: 400px) {
    .text{
        font-size: 12.4px;
    }  
}
@media only screen and (max-width: 376px) {
    .text{
        font-size: 12px;
    }  
}

@media only screen and (max-width: 360px) {
    .text{
        font-size: 11.4px;
    }  
}

@media only screen and (max-width: 300px) {
    .prev, .next, .numberText {font-size: 11px}
  .dot{
   height: 10px;
    width: 10px;
  }
  .text{
      font-size: 9px;
  }
}

/*------------------------------------CONTENT----------------------------------------*/
.home-container{
    width: 80%;
    margin: auto;
    text-align: center;
}

.host-text{
    margin: 0px 0px 0px 0px;
    font-size: 1.6rem;
    line-height: 2;
}

.about-head{
    font-size: 2.5rem;
    margin: 10px 0px 10px 0px;
    color: #393185;
}
.about-para{
    text-align: justify;
    margin: 40px 0 40px 0px;
    font-size: 1.08rem;
    line-height: 1.8;
}

.register-head{
    font-size: 2.5rem;
    margin: 60px 0px 10px 0px;
    color: #393185;
}
.register-para{
    margin: 40px 0 40px 0px;
    font-size: 1.08rem;
}

.contact-head{
    font-size: 2.5rem;
    margin: 60px 0px 10px 0px;
    color: #393185;
}
.contact-para{
    margin: 40px 0 40px 0px;
    font-size: 1.08rem;
}
.register, .mail{
    text-decoration: none;
    /* color: #000; */
}
.mail{
    color: #393185;
}

.register{
    color: black;
}

.btn-register {
    padding: 8px 16px;
    margin: 30px auto 0px auto;
    /* background-color: rgb(9, 173, 214); */
    background-color: rgb(139, 198, 243);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    font-size: 1.05rem;
}

/* .btn-register:hover {
    background-color: rgb(68, 163, 236);
} */

ion-icon{
    font-size: 1.08rem;
    margin: 0;
    padding: 0;
}

hr{
    width: 15%;
    border:solid 3.5px;
    /* animation: Slide_right 1.4s ease; */
    color: #393185;
    background-color: #393185;
    margin: auto;
}

@keyframes Slide_right {
    0% {
        transform: translateX(-250px);
    }
    100% {
        transform: translateX(0px);
    }
}

/*  */

.acm-head{
    font-size: 2.5rem;
    margin: 130px 0px 10px 0px;
    color: #393185;
}

.acmPartners-type-head{
    font-size: 2rem;
    margin: 60px 0 40px 0;
}

.sponsor-head{
    font-size: 2.5rem;
    margin: 80px 0px 10px 0px;
    color: #393185;
}

.type-partners{
    width: 100%;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.partner-logo{
    width: 17%;
    margin: 0px 35px;
}

.partner-persistent-logo{
    width: 10%;
    margin: 0px 35px;
}

.partner-tcs-logo{
    width: 22%;
    margin: 0px 35px;
}

.partner-huawei-logo{
    width: 10%;
    margin: 0px 35px;
}

.partner-IBM-logo{
    width: 17%;
    margin: 0px 35px;
}
.partner-cisco-logo{
    width: 14%;
    margin: 0px 35px;
}
.partner-facebook-logo{
    width: 28%;
    margin: 0px 35px;
}

.partner-head-bottom{
    width: 100%;
    border:solid 0.05px;
    height: auto;

}
/*  */
footer{
    width: 80%;
    /* margin: auto; */
    margin: 60px auto 80px auto;
    text-align: center;
}
.footer{
    width: 100%;
    margin: 60px auto 0 auto;
}

@media only screen and (max-width: 600px){
    .about-head, .register-head, .contact-head, .sponsor-head{
        font-size: 1.95rem;
    }
    .acm-head{
        font-size: 1.65rem;
        margin-top: 70px;
    }
    .home-container{
        width: 90%;
    }
    .host-text{
        font-size: 1.2rem;
    }
    .acmPartners-type-head{
        font-size: 1.5rem;
        margin: 35px 0 0px 0;
    }
    .type-partners{
        display: flex;
        flex-direction: column;
    }
    .partner-logo{
        width: 53%;
        margin: 0 0 35px 0;
    }
    .partner-persistent-logo{
        width: 33%;
        margin: 0 0 35px 0;
    }
    .partner-tcs-logo{
        width: 65%;
        margin: 0 0 0px 0;
    }
    .partner-huawei-logo{
        width: 35%;
        margin: 0 0 35px 0;
    }
    .partner-IBM-logo{
        width: 40%;
        margin: 15px 0 0px 0;
    }
    .partner-cisco-logo{
        width: 43%;
        margin: 0 0 35px 0;
    }
    .partner-facebook-logo{
        width: 55%;
        margin: 15px 0 0px 0;
    }
}

@media only screen and (max-width: 1000px){
    footer{
        width: 100%;
        margin-bottom: 60px;
    }
    .footer{
        width: 95%;
        /* height: 100%; */
        margin: 16% 2% 0 2%;
    } 
}
em{
    font-weight: normal;
}
/* header{
   
    width: 70%;
    margin: auto;
    margin: 60px auto 80px auto;
}
.header{
    width: 100%;
    margin: 60px auto 0 auto;
} */

/* 
@media only screen and (max-width: 1000px){
    header{
        width: 100%;
        margin-bottom: 60px;
    }
    .header{
        width: 95%;
      
        margin: 16% 2% 0 2%;
    } 
} */