@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  font-family: poppins;
}

#vts-alt{
  display:none ;
}

#vts{
  display: block;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

li > a {
  color: white !important;
}

.bg-img {
  /* The image used */
  background-image: url("src/contact-3.png");

  height: 70vh;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  /* Needed to position the navbar */
  position: relative;
}

.nav-active {
    background-color:#fff;
    color: #545454 !important;
}

.logo-active{
    color: #545454!important;
}

/* .navbar-default {
  color:#ffffff !important;
} */



.logo {
  font-weight: 600;
  color: #fff !important;;
}

.title-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -140%);
    color: white;
}

.title {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  /* .title-div > p {
    text-align: center;
    padding-top: 100px;
  } */
  
  .title > h1 {
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
  }

  .active-page{
      text-align: center;
      color:#ff160c;
  }
  
  .title-div > h3 {
    padding-top: 30px;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
  }




/* contact  */

.contact{
      margin: 80px 35px;
        display: flex;
        justify-content: space-around;
}

.contact-detail{
    display: flex;
    flex-direction: column;
    margin: 10px 10px;
}

.contact-detail > h2{
    font-size: 20px;
    font-weight: 600;
    color: #545454;
    padding: 20px 0px;
}

.contact-detail > p{
    color: #545454;
    
}

.info {
    display: flex;
    margin: 5px 0px;
}

.info >span{
    font-weight: 600;
    color: #545454;
    padding-right: 10px;
}

.info > p{
    margin-bottom: 0px;
}

.map{
    margin: 30px auto;
    border-radius: 2px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
    width:85%;

}

.wold-map{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 40px;
    /* background-color:#00A3E4 ; */
    background-color:#28d3e2 ;
}

.wold-map > h2{
    color: #fff;
    padding: 10px 20px 60px;
}


.card {
    padding: 30px 40px;
    margin-top: 60px;
    margin-bottom: 60px;
    border: none !important;
    /* box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2) */
    width: 100%;
}

.blue-text {
    color: #00BCD4
}

.form-control-label {
    margin-bottom: 0
}

input,
textarea,
button {
    padding: 8px 15px;
    border-radius: 5px !important;
    margin: 5px 0px 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 18px !important;
    font-weight: 300
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #006cb7;
    outline-width: 0;
    font-weight: 400
}

.btn-block {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
    height: 43px;
    cursor: pointer
}

.btn-block:hover {
    color: #fff !important
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

label{
    text-align: start;
}


.form-btn{
  background-color: #28d3e2;
  color:#fff;
  font-weight: 600;
}



@media screen and (max-width: 1027px){
    .navbar{
      background-color: #fff!important;
      color: #545454!important;
    }
    
    /* .navbar-toggler{
      margin-right: 20px;
    } */
    
    .logo{
      color: #545454 !important;
    }
    
    .nav-link{
      color: #545454 !important;
      font-weight: 500;
    }
    
    .nav-item{
      margin: 1px auto;
    }
    
    .db{
      width: 100%;
    }
  }





@media screen and (max-width:870px){
    
.contact{
    flex-direction: column;
}

.map > iframe {
    width: 100%;
}

.wold-map > img{
    width:500px;
}



}

@media screen and (max-width:560px){
   


   .info > span{
     display: none;
   }

  .contact {
    margin: 80px 0px 80px 35px ;
  }

  .contact-detail{
    max-width: 400px;
  }
    .wold-map > img{
        width:350px;
    }


    .map > iframe{
      height: 400px;
    }

    .card{
      padding: 25px 10px;
      margin: 15px auto;
    }

    input,textarea{
      font-size: 14px!important;
    }
}

@media screen and (max-width: 480px) {
  .wold-map > img{
    width:300px;
}

.contact-detail{
  max-width: 350px;
}
}