@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace+SC&family=Tangerine&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace+SC&family=Marcellus+SC&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Philosopher', sans-serif;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
.mt-3{
    margin-top: 120px;
}
.mt-2{
    margin-top: 40px;
}
button{
    cursor: pointer;
}
img{
    vertical-align: bottom;
    width: 100%;
}
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.row-reverse{
    flex-direction: row-reverse;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.justify{
    justify-content: space-between;
}
.align{
    align-items: center;
}
body{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    
    line-height: 1.3;
}
.container{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
@media(max-width: 1280px){
    .container{
        max-width: 98%;
    }
}
@media(max-width: 1140px){
    .container{
        max-width: 100%;
    }
}
.story{
    font-size: 20px ;
    line-height: 24px;

}


.inner-heading{
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    color:  #A66400;
    margin-bottom: 38px;
    /* max-width: 519px; */
    position: relative;
}
.fixed-social-media ul li:nth-child(1){
    top: 24%;
}
.fixed-social-media ul li:nth-child(3){
    top: 36%;
}
.fixed-social-media ul li {
    display: flex;
    position: fixed;
    top: 30%;
    width: 30px;
    z-index: 99;
    right: 10px;
    flex-direction: column;
}
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    background-color: #fff;
}
::-webkit-scrollbar-thumb{
   background-color: #a66400;
   
   background-clip: content-box;
}
::-webkit-scrollbar-thumb:active{
    background-color: black;
}
.mobile-social-media{
    display: none;
}
.fixed-social-media ul li{
    margin-top: 40px;
}
.banner-btn{
    border-radius: 40px;
    border: none;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, #000000 100%); */
    background: transparent;
    color: #fff9ef;
    font-size: 22px;
    font-weight: 600;
    border: 2px solid #fff9ef;
    padding: 12px 20px;
    margin-top: 30px;
}
.center{
    text-align: center;
}
.main-heading{
    font-size: 65px;
    font-weight: 700;
    line-height: 40px;
    color: #292929;
    text-transform: capitalize;
    margin-bottom: 25px;
    position: relative;
    font-family: 'Tangerine', cursive;
}
h5{
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    color: #555555;
    margin-bottom: 10px;
}
.view-more a {
    color: #007ea4;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}
.view-more a img{
    width: 24px;
}
@media(max-width: 767px){
    .container{
        width: 100%;
        padding: 0 20px;
    }
}
/* form */


