 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
 
 :root{
    --main-color: ;
    --left-move: 6rem;
    --yellow-color: 52;
  --green-color: 116;
  --pink-color: 300;
  --white-color: hsl(0, 0%, 100%);
  --black-color: hsl(0, 0%, 0%);
  --body-font: "Montserrat Alternates", serif;
  --biggest-font-size: 2rem;
  --big-font-size: 1.5rem;
  --normal-font-size: .938rem;
  --small-font-size: .813rem;

  /*========== Font weight ==========*/
  --font-regular: 400;
  --font-semi-bold: 600;
  --font-bold: 700;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

html{
    box-sizing: border-box;
    font-size: 20px;
    background-color: var(--main-color);
    font-family: "Raleway", sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    
}

body{
    margin: 0;
   padding: 0;
   background: black;
   
}
 
li{
    list-style: none;
}

a{
    text-decoration: none;
}


.hero {
  background-image: url(olympiaphotos/olympiahomebackground.webp); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
 min-height: 55rem;
 padding-bottom: 2rem;

   
}
 img{
   max-width: 100%;
  height: auto;
  display: block;
 }


.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.671); 
  z-index: 0;
}


.header {
   position: relative;
  top: 3rem;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  z-index: 10;
  padding-bottom: 13rem;

}


.navmenu {
   display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
  flex-wrap: wrap;
  gap: 1rem;
}


.navlist {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: center;
}

.navlink {
 text-decoration: none;
  color: white;
  font-size: 1rem;
  transition: color 0.3s;
  letter-spacing: 3px;
  font-weight: 500;
}

.navlink:hover {
  color: #8fcf3c;
  
}


.logo {
  position: absolute;
  left: 5%;
  padding-left: 5rem;
  transform: translateX(-50%);
  margin-left: 0;

}

.logo img {
  height: 350px;
  max-width: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
  padding-left: 2rem;
}



.btn {
   font-size: 1rem;
    display: inline-block ;
    background-color: transparent;
    padding: 1rem 1.25rem;
    border-radius: 1.5rem;
    transition: .3s;
    border: 3px solid white;
    color: rgb(255, 255, 255);
}



.btn:hover {
  background-color: #73a535;
  color: aliceblue;
  transform: scale(1.03);
  border: 3px solid transparent;
}

.ri-menu-line{
    display: none;
    z-index: 500;
    color: white;
   
   
}


.mainhome {
  flex: 4;
  display: flex;
  justify-content: flex-start;
  
  padding: 0 20px;
  padding-left: 10rem;
  position: relative;
  z-index: 1;
 
  background-size: cover;
  background-position: center;
}

.homecontainer {
  max-width: 900px;
  justify-self: start;
}

.hometitle {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: white;
   text-align: left; 
}

.homesubtitle {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 50px;
  color: rgb(192, 192, 192);
  text-align: left;
  font-weight: 300;
}

.homebutton {
    align-self: left;
 font-size: 1rem;
    display: inline-block ;
    background-color: #76b52a;
    
    padding: 1rem 1.25rem;
    border-radius: 1.5rem;
    transition: .3s;
    color: rgb(255, 255, 255);
    margin-right: 2rem;
}

.homebutton:hover {
  background-color: #274108;
}



.serviceshort {
            display: flex;
            justify-content: space-around;
            align-items: center;
            height: 100px;
            width: 100%;
            background-color: #000f04;
            box-shadow: 0 2px 6px rgba(0,0,0,0.1);
             position: relative;
        }

        .onepart, .twopart, .threepart {
            display: flex;
            align-items: center;
            width: 33%;
            height: 100%;
            background-color: #000f04;
            
            padding: 10px 20px;
            padding-left: 2rem;
            box-shadow: 0 4px 8px rgba(0,0,0,0.05);
            transition: transform 0.2s;
        }

         .onepart:hover, .twopart:hover, .threepart:hover {
            transform: scale(1.05);
            
        }

        .ri-expand-width-fill, .ri-windy-fill, .ri-arrow-up-double-fill {
            width: 30px;
            height: 30px;
            background-color: #000f04;
            border-radius: 50%;
            margin-right: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: rgb(255, 255, 255);
            font-weight: bold;
            font-size: 1.3rem;
        }

        .servicesmalltext {
            
            flex-grow: 1;
            font-size: 1rem;
            color: #bdbdbd;
        }

.video {
    height: auto;
  padding-block: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #000F04;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; 
  gap: 170px;
}

.video-text {
  font-size: 90px;
  font-weight: 800;
  color: white;
  line-height: 1.1;
 text-shadow: -6px 5px 0px #000000;
}

/* VIDEO */
#secVideo {
   height: 80vh;          
  width: auto;           
  max-width: 700px;
  object-fit: cover;     
  border-radius: 12px;
  border: 4px solid white;
  -webkit-box-shadow: -5px 8px 0px 3px #000000; 
box-shadow: -5px 8px 0px 3px #000000;
}

@media (max-width: 1330px) {
  .video {
  gap: 80px;
  padding-block: 3rem;
}
}

@media (max-width: 900px) {
  .video {
    flex-direction: column;
    text-align: center;
  }
  #secVideo{
    margin-top: 0;
     width: auto;   
  }
}
@media (max-width: 600px) {
  .video{
    padding: 0;
  }
.video-text {
  font-size: 70px;
}
  #secVideo{
    height: 70vh;
  }
}

.about {
  padding: 5rem 2rem;
 background: linear-gradient(to bottom, #000f04,#000000 );

  color: white;
  display: flex;
  justify-content: center;
}

.about-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8rem;
  max-width: 1200px;
  width: 100%;
  
}

.about-text {
  flex: 1;
  min-width: 280px;
  max-width: 600px;
  font-size: 1rem;
  line-height: 1.6;
  padding: 1rem;
  box-sizing: border-box;
}


.about-text h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #e0e0e0;
  padding-bottom: 1rem;
  
}

.about-text p {
  font-size: 1.1rem;
  color: #ccc;
  padding-bottom: 6px;
  margin-bottom: 1rem;
}

.about-gallery {
  flex: 1;
  min-width: 280px;
  max-width: 600px;
  height: 500px;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-gallery .swiper {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
 
}

.about-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.swiper-pagination-bullet {
  background: white !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: white !important;
}

.abouttextspecial{
 justify-self: stretch;
}

.aboutbutton{
   align-self: left;
 font-size: 1rem;
    display: inline-block ;
    background-color: #76b52a;
    padding: 1rem 1.25rem;
    border-radius: 1.2rem;
    transition: .3s;
    color: rgb(255, 255, 255);
    margin-left: 40px;

}
.aboutbutton:hover{
 background-color: #274108;
}
.ri-checkbox-circle-fill{
  color: #76b52a;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1rem;
  }

  .about-text,
  .about-gallery {
    max-width: 100%;
  }

  .about-gallery {
    height: 400px;
  }
  .video{
    padding-block: 0;
    padding-top: 4rem;
  }
  .video video{
    margin-top: 2rem;
}
}


@media (max-width: 480px) {
  .about {
    padding: 3rem 1rem;
  }

  .about-text h2 {
    font-size: 1.5rem;
  }

  .about-text p {
    font-size: 0.95rem;
  }

  .about-gallery {
    height: 450px;
  }
}



.service{
   background: linear-gradient(to bottom,#000000, #000f04 );
height: auto;
}

.service-container{
  padding: .5rem;
  text-align: center;
 align-items: center;
 
}

.service-container h2{
  color: white;
  font-size: 3rem;
  padding-bottom: 2rem;
}
.service-container p{
  color: gray;
  font-size: 1rem;
 
}

.service-gallery {
  
  min-width: 280px;
  max-width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  overflow: hidden;
 
}
.swiper{
 
  padding: 0;
   width: 100%;
 

}

.swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  transform: scale(0.9);
 
}


.swiper-slide-active .card {
  
  background-color: #76b52a;
  transform: scale(1.1);
  transition: ease-in-out 0.7s;
}
.swiper-slide-active .card .price{
  
 color: white;
  transition: ease-in-out 1.5s;
}

.swiper-slide-active .card .ri-checkbox-circle-fill{
  
 color: white;
  transition: ease-in-out 1.5s;
}
.swiper-pagination{
  padding-bottom: 20px;
}


.card {
  background: #000000;
  border-radius: 15px;
  padding: 2rem 1.5rem;
  width: 300px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
  position: relative;
  transition: transform 0.3s ease;
  min-height: 500px;
}


.card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: white;
}

.card .price {
  font-size: 2rem;
  color: #76b52a;
  margin-bottom: 0.5rem;
}

.card .note {
  font-size: 0.91rem;
  color: #e9e9e9;
  margin-bottom: 1.2rem;
}

.card ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.card ul li {
  padding: 0.5rem 0;
  font-size: 0.95rem;
  color: white;
}

/*******calculator part or wtv*******/

.calculator-section {
 min-width: 0;
  padding: 2rem;
  padding-left: 8rem;
  background: linear-gradient(to bottom, #000f04, #000000);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
 
  
  overflow-x: hidden;
  box-sizing: border-box;
  height: auto;
  
}
.calculator-section h2{
  color: white;
  font-size: 2.5rem;
  padding-bottom: 20px;
 
}
.calculator-section p{
  color: gray;
  font-size: 1rem;
  padding-bottom: 40px;
 
}

.calculator-info{
  padding-top: 5.5rem;
   word-wrap: break-word;
  line-height: 1.6;
  text-align: center;
}
.calculator-container {
  max-width: 700px;
  margin: 0 auto;
  background: #000000;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(97, 97, 97, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-height: 500px;
   
}

.calculator-container h2 {
  font-size: 2rem;
  color: #ffffff;
}

.calculator-container p.abouttext {
  font-size: 1rem;
  color: #cfcfcf;
}

.calculator-container form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.calculator-container label {
  text-align: left;
  font-weight: bold;
  color: #ffffff;
}

.calculator-container input,
.calculator-container select {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}

.calculator-container button.btn {
  background: #76b52a;
  color: white;
  border: none;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.calculator-container button.btn:hover {
  background: #5c9320;
}

.result-box {
  margin-top: 1rem;
  font-weight: bold;
  color: #76b52a;
  font-size: 1rem;
}

@media screen and (max-width: 1700px){
  .calculator-section{
    justify-content: center;
  }
  .calculator-section{
    padding-left: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .calculator-container {
    padding: 1.5rem 1rem;
  }

  .calculator-container h2 {
    font-size: 1.5rem;
  }

  .calculator-container input,
  .calculator-container select,
  .calculator-container button.btn {
    font-size: 0.95rem;
    padding: 0.65rem 0.9rem;
  }
}

.reviewsection{
   background: black;
  padding-top: 3rem;
  height: auto;
}
.rev-section{
  margin: auto;
  padding: 0 1rem;
  max-width: 1100px;
  text-align: center;
 
}

.title{
  font-size: 2.5rem;
  
  color: rgb(255, 255, 255);
  margin-bottom: 1rem;
}
.note{
  font-size: 1.1rem;
  color: rgb(150, 150, 150);
 
    color: hsl(87, 62%, 44%);
  

}

.reviews{
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
}

.review{
  margin: 0 1rem;
  min-width: 300px;
  flex: 1;
}

.head-review{
  margin: 1.75rem auto;
  width: 150px;
  height: 150px;
}
.review img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0px 5px rgba(212, 212, 212, 0.25);
}

.body-review{
  background-color: rgb(39, 39, 39);
  padding: 2.5rem;
  box-shadow: 0px 0px 5px rgb(225, 225, 225);
  border-radius: 15px;
}
.name-review{
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  margin-bottom: .25rem;
}
.place-review{
  color: red;
  font-style: italic;
}
.rating{
  color: rgb(253, 180, 42);
  margin: 1rem 0;
}
.desc-review{
  line-height: 1.5rem;
  letter-spacing: 1px;
  color: rgb(228, 228, 228);
  font-size: 18px;
}

@media (max-width: 678px){
  .review{
    margin-top: 1.5rem;
   
  }
}


.contact-section {
  padding: 4rem 2rem;
 background: linear-gradient(to bottom,#000000,#001806   );
  color: white;
  height: auto;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
 
}
.contacthead{
  
  text-align: center;
}
.contacthead h2{
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #ffffff;;
}
.contacthead p {
  font-size: 1rem;
  margin-bottom: 35px;
  color: #b6b6b6;
}
.contact-text {
  flex: 1 1 300px;
}

.contact-info {
  margin-top: 3rem;
  margin-left: 3rem;
}
.contact-info i{
  color:#76b52a;
}
.contact-info  i:hover{
  color:#223b02;
}
.contact-item a:hover {
  color: #666666;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.contact-item a,
.contact-item span {
  color: #fff;
  text-decoration: none;
}

.contact-map {
  flex: 1 1 300px;
  min-width: 300px;
  height: 100%;
  margin-right: 7rem;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  min-height: 300px;
}

/* Footer */
.footer {
  padding: 1.5rem;
  text-align: center;
  background-color:#001806;
  color: #777;
  font-size: 0.9rem;
}



@media (max-width: 1260px){
  .aboutbutton{
    margin-top: 2rem;
  }
}




@media (max-width: 500px){

  .logo{
    top: -9.6rem;
  }
  .hero{
    height:100vh;
    min-height: 40rem;
  }

  .mainhome{
    height: 100vh;
  }
  .homebutton{
    margin-bottom: 1rem;
  }
  .header{
    padding-bottom: 6.5rem;
  }
     .hometitle{
            font-size: 12vw;
            color: #ffffff;
            margin-bottom: 1rem ;
            padding-bottom: 1.5rem;
            text-align: center;
        }
        .homesubtitle{
            font-size: 5vw;
            padding-left: 5px;
            padding-right:5px;
            margin-bottom: 2rem ;
            padding-bottom: .5rem;
            text-align: center;
        }

        .homebutton, .btn{
          font-size: .9rem;
          padding-left: 2rem;
          padding-right: 2rem;
          
        }

        .homebutton{
          margin-bottom: 1rem
        }

.video{
  padding-block: 0;
  padding-bottom: 0;
}

        .video video{
  margin-top: 14rem;
  width: 330px;
  
}
}

@media (max-width: 560px){

.service-container{
  margin: auto;
}

.calculator-section{
  padding-left: 1rem;
  padding-right: 1rem;
}



}

@media screen and (min-width: 1150px) {
  :root {
    --biggest-font-size: 3rem;
    --big-font-size: 2.5rem;
    --normal-font-size: 1rem;
    --small-font-size: .875rem;
  }
}






.cardi__img {
  display: block;
  max-width: 100%;
  height: auto;
}


.container {
  max-width: 1120px;
  margin-inline: 1.5rem;
}

.cardi-yellow {
  --hue: var(--green-color) ;
}

.cardi-green {
  --hue: var(--green-color) ;
}

.cardi-pink {
   --hue: var(--green-color) ;
}

/*=============== CARD ===============*/
.cardi {
  position: relative;
  padding-block: 5rem;
  background-color: black;
}

.cardi__bg, 
.cardi__blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cardi__bg {
  object-fit: cover;
  object-position: center;
}

.cardi__blur {
  -webkit-backdrop-filter:blur(24px) !important;
  backdrop-filter: blur(24px) !important;
}

.cardi__container {
  position: relative;
  display: grid;
  grid-template-columns: 260px;
  justify-content: center;
  gap: 2rem;
}

.cardi__article {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  
}

.cardi__img {
  border-radius: 0rem;
  -webkit-transition: ease-in .4s ;
  transition: ease-in .4s;
}

.cardi__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, 
            hsla(0, 0%, 0%, 0) 70%, 
            hsl(0, 0%, 0%) 100%);
}

.cardi__data {
  color: var(--white-color);
  position: absolute;
  left: 1.5rem;
  bottom: 2rem;
}

.cardi__name {
  font-size: 1.5rem;
  margin-bottom: .25rem;
}

.cardi__profession {
  display: block;
  font-size: var(--small-font-size);
}

.cardi__clip {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: hsl(87, 62%, 44%);
  box-shadow: 0 0 16px 4px hsl(87, 62%, 44%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  color: var(--black-color);
  z-index: 5;
  cursor: pointer;
  -webkit-transition:ease-in-out .4s;
  transition: ease-in-out .4s;
}

.cardi__article:hover .cardi__img {
  transform: scale(1.1);
}

/*=============== CARD INFO ===============*/
.info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, .1);
  backdrop-filter: blur(12px);
  padding: 2rem 1.5rem 1.5rem;
  color: var(--white-color);
  clip-path: circle(8px at 88% 9%);
   -webkit-transition:.5s ease-in-out;
  transition:  .5s ease-in-out;
}

.info__name {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.info__data p{
  font-size: 0.7rem;
  margin-bottom: 2rem;
}

.info__button {
  display: inline-flex;
  background-color: hsl(var(--hue), 90%, 50%);
  box-shadow: 0 0 12px hsl(var(--hue), 90%, 50%);
  padding: .5rem .75rem;
  border-radius: .5rem;
  color: var(--black-color);
  font-size: var(--small-font-size);
  font-weight: var(--font-semi-bold);
  transition: ease-in-out .4s;
}

.info__button:hover {
  box-shadow: 0 0 20px hsl(96, 87%, 58%);
}

.info__social {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  column-gap: .5rem;
}

.info__link {
  background-color: hsl(87, 62%, 44%);
  box-shadow: 0 0 12px hsl(87, 62%, 44%);
  width: 2rem;
  height: 2rem;
  border-radius: .75rem;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  color: var(--black-color);
  transition:ease-in-out .4s;
}

.info__link:hover {
  transform: translateY(-.25rem);
}


.cardi__article:hover .cardi__clip {
  transform: rotate(-45deg);
}


.info:hover,
.cardi__clip:hover ~ .info {
  clip-path: circle(100%);
}



@media (max-width: 1250px) {

.header{
  height: 10px;
  top: 2.3rem;
  align-items: center;
  z-index: 100000;
  
}



    .navlist{
         position: fixed;
    top: -120%;
    left:0;
    background: linear-gradient(to bottom, #000f04,#000000 );
    width: 100%;
    padding-block: 4rem;
    box-shadow: 0 8px 16px white;
    border-radius: 0 0 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    transition: ease-in-out .3s;
    gap: .5rem;

  
       
        
    }
    
    .navitem{
      padding-top: 1rem;
    }
  
    .ri-menu-line {
        display: block;  
        font-size: 1.5rem;
        cursor: pointer;
        z-index: 50;  
       position: absolute;
       top: 1.5rem;
       right: 5vw;
       position: fixed;
    }
     .show {
        top: -1rem;
      }
        .navlist.show ul li { color: white;
        }

}


@media (max-width: 320px) {
  .container {
    margin-inline: 1rem;
  }

  .cardi__container {
    grid-template-columns: 1fr;
  }

  .info {
    padding: 1.5rem 1rem;
  }
  .info__data p{
  font-size: 0.75rem;
  margin-bottom: 2rem;
}
}


@media screen and (min-width: 768px) {
  .cardi__container {
    grid-template-columns: repeat(2, 260px);
  }
 
}


@media screen and (min-width: 1150px) {

   .info__data h2{
    margin-bottom: 1rem;
  }
   .info__data p{
  font-size: .75rem;
  margin-bottom: 1rem;
}
  .cardi {
    height: 100vh;
    display: grid;
    place-content: center;
  }
  .cardi__container {
    grid-template-columns: repeat(3, 340px);
  }
  .cardi__article, 
  .cardi__img {
    border-radius: 3rem;
  }
  .cardi__data {
    left: 2rem;
    bottom: 3rem;
  }
  .cardi__profession {
    font-size: var(--normal-font-size);
  }
  .cardi__clip {
    top: 1.5rem;
    right: 1.5rem;
  }

  .info {
    padding: 4rem 2rem 2.5rem;
  }
  .info__description, 
  .info__button {
    font-size: var(--normal-font-size);
  }
  .info__description {
    margin-bottom: 1.5rem;
  }
  .info__social {
    left: 2rem;
    bottom: 2.5rem;
    column-gap: .75rem;
  }
}

@media (max-width: 850px) {

  .logo{
  
  padding-top: 1rem;
  padding-left:8rem;
}
    .logo img{
        height: 350px;
  max-width: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
    }
  
  .calculator-info{
    padding-bottom: 2rem;
  }
 .calculator-section{
  min-width: none;
  padding-top: 0;
 }
   .logo{
    padding-left: 5rem;
   }

  .hero{
    height: 110vh;
  }
  .navitem{
    padding-bottom: 1rem;
  }
    .mainhome{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2rem; ;
        padding-left: 7rem;
        padding-right: 6rem;
        height: 120vh;
    }
    .home{
      text-align: center;

    }

    .homedata{

        padding-bottom: .5rem;
        
        padding-right: 23px;
        }

        .hometitle{
            font-size: 12vw;
            color: #ffffff;
            margin-bottom: 1rem ;
            padding-bottom: 2rem;
            text-align: center;
        }
        .homesubtitle{
            font-size: 4vw;
            padding-left: 35px;
            padding-right: 35px;
            margin-bottom: 2rem ;
            padding-bottom: 1rem;
            text-align: center;
        }
       
        .aboutbutton{
          margin-top: 2rem;
          position: relative;
          right: 1rem;
          
        }
       .about{
        padding-bottom: 1rem;
        padding-top:3rem;
       }

       .service-container{
        height: auto;
       }
.service-text{
  padding-bottom: 2rem;
}

.service-gallery{
  height: 100vh;
}


.contacthead{
  padding-left: 0;
}
.contact-info{
  margin-top: 0;
 align-items: center;
 padding-right: 2.5rem;
}
.contact-map{
  margin-right: 0;
}


}

@media (max-width: 600px) {

  
  
  .homebutton{
    margin-right: 0;
    margin-bottom: 2rem;
  }
 .about{
  padding-top: 4rem;
 }
  .serviceshort {
    flex-direction: column;
    height: auto;
    width: 100%;
   
  }
   .onepart, .twopart, .threepart {
    width: 100%;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    box-shadow: 0 2px 6px rgba(255, 255, 255, 0.1);
    padding-left: 2rem;
   }
}

#loading-screen {
  position: fixed;
  inset: 0;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#loading-screen.hidden {
  opacity: 0;
  visibility: hidden;
}
.loader-image {
  width: 300px;
  height: auto;
  animation: pulse 1.5s infinite ease-in-out;
  filter: drop-shadow(0 0 10px green);
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 5px green);
  }
  50% {
    transform: scale(1.1);
    filter: drop-shadow(0 0 20px green);
  }
}

#loading-screen {
  position: fixed;
  inset: 0;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#loading-screen.hidden {
  opacity: 0;
  visibility: hidden;
}
.loader-image {
  width: 300px;
  height: auto;
  animation: pulse 1.5s infinite ease-in-out;
  filter: drop-shadow(0 0 10px green);
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 5px green);
  }
  50% {
    transform: scale(1.1);
    filter: drop-shadow(0 0 20px green);
  }
}
@media (max-width: 500px) {
  .calculator-info{
    padding-top: 2rem;
  }
  .video{
    padding-top:50px;
  }
}