@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman';

    /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
}
  html,body{
  margin: 0;
  width: 100%;
  /*height: 100%;*/
  overflow-x: hidden;
} 

.heading {

    color: white;
    height: 650px;
    width: 100%;
}

.BGIMG {
    background-image: url('imges/promotional-sms.png');
    height: 650px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative;
}

.firtnav {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    top: 7px;
    position: relative;
}

.left a,
.right a {
    color: white;
    text-decoration: none;
    padding: 15px;
}


.mainnav {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin: auto;
    padding: 0 20px;
    /* background-color: #333; */

    position: fixed;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}




.mainnav ul {
    list-style: none;
    display: flex;
}

.mainnav ul li {
    margin-left: 20px;
}
.mainnav ul li i{
   display: none;
}
.mainnav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
}

.mainnav ul li.showinhorizan a {

    display: none;
}

.mainnav ul li a:hover {
    /* color: #ddd; */
    font-size:22px ;
}

.mainnav.scrolled {
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}

.logo input[type="checkbox"] {
    display: none;
}

.logo img {
    margin-right: 10px;
    /* Space between logo image and text */
    width: 40px;
    /* Logo image width */
    height: 40px;
    /* Logo image height */
}

.hero {
  top: 164px;
  width: 651px;
  left: 23px;
  position: relative;
}

.hero h1 {
    font-size: 2.5em;
    margin: 0;
}

.hero p {
    font-size: 1.2em;
    margin: 20px 0;
}

button {
    padding: 10px 20px;

    border-color: white;
    border-radius: 25px;
    display: inline-block;
    background-color: transparent;

}
a button {
    text-decoration: none;
    color: #fff;
}

button:hover {
    background-color: rgb(15, 104, 213);
}




#services {
    padding: 50px 20px;
    background-color: #f8f9fa;
    text-align: center;
}

#services h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
}

.service-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.service {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 300px;
    flex: 1 1 300px;
    height: 250px;
    transition: transform 0.3s, background-color 0.3s, filter 0.3s;
}

.service h3 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #007bff;
}

.service p {
    font-size: 18px;
    color: #555;
}

.service:hover {
    transform: scale(1.1);
    background-color: #007bff;
    color: #fff;
}

.service:hover h3,
.service:hover p {
    color: #fff;
}

.service-container:hover .service:not(:hover) {
    filter: blur(2.5px);
}




#pricing {
    padding: 50px 20px;
    background-color: rgb(253, 255, 253);
    text-align: center;
}

#pricing h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
}

.pricingcontiner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.pricedisplay {
    background-color: #007bff;
    border: 1px solid #ddd;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    padding: 20px;
    max-width: 300px;
    flex: 1 1 300px;
    height: 250px;
    transition: transform 0.3s, background-color 0.3s, filter 0.3s;
}

.pricedisplay h3 {
    font-size: 22px;
}

.pricedisplay p {
    color: white;
    font-size: 28px;
}

.pricedisplay h4 {
    font-size: 18px;
}

.pricedisplay a button {
    font-size: 18px;
    border-radius: 50px;
    border-color: white;
    text-decoration: none;
    color: white;
}

.pricedisplay a button:hover {
    border: none;
    background-color: rgb(224, 41, 41);
    color: white;
    text-decoration: none;
}

.pricedisplay:hover {
    transform: scale(1.1);
    background-color: white;
    color: black;

}

.pricedisplay:hover p {
    color: red;
}

.pricedisplay:hover a button {
    background-color: #007bff;
}

/*.pricedisplay:hover h3, .pricedisplay:hover p {
    color: #fff;
}*/
.pricingcontinerr:hover .pricedisplay:not(:hover) {
    filter: blur(2.5px);
}

.contentUS {
    /* background-color: rgb(214, 223, 222); */
    width: 100%;
    height: 525px;
    padding: 20px;
}
.contentUS h2{
  color: white;
  text-align: center;
  top: 22px;
  position: relative;
  font-size: 36px;
      }
.container {
    width: 100%;
    display: flex;
    /* justify-content: center;*/
    align-items: center;
    margin-top: 30px;
}

.contactusimage {
   background-image: url('imges/contactus-Photoroom.png');

    height: 525px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative;
}

.container .contactInfo {
  width: 30%;
  display: flex;
  flex-direction: column;
  top: -7px;
  position: relative;
}

.container .contactInfo .box {
    position: relative;
    padding: 20px 0;
    display: flex;
}

.container .contactInfo .box .icon {
  width: 43px;
  height: 39px;
  background-color: #00a9b1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 23px;
  color: white;
}

.container .contactInfo .box .text {
    display: flex;
    margin-left: 20px;
    font-size: 18px;
    color: white;
    flex-direction: column;
    font-weight: 300;
}

.container .contactInfo .box .text a {

    color: white;
    text-decoration: none;
    font-weight: 300;
}

.container .contactInfo .box .text h3 {
    font-weight: 500;
    font-size: 25px;
    color: #00a9b1;
}

.contactform {
    width: 40%;
    padding: 40px;
    background: transparent;
}

.contactform h2 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
}


.contactform .inputBox {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contactform .inputBox input,
.contactform .inputBox textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 19px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid white;
    outline: none;
    resize: none;
    background: transparent;
    color: rgb(252, 252, 252);
}

.contactform .inputBox span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: white;
    font-size: 20px;
}

.contactform .inputBox input:focus~span,
.contactform .inputBox input:valid~span,
.contactform .inputBox textarea:focus~span,
.contactform .inputBox textarea:valid~span {
    color:rgb(194, 51, 51)  ;
    font-size: 20px;
    transform: translateY(-20px);
}

.contactform .inputBox button {
  padding: 11px;
  background: transparent;
  color: white;
  border-radius: 50px;
  outline: none;
  font-size: 18px;
  border: 1px solid rgb(244, 242, 242);
  cursor: pointer;
  width: 111px;
 left: 234px;
  position: relative;
  height: 45px;
}

.contactform .inputBox button:hover {
    background-color: rgb(194, 51, 51);
    border-color:rgb(194, 51, 51);
}
#result{
  font-size: 20px;
}
/* maps*/
.location iframe {
    width: 500px;
    padding-left: 30%;
    height: 350px;
}
.maps
{
  position: relative;
  top: 88px;
  left: 26px;
  font-size: 40px;
  font-family: 'Crimson Text', serif;
  text-transform: uppercase;
}
.AboutUs {
    /* max-width: 800px; */
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.AboutUs h2 {
    color: #333;
    /* border-bottom: 2px solid #333; */
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 36px;
    top: 21px;
  position: relative;
}

.Aboutusmain
{
    width: 100%;
    height: auto;
    background: rgb(245, 245, 245);
    padding: 50px 0;
    display: grid;
    place-items: center;
}
.Aboutusmain .Aboutusheading
{
    font-size: 27px;
    font-weight: 500;
    color: rgb(106, 6, 236);
    position: relative;
    margin-bottom: 80px;
}
.Aboutusheading::after
{
    display: block;
    position: relative;
    content: '';
    width: 50%;
    height: 4px;
    left: 50%;
    bottom: -5px;
    background-image: linear-gradient(to right, rgb(106, 6, 236), rgb(220,0,240));
    transform: translateX(-50%);
}
.Aboutuscontainer
{
    width: 70%;
    height: auto;
    position: relative;
    
}
.Aboutuscontainer::after
{
    position: absolute;
    content: ' ';
    width: 3.5px;
    height: 100%;
    background-image: linear-gradient(to right, rgb(106, 6, 236), rgb(220,0,240));

    
}
.Aboutuscontainer ul
{
    list-style: none;
}
.Aboutuscontainer ul li{
    width: 50%;
    height: auto;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 1px 1px 25px rgba(0,0,0,0.384);
    border-radius:15px ;
}
.Aboutuscontainer ul li:nth-child(odd)
{
    float: left;
    clear: right;
    transform: translateX(-30px);
    text-align: right;
}
.Aboutuscontainer ul li:nth-child(even)
{  
    float: right;
    clear:left ;
    transform: translateX(30px);
}
.Aboutuscontainer ul li:nth-child(7)
{
margin-bottom: 0;
}
.Aboutuscontainer ul li .Aboutustitle
{
    font-size: 20px;
    font-weight: 500;
    color: rgb(106, 6, 236);
}
.Aboutuscontainer ul li p{
    font-size: 15px;
    color: #444;
    margin: 7px 0;
    line-height: 23px;
}
.Aboutuscontainer ul li .Aboutuscircle
{
    width: 30px;
    height: 30px;
    background-color: rgba(220, 0, 240, 0.403);
    border-radius: 50%;
    position: absolute;
    top: 54px;
    
}
.Aboutuscontainer ul li .Aboutuscircle::after
{
    content: ' ';
    width: 15px;
    height: 15px;
    background-color: rgb(106, 6, 236);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
}
.Aboutuscontainer ul li:nth-child(odd) .Aboutuscircle
{
    right: -32px;
    transform: translate(50% ,-50%);
}
.Aboutuscontainer ul li:nth-child(even) .Aboutuscircle
{
    left: -28px;
    transform: translate(-50% ,-50%);
}


.footer {
    background-color: #378181;
    width: 100%;
    padding: 20px;
    border-top-left-radius: 20% 80px;
    border-top-right-radius: 20% 80px;
    color: white;
    box-sizing: border-box;
}

.footer .innerfooter {
    height: 50px;
}

.innerfooteraddress {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.innerfooteraddress h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.innerfooteraddress p {
    margin: 5px 0;
    font-size: 18px;
}

.innerfooteraddress p a {
    text-decoration: none;
    color: white;
}

.innerfooteraddress ul {
    list-style-type: none;
    padding: 0;
    font-size: 18px;
}

.innerfooteraddress ul li {
    margin: 5px 0;
}

.innerfooteraddress ul li a {
    color: #fff;
    text-decoration: none;
}

.innerfooteraddress ul li a:hover {
    text-decoration: underline;
}

.social-media li {
    display: inline;
    margin: 0 10px;
}

.social-media li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
}

.social-media li a:hover.youtube {
    text-decoration: underline;
    color: red;
}

.social-media li a:hover.Instagram {
    text-decoration: underline;
    color: rgb(173, 27, 236);
}

.footercontent {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-bottom {
    margin-top: 20px;
}

.footer-bottom p {
    margin: 0;
    font-size: 18px;
    text-align: center;
}
@media screen and (max-width: 1275px) {
.BGIMG{
    background-image: url('imges/1275.png');
}
.mainnav ul{
  position: relative;
  left: 2%;
}
.hero{
  position: relative;
  width: 53%;
  top: 171px;
}
.contactusimage{
  background-image: url('imges/content1275.png');
}
.contactform .inputBox button{
  position: relative;
  left: 156px;
}
}
@media screen and (max-width: 1150px) {
    .BGIMG{
        background-image: url('imges/1150.png');

    }
    .mainnav ul{
      position: relative;
      left: 2%;
    }
   .hero{
    position: relative;
    width: 50%;
    top: 136px;
    }
    .contactusimage{
      background-image: url('imges/content1150.png');
    }
    .container .contactInfo, .contactform, .location{
      width: 33%;
      display: flex;
      flex-direction: column;
    
    } 
    .container .contactInfo .box{
      width: 100%;
    }
    .container .location iframe{
 
      position: relative;
      width: 129%;
    }
    .container
    {
        width: 85%;
    }
}
@media screen and (max-width: 991px) {
    .BGIMG{
        background-image: url('imges/950.png');
    }
   .logo span{
    position: relative;
    left: -10px;

   }
   .hero{
    position: relative;
    width: 69%;
    top: 95px;
   }
   .mainnav ul{
    position: relative;
    left: 2%;
   }
   .mainnav ul li i{
    display: none;
   }
   #home{
    position: absolute;
    top: 80px;
    margin-right: 5px;
    width: 510px;
  }
  .hero h1{
    font-size: 34px;
  }
  .hero p{
    font-size: 20px;
  }
  .mainnav.scrolled {
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.contactusimage{
  background-image: url('imges/contectus991.png');
}
.contentUS{
  padding: 0px;
}
.container .contactInfo, .contactform, .location{
  width: 33%;
  display: flex;
  flex-direction: column;

} 
.container .contactInfo .box{
  width: 100%;
  left: 10px;
}
.container .location iframe{
  left: -96px;
  position: relative;
  width: 129%;
}
.contactform .inputBox button{
  position: relative;
  left: 65px
}
.Aboutuscontainer
{
    width: 80%;
    transform: translateX(15px)

}
.Aboutuscontainer::after
{
    left: -30px;
}
.Aboutuscontainer ul li
{
    width: 100%;
    float: none;
    clear: none;
    margin-bottom: 80px;
}.Aboutuscontainer ul li:nth-child(odd)
{
    transform: translateX(0);
    text-align: left;
}
.Aboutuscontainer ul li:nth-child(even)
{
    transform: translateX(0);
}
.Aboutuscontainer ul li:nth-child(odd) .Aboutuscircle
{
    /* left: -58px; */
    left: -30px;
    transform: translate(-50%, -50%);
}
}
@media screen and (max-width: 768px) {
    .BGIMG{
        background-image: url('imges/768imag.png');
    }
    
    .mainnav{
      
 top: 36px;
    }
    
    .logo img {
      position: relative;
      width: 47px;
      height: 54px;
      left: -3px;
     }
      
      .logo span {
        position: relative;
        display: block;
        width: 95px;
        white-space: pre-line;
        font-size: 22px;
        left: -13px;

      }
      .hero{
        position: relative;
        width: 79%;
        top: 69px
       }
.mainnav.scrolled{
  top: 0;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
  .mainnav ul{
    position: relative;
    left: 48px;
  }
  .mainnav ul li {
   
  }
  .mainnav ul li i{
   
  }
  #home{
    position: absolute;
    top: 95px;
    margin-right: 5px;
    width: 375px;
  } 
  
  .hero h1{
       position: relative; 
  
    font-size: 32px;
  }
  .hero p{
    font-size: 18px;
  }
 
    .footercontent {
        flex-direction: column;
        align-items: center;
    }

    .innerfooteraddress {
        text-align: center;
    }
    .contactusimage
    {
      background-image: url('imges/contectus750.png');
      height: 610px;
    }
 
.contentUS{
  padding: 0px;
}
.container .contactInfo, .contactform{
  width: 50%;
  display: flex;
  flex-direction: column;

} 
.container .contactInfo .box{
  width: 100%;
  left: 10px;
}
.location{
display: none;
}

}
@media screen and (max-width: 651px) {
    .BGIMG{
        background-image: url('imges/600.png');
    }
    .firtnav{
       visibility: hidden;
    }
    .mainnav{
        top: 0;
      
        background-color: black;
        height: 55px;
    }
    .logo input[type="checkbox"] {
        display: block;
        opacity: 0;
    }
    .logo img {
      position: relative;
      width: 40px;
      height: 60px;
      left: 220px;
     }
      
      .logo span {
        position: relative;
        display: block; 
        width: 100px;
        white-space: pre-line; 
        font-size: 22px;
        left: 210px;

      }
     
.hamburger {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    left: -150px;
    color: white;
    
  }
  
  .line {
    width: 100%;
    height: 2px;
    background-color:white;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
    
  }
  .line:nth-child(1) {
    top: 0;
  }
  
  .line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  
  .line:nth-child(3) {
    bottom: 0;
  }
  
  input[type="checkbox"]:checked ~ .hamburger .line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  
  input[type="checkbox"]:checked ~ .hamburger .line:nth-child(2) {
    opacity: 0;
  }
  
  input[type="checkbox"]:checked ~ .hamburger .line:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }

  .mainnav ul{
    display: none;
    position: absolute;
    align-items: center;
    top: 51.5px;
    left: 35%;
    width: 180px;
    left: 1px;
    height: 360px;
    background:black;
    opacity: 96%;
  
  }
  .mainnav ul li {
    position: relative;
    color: white;
    left: 30px;
    top: 10px;
    padding-bottom: 18px;
  }
  .mainnav ul li i{
    display: inline;
    position: relative;
    font-size: 15px;
    left: -8px;
    top: -1.5px;
  }
  #home{
    position: absolute;
    top: 15px;
    margin-right: 5px;
    width: 315px;
  } 
  .hero{
    position: relative;
    width: 86%;
    top: 101px;
  }
   
  .hero h1{
        
  
    font-size: 29px;
  }
  .hero p{
    font-size: 17px;
  }
  .mainnav ul li.showinhorizan a {

    display: inline-block;
}
.mainnav.scrolled{
  display: none;
}
.contactusimage{
  background-image: url('imges/contucts650.png');
  width: 100%;
}
.contentUS{
  padding: 0px;
}
.container .contactInfo, .contactform{
  width: 50%;
  display: flex;
  flex-direction: column;

} 
.container .contactform{
  position: relative;
  top: -26px;
}
.container .contactInfo .box{
  width: 100%;
}
.location{
display: none;
}
.container .contactInfo .box .icon{

  left: 10px;
}
.Aboutusmain .Aboutusheading {
  font-size: 23px;
}
}
@media screen and (max-width: 480px) {
    .BGIMG{
        background-image: url('imges/450.png');
    }
    .mainnav{
        top: 0;
        background-color: black;
        height: 55px;
        position: absolute;
    }
    .logo input[type="checkbox"] {
        display: block;
        opacity: 0;
    }
    .logo img {
        position: relative; 
        width: 35px;
        height: 50px; 
        left: 155px
     }
      
      .logo span {
        position: relative;
        display: block; 
        width: 100px;
        white-space: pre-line; 
        font-size: 22px;
        left: 145px;

      }
      
.hamburger {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    left: -155px;
    color: white;
    
  }
  
  .line {
    width: 100%;
    height: 2px;
    background-color:white;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
    
  }
  .line:nth-child(1) {
    top: 0;
  }
  
  .line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  
  .line:nth-child(3) {
    bottom: 0;
  }
  
  input[type="checkbox"]:checked ~ .hamburger .line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  
  input[type="checkbox"]:checked ~ .hamburger .line:nth-child(2) {
    opacity: 0;
  }
  
  input[type="checkbox"]:checked ~ .hamburger .line:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
  .mainnav ul{
    display: none;
    position: absolute;
    align-items: center;
    top: 51.5px;
    left: 35%;
    width: 180px;
    left: 1px;
    background: black;
    opacity: 93%;
    height: 350px;
  }
  .mainnav ul li {
    position: relative;
color: white;
left: 28px;
top: 10px;
padding-bottom: 18px;
  }
  .mainnav ul li i{

    display: inline;
    position: relative;
    font-size: 15px;
    left: -8px;
    top: -1.5px;
  }
  #home{
    position: absolute;
    top: 15px;
    margin-right: 5px;
  } 
  .mainnav ul li.showinhorizan a {

    display: inline-block;
}
.hero{
  position: relative;
  width: 73%;
  top: 108px;
}
  .hero h1{
        
  
    font-size: 26px;  
  }
  .hero p{
        
    
    font-size: 18px;
  }
  .innerfooteraddress h2 {
        font-size: 24px;
    }

    .innerfooteraddress p,
    .innerfooteraddress ul {
        font-size: 16px;
    }

    .social-media li a {
        font-size: 1em;
    }
    .contactusimage{
      background-image: url('imges/contrctus375.jpg');
      height: 1260px;
     
    }
    .contentUS{
      width: 100%;
    }
 
    .container
    {
      display: flex;
      flex-direction: column;
      margin-left: 20px;
      
    }
    
    
    .contentUS .container .contactInfo{
      position: relative;
      order: 2;
      width: 122%;
    left: 1s0px;
    top: -38px;
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    
    
    }
    .contentUS .container .contactInfo .box{
      padding-bottom: 10px;
      left: 60px;
    }
    .contentUS .container .contactInfo .box .icon {
      height: 40px;
      width: 40px;
    }
    
    .container .contactInfo .box .text h3 {
      font-size: 25px;
      color:  #00a9b1;
    }
    .container .contactInfo .box .text p{
    font-size: 18px;
    color: white;
    opacity: 100%;
    }
    .contentUS .container .contactform
    {
      order: 1;
    top: -33px;
    position: relative;
    width: 360px;
    left: -18px;
    }
   .container .location
    {
      display: block;
      order: 3;
      position: relative;
      width: 250px;
      left: 10px;
    }
    .location iframe {
      position: relative;
      width: 350px;
      height: 350px;
      left: -56px;

  }
    .mainnav.scrolled {
    display: none;
    }
    .Aboutusmain .Aboutusheading {
      text-align: center;
    }
}
@media screen and (max-width: 375px) {
body overflow{
  margin: 0;
  width: 100%;
  height: 100%;
}

    .BGIMG{
        background-image: url('imges/375.png');
    }
   .mainnav{
position: absolute;
    top: 0;
    background-color: black;
    height: 51px;
   }
   .logo input[type="checkbox"] {
    display: block;
    opacity: 0;
}
.hamburger {
  display: block;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    left: -160px;
    color: white;
    
  }
  
  .line {
    width: 100%;
    height: 2px;
    background-color:white;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
    
  }
  
  /* Styling for each line of the hamburger icon */
  .line:nth-child(1) {
    top: 0;
  }
  
  .line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  
  .line:nth-child(3) {
    bottom: 0;
  }
  
  /* Rotate lines to form the hamburger icon when checkbox is checked */
  input[type="checkbox"]:checked ~ .hamburger .line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  
  input[type="checkbox"]:checked ~ .hamburger .line:nth-child(2) {
    opacity: 0;
  }
  
  input[type="checkbox"]:checked ~ .hamburger .line:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }

  .mainnav ul{
        display: none;
        position: absolute;
        align-items: center;
        top: 51.5px;
        left: 35%;
        width: 150px;
        left: 1px;
        background: black;
        opacity: 93%;
      }
      .mainnav ul li {
        position: relative;
    color: white;
    left: 25px;
    top: 10px;
    padding-bottom: 18px;
      }
      .mainnav ul li i{
        display: inline;
        position: relative;
        font-size: 15px;
        left: -8px;
        top: -1.5px;
      }
      #home{
        position: absolute;
        top: 15px;
        margin-right: 5px;
      }
      
   
      .logo img {
        position: relative; 
        width: 40px; 
        height: 55px; 
        left: 120px;

    

      }
      
      .logo span {
        position: relative;
        display: block; /* Make the span block-level to allow multiple lines */
        width: 100px; /* Set the width to control where the line breaks */
        white-space: pre-line; /* Preserve line breaks */
        font-size: 22px;
        left: 110px;

      }
      .hero{
        width: 76%;
    top: 135px;
    left: 10px;
    
      }
      .hero h1{
        
       
        font-size: 25px;
      }
      .hero p{
       display: none;
      }
      .hero a button{
      display: none;
      }
      .mainnav ul li.showinhorizan a {

        display: inline-block;
    }
    .contactusimage{
      background-image: url('imges/contrctus375.jpg');
      height: 1260px;
     
    }
    .contentUS{
      width: 100%;
    }

    .container
    {
      display: flex;
      flex-direction: column;
      margin-left: 18px;
      
    }

    
    .contentUS .container .contactInfo{
      position: relative;
      order: 2;
      width: 125%;
    top: -25px;

   background: rgba(0, 0, 0, 0.9);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
 
   
    }
    .contentUS .container .contactInfo .box{
      padding-bottom: 10px;
      left: 60px;
    }
    .contentUS .container .contactInfo .box .icon {
      height: 40px;
      width: 40px;
    }
  
    .container .contactInfo .box .text h3 {
      font-size: 25px;
      color:  #00a9b1;
    }
  .container .contactInfo .box .text p{
    font-size: 18px;
    color: white;
    opacity: 100%;
  }
    .contentUS .container .contactform
    {
      order: 1;
    top: -33px;
    position: relative;
    width: 320px;
    left: -18px;
    }
    .container .location
    {
      display: block;
      order: 3;
      position: relative;
      width: 250px;
      left: 31px;
    }
    .location iframe {
      position: relative;
      width: 350px;
      height: 350px;
      left: -56px;

  }
  .mainnav.scrolled {
    display: none;
  }
}