*{
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

:root{
  --blue:#2B5A7D;
  --skyblue:#5BA6B1;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}

#nav,
#about,
#service,
#work{
    scroll-margin-top: 140px;
}


#contact{
    scroll-margin-top: 180px;
}



html,body{
  overflow-x: hidden;
}

:root {
  --brown-light: #d2b48c;  
  --brown-dark: #835d40;
  --black: #1a1a1a;      
  --white: #ffffff;      
  --gray-light: #f5f5f5; 
}

  /* 
  html,body{
    overflow-x: hidden;
  } */


/* navbar responsive */

.bars{
    position: absolute;
    right: 20px;
    font-size: 30px;
    color: var(--blue);
    display: none !important;
    cursor: pointer;
}



.fa-xmark{
    cursor: pointer;
    display: none !important;
    font-size: 25px;
    color: #ffffff;
}



@media (max-width:711px){


    .navbar{
      height: 50px !important;
    }


    .navbar>.logo>img{
      width: 150px;
      margin-left: -40px;
    }
   
    .bars{
        display: block !important;
    }

    .list{
        display: none !important;
        position: absolute;
        top: 70px;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 52vh;
        border: 2px solid #fff;
        border-radius: 0px 0px 10px 10px;
        background-color: var(--blue);
    }
    

    .list>ul>li{
        font-size: 19px;
    }




    .li{
        display: block !important;
    }


    .list>ul{
        line-height: 1.4;
        position: relative;
        top: 20%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .list>ul>li>a{
      color: #fff !important;
    }
    .fa-xmark{
        top: 20px;
        position: absolute;
        left: 85%;
        display: block !important;
    }
}





@media (max-width:443px){
  .list{
    width: 80%;
  }
}

/* navbar */
/* nav{
    z-index: 11;
    position: sticky;
    top: 0px;
    width: 100% !important;
    transition: 0.5s ease-in-out;
    padding: 10px 80px;
    background-color: #ffffff;
}
  
.navlink{
    box-shadow: 2px 2px 20px grey;
}
  
.navbar{
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
}

.list>ul{
    color: #2617ff;
    font-size: 17px;
    font-family: sans-serif;
    display: flex;
    gap: 20px;
    list-style-type: none;
}

.list>ul>li>a{
    color: var(--blue);
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: 0.5s ease-in-out;
}



.list>ul a:hover{
    border-bottom: 1px solid var(--blue);
}

.list>ul>li>a:hover{
    border-bottom: 1px solid #fff;
}

.logo>img{
    
    width: 80px;
    border-radius: 20px;
}


.video>video{
    z-index: -1;
    position: absolute;
    top: 0px;
    height: 100vh;
    width: 100%;
    object-fit: cover;
} */














nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
  transition: 0.4s ease-in-out;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Inner Navbar Layout */
.navbar {
  max-width: 1300px;
  margin: auto;
  padding: 10px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

/* Logo */
.logo img {
  width: 180px;
  border-radius: 0px;
}

/* Menu List */
.list > ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 25px;
  font-family: sans-serif;
  font-size: 17px;
}

.list > ul > li > a {
  color: var(--blue);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.list > ul > li > a:hover {
  border-bottom: 1px solid #4c7697;
}

/* Mobile Menu Icon (Hidden by Default) */
.bars {
  display: none;
  font-size: 28px;
  color: var(--blue);
  cursor: pointer;
  user-select: none;
}




@media (max-width:380px){
  .navbar>.logo>img{
    margin-left: -65px ;
  }
}

/* Responsive Design */
/* @media (max-width: 992px) {
  .navbar {
    padding: 10px 40px;
  }

  .list > ul {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 250px;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #ffffff;
    padding: 100px 30px;
    gap: 25px;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    transition: right 0.4s ease-in-out;
  }

  .list.active > ul {
    right: 0;
  }

  .bars {
    display: block;
  }

  .fa-xmark {
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 26px;
    color: var(--blue);
    cursor: pointer;
  }

  .list > ul > li > a {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .navbar {
    padding: 10px 25px;
  }

  .logo img {
    width: 65px;
  }

  .bars {
    font-size: 24px;
  }
} */







/* main */

/* 
.overlay{
    height: 86vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.534));
} */

main{
    background-image: linear-gradient(rgba(0,0,0,0.5)), url(img/main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding-left: 90px;
    width: 100%; 
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#fff;
}




.mai{
  margin-top: 150px;
}

.emai::placeholder{
    text-transform:capitalize;
}



main>.mai>h1{
    font-size: 40px;
    width: 600px;
    margin-bottom: 20px;
}

main>.mai>p{
  width: 600px;
    line-height: 1.5;
}


.btn>button{
    margin-top: 20px;
    padding: 15px 20px;
    background-color: var(--blue);
    color: #fff;
    border: 1px solid var(--blue);
    border-radius: 10px;
    transition: 0.5s ease-in-out;
}


.btn>button:hover{
    background-color: #3a6a8f;
}


.btn>button:hover{
    border-bottom: 1px solid var(--blue);
}



/* responsive main */


/* Responsive Design for Main Section */

/* Tablets and small laptops */
@media (max-width: 992px) {
    main {
      height: 80vh;
      width: 100%;
      padding: 40px 50px;
    }

    main>.mai{
      position: relative;
      top: -20px;
    }

    main >.mai> h1 {
        font-size: 32px;
        width: 90%;
    }

    main >.mai> p {
        width: 90%;
        font-size: 16px;
    }
    .btn > button {
        margin-top: 25px;
        padding: 12px 20px;
        font-size: 15px;
    }
}

/* Mobile devices */
@media (max-width: 576px) {


  nav .logo>img{
    margin-left: -60px;
  }
    main {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 63vh;
      width: 100%;
    }
    main>.mai{
      position: relative;
      top: -20px;
      width: 89%;
    }
    main >.mai> h1 {
        font-size: 25px;
        width: 90%;
        
    }

    main >.mai> p {
        text-align: justify;
        width: 90%;
        font-size: 14px;
        line-height: 1.5;
    }

    .btn {
        display: flex;
        
    }

    .btn > button {
        padding: 10px 18px;
        font-size: 14px;
    }
}



@media (max-width: 372px) {
    .mai{
      /* text-align: center; */
      margin-left: -10px;
    }

    main >.mai> h1 {
        font-size: 20px !important;
    }

    main >.mai> p {
        font-size: 10px;
    }

    .btn > button {
        padding: 8px 15px;
        font-size: 13px;
    }

    /* .btn{
      display: flex;
      justify-content: center;
    } */
}





@media (max-width: 345px) {
    .mai{
      /* text-align: center; */
      margin-left: -10px;
    }

    main >.mai> h1 {
        font-size: 20px !important;
    }

    main >.mai> p {
      width: 97%;
        font-size: 10px;
    }

    .btn > button {
        padding: 8px 15px;
        font-size: 13px;
    }

    /* .btn{
      display: flex;
      justify-content: center;
    } */
}




@media (max-width: 500px) {
    .mai{
      
      display: flex;
      flex-direction: column;
      justify-content: center;
      /* align-items: center; */
      position: relative;
      left: -20px;
    }
    /* .btn{
      display: flex;
      justify-content: center; 
    } */
}




@media (max-width: 450px) {
    .mai{
      width: 96%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      /* align-items: center; */
      position: relative;
      left: -20px;
    }

    main>.mai>h1{
      font-size: 23px;
    }


    
    main>.mai>p{
      font-size: 13px;
    }


    .btn{
      display: flex;
      /* justify-content: center; */
    }
}

















@media (max-width: 335px) {
    .mai{
      width: 96%;
      display: flex;
      flex-direction: column;
      /* justify-content: center; */
      /* text-align: center; */
      /* align-items: center; */
      /* position: relative; */
      /* left: -23px !important; */
    }

    main>.mai>h1{
      font-size: 25px;
    }


    
    main>.mai>p{
      /* text-align: center; */
      font-size: 13px;
    }


    /* .btn{
      display: flex;
      justify-content: center;
    } */
}



/* about us */

.about>h1{
    margin-top: 60px;
    text-align: center;
    font-size: 40px;
    color: var(--blue);
    font-family: sans-serif;
}


.abb{
    justify-content: center;
    display: flex;
    gap: 30px;
    margin: 50px 30px;
}


.left-abb>h1{
    margin-bottom: 20px;
    font-family: sans-serif;
    color: var(--blue);
}



.left-abb>p{
    margin-bottom: 20px;
    font-size: 17px;
}


.right-abb>img{
    width: 400px;
}


.left-abb{
    width: 700px;
}



.left-abb>h2{
    color: var(--blue);
    font-family: sans-serif;
    margin-bottom: 10px;
}


.left-abb>ul{
    list-style-type: circle;
    font-family: sans-serif;
}


.left-abb>p{
    color: #2c2c2c;
    line-height: 1.5;
}

.left-abb>ul>li{
    margin: 10px;
}





/* about section rsponsive code */



@media (max-width: 1150px) {
  .abb {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }


  .left-abb > ul {
    padding-left: 20px;
    text-align: left; 
  }

  .left-abb {
    width: 90%;
  }

  .right-abb > img {
    width: 70%;
  }

  .left-abb > h1 {
    font-size: 28px;
  }

  .left-abb > p {
    font-size: 15px;
  }
}

/* 📱 Mobile screens */
@media (max-width: 600px) {
  .abb {
    gap: 20px;
    margin: 30px 15px;
  }

  .left-abb {
    width: 100%;
  }

  .right-abb > img {
    width: 100%;
    max-width: 350px;
  }

  .about > h1 {
    font-size: 30px;
  }

  .left-abb > h1 {
    font-size: 24px;
  }

  .left-abb > p {
    font-size: 14px;
    line-height: 1.4;
  }

  .left-abb > ul {
    padding-left: 20px;
    text-align: left; 
  }
}



/* services */


.services{
    margin: 50px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.divider{
    width: 70px;
    height: 3px;
    background-color: var(--blue);
    border: none;
}

.hr{
    display: flex;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}

.hr>hr{
    width: 60px;
    background-color: var(--blue);
}


.serv>h1{
    color: var(--blue);
    font-family: sans-serif;
    text-align: center;
    font-size: 40px;
    margin-top: 60px;
}

.ser{
    position: relative;
    bottom: 0px;
    transition: 0.5s ease-in-out;
    width: 420px;
    background-color: #fffffffa;
    color: var(--blue);
    box-shadow: 2px 1px 5px grey;
    border: 2px solid #f5f5f5;
    padding: 20px 30px;
    border-radius: 20px;
    font-family: sans-serif;
}



.ser:hover{
    position: relative;
    bottom: 30px;
    background-color: var(--blue);
    color: #fff;
}

.ser>h1{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 18px;
    margin-bottom: 20px;
}

.i{
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 2;
}

.i>p{
    width: 100%;
    font-size: 15px;
}



.i>i{
    font-size: 15px;
}





/* responsive code of services */




/* how we work */

.work>h1{
    text-align: center;
    color: var(--blue);
    margin-top: 100px;
    font-family: sans-serif;
}

.planing{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 50px 20px;
}

.plan{
    padding: 20px;
    font-family: sans-serif;
    width: 250px;
    text-align: center;
    transition: 0.5s ease-in-out;
    border: 2px solid #fff;
}


.plan>p:nth-of-type(2){
    color: #525252;
    line-height: 1.5;
}

.plan:hover{
    box-shadow: 2px 2px 10px var(--blue);
    border-radius: 30px;
    border: 2px solid var(--blue);
}

.num>h1{
    display: inline;
    background-color: transparent;
    border: 1px solid var(--blue);
    padding: 15px 25px;
    font-size: 17px;
    font-family: sans-serif;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    color: var(--blue);
}



.num>h1:hover{
    background-color: var(--blue);
    color: #fff;
}

.num{
    margin: 40px 0px;
}

.pp{
    margin-bottom: 10px;
   font-size: 25px; 
   color: var(--blue);
}










/* contact */
/*


.ccc>h1{
    margin-top: 30px;
    color: var(--blue);
    font-size: 40px;
    font-family: sans-serif;
    text-align: center;
}



.pone{
    margin: 40px 10px;
    display: flex; gap: 10px;
}


.con{
    justify-content: center;
    gap: 20px;
    padding: 60px 30px;
    font-family: sans-serif;
    
    display: flex;
}

.left-con{
    line-height: 1.5;
    padding: 60px 20px;
    width: 600px;
    background-color: #fff;
    box-shadow: 2px 2px 10px grey;
    border-radius: 20px;
    color: var(--blue);
}


.contact{
    background-color: var(--blue);
    color: #fff;
    padding: 40px;
    border-radius: 20px;
}





.add{
    width: 500px;
}



.email{
    flex-wrap: wrap;
}

.pone a{
    color: var(--blue);
}


.pone a:hover{
    color: red;
}



.input>input{
    height: 30px;
    border-radius: 10px;
    padding-left: 10px;
    border: 1px solid var(--blue);
    width: 300px;
}

.input>select{
    width: 315px;
    height: 40px;
    border-radius: 10px;
}

.input{
    line-height: 1.7;
    margin-top: 10px;
}

.input>textarea{
    border-radius: 10px;
    width: 267px;
    height: 120px;
    padding: 20px;
}


.btnn>button{
    border: 1px solid var(--blue);
    background-color: var(--blue);
    border-radius: 10px;
    padding: 10px 25px;
}

.btnn>button>a{
    color: #fff;
}


.bb>button{
    background-color: #fff;
    border: 1px solid #fff;
    padding: 10px 25px;
    border-radius: 10px;
}


.bb{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}


.bb>button>a{
    color: var(--blue);
}






/* responsive contact */

/*
@media (max-width: 1108px) {
  .con {
    flex-direction: column;
    margin: 50px;
    align-items: center;
  }

  .left-con,
  .contact {
    width: 100%;
    max-width: 650px;
  }

  .left-con {
    padding: 30px 20px;
  }

  .add {
    width: 100%;
  }

  .input>textarea{
    width: 92%;

  }

  .input > input{
    width: 100%;
    max-width: 100%;
  }


  .input > select{
    width: 102%;
  }
 
  .contact {
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .left-con,
  .contact {

    border-radius: 15px;
  }


  .con{
    margin: 20px;
  }

  .pone {
    flex-direction: column;
    margin: 20px 0;
  }


  .left-con>.email{
    flex-direction: row;
  }


  .input > input,
  .input > select {
    font-size: 14px;
  }


  .input > textarea{
    width: 92%;
  }

  .btnn button,
  .bb button {
    width: 100%;
  }
}


*/















/* -------- CONTACT SECTION -------- */

.ccc > h1 {
  margin-top: 30px;
  color: var(--blue);
  font-size: 40px;
  font-family: sans-serif;
  text-align: center;
}

.pone {
  margin: 40px 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.con {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 60px 30px;
  font-family: sans-serif;
  flex-wrap: wrap;
}

.left-con {
  line-height: 1.5;
  padding: 60px 20px;
  width: 600px;
  background-color: #fff;
  box-shadow: 2px 2px 10px grey;
  border-radius: 20px;
  color: var(--blue);
}

.contact {
  background-color: var(--blue);
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  width: 500px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.add {
  width: 500px;
}

.email {
  flex-wrap: wrap;
}

.pone a {
  color: var(--blue);
  transition: 0.3s;
}

.pone a:hover {
  color: red;
}



.input > input,
.input > select,
.input > textarea {
  width: 96%;
  border-radius: 10px;
  border: 1px solid var(--blue);
  padding: 10px;
  font-family: inherit;
  font-size: 15px;
}

.input > select{
    width: 100%;
}

.input > textarea {
  height: 120px;
}

.input {
  line-height: 1.7;
  margin-top: 10px;
}

.btnn > button {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  border-radius: 10px;
  padding: 10px 25px;
  cursor: pointer;
  transition: 0.3s;
}

.btnn > button:hover {
  background-color: var(--blue);
}

.btnn > button > a {
  color: #fff;
  text-decoration: none;
}

.bb {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.bb > button {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 10px 25px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.bb > button:hover {
  background-color: #f5f5f5;
}

.bb > button > a {
  color: var(--blue);
  text-decoration: none;
}

/* -------- RESPONSIVE STYLES -------- */

/* Tablet screens */
@media (max-width: 991px) {
  .con {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
  }

  .left-con,
  .contact {
    width: 90%;
    padding: 40px 25px;
  }

  .ccc > h1 {
    font-size: 35px;
  }
}

/* Large mobile screens */
@media (max-width: 767px) {
  .ccc > h1 {
    font-size: 32px;
  }

  .left-con h1,
  .contact h1 {
    font-size: 26px;
  }

  .left-con {
    padding: 40px 20px;
  }

  .contact {
    padding: 30px 20px;
  }

  .add {
    width: 100%;
  }

   .bb>button{
        width: 100%;
    }
}

/* Small mobile screens (last responsive point) */
@media (max-width: 480px) {
  .con {
    padding: 30px 15px;
  }

  .ccc > h1 {
    font-size: 28px;
  }

  .left-con h1,
  .contact h1 {
    font-size: 22px;
  }

  .input > input,
  .input > select,
  .input > textarea {
    font-size: 14px;
  }

  .btnn > button,
  .bb > button {
    padding: 8px 18px;
  }

  .pone {
    flex-direction: column;
    margin: 20px 5px;
  }

  .add {
    font-size: 14px;
  }
}

/* Very small screens (320px and below) */
@media (max-width: 400px) {
   
    .input > select{
        width: 104%;
    }


}


@media (max-width: 400px) {
    .contact{
        margin-left: -10px;
        padding-left: 16px;
    }
}





/* footer */

.footer{
    flex-wrap: wrap;
    padding: 120px 20px;
    background-color: var(--blue);
    display: flex;
    gap: 60px;
    justify-content: center;
}


.foo:nth-child(1){
    width: 400px;
}


.foo{
    color: #fff;
    font-family: sans-serif;
}


.foo>h2{
    display: inline;
    border-bottom: 2px solid #fff;
    font-size: 19px;
    margin-bottom: 20px;
}


.foo a{
    color: #fff;
    transition: 0.5s ease-in-out;
}


.foo a:hover{
    color: red;
}


.foo>ul>li:hover{
    text-decoration: underline;
}


.foo:nth-child(1) >p{
    line-height: 1.6;
}



.foo{
    margin-bottom: 50px;
    width: 200px;
}


.foo>ul>li{
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.foo>ul{
    margin-top: 20px;
    line-height: 1.7;
    list-style-type: none;
}

@media (max-width: 1125px) {
    .footer {
        justify-content: center;
        text-align: center;
    }

    .foo {
        flex: 1 1 100%;
        min-width: 180px;
    }

    .foo:nth-child(1) {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .foo ul {
        padding: 0;
    }
}



/* footer */

footer{
    text-align: center;
    padding: 30px;
    background-color: #fff;
    color: var(--blue);
    font-family: sans-serif;
}


.footer .logo>img{
  margin-bottom: 20px;
}




.foo>.logo img {
  border-radius: 5px;
}