
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.topnav{
    background-color: #022068;
    justify-content: center;
}
.toplist{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.toplist li{
    gap: 10px;
    display: flex;
    list-style: none;
    margin: 12px 40px;
}
.toplist li p{
    font-size: 18px;
}
.nav-resp{
    min-width: 344px;
    max-width: 1230px;
    margin: auto;
    align-items: center;
    justify-content: center;
}
.nav-wrapper {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    width: 100%;
    height: 80px;
    padding: 0 25px;
    z-index: 2;
    background: white;
  }
  
  .logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .logo {
    width: 70%;
  }
  
  .nav-tabs {
    display: flex;
    font-weight: 600;
    font-size: 18px;
    list-style: none;
  }
  .nav-tabs .nav-tab a{
    text-decoration: none;
    color: #000;
    font-size: 17px;
  }
  .nav-tabs .nav-tab a:hover{
    color: #ff7216;
    transition: 0.3s;
  }
  .nav-tab:not(:last-child) {
    padding: 10px 25px;
    margin: 0;
  }
  
  .nav-tab:last-child {
    padding: 10px 0 0 25px;
  }
  
  .menu-btn {
    cursor: pointer;
    display: none;
  }
  
  .hidden {
    display: none;
  }
  
  @media screen and (max-width: 800px) {
    .nav-wrapper{
        padding: 0px;
    }
    .nav-container {
      position: fixed;
      display: none;
      overflow-y: auto;
      text-align: center;
      z-index: -1;
      top: 0;
      right: 0;
      width: 90%;
      height: 100%;
      color: #000;
      background: #fff;
    }
  
    .nav-tabs {
      flex-direction: column;
      align-items: center;
      margin-top: 80px;
      width: 100%;
    }
    .nav-tab:not(:last-child) {
      padding: 20px 25px;
      margin: 0;
    }
  
    .nav-tab:last-child {
      padding: 15px 25px;
    }
  
    .menu-btn {
      position: relative;
      display: block;
      margin: 0;
      width: 100%;
      cursor: pointer;
      z-index: 2;
      padding: 10px;
    }
    #menuToggle:checked ~ .nav-container {
      z-index: 1;
      display: flex;
      animation: menu-slide-left 0.3s ease;
      text-align: center;
    }
    #menuToggle:checked ~ .menu-btn {
        top: -208px;
        right: -9px;
    }
    }
    @keyframes menu-slide-left {
      0% {
        transform: translateX(200px);
      }
      to {
        transform: translateX(0);
      }
    }
  
.vl{
    border-left: 1px solid black;
    height: 15px;
}


.slider-container {
    width: 100%;
    max-width: 100%;
    height: 83vh;
    position: relative;
    overflow: hidden;
    height: 500px;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    position: relative;
    transition: opacity 0.5s ease-in-out;
}

.slide img {
    width: 100%;
    display: block;
}
.slide-item{
    min-width: 344px;
    max-width: 1230px;
    margin: auto;
    padding: 10px 0px;
    justify-content: center;
}
.slide-text {
    position: absolute;
    bottom: 63%;
    left: 14%;
    background: rgba(0, 0, 0, 0.712);
    color: white;
    padding: 25px;
    border-radius: 20px;
    width: 30%;
}
.slide-text h1{
   font-size: 50px;
}
.slide-text p{
    margin-top: 15px;
}
.slide-text .txt-btn{
    background-color: #ff7216;
    border: none;
    color: white;
    padding: 2% 4.5%;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}

.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.navigation button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 0px;
    cursor: pointer;
    border-radius: 50%;
}

.navigation button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 600px) {
    .navigation button {
        padding: 5px;
    }

    .text {
        bottom: 10px;
        left: 10px;
        padding: 10px;
    }
}


.first-sec{
    background-image: url(img/sec-2.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    text-align: center;
    margin: auto;
    padding: 40px 150px;
}
.first-sec-size{
    min-width: 344px;
    max-width: 1230px;
    margin: auto;
    padding: 5px 0px;
}
@font-face{
    font-family: Caveat;
    src: url(fonts/Caveat-VariableFont_wght.ttf);
}
.first-sec-text h2{
    color: #022068;
    font-size: 50px;
    font-family: Caveat;
}
.first-sec-text h1{
    color: #ff7216;
    font-size: 50px;
    font-weight: 500;
}
.first-sec-text p{
    margin-top: 25px;
    font-weight: 500;
}


.second-sec{
    width: 100%;
    background-image: linear-gradient(to right, #2e467679 , #2e467679), url(img/second-sec.jpg);
    background-size: cover;
    background-position: center;
    height: 450px;
    justify-content: center;
    padding: 30px 0px;
    position: relative;
}
.second-sec-size{
    min-width: 344px;
    max-width: 1230px;
    margin: auto;
    align-items: center;
    justify-content: center;
}
.second-sec-text{
    text-align: center;
}
.second-sec-text h2{
    color: white;
    font-size: 50px;
    font-family: Caveat;
}
.second-sec-text h1{
    line-height: 45px;
    color: #ff7216;
    font-size: 50px;
    font-weight: 500;
}
.second-sec-part{
    min-width: 344px;
    max-width: 1230px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -248px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding: 40px 60px;
    gap: 50px;
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.568);
}
.second-sec-part .first-col{
    width: 70%;
    justify-content: center;
    
}
.second-sec-part .first-col h2{
    color: #022068;
    font-size: 50px;
    font-weight: 400;
}
.second-sec-part .first-col h1{
    color: #022068;
    font-size: 54px;
    font-weight: 400;
}
.second-sec-part .first-col hr{
    background-color: #022068;
    height: 4px;
    margin-top: 20px;
}
.second-sec-part .first-col p{
    margin-top: 20px;
    line-height: 30px;
    font-weight: 500;
}
.second-sec-part .second-col{
    width: 30%;
    justify-content: center;
   
}
.second-sec-part .second-col .second-col-text{
    display: flex;
    margin-top: 30px;
    gap: 10px;
}
.second-sec-part .second-col .second-col-text span{
    color: #ff7216;
    font-size: large;
}
.second-sec-part .second-col .second-col-text p{
    font-weight: 500;
}


.third-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}
.third-sec-size{
    min-width: 344px;
    max-width: 1230px;
    margin: auto;
    padding: 5px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.third-sec-size .third-sec-text{
    text-align: center;
}
.third-sec-size .third-sec-text h2{
    color: #022068;
    font-size: 50px;
    font-family: Caveat;
}
.third-sec-size .third-sec-text h1{
    line-height: 45px;
    color: #ff7216;
    font-size: 50px;
    font-weight: 500;
}
.third-sec-cards{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}
.third-sec-cards .card-row{
    display: flex;
    align-items: center; 
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
}
.third-sec-cards .card-row .card{
    width: 400px;
    height: 450px;
    display: block;
}
.third-sec-cards .card-row .card-img{
    width: 400px;
    height: 380px;
}
.third-sec-cards .card-row .card img{
    width: 100%;
    height: 100%;
}
.third-sec-cards .card-row .card .card-text{
    background-color: #e0e0e0;
    color: #022068;
    text-align: center;
    padding: 22px 0px;
}
.third-sec-cards .third-sec-btn{
    background-color: #ff7216;
    border: none;
    color: white;
    padding: 1% 2.5%;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 35px;
}


.fourth-sec{
    width: 100%;
    background-image: linear-gradient(to right, #2e4676b0 , #2e4676c9), url(img/fourth-sec.jpg);
    background-size: cover;
    background-position: center;
    height: 270px;
    justify-content: center;
    padding: 30px 0px;
    position: relative;
    margin-top: 40px;
}
.fourth-sec-size{
    min-width: 344px;
    max-width: 1230px;
    margin: auto;
    align-items: center;
    justify-content: center;
}
.fourth-sec-text{
    text-align: center;
    justify-content: center;
}
.fourth-sec-size .fourth-sec-text h1{
    color: white;
    font-size: 3rem;
    font-weight: 500;
}
.fourth-sec-size .fourth-sec-text .fourth-sec-btn{
    background-color: #00000000;
    border: 2px solid white;
    color: white;
    padding: 1% 2.5%;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
}


.footer-sec{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}
.footer-sec-size{
    min-width: 344px;
    max-width: 1230px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-sec-size hr{
    background-color: #252525;
    width: 100%;
    margin-top: 40px;
}
.footer-link-row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    margin: 40px;
}
.footer-link-row .footer-col li{
    list-style: none;
    margin: 15px 0px;
}
.footer-link-row .footer-col li h3{
    color: #252525;
}
.footer-link-row .footer-col li a{
    text-decoration: none;
    color: #000;
}
.footer-link-row .footer-vl{
    border-left: 1px solid rgb(22, 22, 22);
    height: 250px;
}
.footer-bar{
    width: 100%;
    background-color: #022068;
    color: white;
    justify-content: center;
}
.footer-bar-sizing{
    min-width: 344px;
    max-width: 1230px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-bar-sizing p{
    font-weight: 400;
    font-size: medium;
    padding: 10px 0px;
}

@media (max-width: 1280px) {
    .first-sec {
        margin: auto;
        padding: 40px 29px;
    }
}

@media (max-width:950px) {
    .navigation{
        top: 40%;
    }
    .slider-container{
        height: 30vh;
    }
    .topnave{
        text-align: center;
    }
    .toplist{
        flex-direction: column;
    }
    .logo{
        width: 70%;
    }
    .logo img{
        width: 100%;
    }
    .nav-item {
        gap: 60px;
    }
    .card-row{
        flex-direction: column;
    }
    .second-sec-part{
        flex-direction: column;
        padding: 24px 0px;
        text-align: center;
        gap: 18px;
    }
    .second-sec-part .first-col {
        width: 80%;
        justify-content: center;
    }
    .second-sec-part .second-col {
        width: 80%;
        justify-content: center;
    }
    .footer-link-row{
        flex-direction: column;
        gap: 20px
    }
    .footer-vl{
        display: none;
    }
   .footer-sec-size img{
    width: 80%;
   }
   .footer-col{
    text-align: center;
   }
   .footer-bar-sizing{
    text-align: center;
   }
   .fourth-sec-size .fourth-sec-text h1 {
    font-size: 2rem;
   }
   .fourth-sec{
     padding: 44px 0px;
   }
   
   .third-sec-cards .card-row .card{
    width: 340px;
    height: 390px;
   }
   .third-sec-cards .card-row .card-img {
    width: 340px;
    height: 323px;
}
.slide-text {
    position: absolute;
    bottom: 31%;
    left: 13%;
    background: rgba(0, 0, 0, 0.712);
    color: white;
    padding: 15px;
    border-radius: 11px;
    width: 72%;
    
}
.slide-text h1 {
    font-size: 22px;
}
.slide-text p {
    margin-top: 4px;
}
.slide-text .txt-btn {
    background-color: #ff7216;
    border: none;
    color: white;
    padding: 2% 4.5%;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 7px;
}
}

@media (max-width: 1025px) {
.navbar{
    flex-direction: column;
}
.toggle-btn{
    display: flex;
    cursor: pointer;
}
.navlist {
    background-color: white;
    flex-direction: column;
    position: absolute;
    top:  -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: 0.4s;
}

.navlist.active {
    top: 0%;
}
.vl{
    display: none;
}
.first-sec-size{
    min-width: 100%;
    max-width: 100%;
    padding: 2px 0px;
}
/* .second-sec-size{
    min-width: 1025px;
}
.second-sec-part{
    min-width: 1025px;
}
.third-sec-size{
    min-width: 1025px;
}
.third-sec-cards .card-row{
    flex-direction: column;
}
.fourth-sec-size{
    min-width: 1025px;
}
.footer-sec-size{
    min-width: 1025px;
}
.footer-link-row {
    gap: 50px;
}
.footer-bar-sizing{
    min-width: 1025px;
} */
}

 @media (max-width:375px) {
    .toplist{
        flex-direction: column;
    }
    .navbar{
        flex-direction: column;
    }
    .toggle-btn{
        display: flex;
        cursor: pointer;
    }
    .navlist {
        background-color: white;
        flex-direction: column;
        position: fixed !important;
        top:  -100%;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: 0.4s;
    }
    
    .navlist.active {
        top: 0%;
    }
    .vl{
        display: none;
    }
    .first-sec-size{
        min-width: 100%;
        max-width: 100%;
        padding: 0px 0px;
    }
    } 


        /* #check:checked ~ ul {
          right: 0;
        } */
      

