

/*================================================= Navbar ===============================================*/
 .top-nav{
   background: var(--secondary); 
 }
 .navbar img{
    width: 200px;
 }

 .dropdown-menu {
    animation: 0.5s slideup;
  }
  
  @keyframes slideup {
    from {
      transform: translateY(10%);
    }
  
    to {
      transform: translateY(0);
    }
  }

  .navbar {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 0;
  }
  .navbar .navbar-nav  li a{
    color: var(--primary);
    font-size: 18px;
    font-weight: 700;
    transition:0.3s ease;
  }
  .navbar .navbar-nav  li a:hover{
    transform: scale(1.1);
  }


  @media (max-width:765px){
    .navbar img{
        width: 150px;
     }
     .navbar .navbar-nav  li a{
        font-size: 16px;
        font-weight: 600;
      }
  }
    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }
  .navbar-toggler-icon i{
    color: rgb(7, 7, 7);
    font-size: 30px;
  }
  @media (max-width:400px){
    .navbar img{
        width: 120px;
     }
     .navbar .navbar-nav  li a{
        font-size: 15px;
      }
  }

/*================================================= Footer ===============================================*/
  
.footer{
  background: #292323;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  background: linear-gradient(90deg,rgba(41, 35, 35, 1) 0%, rgba(3, 0, 0, 1) 100%);
}
.footer1{
 width: 90%;
 margin: 0 auto;
 padding: 20px 0 0;
}
.footer1 .footer11 ,.footer1 .footer12 {
  padding: 20px 20px;
}
.footer1 .footer11 h2 ,.footer1 .footer12 h3 {
 padding-bottom: 5px;
}
.footer1 .footer11 h2 span{
 letter-spacing: -0.055em;
 font-size: 25px;
 font-weight: 800;
 padding-bottom: 5px;
 border-bottom-width: 4px;
 border-bottom-style: solid;
 border-image: linear-gradient(to right, #333, #eee) 1;
 background: -webkit-linear-gradient(#eee, #333);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}

.Social-media{
  display: flex;
  margin-top: 30px;
}
.Social-media a{
  display: flex;
  background: #e3edf7;
  height: 35px;
  width: 35px;
  margin: 0 10px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),
              -1px -1px 10px -1px rgba(255,255,255,0.7);
  border: 1px solid rgba(0, 0, 0, 0);
  transition: transform 0.5s;
}
.Social-media a i{
  font-size: 20px;
  color:#777;
  transition: transform 0.5s;
}
.Social-media a:hover{
  box-shadow:inset 4px 4px 6px -1px rgba(0,0,0,0.2),
              inset -4px -4px 6px -1px rgba(255,255,255,0.7),
                    -0.5px -0.5px 0px -1px rgba(255,255,255,1),
                    0.5px 0.5px 0px rgba(0,0,0,0.15),
                    0px 12px 10px -10px rgba(0,0,0,0.05);
  border: 1px solid rgba(255, 0, 0, 0.1);
  transform: translateY(2px);
}
.Social-media a:hover i{
  transform: scale(0.90);
  color: #3b5998;
}
.footer1 .footer11 p{
  font-size: 15px;
  width: 80%;
  color: #928f8f;
}
.footer1 .footer12 h3 span{
 text-transform: uppercase;
 font-size: 20px;
 font-weight: 900;
 padding-bottom: 5px;
 border-bottom-width: 4px;
 border-bottom-style: solid;
 border-image: linear-gradient(to right, #333, #eee) 1;
 background: -webkit-linear-gradient(#eee, #333);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
.footer1 .footer12 ul {
  padding:5px 0 0;
}
.footer1 .footer12 ul li {
  list-style: none;
  padding-top:10px ;
}
.footer1 .footer12 ul li a {
  color: #928f8f;
  text-transform: capitalize;
  font-weight: 700;
}
.footer1 .footer12 ul li a:hover {
  color:var(--tertiary);
}
.footer1 .footer12 p{
  margin: 30px 0;
  padding: 0 30px 0 0 ;
  color: #928f8f;
}
.footer1 .footer12 p span{
  color: #b9b6b6;
  font-weight: 900;
  letter-spacing: 1px;
}
.footer1 .footer12 iframe{
  width: 100%;
  height: 70%;
  margin-top:30px ;
  box-shadow: rgba(194, 193, 193, 0.35) 0px 5px 15px;
  border-radius: 5px;
}

.footer2{
 width: 90%;
 margin: 0 auto;
 padding-bottom: 1px;
}
.footer2 p{
 color: #aca6a6;
 font-family: "Poppins", sans-serif;
 font-size: 14px;
}

@media (max-width:992px){
  .footer1 .footer11 ,.footer1 .footer12 {
    padding: 20px 5px;
  }
  .footer1 .footer11 h2{
    padding-bottom: 20px;
   }
  .footer1 .footer11 h2 span{
    font-size: 20px;
    font-weight: 800;
   }

  .footer1 .footer12 h3 span{
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 3px;
    border-bottom-width: 3px;
   }
}

@media (max-width:575px){
  .footer1 .footer11 p{
    font-size: 13px;
    width: 100%;
  }
  .footer1 .footer12 ul li {
    padding-top:5px ;
  }
  .footer2{
    width: 96%;
    padding-bottom: 1px;
   }
   .footer2 p{
    color: #aca6a6;
    font-size: 13px;
   }
   .footer1 .footer12 p{
    width: 100%;
    margin: 20px 0 5px;
    padding: 0 20px 0 0 ;
    font-size: 13px;
  }
}

/*================================================= form ===============================================*/

.form-img img{
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width:767px){
  .form-img img{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}


 h2 , p {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 20% cover 40%;
}

@keyframes appear {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(01);
  
  }
}

.footer p , .footer a,  .footer h2{
  animation: none;
}


/*================================================= chatbox ===============================================*/


.open-button {
  background-color:var(--tertiary) ;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  z-index: 9;
  position: fixed;
  bottom: 5%;
  right: 28px;
  border-radius: 50%;
  box-shadow: rgba(10, 166, 233, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  animation: none;
}
.open-button i{
 font-size: 30px;
 color: #fff;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 15px;
  background-color: white;
  z-index: 10;
  width: 350px;
  max-width: 350px;
  border-radius: 5px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.form-popup .pop-up-cont{
  background: var(--tertiary);
  padding: 10px;
  border-top-right-radius:5px;
  border-top-left-radius: 5px;
  color: #fff;
}
.form-popup .pop-up-cont .cancel{
 float: right;
}
.form-popup .pop-up-cont i{
 color: #fff;
}
.form-popup .pop-up-cont p{
  margin: 30px 30px 30px; 
  text-align: center;
}

form {
  padding: 0.3rem 1.2rem 1.5rem ;
  width: 90%;
  margin: -30px auto 0;
  z-index: 10;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 1px solid #111;
  background: none;
  padding: 0.1rem 1.2rem;
  color: #111;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #111;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btnn {
  padding: 0.6rem 1.3rem;
  background-color: var(--secondary);
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.btnn:hover {
  background-color: var(--tertiary);
}

.input-container span {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 20px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after { width: 50%;opacity: 1;}

.contact-info {padding: 2.3rem 2.2rem; position: relative;}

@media (max-width: 450px) {
  .form-popup { width: 300px; height: auto;}
  .form-popup .pop-up-cont .cancel{float: none;}
  .form-popup .pop-up-cont p{ margin: 5px 10px;  text-align: center;}
  form { margin: -10px auto 0; }
  .input {font-size: 0.75rem; }
  .input-container span {left: 10px;}
  .input-container.focus label {left: 10px;}
}
@media (max-width: 350px) {
  .form-popup { width: 250px;}
}
