/* Global Styles */

@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap');

/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #000000;
} */

body {
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 2vw;
    /* line-height: 7vw; */
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
    display: block;
    background-color: #000000;

}
.container{
  max-width: calc(100% - 17.058vw);
  margin: auto;
  padding-bottom: 10.588vw;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3vh 0;
  background: #000000;
  color: #fff;
      

}

.navbar .logo img {
  max-width: 20vh;
  
}

nav {
  /* position: relative; */
  /* border: 1px solid rgb(255, 206, 206); */
  width: 100%;
  margin-left: auto;    
  /* border: 1px solid red; */
  z-index: 1000;


}
.button{
  background-color: #1A23FE;
  padding: 1.5vh 5vh;
  display: flex;
  align-items: center;
}
.nav-links {
  list-style: none;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 8vh;
  /* max-width: 80%; */
  margin-left:auto
}

.nav-links li a {
  color: #fff;
  text-decoration: none;
  font-size: 2.5vh;
  transition: color 0.3s ease;
  
}



/* Burger icon */
.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 10px;
  align-items: end;
}

.burger span {
  width: 4vh;
  height: .4vh;
  background: #fff;
  transition: all 0.3s ease;
}


.nav-links a:hover {
  color: #007BFF;

}


/* Hero Section Styles */

.grid-containers {
    display: flex;
    gap: 10px; 
    color: wheat;
    align-items: center;
    margin-left:4vw;
    margin-right: 0;
  }

 .img-demo {
    display: flex;
    width: 23vw;

  }

  .img-demo img {
    max-width: 100%; 
    height: auto; 
    object-fit: cover;
  }
  
  .heading-demo {
    width: 58vw;
    
  }
  .heading-demo h1{
    font-size: 6.706vw;
    font-weight: 500;
    line-height: 7.294vw;
    animation: fadeInUp 1.5s ease;
    text-align: left;
    background: linear-gradient(45deg, #FF0013, #FF00DD, #B0BCFF, #FFFFFF);
    background-clip: text;
    color: transparent;
    padding-bottom: 0.2em; /* Adds extra space below */
  }


/* home-second-section */

  .home-second-section{
    /* padding-bottom: 28.236vw; */
    align-items: left;
  
  }
  
  
  
  .relative{
     
      position: relative;
      
      
  }
  .container-2{ 
      max-width: calc(100% - 14.118vw);
      margin-left: auto;
      margin-right: 0;
  }
  
  .corner-media-wrap{
      position: absolute;
      top: 50%;
      left: -8.529vw;
      overflow: unset;
  
  }
  
  .corner-media-wrap img{
    width: 100%;
    height: 100%;
  
  
  }
  
  .inner{ 
      /* aspect-ratio: 17 / 24; */
      position: relative;
      display: block;
      width: 40vw;
      height: auto;
   }
  
  
  .section-inner{
      width: 40.588vw;
      margin-right: 0;
      margin-left: auto;
  }
  
  .text-in-view {
      font-size: 2.118vw;
      line-height: 2.706vw;
      letter-spacing: -.02em;
      font-weight: 400;
      color: #C7CEE9;
     
  }

  .section-inner h6{
    color: #EB12F7;
  }
  
  .text-in-view:not(:last-child) {
      margin-bottom: 3.529vw;

  }

.container h6{
  color: #EB12F7;

}
/* home third section */

.brands-container{
   /* position: relative;
   z-index: 2; */
   width: 62.765vw;
   /* margin: auto; */
   height: auto;
   /* border: 1px yellow solid; */

}
.brands-container h2 {
  word-wrap: break-word;
  font-size: 5.412vw;
  line-height: 6vw;
  letter-spacing: -.04em;
  font-weight: 400;
    color: #C7CEE9;
  /* border: 1px yellow solid; */
  margin-bottom: 1.529vw;
}

.cta-button {
  margin-bottom:4vw;
  display: inline-block;
  background-color: #1A23FE; /* Red button */
  color: #fff;
  padding:1.118vw 2.824vw;
  text-decoration: none;
  font-weight: 100;
}
.cta-button :hover {
  background-color: #cc0000; /* Darker red on hover */
}


/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}





/* testimaonial section */
.section-inner2{
  max-width: calc(100% - 14.118vw);
  margin: auto;
}

.user img{
  max-width: 10%;
}
.claim {
  position: relative;
  padding-top: 4.647vw;
  max-width: calc(100% - 14.118vw);
  margin: auto;
}

.title {
  transition: color .6s cubic-bezier(.65,.05,.36,1);
  font-size: 2.941vw;
  line-height: 3.529vw;
  letter-spacing: -.04em;
  font-weight: 400;
  color: #C7CEE9;
  margin-bottom: 2.941vw;
  
}

.claim .line {

  margin-bottom: 2.941vw;}



.line {
    pointer-events: none;
    transition: background-color .6s cubic-bezier(.65,.05,.36,1);
    display: block;
    position: relative;
    border: none;
    width: 100%;
    height: .01rem;
    background-color:white ;
  }

.claim .user {
      display: flex;
      align-items: flex-start;
      position: relative;
      /* border: 1px solid red; */
  }

.claim .user .image {
    display: block;
    aspect-ratio: 1 / 1;
    width: 5.294vw;
    height: auto;
}

.claim .user .user-inner {
  display: flex;
  align-items: center;
  min-height: 5.294vw;
  margin-left: 1.824vw;
}

.claim .user .name {
  transition: color .6s cubic-bezier(.65,.05,.36,1);
  font-size: 1.176vw;
  line-height: 1.529vw;
  letter-spacing: 0;
  font-weight: 700;
  color: #C7CEE9;
}

.claim .user .name span {
  display: block;
  font-weight: 300;
  margin-top: .02rem;
}
  /* project section */

  .card-grid-inner {
    text-decoration: none;
  }

  .card-grid-1{
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }

  .card-grid-1 .card-grid-inner {
    display: block;
    width: 50%;
    padding-left: .118vw;
    margin-bottom: 5vw;
    perspective: 50vw;
  
  }

  .card-grid-inner a {
    text-decoration: none;
  }
    
  .card-grid-inner img {
      width: 100%;
    }
 .card-grid-inner{
  text-decoration: none;
 }

 .text-sm {
  position: relative;
  display: block;
  font-size: 1.5vw;
  line-height: 2vw;
  letter-spacing: 0;
  font-weight: 500;
  color: #C7CEE9;
}

.card-grid-1 .card-title-text{
  
    padding-top: 1.542vw; 
    line-height: 2.542vw;
    letter-spacing: -.04em;
    margin-bottom: 1.471vw;
    color: #C7CEE9;
    font-size: 3.176vw;
    font-weight: 500;

}

 .card-grid-1 .text-sm{
  width: 80%;
  /* border: 1px solid blueviolet; */
  margin-bottom: 1.765vw;

 }

.tag{
  position: relative;
  display: block;
  font-size: 1.176vw;
  line-height: 1.412vw;
  letter-spacing: 0;
  font-weight: 500;
  color: #C7CEE9;

 }

  
  /* Projects Section */
 
/* 3 model */
.section-inner{
  width: 44.706vw;
  margin-left: auto;
  /* margin-bottom: 15.294vw; */
  /* margin-top:10.294vw; */
}

.icon-text-list{
  margin-bottom: 5.882vw;
}

.icon-text-list .text {
  letter-spacing: -.04em;
  margin-bottom: 2.353vw;
  font-weight: 400;
  color: #FF00FF; 

}

.text {
  font-size: 2.118vw;
  line-height: 2.706vw;
  letter-spacing: -.02em;
  font-weight: 400;
  color: #C7CEE9;
}

.help-section {

    padding: 20px 0px;

}

.section-highlight-title {
    font-size: 1.2rem;
    color: #FF00FF; 
    text-align: left;
    font-weight: 100;
    font-size: 1.1em;
    margin-bottom: 1rem;

  }
  
  /* Subtitle */
  .section-subtitle {
    font-size: 1.25rem;
    color: #E1E1E1;
    text-align: left;
    max-width: 60%;
    margin-bottom: 3rem;
    line-height: 1.6;

  }
  
  /* Help Options Section */
  .help-options {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    width: 75%;
    margin: 0 auto;
    margin-top: 8rem;
  }
  
  .help-option {
    text-align: left;
    padding-left: 50%;
  }
  
  .option-title {
    font-size: 1.8rem;
    color: #E1E1E1;
    margin-bottom: 1rem;
  }
  
  .option-description, .option-additional-info {
    font-size: 1rem;
    color: #B0B0B0;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  .corner-media-wrapp {
    margin-bottom: 1.588vw;
  }
  .corner-media-wrapp .inner{
    width: 100%;
  }

  .media{
    width: 100%;
    height: 100%;
  }
  .container-3{
    /* display: flex;
    flex: row; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .text-xl{
    /* display: block; */
    font-size: 3rem;
    color: #B0B0B0;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    margin-top:1.5rem;
    width: 100%;
  }
.tell-us {
  font-size: 4vw;
  font-weight: 500;
  color: #C7CEE9;
  display: block;
  margin-top: 4vw;
  margin-bottom: 2vw;


}

/* Work With Us Section */
.contact-section {
    padding: 100px 0;
    background-color: #000;
    color: #fff;
    text-align: center;
}

.contact-section h1 {
    font-size: 5.406vw;
    font-weight: 500;
    line-height: 7.294vw;
    animation: fadeInUp 1.5s ease;
    text-align: left;
    color: #ffffff;
    background: -webkit-linear-gradient(35deg, #FF0013, #FF00DD, #B0BCFF, #FFFFFF);
    background: linear-gradient(75deg, #FF0013, #FF00DD, #B0BCFF, #FFFFFF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-section p {
    max-width: 680px;
    margin: 25px auto;
     font-size: 2vw;
      line-height: 2.706vw;
      letter-spacing: -.02em;
      font-weight: 400;
      color: #C7CEE9;
  }

.work-with-us-form {
    display: flex;
    flex-direction: column; /* Stack the form elements vertically */
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.work-with-us-form label {
    font-size: 1rem;
    color: #ff00ff;
    text-align: left;
}

.work-with-us-form input, .work-with-us-form textarea {
    padding: 15px;
    font-size: 1rem;
    border: 1px solid #444;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    outline: none;
    width: 100%; /* Ensure the input fields take full width */
}

.work-with-us-form input::placeholder, .work-with-us-form textarea::placeholder {
    color: #999;
}

.work-with-us-form input:focus, .work-with-us-form textarea:focus {
    border-color: #9966FF;
}

/* Styles for the new form fields */
/* Styles for the Service Selection Section */
.service-selection {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two-column layout */
    gap: 20px; /* Spacing between the items */
    margin-bottom: 20px;
}

.service-option {
    display: flex;
    align-items: center;
    font-size: 1.2rem; /* Adjust font size */
    color: #fff;
}

.service-option input[type="checkbox"] {
    margin-right: 10px;
    width: 18px; /* Customize size of checkbox */
    height: 18px; /* Customize size of checkbox */
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 2px;
    cursor: pointer;
}

.service-option label {
    cursor: pointer; /* Change cursor when hovering over the label */
}


textarea, input[type="text"] {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #444;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    font-size: 1rem;
}

textarea::placeholder, input::placeholder {
    color: #999;
}

.submit-btn {
    background-color: #ff0000;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    text-align: center;
}






.submit-btn:hover {
    background-color: #cc0000;
}
/* workpage */

.work-title {
  color: #ffffff;
  max-width: 60%;
  margin-left: auto;
  padding-bottom: 2vw;
}

.work-title .heading{
  padding-bottom: 1vw;
}



.work-image{
  width: 100%;
  display: block;
}

.work-image img

{
max-width: 100%;
display: block;
}




/* General Footer Styling */
.container-footer{
  /* padding-bottom: 0% */
  max-width: calc(100% - 17.058vw);
  margin: auto;
  margin-bottom: 4vw;

}
.footer {
  background-color: #202020;
  color: #B0BCFF;
  padding: 10px;
}

.footer-content {
  
  justify-content: space-between;
  /* flex-wrap: wrap; */
  /* max-width: 1200px; */
  margin: 0 auto;
}

.footer-section img{
  max-width: 100%;
  margin-bottom: 2%;
}

.footer-image{
  max-width: 25%;
}
.footer-section {
  display: flex;
  justify-content: space-between;
  /* flex: 1; */
  /* margin: 25px; */

  border-top: .5px solid #515151;;
  padding: 3vw 0px ;
}

.footer-section h3, .footer-section h4 {
  font-size: 3vw;
  margin-bottom: 10px;
  font-weight: 100;

}

.footer-section p, .footer-section ul {
  font-size: 1.5vw;
  
}

.footer-section ul {
  list-style-type: none;
  padding: 0;

}

.footer-section li {
  margin-bottom: 1.5vw;

}

.footer-section a {
  color: #B0BCFF;
  text-decoration: none;
  transition: color 0.3s;

}

.footer-section a:hover {
  color: #0073e6;
}

/* Social Links Styling */
.social-links {
  display: flex;
  flex-direction: column;
}

.social-links li {
  margin-right: 10px;
}

.footer-bottom {
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #515151;
  font-size: 1vw;
  color: #0073e6;
}




/* work */
.heading-demo-work {
  width: 80vw;
  margin-bottom: 1vw;

}

.heading-demo-work h1
{
  font-size: 6.706vw;
  font-weight: 500;
  line-height: 7.294vw;
  animation: fadeInUp 1.5s ease;
  text-align: left;
  background: linear-gradient(45deg, #2B34FE, #FFFFFF);
  background-clip: text;
  color: transparent;
  line-height: 1.2; /* Adjust this for extra space */
  padding-bottom: 0.2em; /* Adds extra space below */

}

/* whatwedopage */




.heading-demo-wedo {
  width: 70vw;
  
}
.heading-demo-wedo h1
{
  font-size: 6.706vw;
  font-weight: 500;
  line-height: 7.294vw;
  animation: fadeInUp 1.5s ease;
  text-align: left;
    background: linear-gradient(45deg, #FF00DD, #FFFFFF);
    background-clip: text;
    color: transparent;
    padding-bottom: 0.2em; /* Adds extra space below */
}

.section-inner-whatwedo
{
  max-width: 54.706vw;
  margin-top: 11.765vw;
  margin-left: auto;
}


.services {
  text-align: left;
}

.services h4 {
  margin-bottom: 4.706vw;
  color: #C7CEE9;
  /* font-weight: 100; */
  font-size: 2.941vw;
}

.services-container {
  display: flex;
  margin-left: 15%;
  gap: 10%;
  /* border: 1px solid red; */

}

.service-category {
  max-width: 30%;
  /* border: 1px solid rgb(38, 0, 255); */

}

.service-category h2 {
 
  font-size: 2.176vw;
    line-height: 2.588vw;
    letter-spacing: -.02em;
    margin-bottom: 2.941vw;
    color: #C7CEE9;
  
}

.service-category ul {
  list-style: none;
  padding: 0;
  /* border: 1px solid rgb(255, 0, 187); */

}

.service-category li {
  font-size: 2.176vw;
  margin: 5% 0;
  color: #C7CEE9;

}


.what-we-do-list .item-text {
  width: 26.471vw;
  
}
.item-text .text-in-view 
{
  font-weight: 400;
  line-height: 2vw;
  font-size: 1.8vw;

  margin-bottom: 5.882vw;
}
.what-we-do-list .item-image{
      width: 40.588vw;
      height: 100%;
      
}



.item-text h1{
  color: #C7CEE9;
  font-size: 2.8vw;
  font-weight: 400;
  margin-top: 2.5vw;
  margin-bottom:2.5vw;


}

.image-wrap .image-media {
  display: block;
  position: absolute;
  top: -10%;
  left: -10%;
  max-width: 100%;
  height: auto;
}

.what-we-do-list{
  padding-left: 7.059vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

}

/* studio */
.grid-containers{
  display: flex;
  justify-content: space-between;
}
.heading-demo-studio{
  max-width: 80%;
}
.heading-demo-studio h1{
  font-size: 8.706vw;
  font-weight: 500;
  line-height: 7.294vw;
  animation: fadeInUp 1.5s ease;
  text-align: left;
  color: #ffffff;
  background: -webkit-linear-gradient(45deg, #FF0000, #EB12F7);
  background: linear-gradient(45deg, #FF0000, #EB12F7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* Hamburger Icon Styling */
.hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    z-index: 2;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #515151;
    transition: transform 0.4s ease;
}

/* Side Drawer Menu Styling */
.menu {
    position: fixed;
    top: 0;
    right: -250px; /* Hidden by default */
    width: 250px;
    height: 100%;
    background-color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: right 0.4s ease;
    z-index: 1;
}

.menu a {
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    font-size: 1.2em;
    width: 100%;
    text-align: center;
    transition: background-color 0.3s;
}

.menu a:hover {
    background-color: #555;
}

/* Animation to change hamburger icon to 'X' */
.menu-open .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-open .line:nth-child(2) {
    opacity: 0; /* Hide middle line */
}

.menu-open .line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Show Menu */
.menu-open #menu {
    right: 0;
}

 /* formstyling */



 .contact-containers{
  display: flex;
  flex-direction: column;
  max-width: 70%;
  gap: 3vw;
  margin-left: 5%
 }

 .agency-form {
  grid-column-gap: 10vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}


form {
  gap: 40px;

}

.form-group {
  position: relative


}

label {

  font-size: 2vw;
  font-weight: bold;
  color: #C7CEE9;
  margin-bottom: 2vw;
  display: block;
  font-weight: 200;
}

input, textarea {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
  background-color: #00000000;
  border: none;
  border-bottom: .5px solid gray;
}


.input{
  color: #ffffff;
}

.form-control, 
textarea {
  background-color: #000;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 3vw;
  padding-bottom: 3%;
}

input:focus, textarea:focus {
  border-color: #007bff;
}

button {
  padding: 12px;
  background-color: #007bff;
  color: #ffffff;
  border: none;
  font-size: 2vw;
  cursor: pointer;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #0056b3;
}



/* Responsive Styles */
@media (max-width: 768px) {
  .nav-links {
      overflow: hidden;
      position: fixed;
      right: 0;
      height: 100vh;
      top: 0;
      background: #000000;
      display: flex;
      flex-direction: column;
      align-items: left;
      justify-content: center;
      gap: 1%;
      width: 100%;
      transform: translateX(100%);
      transition: transform 0.3s ease-in-out;

  }

  .nav-links li {
      margin: 5px 0;


  }

  .nav-links li a {
      font-size: 10vw;



  }

  /* Show burger icon */
  .burger {
      display: flex;

  }

  /* Toggle for sidebar */
  .nav-active {
      transform: translateX(0);
  }

  /* Burger animation */
  .burger.toggle span:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px);
  }
  .navbar {
   padding-bottom: 0vw;
}

.claim .user .name {
  transition: color .6s cubic-bezier(.65,.05,.36,1);
  font-size: 2.5vw;
  line-height: 3vw;
  letter-spacing: 0;
  font-weight: 700;
  color: #ffffff;
}


  .container{
    max-width: calc(100% - 10.118vw);
    padding-bottom: 10%;
    margin: auto;
    
  }
  .grid-containers {
    gap:4vw;
    display: flex;
    color: wheat;
    align-items: start;
    flex-direction:column;

  }
  
  .img-demo {
    display: flex;
    width: 35vw;
    margin-top: 5vw;
  }
  
  .heading-demo h1 {
    font-size: 10vw;
    line-height: 10vw;

  } 

  .heading-demo {

    width: auto;
    /* margin: 0%; */
    order:1;
    
  }

  .heading-demo-work h1 {
    font-size: 10vw;
    line-height: 10vw;
}

.brands-container{

  width: 85vw;
  height: auto;

}

.brands-container h2 {
  word-wrap: break-word;
  font-size: 7.412vw;
  line-height: 8vw;
  letter-spacing: -.04em;
  font-weight: 400;
  /* border: 1px yellow solid; */
  margin-bottom: 1.529vw;
}


.services-container {
  display: flex;
  gap: 10%;
  /* border: 1px solid red; */
  margin-left: 0%;


}

.service-category li {
  font-size: 3.176vw;
  margin: 5% 0;
  color: #C7CEE9;

}

.heading-demo-wedo h1 {
  
  max-width: auto;
  font-size: 10vw;
  line-height: 12vw;
}

  .section-inner{
    /* padding-top: 6vw; */
    width: 80vw;
    margin-right: auto;
    margin-left: 0;
    
}
.section-inner2{
  max-width: calc(100% - 20vw);
  margin: auto;
}
.container-2 {
  margin-left: 0;
  /* margin-right: 0; */
  padding-bottom: 4vh;
}

.text-in-view {
  font-size: 4vw;
  line-height: 5vw;
  letter-spacing: -.02em;
  font-weight: 300;
  color: #C7CEE9;
}


.cta-button {
  display: inline-block;
  background-color: #1A23FE; /* Red button */
  color: #fff;
  /* padding: 3vw; */
  text-decoration: none;
  font-weight: 400;
  font-size: 4vw;
}

.section-inner2{
  margin: auto;
}

.card-grid-1{
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

}

.card-grid-1 .card-grid-inner {
  display: block;
  width: auto;
  padding-left: .118vw;
  margin-bottom: 10vw;
  perspective: 50vw;

}

.card-grid-1 .card-title-text{
  
  padding-top: 2.471vw; 
  line-height: 2.542vw;
  letter-spacing: -.04em;
  margin-bottom: 2.471vw;
  color: #C7CEE9;
  font-size: 4vw;
  font-weight: 500;

}

.card-grid-1 .text-sm{
  width: 100%;
  /* border: 1px solid blueviolet; */
  margin-bottom: 2.765vw;
  font-size: 3.5vW;
  line-height: 4.5vw;
 }

 .tag{
  position: relative;
  display: block;
  font-size: 2.5vw;

  line-height: 1.412vw;
  letter-spacing: 0;
  font-weight: 500;
  color: #C7CEE9;

 }

 .claim {
  position: relative;
  padding-top: 4.647vw;
  max-width:100%;
  margin: auto;
}

 .title {
  transition: color .6s cubic-bezier(.65,.05,.36,1);
  font-size: 3.5vw;
  line-height: 4.5vw;
  letter-spacing: 0;
  font-weight: 400;
  color: #C7CEE9;
  margin-bottom: 2.941vw;
  
}

 .text-sm {
  position: relative;
  display: block;
  font-size: 2.8vw;
  line-height: 4vw;
  letter-spacing: 0;
  font-weight: 300;
  color: #C7CEE9;
  /* margin-left: 5vw; */
}

.icon-text-list .text {
 
  font-size:3vw;

}



.agency-form {
  margin: auto;
  max-width: 90%;
  grid-column-gap: 10vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr ;
  grid-auto-columns: 1fr;
  display: grid
}

label {

  font-size: 3vw;
  font-weight: bold;
  color: #C7CEE9;
  margin-bottom: 2vw;
  display: block;
  font-weight: 300;
}

button{
  font-size: 3vw;
}
textarea {
  
  font-size: 4vw;
  padding-bottom: 3%;
}

/* footer */



.container-footer{
  /* padding-bottom: 0% */
  margin: auto;
  margin-bottom: 4vw;

}

.footer-content {
  flex-direction: column;
  /* flex-wrap: wrap; */
  text-align: left;
}

.footer-section img{
  max-width: 100%;
}

.footer-section {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 4vw;
  flex-direction: row;
  }

.navbar .logo img {
  max-width: 25vw;
  
}

.footer-section p, .footer-section ul {
  font-size: 3vw;

}

.footer-bottom {
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #515151;
  font-size: 1.5vw;
}


}




  

 