.banner-bg {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(127deg, #ffc2691f 14%, #8dd4ff2b, #b5b4ff12, #8dd4ff0f);
}
  
  .banner-box {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .banner-box::before {
    content: "";
    width: 50%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }



.banner-box h1 {
    font-family: var(--Regular);
    font-size: 60px;
    margin-top: 34px;
}
  
  .banner-box p {
    font-family: var(--Regular);
    font-size: 20px;
  }

.banner-box .d-flex.align-items-center.gap-2 > div {
    display: flex;
    align-items: center;
    gap: 2px;
}

.banner-box .d-flex.align-items-center.gap-2 img[src*="start-1.png"] {
    display: inline-block;
    flex: 0 0 auto;
    max-width: none;
    vertical-align: middle;
}

  
  
  
  .banner-box a:hover::after {
    right: 0%;
  }
  
  .banner-box .box-panel {
    position: absolute;
    width: 350px;
    height: 60%;
    background-color: #ffffff87;
    left: 50%;
    bottom: 0;
    transform: perspective(50px) rotatey(0deg) translatex(-50%);
    animation: slide-rotate 0.5s linear forwards;
    z-index: -1;
  }
  
  @keyframes slide-rotate {
    form {
      transform: perspective(50px) rotatey(0deg) translatex(-50%);
    }
  
    to {
      /* left: 42% !important; */
      transform: perspective(50px) rotatey(2deg) translatex(-50%);
    }
  }
  
  .banner-box .box-1 {
    height: 50%;
    animation: slide-left 0.5s linear forwards;
  }
  
  @keyframes slide-left {
    form {
      transform: perspective(50px) rotatey(2deg) translatex(-50%);
    }
  
    to {
      left: 48%;
      transform: perspective(100px) rotatey(2deg) translatex(-50%);
    }
  }
  
  .banner-box .box-2 {
    /* height: 80%; */
    animation: slide-right-1 0.5s linear forwards;
  }
  
  @keyframes slide-right-1 {
    form {
      transform: perspective(50px) rotatey(0deg) translatex(-50%);
    }
  
    to {
      left: 60%;
      transform: perspective(100px) rotatey(3deg) translatex(-50%) !important;
    }
  }
  
  .banner-box .box-3 {
    bottom: -80px;
    height: 80%;
    animation: slide-right 0.5s linear forwards;
  }
  
  @keyframes slide-right {
    form {
      transform: perspective(50px) rotatey(0deg) translatex(-50%) !important;
    }
  
    to {
      left: 75%;
      transform: perspective(100px) rotatey(3deg) translatex(-50%);
    }
  }
  
  .main-box-padding {
    padding: 80px 0px;
  }

  /* contact  ----------  */
  #contact form .form-box{
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  #contact form .form-box label {
    font-family: var(--Medium);
    text-transform: capitalize;
    font-size: 15px;
  }

  #contact form .form-box label span {
    color: red;
    font-size: 18px;
  }

  #contact form .form-box input {
    width: 100%;
    height: 40px;
    border: 1px solid #bfbcbc;
    background: transparent;
    border-radius: 4px;
    transition: 200ms linear;
    padding: 10px;
    font-family: var(--Medium);
    font-size: 14px;
  }

  #contact form .form-box input::placeholder, textarea::placeholder {
    color: #9CA3AF;
    font-size: 14px;
  }

  #contact form .form-box input:focus {
    outline: none;
    /*box-shadow: 0px 0px 2px 0.5px #70C8FF;*/
  }

  #contact form .form-box textarea {
    width: 100%;
    border: 1px solid #bfbcbc;
    background: transparent;
    border-radius: 4px;
    transition: 200ms linear;
    padding: 10px;
    font-family: var(--Medium);
    font-size: 14px;
  }

  #contact form .form-box textarea:focus {
    outline: none;
  /*  box-shadow: 0px 0px 2px 0.5px #70C8FF;*/
  }

    #contact form .form-box button {
        background-color: #0d93fd;
        color: #ffff;
        border: none;
        width: 100%;
        padding: 10px;
        font-family: var(--Medium);
        margin-top: 15px;
        transition: 200ms linear;
    }

  #contact form .form-box button:hover {
    color: #fff;
    background-color: #000 !important;
  }

.error-message {
    color: #dc3545;
    font-family: var(--Medium);
    font-size: 15px;
    height: 22px;
}

  #contact form .form-box p {
    font-size: 15px;
    margin: 0 !important;
  }

  #contact form .form-box a {
    font-family: var(--Medium);
    font-size: 15px;
  }



#contact .follow-us h3 {
    font-family: 'Futura-Md-BT', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #363a3d;

}

    #contact .follow-us ul {
        display: flex;
        list-style: none;
        gap : 15px;
    }

    #contact .follow-us ul li a {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        background: #6c757d;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        transition: 200ms linear;
    }

        #contact .follow-us ul li a:hover {
            background: #505458;
        }

.world_map {
    background: #1d1f20;
    overflow: hidden;
}

    .world_map h3, .world_map h3 span {
        color: #fff;
        font-family: 'Futura-Md-BT', sans-serif;
        font-size: 30px !important;
    }

.map_box {
    height: 250px;
    background-image: url('../images/bottom_cta_contacus_rjvmx6.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 992px) {
    .banner-box h1 {
                font-size: 45px;
            }

            .banner-box p {
                font-size: 17px;
            }
        }
