*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inria Serif", serif;
}
a:hover{
    text-decoration: none !important;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p{
    padding: 0;
    margin: 0;
}
body{
    background-color: #C9D8FA;
}
.menuber-2{
    display: none;
}
/* header */
@media (min-width: 300px) and (max-width: 600px){
    header .heading{
        padding: 20px 0 !important;
        
    }
}
@media (min-width: 300px) and (max-width: 1459px){
    .owl-nav{
        display: none;
    }
    /* .cta .wrapper{
        padding: 40px 30px !important;
    } */
    header .heading .image{
        width: 70px;
    }
       header .heading .image img{
        width: 100% !important;
       }
       .padding-bottom-40{
        padding-bottom: 40px;
    }
    .padding-bottom-20{
        padding-bottom: 20px;
    }
    header .heading .wrapper{
        justify-content: space-between !important;
        align-items: center;
        padding: 0 !important;
    }
  
    header nav{
        position: relative;
    }
    header .menuber .dropdown ul{
        display: none ;
    }
    header .menuber .dropdown:hover ul{
        display: block;
    }
    /* header .menuber .dropdown i{
        display: none;
    } */
    header .menuber{
        opacity: 0 !important;
        visibility: hidden !important;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        flex-direction: column !important;
        z-index: 2;
        background-color: #126BA7;
        width: 100%;
        gap: 15px;
        padding: 50px 10px;
        align-items: start !important;
        justify-content: left !important;
        /* height: 100%; */
    }
    #heaber.active .menuber{
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 10;
    }
    /* #heaber.active .menuber-2{
        margin-left: -29%;
    } */
    header .news{
        display: none;
    }
    .menuber-2{
    display: block;
    color: #fff;
    font-size: 20px;
    /* text-align: center; */
    position: relative;
    z-index: 20;
    padding: 0 20px;
    }
     .container-1{
        width: 100%;
     }
}
header .top-header .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .top-header .content ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .top-header .content ul li{
    padding: 0 10px;
}
header .top-header .content ul .english{
    padding-left: 0;
}
header .top-header .content ul{
    padding: 12px 0;
}
header .top-header .content ul .line{
    color: #fff;
    padding: 0;
    font-size: 16px;
}
header .top-header{
    background-color: #174973;
}
header .top-header .content ul .logout{
    padding-right: 0;
}
header .top-header .content ul .hindi a{
    font-size: 15px;
}
header .top-header .content ul li a{
    color: #fff;
    font-size: 16px;
}

/* @media screen and (min-width: 480px) and (max-width: 768px){
.header .dropdown-menu{
    position: relative !important;
    background-color: transparent !important;

}
} */
header .heading .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 35px;
}
@media (min-width: 300px) and (max-width: 991px){
    header .heading .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 0;
}
}
header .heading .wrapper .text{
    text-align: center;
}
header .heading .wrapper .text h2{
    font-size: 30px;
    color: #fff;
    padding-bottom: 10px;
}
header .heading .wrapper .text h5{
    font-size: 20px;
    color: #fff;
}
header .heading{
    background-color: #032848;
    padding: 12px 0;
}
header nav .dropdown{
    position: relative;
}
header nav .dropdown:hover ul{
    visibility: visible;
    opacity: 1;
    /* transform: translateY(0px); */
}
/* header nav .dropdown ul li{
    padding: 0 20px;
} */
/* ------------------------------------------------------------------------------------------------ */
header nav .dropdown ul{
    box-shadow: 0px 5px 12px 0px #ffffff22;
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: #174973;
    width: 200px;
    z-index: 5;
    border-bottom: 2px solid #ffffff;
    align-items: start;
    justify-content: center;
    padding: 0 !important;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    /* transform: translateY(50px); */
    top: 25px;
}
/* header nav .dropdown ul li{
    padding: 10px 0;
} */
header nav .dropdown-2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}
header nav .past-conference-1.dropdown-2 ul{
    height: 430px !important;
    top: 50px;
    left: 230px;
}
header nav .dropdown-2.publications ul{
    height: 190px !important;
    left: -225px !important;
}
header nav .dropdown-2.publications:hover i{
    transform: rotateY(180deg);
}
header nav .dropdown-2 ul{
    box-shadow: 0px 5px 12px 0px #ffffff22;
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: #174973;
    width: 200px;
    height: 200px;
    z-index: 5;
    border-bottom: 2px solid #fff !important;
    align-items: start;
    justify-content: center;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: 0.4s;
    left: 185px;
    top: 95px;
}
header nav .dropdown-2:hover ul{
    visibility: visible !important;
    opacity: 1 !important;
}
header nav .events ul{
    height: 100px !important;
}
header nav .awards ul{
    height: 50px !important;
}
header nav .journal ul{
    height: 350px !important;
    width: 220px;
}
header nav .conferences ul{
    height: 160px !important;
    width: 250px;
}
header nav .membership ul{
    height: 320px !important;
    width: 250px;
}
header nav .academy ul{
    height: 300px !important;
    width: 230px;
}
header nav .resources ul{
    height: 440px !important;
    width: 230px;
}
header nav .election ul{
    height: 340px !important;
    width: 230px;
}
header nav .contact ul{
    height: 210px !important;
    width: 230px;
    right: 7%;
}



nav{
    background-color: #174973;
    padding: 14px 0;
    position: relative;
    z-index: 99999;
}
nav .wrapper ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav .wrapper ul li{
    display: flex;
    align-items: center;
    gap: 6px;
}
nav .wrapper ul li i{
    color: #fff;
    font-size: 18px;
    padding-top: 4px;
}
nav .wrapper ul li a{
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 20px;
}
/* nav .wrapper ul li .submenu-icon i{
    color: #fff;
}
nav .wrapper ul li:hover i{
    color: #000;
} */
 .menu-main-menu-container .submenu-icon i{
    color: #fff !important;
 }
  .menu-main-menu-container .menu-item:hover .submenu-icon i{
    color: #000 ;
  }

.news{
    background-color: #020C44;
    padding: 12px 0;
    border-top: 1px solid #fff;
}
.news p{
    color: #fff;
    font-size: 16px;
}
.owl-dots{
    display: none;
}
.news p span{
    color: #B58B15;
    text-transform: uppercase;
    padding-right: 10px;
    animation: news linear 0.3s infinite alternate;
}
@keyframes news{
    0%{
      color: #B58B15;
    }
    100%{
      color: #ffbb00;
    }
}


/* banner */
@media (min-width: 300px) and (max-width: 500px){
    .banner .video{
    /* height: 206px !important; */
    padding-bottom: 30px;
    }
}
header .heading .image.image-2{
    display: none !important;
}
@media (min-width: 501px) and (max-width: 600px){
    .banner .video{
    /* height: 240px !important; */
    padding-bottom: 30px;
    }
}
@media (min-width: 601px) and (max-width: 700px){
    .banner .video{
    height: 270px !important;
    }
}
@media (min-width: 300px) and (max-width: 699px){
    /* header .heading .image{
        display: none !important;
    } */
    header .headi .wrapper{
        align-items: center !important;
        justify-content: center !important;
        width: 100%;
    }
     header .text{
        margin: 0 auto;
     }
    header .text h2{
        font-size: 25px !important;
        text-align: center;
    }
    header .text h5{
        font-size: 18px !important;
        text-align: center;
    }
}
@media (min-width: 700px) and (max-width: 991px){
    .banner .video{
    height: 300px !important;
    overflow-y: hidden;
    }
}
.banner .video video{
    width: 100% !important;
}
.banner .video{
    /* height: 530px; */
    overflow-y: hidden;
    position: relative;
}
/* .banner .video::after{
    background-color: #020c4470;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */



/* banner-bottom */
@media (min-width: 300px) and (max-width: 991px){

}
.banner-bottom{
    padding: 50px 0;
}
/* .banner-bottom img{

} */
.banner-bottom .news-wrap h3{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.banner-bottom img{
        height: 216px;
}
.banner-bottom .news-wrap .news-wrapper{
    height: 216px;
    overflow-y: auto;
}
.banner-bottom .news-wrap .box{
    padding: 12px 40px 12px 20px;
    background-color: #fff;
}
.banner-bottom .news-wrap .box-1{
    background-color: #126BA7;
}
.banner-bottom .news-wrap .box-1 p{
    color: #fff !important;
}
.banner-bottom .news-wrap .box p{
    color: #126BA7;
    font-size: 16px;
}
.banner-bottom .news-wrap .box p span{
    font-size:8px;
    background-color: #B58B15;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 7px;
    border-radius: 4px;
    animation: news-box linear 0.3s infinite alternate;
}
@keyframes news-box{
    0%{
      background-color: #B58B15;
    }
    100%{
      background-color: #ffbb00;
    }
}
.banner-bottom .news-wrap .news-wrapper::-webkit-scrollbar{
    width: 15px;
}
.banner-bottom .news-wrap .news-wrapper::-webkit-scrollbar-track{
    background-color: #ffffff;
    border: 1px solid #032848 !important;
}
.banner-bottom .news-wrap .news-wrapper::-webkit-scrollbar-thumb{
   background-color: #032848;
}
.banner-bottom .image-wrapper{
    position: relative;
}
.banner-bottom .owl-prev{
    position: absolute;
    top: 58px;
    left: 15px;
}
.banner-bottom .owl-next{
    position: absolute;
    top: 58px;
    right: 15px;
}
.banner-bottom .owl-next span{
    color: #126BA7;
    font-size: 60px;
}
.banner-bottom .owl-prev span{
    color: #126BA7;
    font-size: 60px;
}


/* cta */
.cta{
    /* margin-top: 90px; */
    background-image: url(../image/bg-image-16.jpg);
    padding: 100px 0;
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   position: relative;
}
.cta .wrapper{
    position: relative;
    z-index: 3;
}
.cta::after{
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #00000075;
   
}
.cta .wrapper{
    text-align: center;
    /* background-image: url(../image/bg-image-1.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 55px 90px; */
}
.cta .wrapper h3{
    color: #fff;
    font-size: 40px;
    padding-bottom: 17px;
}
.cta .wrapper p{
    color: #fff;
    font-size: 16px;
        line-height: 27px;
    font-weight: 100 !important;
}


/* certificate */
.certificate{
    padding: 60px 0 60px 0;
}
.certificate .image-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px; 
}



/* slider-sec-1 */
.slider-sec-1{
    padding: 50px 0 60px 0;
    background-color: #1D3F5F;
}
.slider-sec-1 h3{
    padding-bottom: 25px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}
.slider-sec-2{
    padding: 0 0 60px 0;
}
@media (min-width: 300px) and (max-width: 600px){
     h3{
        font-size: 30px !important;
     }
     .certificate .image-wrapper{
      padding-top: 20px !important;
     }
}


footer{
    background-color: #032848;
    padding: 60px 0;
}
footer p{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
footer i{
    color: #fff;
}
footer a{
    color: #fff;
    font-size: 16px;
}
footer ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .contact{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer h5{
    color: #fff;
    font-size: 20px;
    padding-bottom: 10px;
}
.line-bottom{
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
}
footer .icon-wrapper i{
    font-size: 30px;
}
footer .icon-wrapper{
    display: flex;
    gap: 20px;
    padding-top: 50px;
}
footer .enquiry-wrap a{
  text-transform: uppercase !important;
}
footer .map-wrapper iframe{
    border-radius: 2px solid #174973;
    border-radius: 4px !important;
}



/* banner-2 -------------------------------------------------------------------------------------------*/
.banner-2 img{
    width: 100%;
    border-bottom: 1px solid #174973;
}
.about-text .wrapper{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.about-text .wrapper p{
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}
.about-text .wrapper h4{
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.about-text .wrapper{
    background-color: #295780;
    padding: 60px 60px;
    margin: 60px 0;
    border-left: 4px dashed #fff;
}


@media screen and (min-width: 300px) and (max-width: 1459px){
header nav .dropdown ul{
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: transparent !important;
    width: 260px;
    z-index: 5;
    /* border-bottom: 2px solid #ffffff; */
    align-items: start;
    justify-content: start;
    padding: 0px !important;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    /* transform: translateY(50px); */
    top: 25px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    border: none;
}
header nav .dropdown ul li{
    border-bottom: 0 !important;
}
nav .wrapper ul li {
    display: flex
;
    flex-direction: column;
    align-items: start;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: transparent;
}
}

header nav .dropdown ul{
    /* box-shadow: 0px 5px 12px 0px #ffffff22; */
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: #174973;
    width: 270px;
    z-index: 5;
    /* border-bottom: 2px solid #ffffff; */
    align-items: start;
    justify-content: start;
    padding: 0px !important;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    /* transform: translateY(50px); */
    top: 25px;
}
header nav .dropdown ul li{
    border-bottom: 1px solid #fff;
}



.submenu-icon {
  float: right;
  margin-left: 5px;
  font-weight: bold;
  color: #333;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: start;
}

.banner-1{
    padding: 0 !important;
}



.animate__fadeInLeftBig{
    animation-timeline: view(80% 10%) ;
    /* animation-range: entry 40% cover 100vh; */
    animation-duration: 0.2s;
    animation-iteration-count: 1;
}






.banner{
    position: relative;
}
.banner .heading-wrapper{
    display: flex;
    gap: 15px;
    justify-content: space-between;
    position: absolute;
    top: -3%;
    width: 100%;
    padding: 60px 30px;
    display: none;
}
.banner .heading-wrapper .logo img{
    width: 100px;
    height: 100px;
}

.banner .heading-wrapper .heading{
    text-align: center;
}
.banner .heading-wrapper .heading h1{
    font-size: 50px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    /* font-family: "Playfair Display", serif; */
}
.banner .heading-wrapper .heading p{
    font-size: 20px;
    color: #fff;
}



/* #heaber .heading{
    display: none !important;
}
@media screen and (min-width: 300px) and (max-width: 991px){
    #heaber .heading{
    display: block !important;
}
} */

#homeheader .navbar.one #mainMenu{
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}







/* 
    @media screen and (min-width: 300px) and (max-width: 991px){
    header .menuber{
        opacity: 1 !important;
        visibility: visible !important;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        flex-direction: column !important;
        z-index: 2;
        background-color: #126BA7;
        width: 100%;
        gap: 15px;
        padding: 50px 10px;
        align-items: start !important;
        justify-content: left !important;

    }
    } */


    @media screen and (min-width:  300px) and (max-width: 1100px){
  header .top-header{
        display: none;
    }
    }
    @media screen and (min-width: 1460px) and (max-width: 2000px){
/* .navbar.navbar-expand-lg .container{
    width: 1350px;
    margin: 0 auto;
    max-width: 100%;
} */
 .container-1{
    width: 1400px;
    margin: 0 auto;
    
    max-width: 100%;
}

}


/* .container-1{
    width: 1400px;
    margin: 0 auto;
    
    max-width: 100%;
} */


































:root {
  --gap: 1.25rem;
  --speed: 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --closed: 5rem;
  --open: 30rem;
  --accent: #ff6b35;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Inter, sans-serif;
  /* background: #07090d; */
  color: #c5c7ce;
}

.head {
  max-width: 1400px;
  margin: auto;
  padding: 70px 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
.head h2 {
  font: 400 1.5rem/1.2 Inter, sans-serif;
  color: #fff;
}
@media (min-width: 1024px) {
  .head h2 {
    font-size: 2.25rem;
  }
}
.nav-btn {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.nav-btn:hover {
  background: var(--accent);
}
.nav-btn:disabled {
  opacity: 0.3;
  cursor: default;
}

.slider {
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}

.controls {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.track {
  display: flex;
  gap: var(--gap);
  align-items: flex-start;
  justify-content: center;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-bottom: 40px;
}
.track::-webkit-scrollbar {
  display: none;
}

.project-card {
  position: relative;
  flex: 0 0 var(--closed);
  height: 26rem;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  transition: flex-basis var(--speed), transform var(--speed);
}
.project-card[active] {
  flex-basis: var(--open);
  transform: translateY(-6px);
  /* box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45); */
}
section{
    background-color: #03284800;
}
.project-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75) saturate(75%);
  transition: filter 0.3s, transform var(--speed);
}
.project-card:hover .project-card__bg {
  filter: brightness(0.9) saturate(100%);
  transform: scale(1.06);
}

.project-card__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  padding: 0;
  background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 2;
}
.project-card__title {
  color: #fff;
  font-weight: 700;
  font-size: 1.35rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.project-card__thumb,
.project-card__desc,
.project-card__btn {
  display: none;
}

.project-card[active] .project-card__content {
  flex-direction: row;
  align-items: center;
  padding: 1.2rem 2rem;
  gap: 1.1rem;
}
.project-card[active] .project-card__title {
  writing-mode: horizontal-tb;
  transform: none;
  font-size: 2.4rem;
}
.project-card[active] .project-card__thumb,
.project-card[active] .project-card__desc,
.project-card[active] .project-card__btn {
  display: block;
}

.project-card__thumb {
  width: 133px;
  height: 269px;
  border-radius: 0.45rem;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.project-card__desc {
  color: #ddd;
  font-size: 1rem;
  line-height: 1.4;
  max-width: 16rem;
}
.project-card__btn {
  padding: 0.55rem 1.3rem;
  border: none;
  border-radius: 9999px;
  background: var(--accent);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}
.project-card__btn:hover {
  background: #ff824f;
}

.dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 20px 0;
}
.dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: 0.3s;
}
.dot.active {
  background: var(--accent);
  transform: scale(1.2);
}

@media (max-width: 767px) {
  :root {
    --closed: 4rem;
    --open: 22rem;
  }
  .head {
    padding: 50px 20px 30px;
  }
  .track {
    flex-direction: column;
    scroll-snap-type: y mandatory;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 0;
  }
  .project-card {
    height: 20rem;
  }
  .project-card__title {
    font-size: 1.1rem;
    writing-mode: horizontal-tb;
    transform: none;
    text-align: center;
    padding-inline: 0.3rem;
  }
  .nav-btn {
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  :root {
    --closed: 100%;
    --open: 100%;
    --gap: 0.8rem;
  }

  .head {
    padding: 30px 15px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .slider {
    padding: 0 15px;
  }

  .track {
    flex-direction: column;
    scroll-snap-type: y mandatory;
    gap: 0.8rem;
    padding-bottom: 20px;
  }

  .project-card {
    height: auto;
    min-height: 80px;
    flex: 0 0 auto;
    width: 100%;
    scroll-snap-align: start;
  }

  .project-card[active] {
    min-height: 300px;
    transform: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }

  .project-card__content {
    flex-direction: row;
    justify-content: flex-start;
    padding: 1rem;
    align-items: center;
    gap: 1rem;
  }

  .project-card__title {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 1.2rem;
    margin-right: auto;
  }

  .project-card__thumb,
  .project-card__desc,
  .project-card__btn {
    display: none;
  }

  .project-card[active] .project-card__content {
    align-items: flex-start;
    padding: 1.5rem;
  }

  .project-card[active] .project-card__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  .project-card[active] .project-card__thumb {
    width: 200px;
    height: 267px;
    border-radius: 0.35rem;
    margin-bottom: 1rem;
  }

  .project-card[active] .project-card__desc {
    font-size: 0.95rem;
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .project-card[active] .project-card__btn {
    align-self: center;
    width: 100%;
    text-align: center;
    padding: 0.7rem;
  }

  .dots {
    display: none;
  }

  .controls {
    width: 100%;
    justify-content: space-between;
    padding: 0 15px 20px;
  }

  .nav-btn {
    position: static;
    transform: none;
  }
}


#dots{
    opacity: 0;
    visibility: hidden;
}





