@import url("https://use.typekit.net/zss0kmh.css");
@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rakkas&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gulzar&family=Rakkas&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@700&display=swap');
*{
    font-family: poppins, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}


header {
  background-color: white;
  width: 100%;
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 100px;
}

.logo {
  text-decoration: none;
  color: rgb(146, 130, 5);
  display: block;
  height: auto;
  width: 150px;
  padding-left: 30px;
}

.none {
  text-decoration: none;
  color: rgb(107, 95, 4);
  font-size: 1.3em;
  padding-left: 30px;
}

.logo img {
  width: 100%; 
  height: auto; 
}

.none:hover {
  color: rgb(0, 0, 0);
}





section {
  padding: 100px 100px;

    
  }
  
  
  .main {
    width: 100%;
    min-height: 100vh;
    background-image: url(meeting.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .main h2 {
    color: rgb(148, 139, 74);
    font-size: 4em;
    max-width: 100%;
    margin: 0;
    
  }
.main div {
    border: 4px solid white;
    background-color: rgba(0, 0, 0, 0.623);
    padding: 20px;
    border-radius: 12px;
    
    
}
  
  
  
  
  .main h2 img {
    display: inline-block;
    margin-top: 30px;
    color: rgb(92, 82, 2);
    font-size: 2em;
    max-width: 100%;
    height: auto;
    
  }
  
  .main h3 {
    color: rgb(128, 119, 0);
    font-size: 2em;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0 20px;
    
  }
  
.main-btn {
    color: white;
    background-color: rgba(146, 130, 5, 0.185);
    text-decoration: none;
    font-size: 2.3em;
    border-radius: 24px;
    display: inline-block;
    padding: 0.9375em 2.1875em;
    letter-spacing: 2px;
    transition: 0.7s ease;
  
}
.main-btn:hover{
    background-color: rgb(148, 139, 74);
    transform: scale(1.1);
}
.social-icons a{

    color: #fff;
    font-size: 2.5em;
    padding-right: 20px;
}
.social-icons {
    padding: 20px 90px;
}
.title {
    display: flex;
    justify-content: center;
    color:rgb(146, 130, 5);
    font-size: 3em;
    font-weight: 800;
    margin-bottom: 30px;
}
.contant {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.card {
    background-color: rgb(255, 255, 255);
    width: 21.25em;
    box-shadow: 0 5px 25px rgba(1 1 1 / 25%);
    border-radius: 15px;
    padding: 33px;
    margin: 42px;
    line-height: 43px;
    

}
.card:hover {
    transform: scale(1.1);
    transition: 0.7s ease;
    
}
.icon {
    color: rgb(146, 130, 5);
    font-size: 8em;
    text-align: center;
}
.info {
    text-align: center;
}
.info h3{
    color: rgb(146, 130, 5);
    font-size: 2em;
    font-weight: 700;
    margin: 10px;

}
.info p{
    font-size: 1.4em;
    
}
.pp{
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 30px;


}
.bc{
    background-color: rgba(73, 65, 4, 0.308);
}

    

.o{
    padding-top: 70px;
    
}



.cardsx .icon{
    font-size: 4.5em;
}
.cardsx .info h3{
    color: black;
}
.cardsx .info p {
    font-size: 1.5em;
}
.cardsx .info .x{
    font-size: 1.5em;
    color: black;
    
}

.ss {
    width: 100%;
  }
  
  .footer {
    background-color: #f0f0f0;
    padding: 10px;
    float: right;
    width: 30%;
  }
  .footer{
    font-size: 1em;
  }
 .footer .foter span{
    font-size: 1.3em;
    color: rgb(146, 130, 5);
  }
  .fa-regular {
    color: rgb(146, 130, 5);
  }
  #fixedbutton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }
  
  #fixedbutton a {
    display: block;
    padding: 10px;
    background-color: rgb(146, 130, 5);
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 10%;
  }
  @media (max-width: 768px) {
    .footer {
      width: 50%;
    }
  }
  
  @media (max-width: 480px) {
    .footer {
      width: 100%;
      float: none;
      text-align: center;
    }
  }
  
@media screen and (max-width: 991px) {
    header {
    padding: 10px 50px;
    }
    .main h2 span {
    padding-left: 0;
    }
    .main h3 {
    padding-left: 0;
    }
    section {
    padding: 50px 50px;
    }
    .card {
    width: 100%;
    margin: 25px 0;
    }
    .cardsx {
    width: 100%;
    margin: 25px 0;
    }
 
    }
    
    @media screen and (max-width: 767px) {
    header {
    padding: 10px 20px;
    flex-direction: column;
    align-items: center;
    }
    .main h2 {
    font-size: 2em;
    }
    .main h3 {
    font-size: 1.5em;
    padding-bottom: 55px;
    }
    .main-btn {
    font-size: 1.5em;
    }
    .social-icons a {
    font-size: 1.5em;
    }
    .card .icon {
    font-size: 3em;
    }
    .card .info h3 {
    font-size: 1.5em;
    }
    .card .info p {
    font-size: 1.2em;
    }
    .cardsx .icon {
    font-size: 2em;
    }
    .cardsx .info h3 {
    font-size: 1.5em;
    }
    .cardsx .info p {
    font-size: 1.2em;
    }

    }
    @media only screen and (max-width: 390px) {
        header {
            padding: 10px;
        }
        .logo {
            width: 100px;
            padding-left: 0px;
        }
        .none {
            font-size: 1em;
            padding-left: 10px;
        }
    }