/**********header*******/
:root{
  --primary-color:#e20b15;
  --bg-color:#f2ffff;
  --black-color:#000;
  --white-color:#fff;
  --text-color:#111;
  --secondary-color:#0092ec;
  --tertiary-color:#34beff;

    --secondary-font: "Playfair Display", serif;
     --primary-font: "Roboto", sans-serif;
       --four-font:"Neue Haas Display", sans-serif;
  --third-font:"Apple Garamond", serif;
}
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
#nav{
      float: inline-end;
}
nav#nav a {
    font-size: 18px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body{
  overflow-x:hidden;
  font-family: var(--primary-font);
  cursor: auto;
}

h1,h2,h3,h4,h5,h6 {
  font-family: var(--secondary-font);
  scroll-behavior: smooth;
}
 .ai-center{
align-items: center;
 }
/* HEADER */
/* HEADER BASE */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 40px;
  z-index: 1000;
  transition: all 0.4s ease;
}

/* CONTAINER */
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* NAV LINKS */
.nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease, transform 0.3s ease;
}

.nav a:hover,
.nav a.active {
  color: #e20b15;
  transform: translateY(-1px);
}

/* HAMBURGER */
.hamburger span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  transition: 0.3s;
}

/* SCROLL EFFECT (ACTIVE) */
.header.scrolled {
     background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);

}

/* CHANGE TEXT COLOR WHEN WHITE BG */
.header.scrolled .nav a {
  color: #000;
}

.header.scrolled .hamburger span {
  background: #111;
}
/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  border: 0;
  padding: 4px;
  background: transparent;
}
 
.hamburger span {
  width: 25px;
  height: 3px;
  background: white;
  margin: 4px 0;
  transition: 0.3s;
}
 
/* SCROLLED HAMBURGER */
.header.scrolled .hamburger span {
  background: black;
}
 
/* MOBILE */
@media (max-width: 768px) {

  .header .col-8 {
    display: flex;
    justify-content: flex-end;
  }
 
  .hamburger {
    display: flex;
    position: relative;
    z-index: 1002;
  }
 
  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 260px;
    display: flex;
    z-index: 1001;
 
    background: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 
    transition: 0.4s;
  }
 
  .nav a {
    margin: 15px 0;
    color: black;
    font-size: 18px;
  }
 
  .nav.active {
    right: 0;
  }

  .hamburger.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
/***************/
*{margin:0;padding:0;box-sizing:border-box;}
body{overflow-x:hidden;font-family:Arial;}
 nav#nav a.active{
  color:var(--primary-color);
 }
.hero{height:200vh;   }
.video{
position:relative;
}
.video::after {
  content: "";
  position: absolute;
  inset: 0;
  filter: brightness(0.29);
  background: rgb(0 0 0 / 42%);
  z-index: 0;
}
.hero-pin{
  position:sticky;
  top:0;
  height:100vh;
  overflow:hidden;
}
 
/* BG */
.bg{
  position:absolute;
  width:100%;
  height:100%;
  object-fit:cover;
}
 
/* BUILDING */
.building{
  position:absolute;
  bottom:-75%;
  left:50%;
  transform:translateX(-50%);
  width:60%;
  z-index:2;
}
.building:after{
   content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(
    to top,
    #000 0%,
    rgba(0,0,0,0.7) 40%,
    transparent 100%
  );
}
/* CLOUDS */
.cloud{
  position:absolute;
  width:150%;
  opacity:0.6;
  z-index:3;
}
.cloud1{    top: 68%;
    left: -40%; }
.cloud2{ top:72%; right:-35%; }
 
/* CLOUDS (FIXED TOP ISSUE) */
.hero_clouds{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:40%;
  z-index:4;
  pointer-events:none;
}
 
.hero_cloud{
  position:absolute;
  top:0;
  width:40%;
  opacity:0.9;
}
 
.hero_cloud.left{left:-10%;}
.hero_cloud.right{right:-10%;}
 
.hero_cloud img{
  width:100%;
  object-fit:contain;
}
/* TEXT */
.content1{
  position:absolute;
  top:40%;
  left:50%;
  transform:translateX(-50%);
  text-align:center;
  z-index:6;
}
.content1 h1{font-size:65px;color:#dd1320;    white-space: nowrap;line-height: 1.5;}
.content1 p{font-size:18px; color:#fff;}
 
/* TEXT WRAP */
.text-wrap{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:10;
}

 
/* 🔥 CLIP TEXT USING BUILDING IMAGE */
.clip-text{
  display:flex;
  flex-direction:column;
  align-items:center;

  line-height:0.85;
  font-weight:900; 
 
  -webkit-text-stroke:2px #fff;
 
  opacity:0;
}
 
.line1{ font-size:180px; padding-bottom: 30px;   background-image:url('../image/parallex.jpg'); /* ✅ BUILDING */
  background-size:cover;
      background-position: 44% 42%;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;}
.line2{ font-size:50px; letter-spacing:8px;   background-image:url('../image/banner1.png'); /* ✅ BUILDING */
  background-size:cover;
  background-position:50% 0%; 
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;}
 



/* Section -2  */


.logo img{
  width: 200px;
}
.reveal-wrapper {
      position: sticky;
    top: 40%;
    max-width: 1300px;
    margin: 0 auto;
    font-size: 42px;
    line-height: 1.5;
    text-align: center;
    
}
.reveal-wrapper .revel-below {
    font-size: 16px;
}
.reveal-text span {
  opacity: 0.1;
}
.reveal-section {
  padding:100px 0 50px 50px;
  position: relative;
  width: 100%;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

/* FLEX CONTAINER */
.reveal-container {
  width: 100%;
  margin: auto;
  display: flex;
  margin: 0px;
  justify-content: space-between;
  align-items: flex-start;
}
.reveal-container .left{
 width: 50%;
}

/* LEFT SIDE */
.left {
  color: #e20b15;
}
.links a {
    font-size: 30px;
}

.small-title {
  font-size: 20px;
  font-weight: 500;
  color: #e20b15;
}

/* RIGHT SIDE */


/* MAIN BIG TEXT */
.reveal-text {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
}

/* GREY TEXT */
.revel-below {
  font-size: 28px;
  color: #000;
  line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .reveal-container {
    flex-direction: column;
    text-align: center;
  }

  .left, .right {
    width: 100%;
  }

  .reveal-text {
    font-size: 26px;
  }

  .revel-below {
    font-size: 20px;
  }
  .chevron-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.reveal-section {
    padding: 100px 0 44px 25px;
}
.cta {
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer .social {
    margin-top: 20px;
    font-size: 18px;
}
.chevron-section {
    padding: 30px 5%;
}
}
.video-section {
  height: 120vh;
  position: relative;
  background: #fff;
  max-width: 1400px;
  margin:0 auto;
}

.video-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

/* VIDEO */
.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* MASK (this creates the reveal effect) */
.video-mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(0%);
}

.chevron-section {
  padding: 60px 5%;
  background: #f5f5f5;
  overflow: hidden;
}
/* TITLE */


.title {
  font-size: 57px;
  text-align: center;
  margin-bottom: 60px;
  color:#e20b15;
}
.text-left{
  text-align: left;
}
.title span {
  color: #000;
}
.right.test-riht {
    padding-left: 40px;
}
/* WRAPPER */

.chevron-wrapper {
  display: flex;
  gap: 0; /* IMPORTANT: no gap for arrow join */
}

/* CARD */
.chevron-card {
  position: relative;
  width: 280px;
  height: 430px;
  overflow: hidden;
  flex-shrink: 0;

/* RIGHT ARROW SHAPE */
  clip-path: polygon(
    0% 0%, 
    75% 0%, 
    100% 50%, 
    75% 100%, 
    0% 100%, 
    25% 50%
  );

  margin-right: -40px; /* overlap arrows */
}

/* IMAGE */

.chevron-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.chevron-wrapper {
  transform: translateX(100%);
  will-change: transform;
}

.chevron-wrapper {
  display: flex;
  justify-content: center;
}

/* Updated from .container */
.viewport-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    max-width: 1100px;
    width: 100%;
    gap: 80px;
    margin: 0 auto; /* Keeps it centered */
}

/* Updated from .hero-section */
.drone-hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Keeping the rest for context */
.main-title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -2px;
}

.cta-button {
    margin-top: 2rem;
    display: inline-flex;
    align-items: center;
    background-color: #1a1a1a;
    color: white;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    width: fit-content;
}

/* ... existing steps-section styles ... */

/* Animation Base States */
.reveal-left, .reveal-up,
.scroll-animate {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-left {
    transform: translateX(-30px);
}

.reveal-up {
    transform: translateY(30px);
}

.scroll-animate.delay-1 { transition-delay: 0.1s; }
.scroll-animate.delay-2 { transition-delay: 0.2s; }
.scroll-animate.delay-3 { transition-delay: 0.3s; }
.scroll-animate.delay-4 { transition-delay: 0.4s; }

/* The state triggered by JavaScript */
.is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

.scroll-animate.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Staggering the steps so they don't all pop at once */
.step-item:nth-child(1) { transition-delay: 0.1s; }
.step-item:nth-child(2) { transition-delay: 0.2s; }
.step-item:nth-child(3) { transition-delay: 0.3s; }
.step-item:nth-child(4) { transition-delay: 0.4s; }



/* section-5*/

.realestate-section {
  padding: 60px 60px;
}

.realestate-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

/* LEFT SIDE */
.left h1 {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 600;
}

.left h1 span {
  color: #000;
}

.cta {
  margin-top: 40px;
  padding: 14px 28px;
  border-radius: 30px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}

.cta:hover {
  transform: translateX(6px);
  background: var(--primary-color);
}

/* RIGHT SIDE */
/* .right {
  max-width: 600px;
} */

.steps-title {
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
}
section.realestate-section h1 {
    font-size: 45px;
}
.redcolor{
  color:#e20b15;
}
.lwhitecolor{
      background: -webkit-linear-gradient(#e20b15, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.step {
  display: flex;
  gap: 20px;
  padding: 25px 0;
  padding-bottom:5px;
  border-top: 1px solid #e0e0e0;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
}

.step:nth-child(2) { animation-delay: 0.2s; }
.step:nth-child(3) { animation-delay: 0.4s; }
.step:nth-child(4) { animation-delay: 0.6s; }

.step span {
  color: #000;
  font-size: 14px;
}

.step p {
  font-size: 22px;
  line-height: 1.4;
  color: #999;
}

.step strong {
  color: #e20b15;
}

/* HOVER EFFECT */
.step:hover p {
  color: #444;
  transform: translateX(5px);
  transition: all 0.3s ease;
}

/* ANIMATION */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .container {
    flex-direction: column;
  }

  .left h1 {
    font-size: 42px;
  }

  .step p {
    font-size: 18px;
  }
}

/* SECTION-testimonial */
.testimonial-section {
  padding: 60px 60px;
}





.testimonial-section {
  overflow: hidden;
}

.testimonial-section .title,
.testimonial-section .left,
.testimonial-section .right,
.testimonial-section .custom-dots {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.testimonial-section .left img {
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.testimonial-section .title.is-visible,
.testimonial-section .left.is-visible,
.testimonial-section .right.is-visible,
.testimonial-section .custom-dots.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.testimonial-section .left.is-visible img {
  transform: scale(1.02);
}

/* LEFT FIXED IMAGE */
.left img {
  width: 100%;  
  object-fit: cover;
  border-radius: 6px;
}

/* RIGHT */
/* .right {
  max-width: 500px;
} */

.top-line {
     border-top: 1px solid #151717;
  margin-bottom: 30px;
}

/* CUSTOM DOTS */
.custom-dots {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
}
.custom-dots:after {
    content: "";
    position: absolute;
    right: 60px;
    display: block;
        width: 2.7rem;
    height: 2.7rem;
    background-image: url(../image/download.svg);
    background-size: cover;
}
.custom-dots span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  color:#ccc;
}

.custom-dots span.active {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.custom-dots span:hover {
  border-color: #000;
}

/* TEXT */
.item p {
  font-size: 25px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
}

.item h4 {
  font-size: 14px;
  color: var(--primary-color);
}

/* ANIMATION */
.owl-item.active .item p {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s ease;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .testimonial-wrapper {
    flex-direction: column;
  }

  .left img {
    width: 100%;
    height: auto;
  }
}

/* FOOTER */
.footer {
  background: #0b0f10;
  color: #fff;
  padding: 80px 60px 0px;
  overflow: hidden;
}

.footer .footer-left,
.footer .links,
.footer .social,
.footer .footer-bottom {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.footer .footer-left { transition-delay: 0.1s; }
.footer .links { transition-delay: 0.2s; }
.footer .social { transition-delay: 0.3s; }
.footer .footer-bottom { transition-delay: 0.4s; }

.footer.is-visible .footer-left,
.footer.is-visible .links,
.footer.is-visible .social,
.footer.is-visible .footer-bottom {
  opacity: 1;
  transform: translateY(0);
}

/* CONTAINER */
.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

/* LEFT */
.footer-left h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #e20b15;
}

/* NEWSLETTER */
.newsletter {
  display: flex;
  align-items: center;
    border-bottom: 1px solid #6e6363;
    padding: 10px;
  margin-bottom: 60px;
}
.newsletter button img {
    filter: invert(1);
    width: 20px;
}
.newsletter input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 10px 0;
  color: #fff;
}

.newsletter button {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter button:hover {
  transform: translateX(6px);
}

/* CONTACT */
.contact-info {
  display: flex;
  gap: 60px;
}

.contact-info h4 {
  font-size: 14px;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.contact-info p {
  font-size: 14px;
  color: #ddd;
      line-height: 1.5;
}
.links a,.social a{
  color:#fff;
}
.links a:hover,.social a:hover{
  color:var(--primary-color);
}
.links,.social {
    display: flex;
    flex-direction: column;
        float: right;

}
a{
  text-decoration: none;
}
/* RIGHT */
.footer-right {
  display: flex;
  gap: 80px;
}

.footer-right h4 {
  font-size:15px;
  margin-bottom: 20px;
  color: #e20b15;
}

.footer-right a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.footer-right a:hover {
  color: var(--primary-color);
  transform: translateX(5px);
}

/* BOTTOM */
.footer-bottom {
  margin-top: 60px;
  border-top: 1px solid #222;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color:#fff;
  font-size: 14px;
      align-items: center;
    justify-content: space-around;
}
.footer-bottom p{
  margin:0px;
  padding: 20px;
}

/* ANIMATION */
.footer-left,
.footer-right {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
}

.footer-right {
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
  }

  .contact-info {
    flex-direction: column;
    gap: 20px;
  }

  .footer-right {
    flex-direction: column;
  }
}

/* Parallex */
.parallax-img {
  background-image: url("../image/parallex.jpg");
  height: 80vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  color: white;
  position: relative;
}

/* Optional dark overlay */
.parallax-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}

.parallax-text {
  position: relative;
  font-size: 49px;
  z-index: 2;
  font-family: var(--secondary-font);
  font-weight: 600;
  margin: 0 auto;
  color:#fff;
  line-height: 60px;
  width: 830px;
    text-align: center;
}

.whatsappfooter {
  position: fixed;
  bottom: 80px;
  height: 50px;
  z-index: 9999;
  width: 40px;
  right: 25px;
}

.whats-app-icon img{
  width: 100%;

}

.interview-section {
  padding: 0 60px 100px 60px;
  background: #fff;
  overflow: hidden;
}

.interview-heading {
  margin-bottom: 10px;
}

.interview-heading h2 {
  font-family: var(--secondary-font);
  font-size: 57px;
  line-height: 1.1;
  font-weight: 600;
  color: #e20b15;
  margin: 0;
}

.interview-heading h2 span {
  color: #000;
}

.interview-row {
  row-gap: 40px;
}

.interview-card {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin: 40px 35px 0px 0px;
  padding: 25px 0px;
  border-top: 1px solid #b1aaaa;
  transition: all 0.35s ease;
}


.interview-card:hover {
  transform: translateY(-8px);
  border-top-color: #e20b15;
}

.interview-number {
  font-size: 14px;
  color: #e20b15;
  margin-bottom: 35px;
  font-weight: 600;
}

.interview-card h3 {
  font-family: var(--secondary-font);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
}

.interview-card h3 span {
  display: block;
  color: #e20b15;
  font-size: 18px;
  margin-top: 8px;
  font-family: var(--primary-font);
  font-weight: 500;
}

.interview-card p {
  font-size: 18px;
  line-height: 1.6;
  color: #777;
  min-height: 60px;
  margin-bottom: 30px;
}

.interview-card p strong {
  color: #e20b15;
}

.interview-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding-bottom: 7px;
  transition: all 0.3s ease;
}

.interview-link span {
  color: #e20b15;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.interview-link:hover {
  color: #e20b15;
  border-color: #e20b15;
}

.interview-link:hover span {
  transform: translate(4px, -4px);
}

  .small-title.black-color{
    color:#000;
  }
  .left.drone-lft h1 {
    font-size: 50px;
}
.white{
  color:#fff;
}
.white:hover{
  color:#e20b15;
}

@media (max-width: 991px) {

  .interview-section {
    padding: 80px 40px;
  }

  .interview-heading h2 {
    font-size: 48px;
  }

  .interview-card {
    min-height: 300px;
  }

}

@media (max-width: 767px) {
.custom-dots:after{
  display:none;
}
  .interview-section {
    padding: 70px 25px;
  }

  .interview-heading {
    margin-bottom: 0px;
  }
.testimonial-section,.realestate-section {
    padding: 30px 20px;
}
.footer{
   padding: 30px 20px;
}
.item p {
    font-size: 22px;
}
.left.drone-lft h1 {
    font-size: 30px;
}
.links a {
    font-size: 20px;
}
.links, .social {
    float: none;
}
  .interview-heading h2 {
    font-size: 27px;
  }

  .interview-card {
    min-height: auto;
    padding: 30px 25px 0px;
  }

  .interview-card h3 {
    font-size: 26px;
  }

  .interview-card p {
    font-size: 16px;
  }
.right.test-riht {
    padding-left: 0px;
}
  .interview-row {
    row-gap: 0px;
}
.line1 {
    font-size: 48px;
}
.line2 {
    font-size: 30px;
}
}
@media (max-width: 1200px) and (min-width: 768px) {
.line1 {
    font-size: 100px !important;
}
.parallax-text{
  width:100%;
}
.logo img {
    width: 140px;
}
nav#nav a {
    font-size: 17px;
}
.nav a {
    margin: 0 13px;
}section.realestate-section h1 {
    font-size: 33px;
}
.cta {
    margin-top: 25px;
    padding: 14px 20px;
}
.chevron-card {
  width: 220px;
  height: 380px;
}
.title{
  font-size: 40px;
}
.reveal-text{
  font-size: 32px;
}
.left.drone-lft h1 {
    font-size: 40px;
}
.content1 h1 {
    font-size: 47px;
}
.content1 p {
    font-size: 15px;
}
    .interview-heading h2 {
        font-size: 40px;
    }
    .interview-card h3{
      font-size: 28px;
    }
    .parallax-text{
      font-size: 42px;
      line-height: 1.5;
    }
    .item p {
    font-size: 18px;
    }
    .custom-dots:after{
      display:none;
    }
}
@media (max-width: 768px) and (min-width: 600px) {
.chevron-card {
  width: 180px;
  height: 240px;
}
.chevron-wrapper
{
  display: flex !important;
}
}
@media (max-width: 768px) {
  .header .col-8 {
    display: flex;
    justify-content: flex-end;
  }
section.realestate-section h1 {
    font-size: 35px;
}
.cta {
    margin-top: 20px;
}
  .header .hamburger {
    display: flex !important;
    position: relative;
    z-index: 1002;
    visibility: visible;
    opacity: 1;
  }

  .header .hamburger span {
    display: block;
    background: red;
  }

  .header.scrolled .hamburger span {
    background: #111;
  }

.parallax-text {
    width: 100%;
        font-size: 25px;
        line-height: 1.5;
}
.header {
    padding: 5px 5px 0px 5px;
}
  .content1 {
    width: calc(100% - 32px);
    top: 34%;
  }
.title{
  font-size: 27px;
  margin-bottom: 30px;
}
.logo img {
    width: 150px;
}
.chevron-wrapper{
  display:inline-block;
}
  .content1 h1 {
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.15;
    white-space: normal;
  }

  .content1 p {
    font-size: 15px;
    line-height: 1.5;
  }
}