:root{
  --dark-black: #000000;
  --blue: #2a6e9e;
  --darkest-gray: #545454;
  --dark-gray: #737373;
  --gray: #a6a6a6;
  --light-gray: #d9d9d9;
  --lightest-gray: #e7e9ec;
  --darkest-red: #ae0a10;
  --dark-red: #bc1823;
  --red: #e52a31;
  --light-red: #df3c42;
  --lightest-red: #dd3d43;
  --bright-red: #ff6066;
  --white: #ffffff;
  --success-color: #2ecc71;
  --error-color: #e74c3c;
}
  
  *{
    margin: 0;
    padding: 0;
  }

  body {
    margin: 0;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
 }

 .whatsapp-main {
    position: fixed;
    bottom: 40px;
    right: 0;
    transform: translateX(-11px);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    width: 4rem;
}

.whatsapp-main a {
    display: block;
    margin-bottom: 0.5rem;
}

.whatsapp-img, .whatsapp-main img {
    width: 93%;
    height: auto;
    display: block;
    border-radius: 50%;
}

@media (max-width: 600px){
  .whatsapp-main{
    transform: translateX(-16px);
  }
    .whatsapp-main{
        width: 3.8rem;
    }
}
 
 .header{
    height: 100vh;
    background-image: url(landingpage-bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
 }

  .logo img {
    display: block;
    width: 12vw;
    height: auto;
    margin: 1.5rem;
  }

  nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }  

  .nav-bg-b{
    background: rgba(0, 0, 0, 0.25);
  }
  
  nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-inline-end: 3rem;
    box-sizing: border-box;
  }
  
  .nav-link {
    height: 100%;
    padding: 0 19px;
    font-size: 1vw;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    letter-spacing: 3px;
    color: var(--lightest-gray);
    font-weight: 700;
    transition: color 0.3s ease;
  }

  .nav-link-b{
    color: var(--darkest-gray) !important;
  }

  .nav-link-b:hover{
    color: var(--dark-black);
  }

  .nav-link:hover{
    color: var(--white);
  }
  
  nav li:first-child{
    margin-right: auto;
  }
  
  .sidebar {
    position: fixed;
    top: 0;
    right: -250px; 
    height: 100vh;
    width: 250px;
    background-color: rgba(229, 42, 49, 0.5);
    backdrop-filter: blur(12px); 
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.2); 
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: right 0.3s ease-in-out; 
    z-index: 100; 
  }
  
  .sidebar.active {
    right: 0; 
  }
  
  .sidebar li {
    width: 100%;
  }
  
  .sidebar a {
    width: 100%;
    text-decoration: none;
    color: var(--white) !important; 
    padding: 1.5rem;
    font-size: .9rem !important;
    display: flex;
    align-items: center;
    transition: letter-spacing 0.3s ease, background-color 0.3s ease;
  }
  
  .sidebar a:hover {
    background-color: rgba(229, 42, 49, 0.2); 
    letter-spacing: 3px;
  }
  
  .sidebar svg {
    fill: var(--white); 
    margin-right: 10px;
  }
  
  .menu-button {
    display: none;
    cursor: pointer;
  }
  
  .col-b svg {
    fill: var(--dark-black);
  }
  
  .col-w svg {
    fill: var(--white);
  }
  
  nav ul {
    display: flex;
    align-items: center; 
  }
  
  nav li:first-child {
    margin-right: auto; 
  }

  @media (min-width: 1024px) and (max-width: 1200px){
    .nav-link{
      font-size: 1.2vw;
    }
  }
  
  @media (max-width: 1024px) {
    .hideOnMobile {
      display: none;
    }
    nav ul{
      padding-inline-end: 0;
    }
    .menu-button {
      display: block; 
      margin-right: 2rem;
    }
    .nav-link:hover {
      color: var(--white);
      letter-spacing: 0px;
    }  
  }

  @media (min-width: 800px) and (max-width: 1024px){
    .menu-button svg{
      height: 5vh;
      width: 4vw;
    }
    .logo img{
      width: 16vw;
    }
  }

  @media (min-width: 600px) and (max-width: 800px){
    .menu-button svg{
      height: 5vh;
      width: 5vw;
    }
    .logo img{
      width: 18vw;
    }
  }

  @media (min-width: 480px) and (max-width: 600px){
    .menu-button svg{
      height: 10vh;
      width: 6vw;
    }
    .logo img{
      width: 26vw;
    }
  }

  @media (max-width: 480px){
    .menu-button svg{
      height: 10vh;
      width: 6vw;
    }
    .logo img{
      width: 30vw;
    }
  }

  .header-con{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    top: 33%;
    position: relative;
    gap: 7%;
  }

  .main-textbox{
    flex-basis: 40%;
  }

.main-textbox h1{
    color: var(--dark-black);
    font-size: 2.8vw;
    font-weight: 500;
    text-transform: uppercase;
}

.main-textbox h1 span{
    color: var(--light-red);
}

.main-textbox p{
    color: var(--darkest-gray);
    font-size: 1.15vw;
    margin-top: .3rem;
}

.home-btn button{
    background: var(--red);
    border: 2px solid var(--red);
    padding: .9rem 2.4rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1vw;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 1rem;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s;
}

.home-btn button a{
    text-decoration: none;
    color: var(--white);
    width: 100%;
}

.home-btn button:hover{
    background: transparent; 
}

.home-btn button:hover a{
    color: var(--dark-red);
}

.header-pic img{
    display: block;
    height: auto;
    width: 40vw;
}

@media (min-width: 800px) and (max-width: 1024px){
    .header-con{
      top: 36%;
      gap: 3%;
    }
    .main-textbox{
      flex-basis: 44%;
    }
    .main-textbox h1{
      font-size: 3.2vw;
    }
    .main-textbox p{
        font-size: 1.35vw;
    }
    .home-btn button{
        font-size: 1.35vw;
    }
    .header-pic img{
        width: 41vw;
    }
}

@media (min-width: 600px) and (max-width: 800px){
    .header-con{
      padding: 0 10%;
      flex-direction: column;
      top: 22%;
      gap: 1.5rem;
    }
    .main-textbox{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .main-textbox h1{
      font-size: 4.3vw;
    }
    .main-textbox p{
        font-size: 1.75vw;
    }
    .home-btn button{
        font-size: 1.7vw;
    }
    .header-pic img{
        width: 56vw;
    }
}

@media (min-width: 480px) and (max-width: 600px){
    .header-con{
      padding: 0 10%;
      flex-direction: column;
      top: 24%;
      gap: 1.5rem;
    }
    .main-textbox{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .main-textbox h1{
      font-size: 5.2vw;
    }
    .main-textbox p{
        font-size: 2.15vw;
    }
    .home-btn button{
        font-size: 2.15vw;
    }
    .header-pic img{
        width: 66svw;
    }
}

@media (max-width: 480px){
    .header-con{
      padding: 0 6%;
      flex-direction: column;
      top: 22%;
      gap: 1.3rem;
    }
    .main-textbox{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .main-textbox h1{
      font-size: 6.3vw;
    }
    .main-textbox p{
        font-size: 2.9vw;
    }
    .home-btn button{
        font-size: 2.85vw;
        margin-top: .8rem;
    }
    .header-pic img{
        width: 77vw;
    }
}

.services-sec{
  background: var(--white);
}

.services-bg-l{
  background: var(--lightest-gray);
}

.services-head{
  text-align: center;
  padding: 5rem 3rem;
}

.services-head h2{
  color: var(--dark-black);
  text-transform: uppercase;
  font-size: 2.8vw;
  font-weight: 500;
}

.services-head h2 span{
  color: var(--red);
}

.services-head p{
  color: var(--darkest-gray);
  font-size: 1.1vw;
}

.services-con{
  padding-bottom: 5rem;
}

.swiper{
  width: 83%;
}

.service-pic{
  position: relative;
  display: inline-block;
}
  
.service-pic img {
  display: block;
  height: auto;
  width: 26vw;
  border-radius: 1rem;
  filter: grayscale(40%);
  transition: all 0.4s ease;
}

.service-pic:hover img{
  filter: grayscale(0%) brightness(1.1);
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  background: linear-gradient(to top, #5b2f31 0%, rgba(33, 29, 13, 0) 35%);
  z-index: 1;
}

.service-textbox {
  position: absolute;
  bottom: 1.5rem;
  left: 1.1rem;
  z-index: 2;
  max-width: 100%;
}

.service-textbox h2{
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.35vw;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.service-textbox p{
  color: var(--lightest-gray);
  font-size: 1vw;
  margin-top: .52em;
}

.service-textbox a{
  color: var(--bright-red);
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: start;
  margin-top: .6rem;
  font-size: 1.25vw;
  font-weight: 700;
  transition: .3s;
}

.service-textbox a:hover{
  letter-spacing: 2px;
  color: var(--red);
}

@media (min-width: 800px) and (max-width: 1024px){
  .services-head h2{
    font-size: 3.4vw;
  }
  .services-head p{
    font-size: 1.3vw;
  }
  .swiper{
    width: 90%;
  }
  .service-pic img{
    width: 28.2vw;
  }
  .service-textbox h2{
    font-size: 1.55vw;
  }
  .service-textbox p{
    font-size: 1.3vw;
  }
  .service-textbox a{
    font-size: 1.5vw;
  }
}

@media (min-width: 600px) and (max-width: 800px){
  .services-head h2{
    font-size: 4.3vw;
  }
  .services-head p{
    font-size: 1.6vw;
  }
  .swiper{
    width: 79%;
  }
  .service-pic img{
    width: 37vw;
  }
  .service-textbox h2{
    font-size: 2.05vw;
  }
  .service-textbox p{
    font-size: 1.6vw;
  }
  .service-textbox a{
    font-size: 1.9vw;
  }
}

@media (min-width: 480px) and (max-width: 600px){
  .services-head h2{
    font-size: 5.2vw;
  }
  .services-head p{
    font-size: 2.1vw;
  }
  .swiper{
    width: 58%;
  }
  .service-pic img{
    width: 100%;
  }
  .service-textbox{
    max-width: 85%;
  }
  .service-textbox h2{
    font-size: 2.7vw;
  }
  .service-textbox p{
    font-size: 2.2vw;
  }
  .service-textbox a{
    font-size: 2.4vw;
  }
}

@media (max-width: 480px){
  .services-head{
    padding: 5rem 2rem;
  }
  .services-head h2{
    font-size: 6.2vw;
  }
  .services-head p{
    font-size: 2.8vw;
  }
  .swiper{
    width: 68%;
  }
  .service-pic img{
    width: 100%;
  }
  .service-textbox h2{
    font-size: 3.5vw;
  }
  .service-textbox p{
    font-size: 2.8vw;
  }
  .service-textbox a{
    font-size: 3vw;
  }
}

.about-sec{
  background: var(--lightest-gray);
}

.about-con{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5rem 12%;
}

.about-head{
  flex-basis: 34%;
}

.about-head p{
  color: var(--darkest-gray);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.4vw;
}

.about-head h2{
  color: transparent;
  -webkit-text-stroke: 1px var(--red);
  font-size: 3.7vw;
  text-transform: uppercase;
}

.about-textbox{
  flex-basis: 51%;
}

.about-textbox p{
  color: var(--darkest-gray);
  font-size: 1.1vw;
}

.about-textbox a{
  color: var(--red);
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.3vw;
  margin-top: 1.2rem;
  font-weight: 700;
  transition: .3s;
}

.about-textbox a:hover{
  letter-spacing: 2px;
  color: var(--darkest-red);
}

@media (min-width: 800px) and (max-width: 1024px){
  .about-con{
    padding: 5rem 9%;
  }
  .about-head{
    flex-basis: 36%;
  }
  .about-head p{
    font-size: 1.7vw;
  }
  .about-head h2{
    font-size: 4.6vw;
  }
  .about-textbox{
    flex-basis: 54%;
  }
  .about-textbox p{
    font-size: 1.3vw;
  }
  .about-textbox a{
    font-size: 1.6vw;
  }
}

@media (min-width: 600px) and (max-width: 800px){
  .about-con{
    padding: 5rem 6%;
  }
  .about-head{
    flex-basis: 37%;
  }
  .about-head p{
    font-size: 2.2vw;
  }
  .about-head h2{
    font-size: 5.1vw;
  }
  .about-textbox{
    flex-basis: 55%;
  }
  .about-textbox p{
    font-size: 1.6vw;
  }
  .about-textbox a{
    font-size: 2vw;
  }
}

@media (min-width: 480px) and (max-width: 600px){
  .about-con{
    padding: 5rem 9%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: .5rem;
  }
  .about-head p{
    font-size: 3vw;
  }
  .about-head h2{
    font-size: 6.5vw;
  }
  .about-textbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .about-textbox p{
    font-size: 2.2vw;
  }
  .about-textbox a{
    font-size: 2.7vw;
  }
}

@media (max-width: 480px){
  .about-con{
    padding: 5rem 8%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: .5rem;
  }
  .about-head p{
    font-size: 4vw;
  }
  .about-head h2{
    font-size: 7.5vw;
  }
  .about-textbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .about-textbox p{
    font-size: 2.7vw;
  }
  .about-textbox a{
    font-size: 3vw;
  }
}

.marquee-sec{
    background: var(--darkest-red);
}

.services-marquee {
  overflow: hidden;
  white-space: nowrap;
  padding: 2rem 0 2.5rem 0;
}

.services-track {
  display: inline-block;
  white-space: nowrap;
  animation: scrollLeft 25s linear infinite;
}

.services-track span {
  display: inline-block;
  margin: 0 2rem;
  font-size: 4.4vw;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  text-shadow: none;
  transition: all 0.3s ease;
}

.services-track .dot{
  font-size: 5vw !important;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (min-width: 600px) and (max-width: 800px){
  .services-track span{
    font-size: 5vw;
    margin: 0 1.6rem;
  }
  .services-track .dot{
    font-size: 6.3vw !important;
  } 
}

@media (min-width: 430px) and (max-width: 600px){
  .services-track span{
    font-size: 6.5vw;
    margin: 0 1.6rem;
  }
  .services-track .dot{
    font-size: 7.5vw !important;
  }
  .services-marquee{
    padding: 2rem 0;
  }
}

@media (max-width: 430px){
  .services-track span{
    font-size: 8vw;
  }
  .services-track .dot{
    font-size: 10vw !important;
  }
  .services-marquee{
    padding: 2rem 0;
  }
}

.help-sec{
  background: var(--lightest-gray);
}

.help-con{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
  gap: 8%;
}

.help-textbox{
  flex-basis: 38%;
}

.help-head h2{
  color: var(--dark-black);
  text-transform: uppercase;
  font-size: 3vw;
  font-weight: 500;
}

.help-head h2 span{
  color: var(--red);
}

.help-head p{
  color: var(--darkest-gray);
  font-size: 1vw;
  margin-top: .5rem;
}

.services-help{
  display: flex;
  justify-content: start;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 1rem;
}

.services-help ul{
  list-style: none;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: .5rem;
  text-align: left;
}

.help-textbox ul li a{
  text-decoration: none;
  color: var(--darkest-gray);
  font-size: 1vw;
  font-weight: 700;
}

.yellow-button{
  color: var(--red);
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.3vw;
  margin-top: 1.2rem;
  font-weight: 700;
  transition: .3s;
}

.yellow-button:hover{
  letter-spacing: 2px;
  color: var(--darkest-red);
}

.help-pic img{
  display: block;
  height: auto;
  width: 27vw;
  border-radius: 1.5rem;
}

@media (min-width: 800px) and (max-width: 1024px){
  .help-textbox{
    flex-basis: 48%;
  }
  .help-head h2{
    font-size: 3.7vw;
  }
  .help-head p{
    font-size: 1.35vw;
  }
  .services-help ul{
    gap: .4rem;
  }
  .services-help ul li a{
    font-size: 1.35vw;
  }
  .yellow-button{
    font-size: 1.6vw;
  }
  .help-pic img{
    width: 32vw;
  }
}

@media (min-width: 600px) and (max-width: 800px){
  .help-con{
    gap: 2rem;
  }
  .help-textbox{
    flex-basis: 52%;
  }
  .help-head h2{
    font-size: 5vw;
  }
  .help-head p{
    font-size: 1.7vw;
  }
  .services-help ul{
    margin: .6rem 0;
    gap: .4rem;
  }
  .services-help ul li a{
    font-size: 1.75vw;
  }
  .yellow-button{
    font-size: 1.9vw;
  }
  .help-pic img{
    width: 35vw;
  }
}

@media (min-width: 480px) and (max-width: 600px){
  .help-con{
    gap: 2rem;
    padding: 5rem 8%;
    flex-direction: column;
  }
  .help-textbox{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .help-head h2{
    font-size: 6vw;
  }
  .help-head p{
    font-size: 2.2vw;
  }
  .services-help ul li a{
    font-size: 2.3vw;
  }
  .yellow-button{
    font-size: 2.4vw;
  }
  .help-pic img{
    width: 60vw;
  }
}

@media (max-width: 480px){
  .help-con{
    gap: 2rem;
    padding: 5rem 7%;
    flex-direction: column;
  }
  .help-textbox{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .help-head h2{
    font-size: 7vw;
  }
  .help-head p{
    font-size: 2.7vw;
  }
  .services-help{
    gap: 1rem;
    text-align: left;
  }
  .services-help ul li a{
    font-size: 2.8vw;
  }
  .yellow-button{
    font-size: 3vw;
  }
  .help-pic img{
    width: 67vw;
  }
}

.stats-sec{
  background: var(--white);
}

.stats-con{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5rem 5% 11rem 5%;
  gap: 1rem;
}

.stats-el{
  flex-basis: 19%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.stats-el h2{
  color: var(--dark-black);
  font-size: 5vw;
  font-weight: 700;
}

.stats-el p{
  color: var(--darkest-gray);
  text-transform: uppercase;
  font-size: 1.2vw;
  font-weight: 700;
}

@media (min-width: 800px) and (max-width: 1024px){
  .stats-con{
    padding: 5rem 5% 15rem 5%;
  }
  .stats-el{
    flex-basis: 22%;
  }
  .stats-el h2{
    font-size: 6vw;
  }
  .stats-el p{
    font-size: 1.6vw;
  }
}

@media (min-width: 600px) and (max-width: 800px){
  .stats-con{
    padding: 5rem 0% 13rem 0%;
  }
  .stats-el{
    flex-basis: 22%;
  }
  .stats-el h2{
    font-size: 7vw;
  }
  .stats-el p{
    font-size: 2vw;
  }
}

@media (min-width: 480px) and (max-width: 600px){
  .stats-con{
    padding: 5rem 2% 10rem 2%;
    gap: 3rem 2rem;
  }
  .stats-el{
    flex-basis: 35%;
  }
  .stats-el h2{
    font-size: 9vw;
  }
  .stats-el p{
    font-size: 2.7vw;
  }
}

@media (max-width: 480px){
  .stats-con{
    padding: 5rem 2% 10rem 2%;
    flex-direction: column;
    gap: 4rem;
  }
  .stats-el h2{
    font-size: 12vw;
  }
  .stats-el p{
    font-size: 3.4vw;
  }
}

.projects-sec{
  background: var(--white);
  position: relative;
}

.projects-head {
  position: absolute;
  z-index: 0;
  bottom: 66%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}

.projects-head h2 {
  color: transparent;
  -webkit-text-stroke: 2px var(--red);
  font-size: 10vw;
  text-transform: uppercase;
  margin: 0;
}

.projects-con {
  position: relative;
  display: flex;
  gap: 1rem;
  z-index: 1;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
}

.project-pic:nth-child(2){
  transition-delay: 200ms;
}

.project-pic:nth-child(3){
  transition-delay: 400ms;
}

.project-pic img {
  width: 24vw;
  height: auto;
  display: block;
  border-radius: 1rem;
}

@media (min-width: 800px) and (max-width: 1024px){
  .projects-head{
    bottom: 59%;
  }
  .projects-head h2{
    font-size: 14vw;
  }
  .project-pic img{
    width: 26vw;
  }
}

@media (min-width: 600px) and (max-width: 800px){
  .projects-head{
    bottom: 60%;
  }
  .projects-head h2{
    font-size: 15vw;
  }
  .projects-con{
    gap: .7rem;
  }
  .project-pic img{
    width: 27vw;
  }
}

@media (min-width: 480px) and (max-width: 600px){
  .projects-head{
    bottom: 77%;
  }
  .projects-head h2{
    font-size: 16vw;
  }
  .project-pic img{
    width: 55vw;
  }
  .project-pic:nth-child(2){
    display: none;
  }
  .project-pic:nth-child(3){
    display: none;
  }
}

@media (max-width: 480px){
  .projects-head{
    bottom: 80%;
  }
  .projects-head h2{
    font-size: 16vw;
  }
  .project-pic img{
    width: 63vw;
  }
  .project-pic:nth-child(2){
    display: none;
  }
  .project-pic:nth-child(3){
    display: none;
  }
}

.footer{
    background: var(--dark-red);
}

.footer-links{
    padding-top: 7rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 5rem;
}

.footer-link{
    flex-basis: 20%;
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
}

.footer-logo{
  margin: 1rem;
}

.footer-logo img{
  display: block;
  height: auto;
  width: 11vw;
}

.footer-ul-h1{
    color: var(--white);
    font-size: 1.5rem;
    text-transform: uppercase;
}

.footer-link ul{
    list-style-type: none;
}

.footer-link ul li a{
    text-decoration: none;
    color: var(--lightest-gray);
    transition: all 0.5s ease;
}

.footer-link ul li .foot-hover:hover{
    color: var(--white);
    letter-spacing: 2px;
}

.footer-link ul li{
    font-size: .75rem;
    margin-top: .75rem;
}

.footer-link ul li:hover{
    color: var(--white);
}

.fa-chevron-right{
    color: var(--lightest-gray);
    margin-right: 1rem;
}

.foot-mar{
    margin-right: 1rem;
    color: var(--lightest-gray);
}

.fa-brands{
    font-size: 1.1rem;
}

.fl-footer{
    display: flex;
    justify-content: start;
    align-items: center;
}

.footer-panel{
    background: var(--dark-black);
    color: var(--white);
    padding:  1.8rem 0;
    font-weight: 500;
    font-size: .85rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-panel p{
    margin: 0 1rem;
}

.footer-panel p a{
    text-decoration: none;
    color: var(--white);
    font-weight: 700;
}

@media (min-width: 800px) and (max-width: 1024px){
  .footer-logo img{
    width: 13vw;
  }
}

@media (min-width: 600px) and (max-width: 800px){
  .footer-logo img{
    width: 17vw;
  }
}

@media (min-width: 600px) and (max-width: 1024px){
    .footer-text{
        margin-left: 2rem;
    }
    .footer-h1{
        margin-left: 2rem;
        font-size: 2rem;
    }
    .footer-link{
        flex-basis: 40%;
        margin-bottom: 2rem;
        margin-right: 1rem;
    }
    .footer-ul-h1{
        font-size: 1.1rem;
    }
}


@media (max-width: 600px){
  .footer-logo img{
    width: 26vw;
  }
    .footer-text{
        margin-left: 0;
    }
    .footer-text .small{
        margin-left: 1.5rem;
    }
    .footer-h1{
        margin-left: 2rem;
        font-size: 1.5rem;
    }
    .footer-link{
        flex-basis: 80%;
        margin-bottom: 2rem;
        margin-right: 1rem;
    }
    .footer-ul-h1{
        font-size: 1rem;
    }
    .footer-link ul li{
        font-size: .65rem;
    }
    .footer-link p{
        font-size: .65rem;
    }
    .footer-panel{
        padding: 1.4rem 0;
        font-size: .65rem;
    }
}

@media (max-width: 480px){
  .footer-logo img{
    width: 32vw;
  }
}

.socials {
    display: flex;
    align-items: center;
    margin: 1rem 0 0 0.45rem;
}

.social {
    border: 1px solid var(--lightest-gray);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex; 
    justify-content: center;
    align-items: center;
    margin-right: 1rem; 
}

.social a {
    text-decoration: none;
    color: var(--lightest-gray);
    font-size: 18px;
    transition: 0.5s;
}

.social a:hover {
    color: var(--white);
}

.social a i{
    margin-right: 0;
}

.scroll-animate {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}
  
.scroll-animate.show {
    opacity: 1;
    transform: translateY(0);
}

.sep-header{
  height: 73vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.about-page{
  background-image: url(about-bg.jpg);
}

.services-page{
  background-image: url(services-bg.jpg);
}

.contact-page{
  background-image: url(contact-bg.jpg);
}

.glasspergola-page{
  background-image: url(glasspergola-bg.jpg);
}

.aluminiumdoors-page{
  background-image: url(aluminumdoors-bg.jpg);
}

.slidingdoors-page{
  background-image: url(slidingdoors-bg.jpg);
}

.aluminiumpergolas-page{
  background-image: url(aluminumpergola-bg.jpg);
}

.bifoldingdoors-page{
  background-image: url(bifoldingdoors-bg.jpg);
}

.aluminiumpartitions-page{
  background-image: url(aluminumpartition-bg.jpg);
}

.aluminiumcladding-page{
  background-image: url(aluminumcladding-bg.jpg);
}

.glassdoors-page{
  background-image: url(glasspartition-bg.jpg);
}

.showerenclosure-page{
  background-image: url(showerenclosure-bg.jpg);
}

.glassrailings-page{
  background-image: url(glassrailing-bg.jpg);
}

.glasswindows-page{
  background-image: url(glasswindows-bg.jpg);
}

.mirror-page{
  background-image: url(mirror-bg.jpg);
}

.projects-page{
  background-image: url(projects-bg.jpg);
}

.page-links{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  top: 43%;
  left: 7%;
  margin-right: 38%;
}

.page-links ul{
  display: flex;
  align-items: baseline;
  justify-content: center;
  list-style-type: none;
  color: var(--light-gray);
  margin-left: .5rem;
}

.page-links ul li a{
  text-decoration: none;
  color: var(--lightest-gray);
  font-size: 1.1vw;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.page-link span{
  margin: 0 .55rem;
  font-size: 1.1vw;
}

.page-links h1{
  color: var(--white);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  font-size: 3.3vw;
  text-transform: uppercase;
  font-weight: 500;
}

.page-links p{
    color: var(--lightest-gray);
    font-size: 1.1vw;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

@media (min-width: 800px) and (max-width: 1024px){
  .page-links{
    left: 6%;
  }
  .page-links ul li a{
    font-size: 1.3vw;
  }
  .page-link span{
    font-size: 1.3vw;
  }
  .page-links h1{
    font-size: 4.1vw;
  }
  .page-links p{
    font-size: 1.3vw;
  }
}

@media (min-width: 600px) and (max-width: 800px){
  .page-links{
    left: 6%;
    margin-right: 33%;
  }
  .page-links ul li a{
    font-size: 1.7vw;
  }
  .page-link span{
    font-size: 1.7vw;
  }
  .page-links h1{
    font-size: 5.2vw;
  }
  .page-links p{
    font-size: 1.7vw;
  }
}

@media (min-width: 480px) and (max-width: 600px){
  .page-links{
    left: 6%;
    margin-right: 33%;
  }
  .page-links ul li a{
    font-size: 2.1vw;
  }
  .page-link span{
    font-size: 2.1vw;
  }
  .page-links h1{
    font-size: 6.3vw;
  }
  .page-links p{
    font-size: 2.1vw;
  }
}

@media (max-width: 480px){
  .page-links{
    left: 6%;
    margin-right: 27%;
  }
  .page-links ul li a{
    font-size: 2.8vw;
  }
  .page-link span{
    font-size: 2.8vw;
  }
  .page-links h1{
    font-size: 7.1vw;
  }
  .page-links p{
    font-size: 2.8vw;
  }
}

.about-sep-sec{
  background: var(--white);
}

.story-sec{
  background: var(--lightest-gray);
}

.story-con{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5rem 3%;
  gap: 3%;
}

.story-pic img{
  display: block;
  height: auto;
  width: 37vw;
}

.story-text{
  flex-basis: 32%;
  padding-top: 10%;
}

.story-text h1{
  color: var(--dark-black);
  text-transform: uppercase;
  font-size: 3vw;
  font-weight: 500;
}

.story-text p{
  color: var(--darkest-gray);
  font-size: 1.1vw;
  margin-top: .5rem;
}

.story-btn-con{
  margin-top: 1rem;
}

.story-btn{
    background: var(--red);
    border: 2px solid var(--red);
    color: var(--white);
    padding: .9rem 2.4rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1vw;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 23%;
    transition: 0.3s;
}

.story-btn:hover{
    color: var(--dark-red);
    background: transparent; 
}

@media (min-width: 800px) and (max-width: 1024px){
  .story-pic img{
    width: 41vw;
  }
  .story-text{
    flex-basis: 35%;
    padding-top: 14%;
  }
  .story-text h1{
    font-size: 3.6vw;
  }
  .story-text p{
    font-size: 1.3vw;
    margin-top: .3rem;
  }
  .story-btn{
    font-size: 1.3vw;
  }
}

@media (min-width: 600px) and (max-width: 800px){
  .story-con{
    gap: 3rem;
    flex-direction: column;
  }
  .story-pic img{
    width: 52vw;
  }
  .story-text{
    padding-top: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 5%;
  }
  .story-text h1{
    font-size: 4.4vw;
  }
  .story-text p{
    font-size: 1.75vw;
  }
  .story-btn-con{
    margin-top: 1.5rem;
  }
  .story-btn{
    font-size: 1.7vw;
  }
}

@media (min-width: 480px) and (max-width: 600px){
  .story-con{
    gap: 3rem;
    flex-direction: column;
  }
  .story-pic img{
    width: 57vw;
  }
  .story-text{
    padding-top: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 5%;
  }
  .story-text h1{
    font-size: 5.6vw;
  }
  .story-text p{
    font-size: 2.15vw;
  }
  .story-btn-con{
    margin-top: 1.5rem;
  }
  .story-btn{
    font-size: 2.1vw;
  }
}

@media (max-width: 480px){
  .story-con{
    gap: 3rem;
    flex-direction: column;
  }
  .story-pic img{
    width: 64vw;
  }
  .story-text{
    padding-top: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 5%;
  }
  .story-text h1{
    font-size: 6.6vw;
  }
  .story-text p{
    font-size: 2.8vw;
  }
  .story-btn-con{
    margin-top: 1.5rem;
  }
  .story-btn{
    font-size: 2.8vw;
  }
}

.expertise-sec{
  background-image: url(expertise-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.expertise-con{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5rem 3%;
  gap: 6%;
}

.expertise-text{
  flex-basis: 37%;
}

.expertise-text h1{
  color: var(--white);
  text-transform: uppercase;
  font-size: 3vw;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  font-weight: 500;
}

.expertise-text p{
  color: var(--lightest-gray);
  font-size: 1.1vw;
  margin-top: .3rem;
}

.loadings-con{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 1.2rem;
}

.loading-el h2{
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.3vw;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  font-weight: 500;
}

.loading{
  background: var(--light-gray);
  width: 29vw;
  margin-top: .6rem;
}

.loading-inn{
  background: var(--dark-red);
  text-align: right;
  padding-right: .5rem;
}

.load-1{
  width: 75%;
}

.load-2{
  width: 90%;
}

.load-3{
  width: 60%;
}

.loading-inn h3{
  color: var(--white);
  font-size: 1.2vw;
}

.expertise-pic img{
  display: block;
  height: auto;
  width: 28vw;
}

@media (min-width: 800px) and (max-width: 1024px){
  .expertise-text{
    flex-basis: 39%;
  }
  .expertise-text h1{
    font-size: 3.6vw;
  }
  .expertise-text p{
    font-size: 1.35vw;
  }
  .loading-el h2{
    font-size: 1.55vw;
  }
  .loading{
    width: 31vw;
  }
  .loading-inn h3{
    font-size: 1.4vw;
  }
  .expertise-pic img{
    width: 33vw;
  }
}

@media (min-width: 600px) and (max-width: 800px){
  .expertise-con{
    gap: 4rem;
    flex-direction: column;
  }
  .expertise-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 8%;
  }
  .expertise-text h1{
    font-size: 4.6vw;
  }
  .expertise-text p{
    font-size: 1.75vw;
  }
  .loading-el h2{
    font-size: 2vw;
  }
  .loading{
    width: 39vw;
  }
  .loading-inn h3{
    font-size: 1.8vw;
  }
  .expertise-pic img{
    width: 43vw;
  }
}

@media (min-width: 480px) and (max-width: 600px){
  .expertise-con{
    gap: 4rem;
    flex-direction: column;
  }
  .expertise-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 8%;
  }
  .expertise-text h1{
    font-size: 6vw;
  }
  .expertise-text p{
    font-size: 2.15vw;
  }
  .loading-el h2{
    font-size: 2.5vw;
  }
  .loading{
    width: 48vw;
  }
  .loading-inn h3{
    font-size: 2.2vw;
  }
  .expertise-pic img{
    width: 52vw;
  }
}

@media (max-width: 480px){
  .expertise-con{
    gap: 4rem;
    flex-direction: column;
  }
  .expertise-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 7%;
  }
  .expertise-text h1{
    font-size: 7.2vw;
  }
  .expertise-text p{
    font-size: 2.9vw;
  }
  .loading-el h2{
    font-size: 3.2vw;
  }
  .loading{
    width: 68vw;
  }
  .loading-inn h3{
    font-size: 3vw;
  }
  .expertise-pic img{
    width: 65vw;
  }
}

.sep-ser-sec{
  background: var(--white);
}

.sep-ser-content{
  padding: 5rem 10%;
}

.sep-ser-content h1{
  color: var(--dark-black);
  text-transform: uppercase;
  font-size: 3vw;
  font-weight: 500;
}

.sep-ser-content p{
  color: var(--darkest-gray);
  font-size: 1.15vw;
  margin-top: .5rem;
}

.sep-ser-content ul{
  margin-top: 1rem;
}

.sep-ser-content ul li{
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 1.5%;
  margin-bottom: .5rem;
}

.sep-ser-content ul li i{
  color: var(--dark-red);
  font-size: 1.4vw;
}

.sep-ser-pic{
  margin-top: 2rem;
}

.sep-ser-pic img{
  display: block;
  height: auto;
  width: 64vw;
  border-radius: 1rem;
}

.mg-t{
  margin-top: 3rem;
}

@media (min-width: 800px) and (max-width: 1024px){
  .sep-ser-content{
    padding: 5rem 10%;
  }
  .sep-ser-content h1{
    font-size: 3.5vw;
  }
  .sep-ser-content p{
    font-size: 1.35vw;
  }
  .sep-ser-pic img{
    width: 67vw;
  }
  .sep-ser-content ul li i{
    font-size: 1.7vw;
  }
}

@media (min-width: 600px) and (max-width: 800px){
  .sep-ser-content{
    padding: 5rem 8%;
  }
  .sep-ser-content h1{
    font-size: 4.3vw;
  }
  .sep-ser-content p{
    font-size: 1.75vw;
  }
  .sep-ser-pic img{
    width: 71vw;
  }
  .sep-ser-content ul li{
    gap: 3%;
  }
  .sep-ser-content ul li i{
    font-size: 2.2vw;
  }
}

@media (min-width: 480px) and (max-width: 600px){
  .sep-ser-content{
    padding: 5rem 8%;
  }
  .sep-ser-content h1{
    font-size: 5.1vw;
  }
  .sep-ser-content p{
    font-size: 2.15vw;
  }
  .sep-ser-pic img{
    width: 75vw;
  }
  .sep-ser-content ul li{
    gap: 3.5%;
  }
  .sep-ser-content ul li i{
    font-size: 3vw;
  }
}

@media (max-width: 480px){
  .sep-ser-content{
    padding: 5rem 8%;
  }
  .sep-ser-content h1{
    font-size: 6.8vw;
  }
  .sep-ser-content p{
    font-size: 2.9vw;
  }
  .sep-ser-pic img{
    width: 78vw;
  }
  .sep-ser-content ul li{
    gap: 4.5%;
  }
  .sep-ser-content ul li i{
    font-size: 4vw;
  }
}

.sep-ser-contact{
  padding: 0 45% 6rem 10%;
}

.sep-ser-contact h1{
  color: var(--dark-black);
  text-transform: uppercase;
  font-size: 4vw;
}

.sep-ser-contact h1 span{
  color: var(--dark-red);
}

.sep-ser-contact p{
  color: var(--darkest-gray);
  font-size: 1.15vw;
}

.sepser-btn-con{
  margin-top: 1.5rem;
}

.sepser-btn{
    background: var(--red);
    border: 2px solid var(--red);
    color: var(--white);
    padding: .9rem 2rem;
    width: 18vw;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1vw;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 23%;
    transition: 0.3s;
}

.sepser-btn:hover{
    color: var(--dark-red);
    background: transparent; 
}

@media (min-width: 800px) and (max-width: 1024px){
  .sep-ser-contact{
    padding: 0 41% 6rem 10%;
  }
  .sep-ser-contact h1{
    font-size: 5.2vw;
  }
  .sep-ser-contact p{
    font-size: 1.35vw;
  }
  .sepser-btn{
    font-size: 1.3vw;
    width: 22vw;
  }
}

@media (min-width: 600px) and (max-width: 800px){
  .sep-ser-contact{
    padding: 0 32% 6rem 8%;
  }
  .sep-ser-contact h1{
    font-size: 6.2vw;
  }
  .sep-ser-contact p{
    font-size: 1.75vw;
  }
  .sepser-btn{
    font-size: 1.6vw;
    width: 27vw;
  }
}

@media (min-width: 480px) and (max-width: 600px){
  .sep-ser-contact{
    padding: 0 21% 6rem 8%;
  }
  .sep-ser-contact h1{
    font-size: 7.2vw;
  }
  .sep-ser-contact p{
    font-size: 2.15vw;
  }
  .sepser-btn{
    font-size: 2.1vw;
    width: 36vw;
  }
}

@media (max-width: 480px){
  .sep-ser-contact{
    padding: 0 12% 6rem 8%;
  }
  .sep-ser-contact h1{
    font-size: 8.2vw;
  }
  .sep-ser-contact p{
    font-size: 2.9vw;
  }
  .sepser-btn{
    font-size: 2.9vw;
    width: 50vw;
  }
}

.container {
  position: relative;
  padding: 0 2rem 4rem 2rem;
}

.container .image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .50rem;
}

.container .image-container .media {
  width: 27vw;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  overflow: hidden;
  cursor: pointer;
  height: 26vw;
}

.container .image-container .media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .2s linear;
}

.container .image-container .media:hover img{
  transform: scale(1.1);
}

.container .popup-media {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
  display: none;
  opacity: 0;
  transform: scale(0.8); 
  transition: opacity 0.4s ease, transform 0.4s ease; 
}

.container .popup-media.active {
  display: block;
  opacity: 1;
  transform: scale(1); 
}

.container .popup-media span {
  position: absolute;
  top: 2%;
  right: 10px;
  font-size: 60px;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}

.container .popup-media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  max-height: 75%;
  max-width: 65%;
  object-fit: cover;
}

@keyframes popupOpen {
  from {
      opacity: 0;
      transform: scale(0.8);
  }
  to {
      opacity: 1;
      transform: scale(1);
  }
}

.container .popup-media {
  animation: popupOpen 0.4s ease forwards;
  display: none;
  opacity: 0;
}

@media (max-width: 768px) {
  .container .popup-media img {
      width: 90%;
  }
}

@media (min-width: 600px) and (max-width: 900px){
  .container .image-container .media{
      width: 41vw;
      height: 33vw;
  }
}

@media (max-width: 600px){
  .container .image-container .media{
      width: 70vw;
      height: 65vw;
  }
}

.contact-sec{
  background: var(--white);
}

.contact-con{
  padding: 5rem 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8%;
}

.contact-textbox{
  flex-basis: 35%;
}

.contact-textbox h1{
  font-size: 3vw;
  text-transform: uppercase;
  color: var(--dark-black);
  font-weight: 500;
}

.contact-textbox p{
  font-size: 1.1vw;
  margin-top: .3rem;
  color: var(--darkest-gray);
}

.contact-info{
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: flex-start;
  gap: 11%;
}

.contact-info-el{
  flex-basis: 36%;
}

.contact-info-el h2{
  font-size: 1.5vw;
  text-transform: uppercase;
  color: var(--dark-red);
}

.contact-info-el p a{
  text-decoration: none;
  color: var(--darkest-gray);
  transition: .3s ease;
}

.contact-info-el p a:hover{
  color: var(--dark-black);
}

.contact-pic img{
  display: block;
  width: 30vw;
  border-radius: 1rem;
}

@media (min-width: 800px) and (max-width: 1024px){
  .contact-con{
    gap: 7%;
  }
  .contact-textbox{
    flex-basis: 42%;
  }
  .contact-textbox h1{
    font-size: 3.6vw;
  }
  .contact-textbox p{
    font-size: 1.3vw;
  }
  .contact-info{
    gap: 8%;
  }
  .contact-info-el{
    flex-basis: 36%;
  }
  .contact-info h2{
    font-size: 1.8vw;
  }
  .contact-pic img{
    width: 35vw;
  }
}

@media (min-width: 600px) and (max-width: 800px){
  .contact-con{
    gap: 3rem;
    flex-direction: column;
  }
  .contact-textbox{
    text-align: center;
    padding: 0 11%;
  }
  .contact-textbox h1{
    font-size: 4.6vw;
  }
  .contact-textbox p{
    font-size: 1.75vw;
  }
  .contact-info{
    gap: 6%;
    margin-top: 2rem;
    justify-content: center;
  }
  .contact-info h2{
    font-size: 2.2vw;
  }
  .contact-pic img{
    width: 48vw;
  }
}

@media (min-width: 480px) and (max-width: 600px){
  .contact-con{
    gap: 3rem;
    flex-direction: column;
  }
  .contact-textbox{
    text-align: center;
    padding: 0 9%;
  }
  .contact-textbox h1{
    font-size: 6vw;
  }
  .contact-textbox p{
    font-size: 2.15vw;
  }
  .contact-info{
    gap: 6%;
    margin-top: 2rem;
    justify-content: center;
  }
  .contact-info h2{
    font-size: 3vw;
  }
  .contact-pic img{
    width: 61vw;
  }
}

@media (max-width: 480px){
  .contact-con{
    gap: 3rem;
    flex-direction: column;
  }
  .contact-textbox{
    text-align: center;
    padding: 0 9%;
  }
  .contact-textbox h1{
    font-size: 7.5vw;
  }
  .contact-textbox p{
    font-size: 2.9vw;
  }
  .contact-info{
    gap: 2rem;
    margin-top: 2rem;
    justify-content: center;
  }
  .contact-info h2{
    font-size: 3.8vw;
  }
  .contact-pic img{
    width: 68vw;
  }
}

.contact-form-sec{
  background: var(--lightest-gray);
}

.contact-form-head{
  padding: 4rem 11% 2rem 11%;
}

.contact-form-head h1{
  text-transform: uppercase;
  font-size: 3vw;
  color: var(--dark-black);
  font-weight: 500;
}

.contact-form-head p{
  font-size: 1.1vw;
  margin-top: .3rem;
  color: var(--darkest-gray);
}

.form-in{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
}

.contact-form  .form-input input{
    padding: .7rem 1rem;
    border-radius: .7rem;
    display: block;
    width: 37vw;
    outline: none;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    background: var(--white);
    margin: 1rem 0;
    border: none;
    font-size: 1.1vw;
}

.contact-form textarea{
    height: 9.7rem;
    border: none;
    padding: .7rem 1rem;
    border-radius: .7rem;
    display: block;
    width: 37vw;
    outline: none;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    background: var(--white);
    margin: .5rem 0;
    font-size: 1.1vw;
}

.form-input{
    position: relative;
}

.form-input input:focus {
    outline: 0;
    border-color: #777;
}

.form-input.success input{
    border: 2px solid var(--success-color);
}

.form-input.error input{
    border: 2px solid var(--error-color);
}

.form-input textarea:focus {
    outline: 0;
    border-color: #777;
}

.form-input.success textarea{
    border: 2px solid var(--success-color);
}

.form-input.error textarea{
    border: 2px solid var(--error-color);
}

.form-input small {
    color: var(--error-color);
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
}

.form-input.error small {
    visibility: visible;
}

.form-input.error small{
    visibility: visible;
    color: #A52A2A;
    font-weight: 500;
}

.contactform-btn-con{
    display: flex;
    justify-content: end;
    padding: 1rem 13% 5rem 13%;
}

.contactform-btn{
    background: var(--red);
    border: 2px solid var(--red);
    color: var(--white);
    padding: .9rem 2.4rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1vw;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s;
}

.contactform-btn:hover{
    color: var(--dark-red);
    background: transparent; 
}

@media (min-width: 800px) and (max-width: 1024px){
    .contact-form-head{
      padding: 4rem 9% 2rem 9%;
    }
    .contact-form-head h1{
      font-size: 4vw;
    }
    .contact-form-head p{
      font-size: 1.35vw;
    }
    .contact-form .form-input input{
        width: 39vw;
        font-size: 1.3vw;
    }
    .contact-form textarea{
        width: 39vw;
        font-size: 1.3vw;
    }
    .contactform-btn-con{
      padding: 1rem 9% 5rem 9%;
    }
    .contactform-btn{
        font-size: 1.3vw;
    }
}

@media (min-width: 600px) and (max-width: 800px){
  .contact-form-head{
      padding: 4rem 9% 2rem 9%;
      text-align: center;
    }
    .contact-form-head h1{
      font-size: 5vw;
    }
    .contact-form-head p{
      font-size: 1.75vw;
    }
    .form-in{
        gap: 0;
        flex-direction: column;
    }
    .contact-form .form-input input{
        width: 60vw;
        font-size: 1.6vw;
    }
    .contact-form textarea{
        width: 60vw;
        margin: 0;
        font-size: 1.6vw;
    }
    .contactform-btn-con{
        padding: 2rem 0 5rem 0;
        justify-content: center;
    }
    .contactform-btn{
        font-size: 1.65vw;
    }
}

@media (min-width: 480px) and (max-width: 600px){
  .contact-form-head{
      padding: 4rem 9% 2rem 9%;
      text-align: center;
    }
    .contact-form-head h1{
      font-size: 6vw;
    }
    .contact-form-head p{
      font-size: 2.15vw;
    }
    .form-in{
        gap: 0;
        flex-direction: column;
    }
    .contact-form .form-input input{
        width: 75vw;
        font-size: 2.2vw;
    }
    .contact-form textarea{
        width: 75vw;
        margin: 0;
        font-size: 2.2vw;
    }
    .contactform-btn-con{
        padding: 2rem 0 5rem 0;
        justify-content: center;
    }
    .contactform-btn{
        font-size: 2.1vw;
    }
}

@media (max-width: 480px){
  .contact-form-head{
      padding: 4rem 9% 2rem 9%;
      text-align: center;
    }
    .contact-form-head h1{
      font-size: 7.3vw;
    }
    .contact-form-head p{
      font-size: 2.9vw;
    }
    .form-in{
        gap: 0;
        flex-direction: column;
    }
    .contact-form .form-input input{
        width: 75vw;
        font-size: 2.74vw;
    }
    .contact-form textarea{
        width: 75vw;
        margin: 0;
        font-size: 2.74vw;
    }
    .contactform-btn-con{
        padding: 2rem 0 5rem 0;
        justify-content: center;
    }
    .contactform-btn{
        font-size: 2.9vw;
    }
}