@media(max-width:1440px){
    .topbar-nav ul li a{
        font-size: 16px;
    }
    .topbar-nav ul li a img{
        height: 16px;
    }
    .social-icon ul li{
        padding-right: 10px;
    }
    .social-icon ul li a{
        width: 30px;
        height: 30px;
    }
    .social-icon ul li a img{
        height: 16px;
    }
    .header-top{
        padding: 10px 0px;
    }
    .social-icon {
        margin-top: 10px;
    }
    .header-bottom{
        padding: 5px;
    }
    .header-nav .nav-main .nav-link{
        font-size: 16px;
    }
    .header-bottom::before{
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }
    .header-logo{
        top: -17px;
        padding: 5px;
    }
    .header-logo::before{
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);    
    }
    .header-logo img {
        height: 65px;
    }
    .what-we-content h3{
        font-size: 46px;
    }
    .what-we-content p{
        font-size: 14px;
        line-height: 24px;
    }
    .what-we-content-box{
        padding: 20px;
    }
    .what-we-content-box h4{
        font-size: 32px;
        margin-bottom: 10px;
    }
    .what-we-section{
        padding: 80px 0px;
    }
    .section-pad {
        padding: 80px 0px;
    }
    .personal-info h3{
        font-size: 24px;
        margin-bottom: 14px;
    }
    .personal-info p{
        font-size: 16px;
        margin-bottom: 14px;
    }
    .personal-info h4{
        font-size: 20px;
    }
    .section-header h3{
        font-size: 36px;
    }
    .section-header{
        margin-bottom: 40px;
    }
    .achievement-box-content h4{
        font-size: 24px;
    }
    .achievement-slider {
        padding-bottom: 60px;
    }
    .play-btn{
        width: 100px;
        height: 100px;
    }
    .play-btn img{
        width: 40px;
    }
    .video-content h4{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .video-content p{
        line-height: 24px;
        margin-bottom: 16px;
    }
    .video-content h3{
        font-size: 16px;
    }
    .about-content h5{
        font-size: 20px;
    }
    .about-content h3{
        font-size: 30px;
    }
    .about-content p{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .about-content ul li{
        font-size: 16px;
    }
    .about-content ul li span{
        width: 40px;
        height: 40px;
    }
    .about-content ul li span img{
        width: 16px;
    }
    .footer .header-bottom {
        height: 50px;
    }
    .footer-top {
        padding: 60px 0px 30px;
    }
    .footer{
        padding-top: 50px;
    }
    .social-icon h4, .footer-bx h4{
        font-size: 18px;
    }
    .footer-bx h5{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer-bottom{
        padding: 10px 0px;
    }
}

@media(max-width:992px){
    .social-icon{
        display: none;
    }
    .header .header-logo {
        top: auto;
        padding: 5px;
        position: relative;
        background: transparent;
        text-align: left;
    }
    .header .header-logo::before{
        display: none;
    }
    .header-nav{
        position: fixed;
        top: 0;
        right: -321px;
        width: 320px;
        background-color: #593715;
        min-height: 100vh;
        padding: 10px;
        transition: all 0.3s ease-in-out;
    }
    .header-nav.open {
        right: 0;
    }
    .header-nav .nav-main{
        display: block;
    }

    .header-nav .nav-main .nav-item{
        position: relative;
    }

    .megamenu{
        opacity: 1;
        visibility: visible;
        position: relative;
        padding: 20px;
        display: none;
    }

    .header-nav .nav-main .nav-item.has-dropdown .nav-link{
        justify-content: space-between;
    }

    .header-nav .nav-main .nav-item:hover .megamenu{
        display: block;
    }

    .submenu-bx{
        margin-bottom: 10px;
    }

    .submenu-bx h4{
        font-size: 16px;
    }

    .submenu-bx ul li {
        padding-bottom: 10px;
    }
    .what-we-do{
        text-align: center;
    }
    .what-we-content{
        text-align: center;
    }
    .what-we-section {
        padding: 40px 0px;
    }
    .section-pad {
        padding: 40px 0px;
    }
    .personal-info::before{
        top: auto;
        right: 50%;
        bottom: -1px;
        transform: translateX(-50%) rotate(90deg);
        background-size: 24px;
    }
    .order-lg-2 .personal-info::before {
        position: absolute;
        top: auto;
        left: auto;
        transform: translateX(-50%) rotate(90deg);;
    }
    .video-content .video-slider {
        margin-left: 0;
    }
    .footer-bx{
        margin-bottom: 30px;
    }
    .copy-right-content{
        text-align: center;
        margin-bottom: 6px;
    }
    .payment-content p {
        justify-content: center;
    }
    .what-we-do{
        margin-bottom: 20px;
    }
    .inner-banner{
        padding: 60px 0px;
    }
    .history-box{
        gap: 40px;
        margin-right: 0;
        position: relative;
        flex-wrap: wrap;
        margin-bottom: 40px;
        justify-content: center;
        flex-direction: row-reverse;
    }
    .history-box.right{
        margin-left: 0;
    }
    .team-box{
        margin-bottom: 30px;
    }
    .contact-bx{
        margin-bottom: 30px;
    }
}

@media(max-width:767px){
    .about-img{
        display: block;
        margin-bottom: 20px;
    }
    .main-img-about{
        width: 100%;
        margin-bottom: 20px;
    }
    .about-sm-area{
        width: 100%;
        display: flex;
        gap: 20px;
    }
    .about-sm-area img{
        width: 50%;
    }
    .about-sm-area img:last-child{
        margin: 0;
    }
    .product-box{
        margin-bottom: 20px;
    }
    .inner-banner{
        padding: 40px 0px;
    }
    .inner-banner-content h3{
        font-size: 24px;
    }
}

@media(max-width:480px){
    .topbar-nav ul li a {
        font-size: 12px;
    }
    .header-logo img {
        height: 40px;
    }
    .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 20px;
    }
    .what-we-section {
        padding: 20px 0px;
    }
    .what-we-content h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .what-we-content p{
        margin-bottom: 20px;
    }
    .what-we-content-box h4 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .what-we-content-box {
        padding: 10px;
    }
    .personal-info{
        padding: 15px;
    }
    .personal-info::before{
        display: none;
    }
    .section-header h3 {
        font-size: 26px;
    }
    .section-header {
        margin-bottom: 20px;
    }
    .achievement-box-content {
        padding: 10px;
    }
    .achievement-box-content h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .achievement-box-content p{
        font-size: 14px;
    }
    .play-btn {
        width: 60px;
        height: 60px;
    }
    .play-btn img {
        width: 20px;
    }
    .video-content{
        padding: 10px;
    }
    .video-content h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .video-content p {
        line-height: 20px;
        margin-bottom: 14px;
    }
    .about-content h5 {
        font-size: 16px;
    }
    .about-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .about-content p{
        line-height: 22px;
    }
    .about-content ul li{
        width: 100%;
    }
    .about-content ul{
        gap: 10px;
    }
    .footer {
        padding-top: 40px;
    }
    .footer .header-bottom {
        height: 26px;
    }
    .footer-bx {
        margin-bottom: 20px;
    }
    .footer-top {
        padding: 40px 0px 20px;
    }
    .payment-content p{
        flex-wrap: wrap;
        gap: 10px;
    }
    .history-box-content{
        padding: 20px;
    }
    .history-box-content h4{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .history-box-content p{
        font-size: 14px;
        line-height: 24px;
    }
    .contact-bx{
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 10px;
    }
    .contact-bx span{
        width: 40px;
        height: 40px;
        margin: 0px auto 10px;
    }

    .contact-bx span img{
        width: 20px;
    }
    
    .contact-bx h4{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contact-bx p{
        font-size: 14px;
        line-height: 24px;
    }

    .contact-form{
        padding: 15px;
        border-radius: 10px;
    }

    .contact-form h4{
        font-size: 24px;
        margin-bottom: 10px;
    }

    .contact-form p{
        font-size: 14px;
        margin-bottom: 20px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .login-content{
        padding: 20px;
    }
    .event-bx{
        padding: 10px;
        border-radius: 10px;
    }
    .event-details h3{
        font-size: 24px;
    }
    .event-details h4{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .event-bx-content h4{
        font-size: 16px;
    }
    .event-bx-content p, .event-bx-content p{
        font-size:14px;
    }
    .event-list-bx img{
        width: 80px;
        height: 80px;
    }
}