

.footer-container-main {
  /* background: url(/style/images/hd4.jpg); */
  background: linear-gradient(to right top, #baa45c, #ab6020);
  font-family: 'Wix Madefor Display', sans-serif !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  padding-top: 5px;
}

.footer-container {
  width: 80%;
  display: grid;
  grid-template-columns: 40% 60%;
  justify-content: center;
  margin: 0 auto;
  padding: 5px 0;
}

.footer-container a {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  color: #fafcff;

}

.footer-container i {
  color: #fafcff;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #fafcff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 16px;
}

.footer-rightbox1,
.footer-rightbox2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 1rem;
}

.footer-leftbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}

.footer-leftbox h4 {
  margin-right: auto;
  display: inline-block;
}

.holding-logo {
  width: 140px;
  height: auto;
  /* margin-right: auto; */
}

.copy-right-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* border-top: 1px solid #fafcff; */
  padding: 10px 0;
  color: #212222;
  background: #cfcecbdb;

}
.copy-right a{
  font-size: 10px;
}

.powerby a {
  text-decoration: none;
  color: #212222;
    font-size: 10px;

}

.powerby span {
  font-size: 12px;
}

.powerby img {
  width: 15px;
  height: auto;
  margin-top: 5px;
}

.social-links a {
  margin: 0 5px;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  color:rgb(26, 24, 24);
  
  /* color: black; */
}
.social-links a:hover{
  color: white;
}

/****subscribe */

form {
  position: relative;
  display: block;
  height: 51px;
  border-radius: 35px;
  background: white;
  margin: 0 auto;
  /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28); */
  overflow: hidden;
}

form input {
  line-height: 53px;
  padding: 0;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 300;
  background: white;
  letter-spacing: 0.02em;
}

form input:not([type=submit]) {
  width: 100%;
  display: block;
  padding: 0 150px 0 30px;
}


form input:not([type=email]) {
  position: absolute;
  height: 100%;
  line-height: 50px;
  top: 0;
  right: 0;
  border-radius: 0 0 22px;
  padding: 0 35px;
  background:linear-gradient(to right, rgb(84, 82, 82), rgb(184, 143, 117));
  opacity: 0.9;
  color: #fafcff;
  cursor: pointer;
}

form input:not([type=email]):hover {
  background: linear-gradient(to right, rgb(84, 82, 82), rgb(184, 143, 117));
  opacity: 1;
}

form input:focus {
  outline: none;
  background: white;
}

@media(max-width:1000px){
  form{
    height: 50px;
    margin-bottom: 10px;
  }
  form input:not([type=email]) {
    border-radius: 0 0 1px;
  }
  form input {
    line-height: 55px;
  }
}

/****subscribe */

@media(max-width:1000px) {

  .footer-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    margin: 0 auto;
  }

  .footer-leftbox {
    display: flex;
    justify-content: center;

  }

  .footer-rightbox {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;

  }
  .holding-logo {
    width: 84px;
    height: auto;
    /* margin-right: auto; */
  }

  .footer-container i {

    font-size: 12px;
    width: 20px;
    height: 20px;
  }

  .footer-container a {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .footer-rightbox1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 1rem;
  }

  .copy-right-container {
    display: flex;
    flex-direction: column-reverse;
    padding: 8px;
  }
  .copy-right{
    font-size: 10px;
    order:3;
    margin-bottom: 7px;
  }
  .powerby{
    order: -1;
  }

}



  /* hover effect */

  
  .footer-container a{
    text-decoration: none;
    
    position: relative;
    z-index: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to left, white, white 50%, yellow 100%) !important;
    background-size: 200% 100%;
    background-position: 100%;
    transition: all 0.5s ease-in-out;
    font-weight: 100;
  }
   .footer-container a:before {
    display: block;
    content: "";
    width: 0;
    height: 3px;
    bottom: 5px;
    left: 0;
    bottom: -3px;
    z-index: 0;
    position: absolute;
    background: #23abd4;
    transition: all 0.5s ease-in-out;
  }
   .footer-container   a:hover{
    background-position: 0%;
    border-color: white;
    font-weight: bold;
  }
  .footer-container a:hover i{
    border: 1px solid white;
  }
   .powerby a{
    text-decoration: none;
    
    position: relative;
    z-index: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to left, #fafcff, #fafcff 50%, #1b1a1a 50%) !important;
    background-size: 200% 100%;
    background-position: 100%;
    transition: all 0.5s ease-in-out;
  }
   .powerby a:before {
    display: block;
    content: "";
    width: 0;
    height: 3px;
    bottom: 5px;
    left: 0;
    bottom: -3px;
    z-index: 0;
    position: absolute;
    background: #23abd4;
    transition: all 0.5s ease-in-out;
  }
   .powerby   a:hover{
    background-position: 0%;
  }

  .footer-container a:hover i{
    border: 1px solid rgb(242, 6, 6);
  }
  
  /***********/
   .copy-right a{
    text-decoration: none;
    
    position: relative;
    z-index: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to left, rgb(26, 24, 24), rgb(26, 24, 24) 50%, #e70606 50%) !important;
    background-size: 200% 100%;
    background-position: 100%;
    transition: all 0.5s ease-in-out;
  }
  .copy-right a:before {
    display: block;
    content: "";
    width: 0;
    height: 3px;
    bottom: 5px;
    left: 0;
    bottom: -3px;
    z-index: 0;
    position: absolute;
    background: #23abd4;
    transition: all 0.5s ease-in-out;
  }
  .copy-right a:hover{
    background-position: 0%;
  }
  
  /***********/
   
  
    /* hover effect */