* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

a{
    text-decoration: none;
}

    @media (min-width:1700px) {
    .container {
        max-width: 1600px !important;
    } 
  }
  @media screen and (min-width:1251px) and (max-width:1500px) {
    .container {
        max-width: 1200px !important;
    }
  }
  @media screen and (min-width:1001px) and (max-width:1250px) {
     .container {
        max-width: 980px !important;
    }
  }
  @media screen and (min-width:769px) and (max-width:1000px) {
      .container {
        max-width: 730px !important;
    }
  }
  @media (max-width:768px) {
    .container {
      max-width: 580px !important;
    }
  }
  
  @media (max-width:468px) {
    .container {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  
  .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11{
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
  }
  
  .container {
      max-width: 1400px;
      margin: auto;
    
  
    }


body,
html {
    height: 100%;
        font-family: "Poppins", sans-serif;
    color: white;
}

header {
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
}
header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(0 0 0 / 56%);
    border-radius: 0px 0px 20px 20px;
    padding: 0px 20px;
}
header .left img {
    width: 120px;
}

header .right a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 35px;
  background: linear-gradient(270deg, #FF7E00, #FF4800, #FF7E00);
  background-size: 400% 400%;
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
  transition: transform 0.3s ease;
  animation: animateBg 6s ease infinite;
}

@keyframes animateBg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

header .right a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

header .right a span{
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
}
header .right a svg{
    width: 20px;
    fill: #FFFFFF;
}


.video-sec {
  position: relative;
  width: 100%;
  height: 100vh; /* full screen */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 77%); 
  z-index: 2;
}

.video-sec .container {
  position: relative;
  z-index: 3;
  color: white;
}


.video-sec p {
  font-size: 18px;
}
.video-sec .content h1{
    font-weight: 600;
    font-size: 100px;
    text-transform: uppercase;
    letter-spacing: 12px;
}
.video-sec .content img{
  width: 200px;
  margin-bottom: 20px;
}
@media (max-width:768px) {
    .video-sec .content h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
    header .left img {
        width: 100px;
    }
    header .right a{
        padding: 12px 25px;
    }
    .video-sec .content img{
      margin-bottom: 0px;
    }
    .video-sec .content{
      padding-bottom: 50px;
    }
    
}

.video-sec .content p{
    font-size: 16px;
    font-weight: 300;
}
.dots {
  display: inline-block;
  margin-left: 5px;
}

.dots span {
  display: inline-block;
  animation: wave 1.2s infinite ease-in-out;
  font-weight: 900;
  font-size: 1em;
  transform-origin: bottom;
}

.dots span:nth-child(1) {
  animation-delay: 0s;
}
.dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes wave {
  0%, 60%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
}

.footer {
    background-color: rgba(0, 0, 0, 0.192);
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer p {
  margin: 0;
  font-family: 'Exo', sans-serif;
}


/* WHATSAPP */


.phone-call{
    position: relative;
    z-index: 999;
}

 .btn-whatsapp-pulse {
    background: green;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;      /* fixed width */
    height: 60px;     /* fixed height */
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

 .btn-whatsapp-pulse svg {
    fill: white;
    width: 24px;
    height: 24px;
}

  @keyframes pulse {
      0% {
          box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
      }
      80% {
          box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
      }
  }
  
  .btn-whatsapp-pulse-border {
      bottom: 100px;
      right: 20px;
      animation-play-state: paused;
  }
  
  .btn-whatsapp-pulse-border::before {
      content: "";
      position: absolute;
      border-radius: 50%;
      padding: 25px;
      border: 5px solid #25d366;
      opacity: 0.75;
      animation-name: pulse-border;
      animation-duration: 1.5s;
      animation-timing-function: ease-out;
      animation-iteration-count: infinite;
  }
  
  @keyframes pulse-border {
      0% {
          padding: 25px;
          opacity: 0.75;
      }
      75% {
          padding: 50px;
          opacity: 0;
      }
      100% {
          opacity: 0;
      }
  }
  
