@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

    *{
        margin: 0;
        font-family: 'poppins';
    }
    .logo{
      width:140px;
      }
    .main_contact{
        background-image: url('./images/subscribe-bg\ \(2\).png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    padding: 60px 0px;
    width: 80%;
    position: relative;
    height: 150px;
    margin: auto;
    margin-top: 200px;
    }
    .main_contact::after{
        content: '';
    background-image: url(./images/subscribe-dec.png);
    position: absolute;
    width: 195px;
    height: 138px;
    background-repeat: no-repeat;
    background-position: center center;
    right: -20px;
    top: -50px;
}
    
    h2{
        font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    }
    .form_container{
        width: 100%;
        margin: auto;
        height: 600px;
        background-color: #2c2a35;
        opacity: 1;
    }
    form{
        width: 80%;
    height: 80px;
    border-radius: 40px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    }
    input{
    width: 30%;
    margin-top: 10px;
    line-height: 40px;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0px 20px;
    font-size: 15px;
    color: #2a2a2a;
    }
    button{
        display: inline-block;
    background-color: black;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    width: 15%;
    margin-right: 10px;
    text-transform: capitalize;
    padding: 12px 20px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border: none;
    text-align: center;
    transition: all .3s;
    height: 50px;
    }
    #email{
        border-left: 1px solid rgb(209, 209, 209);
    }
    
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  a {
    text-decoration: none !important;
  }

  header{
    width: 100%;
    height: 100px;
    background-color:white;
    box-shadow: 5px 0px 15px rgb(0 0 0 / 5%);
    position: fixed;
    z-index: 20;
    transition: all 0.5;
    margin-top: -200px;
    /* border-bottom: 1px solid rgb(255, 11, 11); */

  }
header .container{
    display: flex;
    justify-content: space-around;
    align-items:center;
    width: 100%;
    height: 100px;
}  

header .nav{
    display: flex;
    width: 64%;
    justify-content: space-between;
    font-weight: 400;
    margin-top: 10px;
    margin-left: 20px;
}

  .main-red-button-hover {
    color: white;
  }



  .nav  li  a{
    font-size: 18px;
    margin-left: 10px;
    color: #2a2a2a;
  display: block;
    font-weight: 600;
    font-size: 15px;
    color: #2a2a2a;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
  }

  .nav  li  a:hover{
    color: red;
    }
  
.main-red-button-hover  button {
    display: inline-block;
  background-color: #D80027;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all 0.8s;
  border: none;
  width: 180px;
  height: 45px;

  }
 

  .main-red-button-hover  button:hover {
    background-color: black;
  }


 .active{
    color: red;
  }
  #ac{
    color: red;

  }


  .logo{
    color: red;
    font-size: 30px;
    text-transform:uppercase;
  }
  .row_footer{
    display: flex;
    flex-wrap: wrap;
  }
  .footer-col ul{
    list-style: none;
  }
  .footer{
      padding: 0 70px 70px 70px ;
      margin-top: 160px;
  }
  .footer-col{
     width: 20%;
     padding: 0 15px;
  }
  .footer-col h4{
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
  }
  .footer-col h4::before{
    content: '';
    position: absolute;
    left:0;
    bottom: -10px;
    background-color: #d9272d;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
  }
  .footer-col ul li:not(:last-child){
    margin-bottom: 10px;
  }
  .footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #000;
    display: block;
    transition: all 0.3s ease;
  }
  .footer-col ul li a:hover{
    color: #d9272d;
    padding-left: 8px;
  }
  .footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin:0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
  }
  .footer-col .social-links a:hover{
    color: #24262b;
    background-color: #ffffff;
  }
  
  /*responsive*/
  @media(max-width: 767px){
    .footer-col{
      width: 50%;
      margin-bottom: 30px;
  }
  }
  @media(max-width: 574px){
    .footer-col{
      width: 100%;
  }
  }
  
  
  .wrapper {
  display: inline-flex;
  list-style: none;
}

.wrapper .icon {
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  padding: 15px;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 11px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877F2;
  color: #ffffff;
}



.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #E4405F;
  color: #ffffff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background: #CD201F;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
    .wrapper {
      width: 85vw;
    }
 
    