*{
    box-sizing: border-box;
}
img{
    max-width: 100%;
    height: auto;
}
body{
background: #F6F6FC;
font-family: 'Rubik', sans-serif;
}
a{
text-decoration: none;
}
main{
    padding: 80px 0;
}
header.fix-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
   background: white;
  animation-name: headerAnim;
  animation-duration: 1s;
  animation-direction: alternate;
  box-shadow: 3px 2px 2px 2px #f5f5f5;
}
.custom-navbar{
    background-color: #fff;
    padding: 18px 40px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.navbar-brand img{
    width: 100px;
}
.nav-link-custom{
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}
.logo-s img{
width: 70px;
}
.nav-link-custom:hover{
color: #666;
}
.nav-link-custom{
display: inline-block;
background: #2079C8;
color: #fff;
padding: 10px 10px;
border-radius: 50px;
}
.nav-link-custom i{
margin-inline-start: 5px;
}
.nav-link-custom:hover{
background: #207ac8e4;
color: #fff;
}
.story-container{
background: #fff;
padding: 30px 100px;
height: 100%;
border-radius: 20px;
}
.title-s{
font-weight: 700;
}
.story-1 p{
    font-size: 17px;
    line-height: 2.2;
    margin-bottom: 35px;
    color: #43525A;
    font-weight: 400;
}
.img-story{
    margin: 60px 0;
    text-align: center;
}
.img-story img{
    width: 100%;
    border-radius: 20px;
}
.main-footer{
margin-top: 40px;
background-image: url('../image/Frame 1686553622.png');
background-size: cover;
background-position: center;
height: 100%;
padding: 20px 20px;
}

.logo-footer-2{
margin-top: 16px;
}
.footer-link{
display: flex;
flex-direction: column;
}
.footer-link a{
color: #fff;
padding-top: 15px;
}
.link-title{
font-size: 20px;
font-weight: 700;
}
.icon-footer-link{
width: 100%;
text-align: center;
margin-top: 20px;
}
.icon-footer-link a{
padding: 20px 15px;
margin-top: 10px;
}
.end-footer a{
color: #fff;
font-size: 15px;
}
@keyframes headerAnim {
  0% {
      top: -150px;
  }
  100% {
      top: 0px;
  }
}
@media screen and (min-width:991px){
    .logo-footer{
width: 80%;
}
.logo-footer-2 img{
width: 70px;
}
}
@media screen and (min-width:100px) and (max-width:991px){
  .footer-link{
    display: flex;
   align-items: center;
    }
    .center-2{
     display: flex;
   align-items: center;
    }
.center-2 li{
text-align: center;
}
.logo-footer{
width: 120px;
text-align: center;
}
.main-f-logo{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.logo-footer-3 img{
width: 100px;
}
}