@import url('https://fonts.googleapis.com/css2?family=Acme&family=Heebo:wght@100&family=Josefin+Sans:wght@300;400&family=Poppins:wght@800&family=Rubik:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Heebo:wght@100&family=Josefin+Sans:wght@300;400&family=Poppins:wght@800&family=Rubik:wght@300;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wrapper{
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
.header-section{
  display: flex;
  height:60px;
   background-color: rgb(251, 100, 45);
  justify-content:space-between;
  align-items: center;
  position: sticky;
  top:0;
}
.header-link{
  display: flex;
 justify-content: center;
 align-items: center;
 gap:2rem;
 padding-right:25px;
} 
.header-item{
  font-size: 22px;
  transition: transform 0.2s ;
}
.header-item a{
  text-decoration: none;
  font-family: rubik;
  color: white;
}
.header-item:hover{
  transform:scale(1.1); 
  font-weight: 300;
}
.btn{
  font-size:35px;
  color:white;
  position: relative;
  padding-left: 10px;
  display: none;
}
#menu-btn{
  display: none;
}
.logo{
  height:130px;
  width:310px;
}
.logo img{
  height: 100%;
 width: 100%;
}
.body{
  display: flex;
  justify-content: center;
  align-items: center;
}
.container{
 max-width: 1200px;
  height:auto;
  background-color: rgb(220, 219, 218);
}
.heading1{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
  padding: 1rem;
}
.ab-heading{
  border-bottom: 3px solid rgb(247, 94, 38);
  border-width:5px;
  font-size: 32px;
  font-weight:400;
  border-radius:4px;
  color:black;
  font-family:'Shantell Sans';
}
.sub-heading{
  font-size:22px;
  color: black;
  padding-top:.5rem;
  font-family:'Shantell Sans';
}
.img-section{
  max-width:500px ;
  max-height:400px;
  margin-left:.5rem;
  padding: 3rem;
  box-shadow:10px 10px 5px grey;
}
.img-section img{
  height: 100%;
  width: 100%;
  border-radius:2px;
}
.container2{
  display: flex;
}
.sub-container{
  margin-left:6rem;
  padding: 3rem 2rem;
}
.content{
  font-size:22px;
  font-family:'Shantell Sans';
  color: black;
  line-height:2.5rem;
}
.content2{
  padding-top: 1rem;
}
.text{
  font-weight:bold;
}
.container3{
  max-width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-container2{
  margin-top: 3rem;
  max-width:470px;
  display: flex;
  padding:1rem 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.border{
  width:50px;
  height: 4px;
  border-radius:2px;
  background-color:rgb(245, 90, 33);
  margin: 1.5rem 0;
}
/* .text2{
  
} */
.container4{
  width:100%;
  display: flex;
  margin-bottom: 10rem;
  justify-content: center;
  margin-top: 1rem;
}
.sub-container4{
  max-width: 800px;
  display: flex;
  padding-left: 1rem;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0;
  padding-left: 1rem;
  line-height:60px;
}
.connect-link a{
  text-decoration: none;
  color: rgb(114, 5, 114);
}
.regards{
  margin-top: 2rem;
}
.footer-section{
  width: 100%;
  background-color: rgb(251, 100, 45);
}
.footer-container{
  max-width:1200px;
  margin: 0 auto;
  display: flex; 
  justify-content: space-between;
  padding: 3rem;
  background-color: rgb(251, 100, 45);
} 
.link-container{
  font-size:24px;
 font-family: rubik;
 display: flex;
 padding:10px;
 gap: 20px;
justify-content: center;
align-items: center;
}
.link-container a{
  padding:8px;
   text-decoration: none;
   color: white;
   font-family: rubik;
}
.link-container div:hover{
  font-weight: 500;
  transform: scale(1.1);
  transition: transform 0.3s;
}
.link-icon-container{
  font-size:2em;
  display:flex;
  padding:5px;
  gap: 25px;
}
.link-icon-container div:hover{
  transform: scale(1.1);
  transition: transform 0.3s;
}
@media (max-width:700px){
  .header-link{
      display: none;
  }
} 
@media(max-width:860px){
  .logo{
    margin-left: -2rem;
  }
}
@media (max-width:1080px){
  .container2{
    display: block;
  }
  .sub-container{
    max-width: 600px;
    padding-right: 0;
  }
  .sub-container2{
    max-width: 370px;
  }
  .sub-container{
    box-shadow:-10px 10px 5px grey;
    margin-top: 3rem;
    padding: 1rem 1rem;
  }
  .sub-container2{
    box-shadow:-10px -10px 5px grey ;
    margin-top:4rem ;
    padding: 1rem 1rem;
  }
  .sub-container4{
    max-width: 700px;
    box-shadow: 10px -10px 5px grey;
    margin: 0 2rem;
    padding: 1rem;
  }
}
@media (max-width:450px){
  .img-section{
     padding: 2rem;
     max-width:320px;
  }
  .container3{
    padding: 1rem;
  }
  .sub-container{
        margin-left: 0px;
        padding:1rem;
        box-shadow: none;
  }
  .sub-container2{
    margin-top:3rem;
    max-width: 400px;
    padding: 1rem 1rem;
    box-shadow: 0px -10px 5px grey, 0px 10px 5px grey;
  }
  .container4{
    padding:0px;
  }
  .sub-container4{
    box-shadow: 0px -10px 5px grey, 0px 10px 5px grey;
  }
}
@media(max-width:770px){
  .link-container{
    display: block;
    line-height:35px;
    font-size: 20px;
  }
  .link-icon-container{
    display: block;
    padding:15px;
    line-height: 45px;
    font-size: 30px;
    align-items: center;
  }
  .footer-section{
      display: block;
  }
}
