body{
    font-family: "Josefin Sans", serif;
    background-color: #F8F8F8;
}

a{
    text-decoration: none;
}

.btn:focus, button:focus, .form-control:focus, .form-select:focus{
    box-shadow: none;
    outline: none;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

p{
    margin: 0;
}

@media (min-width: 1440px) {
    .col-lg-25 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.bg-cover{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.product-banner img{
    width:100%;
}

.header{
    position: relative;
    z-index: 999;
}

.header-top{
    padding: 20px 0px;
    background-color: #fff;
}

.topbar-nav ul li{
    display: inline-block;
    padding-right: 20px;
}

.topbar-nav ul li:last-child{
    padding-right: 0px;
}

.topbar-nav ul li a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #593715;
    font-weight: 500;
}

.topbar-nav ul li a img{
    height: 20px;
}

.social-icon {
    margin-top: 20px;
}

.social-icon ul li{
    display: inline-block;
    padding-right: 20px;
}

.social-icon ul li a{
    background-color: #593715;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.header-bottom{
    background-color: #593715;
    padding: 10px;
    position: relative;
}

.header-bottom::before{
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    content: '';
    border: 1px solid #BB9A79;
}

.header-nav .nav-main{
    display:flex ;
    justify-content: space-around;
}

.header-nav .nav-main .nav-link{
    font-size: 20px;
    color: #fff;
}

.header-nav .nav-main .nav-item.has-dropdown .nav-link{
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-bottom-nav{
    position: relative;
}

.megamenu{
    position: absolute;
    top: 100%;
    left: 0;
    padding: 30px;
    background-color: #fff;
    width: 100%;
    box-shadow: 2px 4px 12px 0px #00000033;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.header-nav .nav-main .nav-item:hover .megamenu{
    opacity: 1;
    visibility: visible;
}

.header-logo-area{
    position: relative;
}

.submenu-bx h4{
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 16px;
    padding-bottom: 10px;
    position: relative;
}

.submenu-bx h4::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 1px;
    content: '';
    background-color: #987555;
}

.submenu-bx ul li{
    padding-bottom: 16px;
}

.submenu-bx ul li a{
    font-size: 14px;
    color: #291F1F;
}

.dropdown:hover .dropdown-menu{
    display:block;
}

.dropdown-menu{
    border:none;
    padding:0px;
}

.dropdown-item{
    font-size:16px;
    padding:10px 20px;
    color:#444;
}

.header-logo{
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #593715;
    text-align: center;
}

.header-logo::before{
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    content: '';
    border: 1px solid #BB9A79;
}

.header-logo img{
    height: 86px;
}

.banner-img img{
    width: 100%;
}

.achivement-content h4{
    font-size:24px;
    font-weight:600;
    margin-bottom:10px;
}

.achivement-content p{
    font-size:14px;
    margin-bottom:20px;
}

.what-we-section{
    padding: 120px 0px;
    background-image: url(../images/what-we-banner.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.what-we-content h3{
    font-size: 58px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #000;
}

.what-we-content p{
    font-size: 18px;
    line-height: 32px;
}

.what-we-content-box{
    padding: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom:20px;
}

.what-we-content-box h4{
    font-size: 40px;
    font-weight:600;
    color: #4A301D;
    margin-bottom: 20px;
}

.section-pad{
    padding: 120px 0px;
}

.personal-info{
    padding: 30px;
    background-color: #ffffff;
    min-height: 100%;
}

.chairman-corner{
    border: 1px solid #4A301D;
    background-color: #fff;
}

.personal-info-img{
    display: flex;
    align-items: end;
    justify-content: end;
    min-height: 100%;
}

.personal-info{
    position: relative;
}

.personal-info::before{
    position: absolute;
    top: 20px;
    right: 0;
    content: '';
    width: 30px;
    height: 30px;
    background-image: url('../images/arrow-right.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center right;
}

.order-lg-2 .personal-info::before{
    position: absolute;
    top: 20px;
    left: 0;
    transform: rotate(180deg);
}

.order-lg-1 .personal-info-img{
    justify-content: start;
}

.personal-info h3{
    font-size: 32px;
    font-weight: 600;
    color: #987555;
    margin-bottom: 20px;
}

.personal-info h4{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 10px;
}

.personal-info p{
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}

.video-area img{
    width:100%;
}

@media (min-width: 1400px) {
    .container{
        max-width: 1580px;
    }
}

.swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border-radius: 20px;
    opacity: 1;
    background-color: #E5E5E5;
    transition: all 0.3s ease-in-out;
}

.banner-slider .swiper-pagination-bullet{
    background-color: #fff;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 40px;
    background-color: #987555;
}

.section-header{
    margin-bottom: 60px;
    text-align: center;
}

.section-header h3{
    font-size: 46px;
    font-weight: 600;
    color: #664228;
}

.achievement-box{
    box-shadow: 2px 4px 12px 0px #00000033;
    background-color: #fff;
}

.achievement-box img{
    width: 100%;
}

.achievement-box-content{
    padding: 20px;
}

.achievement-box-content h4{
    font-size: 32px;
    font-weight: 600;
    color: #664228;
    margin-bottom: 20px;
}

.achievement-box-content p{
    font-size: 16px;
    color: #A4A4A4;
}

.achievement-slider{
    padding-bottom: 80px;
}

.video-area{
    position: relative;
}

.play-btn{
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color:#FFFFFF36;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-section{
    background-color: #fff;
}

.video-content{
    padding: 20px 10px;
}

.video-content h4{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.video-content p{
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
}

.video-content h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #BB9A79;
}

.video-content .video-slider{
    margin-left: -100px;
}

.video-img{
    box-shadow: 0px 4px 4px 0px #00000040;
}

.about-img{
    position: relative;
    padding-left: 15px;
    padding-top: 60px;
    display: flex;
    gap: 20px;
}

.about-img .about-img-pattern{
    position: absolute;
    top: 0;
    left: 0;
}

.main-img-about{
    width: calc(100% - 290px);
    position: relative;
}

.main-img-about img{
    width: 100%;
}

.about-sm-area{
    width: 270px;
}

.about-sm-area img:last-child{
    margin-top: 20px;
}

.about-content h5{
    font-size: 24px;
    color: #BB9A79;
    margin-bottom: 15px;
}

.about-content h3{
    font-size: 36px;
    color: #664228;
    margin-bottom: 15px;
}

.about-content p{
    font-size: 16px;
    color: #A4A4A4;
    line-height: 26px;
    margin-bottom: 30px;
}

.about-content ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.about-content ul li{
    width: calc(100% / 2 - 20px);
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #664228;
}

.about-content ul li span{
    width: 50px;
    height: 50px;
    background-color: #FFF7ED;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-btn{
    padding: 14px 20px;
    background-color: #4A301D;
    font-size: 16px;
    color: #fff !important;
    border-radius: 0px;
}

.footer{
    background-color: #987555;
    padding-top: 60px;
}

.footer-top{
    padding: 80px 0px 40px;
}

.footer .header-bottom{
    height: 70px;
}

.footer-bottom{
    background-color: #593715;
    padding: 15px 0px;
}

.copy-right-content p{
    font-size: 14px;
    color: #fff;
}

.footer-content p{
    color: #fff;
    margin-bottom: 30px;
}

.payment-content p{
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.social-icon h4, .footer-bx h4{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

.footer-bx h5{
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 16px;
}

.footer-bx ul li{
    padding-bottom: 10px;
}

.footer-bx ul li a{
    font-size: 14px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.auth-modal .modal-content{
    border-radius: 30px;
    overflow:hidden;
}

.login-content{
    position: relative;
    padding: 40px;
}

.btn-close{
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
}

.login-content h3{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.login-content p{
    font-size: 20px;
}

.login-content p a{
    color: #4A301D;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label{
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.form-group  .form-control{
    height: 56px;
    background-color: #FFF6EA;
    border-radius: 5px;
    border: none;
}

.forgot-password{
    color: #4A301D;
    font-size: 16px;
    font-weight: 600;
}

.login-btn{
    padding: 10px 20px;
    background-color: #4A301D;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
    margin: 10px 0px 20px;
}

.side-tab{
    position: fixed;
    top: 65%;
    right: -62px;
    transform: translateY(-50%) rotate(270deg);
    z-index: 999;
    background-color: #FFF0DB;
    box-shadow: 0px 2px 4px 0px #00000026;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}
.side-tab ul{
    display: flex;
    align-items: center;
}

.side-tab ul li{
    width: 80px;
}

.side-tab ul li a{
    display: inline-block;
    padding: 6px 10px;
    width: 100%;
    text-align: center;
    color: #4A301D;
}

.side-tab ul li.active a{
    background-color: #987555;
    color: #fff;
}

.inner-banner{
    background-image: url(../images/inner-banner-bg.png);
    padding: 80px 0px;
    min-height: 320px;
    display: flex;
    align-items: center;
}

.inner-banner-content h3{
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

.inner-banner-content ul li{
    display: inline-block;
    padding-right: 20px;
}

.inner-banner-content ul li a{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    gap: 10px;
}

.product-box{
    border: 1px solid #D8D8D8;
    padding: 20px;
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
}

.product-img{
    background-color: #FFF7ED;
    text-align: center;
    padding: 10px;
    margin-bottom: 16px;
}

.product-content{
    padding-right: 45px;
}

.product-content span{
    font-size: 12px;
    color: #987555;
    padding: 4px 10px;
    background-color: #FFF0DB;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 16px;
}

.product-content h4{
    font-size: 20px;
    color: #4A301D;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-content p{
    font-size: 16px;
    color: #987555;
}

.product-content .whatsapp-btn{
    position: absolute;
    display: inline-block;
    padding: 7px 10px;
    background-color: #4A301D;
    border-radius: 6px;
    bottom: 20px;
    right: 20px;
}

.history-list{
    position: relative;
}

.history-list:before{
    position: absolute;
    top: 0;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background-color: #987555;
    border-radius: 10px;
}

.date-area{
    padding: 6px 20px;
    box-shadow: 2px 4px 12px 0px #00000033;
    border-radius: 6px;
    width:120px;
    text-align: center;
    background-color: #fff;
    position: relative;
}

.history-box-content{
    padding: 30px;
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 2px 4px 11px 0px #00000033;
}

.history-box{
    display: flex;
    align-items: center;
    gap: 80px;
    margin-right: -56px;
}

.history-box.right{
    flex-direction: row-reverse;
    margin-right: auto;
    margin-left: -52px;
}

.history-box-content h4{
    font-size: 32px;
    font-weight: 600;
    color: #4A301D;
    margin-bottom: 16px;
}

.history-box-content p{
    font-size: 16px;
    line-height: 26px;
    color: #AFAFAF;
}

.team-box{
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    text-align: center;
    background-color: #fff;
}

.team-img{
    margin-bottom: 16px;
}

.team-img img{
    width: 100%;
    border-radius: 10px;
}

.team-content h4{
    font-size: 20px;
    color: #987555;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-content p{
    font-size: 14px;
    color: #A4A4A4;
    margin-bottom: 10px;
}

.team-content ul{
    padding-top: 10px;
    border-top: 1px solid #D8D8D8;
}

.team-content ul li{
    display: inline-block;
    padding: 0px 8px;
}

.team-content ul li a{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #987555;
}

.contact-bx{
    background-color: #fff;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 2px 4px 12px 0px #0000001A;

}

.contact-bx span{
    width: 60px;
    height: 60px;
    background-color: #4A301D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0px auto 20px;
}

.contact-bx h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-bx p{
    font-size: 16px;
    color: #A4A4A4;
    line-height: 32px
}

.contact-form{
    background-color: #fff;
    padding: 20px;
    border: 1px solid #D8D8D8;
    border-radius: 20px;
}

.contact-form h4{
    font-size: 32px;
    font-weight: 800;
    color: #4A301D;
    margin-bottom: 20px;
}

.contact-form p{
    font-size: 16px;
    color: #A4A4A4;
    margin-bottom: 30px;
}

.contact-form .form-group .form-control{
    border: 1px solid #D8D8D8;
    background-color: transparent;
}

.event-bx{
    padding: 20px;
    background-color: #fff;
    box-shadow:0px 0px 10px #00000012;
    border-radius: 20px;
    margin-bottom: 30px;
}

.event-bx img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.event-bx-info{
    display: flex;
    gap: 20px;
}

.event-bx-date{
    width: 20%;
    text-align: center;
}

.event-bx-date h4{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.event-bx-date h3{
    font-size: 34px;
    color: #664228;
    font-weight: 700;
    margin: 0;
}

.event-bx-content{
    width: calc(80% - 20px);
}

.event-bx-content h4{
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.event-bx-content p{
    color: #444;
}

.event-details h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.event-details h4{
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #444;
}

.event-details p{
    font-size: 16px;
    margin-bottom: 30px;
}

.related-events h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.event-list-bx{
    padding: 10px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow:0px 0px 10px #00000012;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.event-list-bx img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: 50% top;
    border-radius: 10px;
}

.form-control[type=file]{
    height: auto;
}

.event-img img{
    width: 100%;
}

.achivement-content h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
}

.achivement-content p{
    font-size:18px;
}

.video-area video{
    width:100%;
    border-radius:20px;
}