* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: #f9f9f9;
    font-family: Arial, sans-serif;
    font-family: SupercellText-Medium, Helvetica, Arial, sans-serif;
}

/* Header and Navbar */
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    background: black;
    padding: 18px 20px;
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 113px;
    transition: all .5s ease-in-out;
}

.navlist {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 46px;
    list-style: none;
    transition: all .5s ease-in-out;
}

.navlist img {
    max-width: 200px;
    height: auto;
    padding-right: 20px;
}
.imges{
    max-width: 200px;
    height: auto;
    padding-right: 20px;
    display: none;
}
.navlist li a {
    text-decoration: none;
    color: rgb(179, 179, 179);
    font-weight: 600;
    transition: color 0.3s ease;
    font-size: 17px;
    
    
}
.burger{
    position: absolute;
  right: 0;
  display: none;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  margin: 6px 21px;
}

#burger{
    transition: transform .2s ease;

}
.line{
    border: 1px solid #b9b9b9;
    width: 22px;
    margin: 5px 5px;
    transition: all .5s ease-in-out;
}

.line2{
    border: 1px solid #b9b9b9;
    width: 22px;
    margin: 5px 5px;
    transition: all .2s ease-in-out;
}
.line3{
    border: 1px solid #b9b9b9;
    width: 22px;
    margin: 5px 5px;
    transition: all .5s ease-in-out;   
}
/* .burger:hover{
    transform: scale(.8);
} */
.active2{
    opacity: 0;
}

.active1{
    transform: translateY(8px) rotate(45deg);
}

.active3{
    transform: translateY(-7px) rotate(-45deg);
}


.header .navlist li a:hover,
.header .navlist li a.active {
   
    color: rgb(255, 255, 255);
}


.navlist li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.social {
    display: flex;
    gap: 20px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
}

.social div {
    transition: transform 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.social div:hover {
    color: white;
    transform: scale(1.1);
}

/* Hero Section */
.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.bg video {
    width: 100%;
    max-height: 934px;
    object-fit: cover;
}
/* General Reset */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: #f9f9f9;
    font-family: Arial, sans-serif;
}

/* Container Section */
.containor {
    background-image: linear-gradient(180deg, #245fc6 1%, #2887f0);
    padding: 0px 20px;
    /* text-align: center; */
    color: white;
    position: relative;
    max-height: 497px;
    /* overflow: hidden; */
}

    .main {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0 80px;
        max-width: 2400px;
        /* margin: 0 auto; */
    }

    .main h1 {
        color: white;
        font-size: 40px;
        font-weight: 800;
        font-family: SupercellText-Medium, Helvetica, Arial, sans-serif;
        margin-bottom: 4px;
        padding-top: 14px;
    }

    .main p {
        max-width: 80%;
        text-align: left;
        font-size: 26px;
        font-family: SupercellText-Medium, Helvetica, Arial, sans-serif;
        color: white;
        padding-bottom: 20px;
    }

    .main img {
        width: 192px;
        position: absolute;
        bottom: 0px;
        right: 90px;
        max-width: 100%;
        height: auto;
    }



.serhead h1 {
    display: flex;
    justify-content: center;
    /* padding: 0 0px 0px 80px; */
    /* padding: 17px; */
    color: rgb(5, 5, 5);
    font-size: 55px;
    font-weight: 800;
    font-family: SupercellText-Medium, Helvetica, Arial, sans-serif;
    margin-bottom: 17px;
    
}
.serhead p{
    display: flex
    ;
        justify-content: center;
        /* padding: 0 0px 0px 80px; */
        color: rgb(118 113 113);
        font-size: 25px;
        font-family: SupercellText-Medium, Helvetica, Arial, sans-serif;
        margin-bottom: 30px;
}

.services {
    padding: 24px 0;

}

.serv_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.serv_btn button {
    width: 395px;
    height: 63px;
    border: navajowhite;
    border-radius: 3px;
    background: #2882eb;
    color: white;
    font-size: 23px;
    font-weight: 600;
    max-width: 345px;
    transform: scale(1);
    transition: all 0.5s;
    /* box-shadow: 0px 0px 2px 1px #878787; */
    background-image: linear-gradient(25deg, #245fc6 91%, #2887f0 83%);
    cursor: pointer;
    
}

.serv_btn button a{
    text-decoration: none;
  color: white;
}

.serv_btn button:hover {
    transform: scale(1.1);
    /* box-shadow: 0px 0px 2px 1px #000000; */
    background: #2882eb;
}

.footer {
    background: black;
    color: white;
    height: 438px;
}

.social_2 {
    padding: 53px 191px;
}

.social_2 p {
    margin: 0 0 1em;
    font-weight: 400;
    font-size: 13px;
    /* margin-bottom: 11px; */
    /* font-size: 12px; */
    font-family: SupercellText-Medium, Helvetica, Arial, sans-serif;
}

.icons {
    display: flex;
    font-size: 35px;
    gap: 25px;
    margin-bottom: 12px;
}

hr {
    border: .01px solid #4b4b4b;
}

.navlist2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    list-style: none;
}

.blogo img {
    max-width: 200px;
    height: auto;
    padding-right: 20px;
}

.navlist2 li a {
    text-decoration: none;
    color: white;
    font-weight: 600;
    transition: color 0.3s ease;
    font-size: 16px;
}

.navlist2 li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.nav {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 33px;
}

.contact_list li {
    list-style: none;
    list-style: none;
    margin-bottom: 15px;


}

.contact_list li a {
    text-decoration: none;
    color: white;
}

.contact_list i {
    margin-right: 18px;
}

.rights {
    text-align: center;
}

.choes_cont span {
    font-weight: 700;
}

.choes_cont {
    max-width: 100%;
    width: 850px;
    text-align: justify;
    font-size: 20px;
    padding: 0 70px;
    margin-right: 272px;
    font-family: SupercellText-Medium, Helvetica, Arial, sans-serif;
}

.choes_cont li {
    list-style-type: disclosure-closed;
    margin-bottom: 18px;
}

.chose_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chose_list img {
    margin-left: 331px;
    width: 495px;
}
.serv_btn h1{
    display: flex;
    justify-content: center;
    padding: 0 0px 0px 80px;
    /* padding: 17px; */
    color: rgb(5, 5, 5);
    font-size: 55px;
    font-weight: 800;
    font-family: SupercellText-Medium, Helvetica, Arial, sans-serif;
}
.serv_btn p{
    width: 700px;
    font-size: 25px;
    text-align: left;
    color: rgb(118 113 113);
}
.serv_btn img{
    width: 585px;
}


@media (max-width: 1474px) {
    .chose_lis{
        flex-direction: column;
    }
    .chose_list img {
        margin-left:0px;
      }
      .choes_cont {
       
        margin-right: 0px;}
}

@media (max-width: 1024px) {
    .imges {
        max-width: 150px;
        display: block;
    }
    .navlist img{
        display: none;
    }
    .serv_btn p {
        width: 700px;
        font-size: 20px;
        text-align: left;
        /* color: black; */
        margin: 0 29px;
      }

    .cont-img{
        display: flex;
  justify-content: center;
  align-content: center;
    }
    .social_2 {
        padding: 53px 21px;
      }

    .main {
        position: unset;
        display: block;
        padding: 0;
       
      }
      .main img {
        width: 192px;
        position: relative;
        bottom: 0px;
        right: 0;
        max-width: 100%;
        height: auto;
      }

      .main p {
        max-width: 100%;
        text-align: center;}

    .chose_list img {
        margin-left: 0px;
      }


      .choes_cont {
        padding: 0 39px;
        margin-right: 0;}
      .chose_list{
        flex-direction: column;
      }



    .serhead p, h1{
        text-align: center;
    }
    .serv_btn img {
        width: 306px;
      }
    .navbar {
        flex-direction: column;
        align-items: flex-start;
        height: 247px;
    }
 
    .navlist {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .h-nav-show{
        height: 78px;
    }
    .h-social{
        opacity: 0;
        z-index: 0;
    }
   
    .h-nav-lsit{
        opacity: 0;
        /* display: none; */
       
    }
    .burger{
     
      display: block;
    }
    .social {
        margin-top: 10px;
    }

    .main h1 {
        font-size: 36px;
    }

    .main p {
        font-size: 18px;
    }

    .main img {
        max-width: 200px;
    }
}

@media (max-width: 768px) {
    .main h1 {
        font-size: 30px;
    }

    .main p {
        font-size: 16px;
    }

    .main img {
        max-width: 180px;
    }
    
    .navlist2 {flex-direction: column;
        align-items: flex-start;}
        .footer {
           
            height:533px;
          }
          .serhead p {
            
            font-size: 15px;
            margin-bottom: 12px;}
            .serhead h1 {
               
                margin-bottom: 7px;
                font-size: 36px;
             
                margin-bottom: 0;
               }
               .blogo img {
                max-width: 142px;
                height: auto;
                padding-right: 0;
              }
}

@media (max-width: 480px) {
    .navlist img {
        max-width: 150px;
    }
    

    .main h1 {
        font-size: 24px;
    }

    .main p {
        font-size: 14px;
    }

    .main img {
        max-width: 150px;
    }
    .serv_btn button {
        width: 285px;}
        .chose_list img {
            /* margin-left: 331px; */
            width: 314px;
          }
          .choes_cont{
            text-align: left;
          }
}


@media (max-width: 326px) {
    .footer {
        height: 573px;
      }
}