@media(max-width:1440px){
    .header-top-content ul li a{
        font-size: 14px;
    }
    .header-top{
        padding: 10px 0px;
    }
    .header-nav .nav-link, .header-buttons ul li a.btn, .hero-banner-content p, .story-content p, .feature-content p,.benefit-content ul li, .footer-testimonial p, .testimonial-content h5, .feature-box p, .zig-zag-section-content p, .about-us-content p, .about-us-list p{
        font-size: 16px;
    }
    .header-nav .nav-link{
        padding: 5px 10px;
    }
    .header-nav .nav-item.has-dropdown::before{
        right: 5px;
    }
    .header-buttons ul li a{
        font-size: 18px;
    }
    .header-main {
        padding: 10px 0px;
    }
    .hero-banner-content h1{
        font-size: 65px;
    }
    .section-header h4{
        font-size: 32px;
    }
    .section-header h3, .feature-content h4, .benefit-content h4, .partner-support-content h3, .footer-testimonial h4, .zig-zag-section-content h4, .hero-banner-content .text-center h1, .about-us-content h4, .about-us-bottom-sec h4{
        font-size: 40px;
    }
    .feature-bx h4, .partner-support-list-content h4{
        font-size: 24px;
    }
    .faq-accordion .accordion-button{
        font-size: 18px;
    }
    .faq-accordion .accordion-item{
        margin-bottom: 15px;
    }
    .contact-form{
        padding: 30px 60px;
    }
    .footer-bottom {
        padding-top: 20px;
    }
    .footer{
        padding-bottom: 20px;
    }
    .dropdown-list-content h4{
        font-size: 16px;
    }
    .dropdown-list-content p, .feature-box p{
        font-size:14px;
    }
    .pad-left {
        padding-left: 60px;
    }
    .pad-right {
        padding-right: 60px;
    }
    .about-us-list h4{
        font-size: 24px;
    }
}

@media(max-width:1200px){
    .header-buttons ul{
        gap: 10px;
    }
    .header-nav .nav-item{
        padding-right: 16px;
    }
    .header-buttons ul li a.btn{
        padding: 6px 10px;
    }
    .section-pad {
        padding: 100px 0px;
    }
    .footer{
        padding-top: 100px;
    }
}

@media(max-width:992px){
    .hero-banner{
        padding: 80px 0px;
    }
    .header-nav{
        position: fixed;
        top: 0;
        right: -321px;
        width: 320px;
        height: 100vh;
        background-color: #fff;
        border-radius: 20px 0px 0px 20px;
        z-index: 999;
        transition: all 0.3s ease-in-out;
    }
    .header-nav.active{
        right: 0;
    }
    .header-nav-inner{
        height: calc(100vh - 57px);
        overflow-y: auto;
    }
    .header-nav .nav-link{
        width: 100%;
    }
    .header-nav .btn{
        border: 1px solid #1c40f2;
        border-radius: 30px;
        color:#1c40f2;
        width: 100%;
        margin-top: 10px;
        transition: all 0.3s ease-in-out;
    }
    .header-nav .btn:hover{
        background-color: #1c40f2;
        color: #fff;
    }
    .header-nav .nav-item{
        display: block;
        padding: 0px 10px;
    }
    .nav-dropdown-menu{
        position: relative;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        margin: 10px 0px;
        display: none;
    }
    .header-nav .nav-item:hover .nav-dropdown-menu{
        display: block;
    }
    .header-nav .nav-item.has-dropdown .nav-link::before{
        right: 10px;
    }
    .dropdown-list{
        gap: 10px;
    }
    .dropdown-list-icon img{
        width: 30px;
    }
    .hero-banner-content h1 {
        font-size: 50px;
    }
    .hero-banner-content{
        margin-bottom: 30px;
    }
    .section-header h3, .feature-content h4, .benefit-content h4, .partner-support-content h3, .footer-testimonial h4, .zig-zag-section-content h4, .hero-banner-content .text-center h1, .about-us-content h4, .about-us-bottom-sec h4{
        font-size: 32px;
    }
    .story-image{
        text-align: center;
        margin-bottom: 30px;
    }
    .section-header {
        margin-bottom: 40px;
    }
    .feature-content{
        margin-bottom: 30px;
    }
    .benefit-content{
        margin-bottom: 30px;
    }
    .price-tab{
        margin-bottom: 40px;
    }
    .price-bx{
        margin-bottom: 30px;
    }
    .price-bx.highlighted{
        margin-top: 0px;
    }
    .partner-support-content{
        margin-bottom: 30px;
    }
    .feature-bx h4, .partner-support-list-content h4{
        font-size: 20px;
    }
    .footer{
        padding-top: 80px;
    }
    .footer-testimonial{
        margin-bottom: 30px;
    }
    .footer-content{
        margin-bottom: 30px;
    }
    .footer-link{
        margin-bottom: 30px;
    }
    .footer-mid{
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .price-bx.highlighted{
        background-size: cover;
        background-position: center -20%;
    }
    .domain-search-content{
        margin-bottom: 30px;
    }
    .zig-zag-section-img{
        margin-bottom: 30px;
    }
    .pad-left{
        padding-left: 0px;
    }
    .pad-right{
        padding-right: 0px;
    }
    .game-banner-stats{
        padding-top: 0px;
    }
    .game-banner-stats-bx{
        margin-top: 30px;
    }
    .about-us-content{
        padding-left: 0px;
        margin-bottom: 30px;
    }
    .about-us-img{
        margin-bottom: 30px;
    }
    .about-us-bottom-sec, .contact-bx{
        margin-bottom: 30px;
    }
    .about-us-bottom-sec p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .contact-us-form .form-group label{
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media(max-width:580px){
    .header-main {
        padding: 20px 0px;
    }
    .hero-banner {
        padding: 40px 0px;
    }
    .hero-banner-content h1 {
        font-size: 40px;
        padding-bottom: 40px;
        margin-bottom: 10px;
    }
    .hero-banner-content h1::before{
        width: 80%;
    }
    .header-nav .nav-link, .header-buttons ul li a.btn, .hero-banner-content p, .story-content p, .feature-content p, .benefit-content ul li, .footer-testimonial p, .testimonial-content h5, .feature-box p, .zig-zag-section-content p, .about-us-content p, .about-us-list p{
        font-size: 14px;
    }
    .search-box{
        max-width: 100%;
    }
    .section-header h4 {
        font-size: 24px;
    }
    .section-pad {
        padding: 60px 0px;
    }
    .section-header h3, .feature-content h4, .benefit-content h4, .partner-support-content h3, .footer-testimonial h4, .zig-zag-section-content h4, .hero-banner-content .text-center h1, .about-us-content h4{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .section-header {
        margin-bottom: 30px;
    }
    .section-header p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .feature-bx h4, .partner-support-list-content h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .benefit-content ul li{
        padding-bottom: 10px;
        gap: 10px;
    }
    .price-tab .nav-link{
        font-size: 16px;
    }
    .price-tab {
        margin-bottom: 30px;
    }
    .price-bx-info h3{
        font-size: 24px;
    }
    .price-bx-info h2{
        font-size: 40px;
    }
    .price-bx-feature ul li{
        padding-bottom: 10px;
        font-size: 14px;
    }
    .price-btn{
        padding: 15px 30px;
        font-size: 16px;
    }
    .price-bx.highlighted{
        background-position: center -40%;
    }
    .domain-search{
        padding: 30px;
    }
    .contact-form {
        padding: 20px 30px;
    }
    .contact-form h4{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .footer-link ul li a{
        font-size: 14px;
    }
    .footer-link h5{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .footer-link ul li {
        margin-bottom: 6px;
    }
    .copyrights p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer-bx ul li a{
        font-size: 14px;
    }
    .domain-search-content h4{
        font-size: 26px;
    }
    .header-logo img{
        height: 30px;
    }
    .price-bx-info{
        padding-bottom: 0px;
    }
    .feature-box{
        padding: 20px;
        border-radius: 12px;
    }
    .feature-box img {
        margin-bottom: 20px;
    }
    .feature-box h4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .feature-box p{
        margin-bottom: 20px;
    }
    .zig-zag-section-content p{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .footer-content img{
        height: 30px;
    }
    .game-banner-stats-bx h4{
        font-size: 24px;
    }
    .game-banner-stats-bx p{
        font-size: 14px;
    }
    .about-us-bottom-sec p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .contact-bx h4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .contact-info-bx{
        margin-top: 20px;
    }
    .contact-us-form .form-group label{
        font-size: 14px;
    }
    .contact-us-form .form-group{
        margin-bottom: 20px;
    }
    .contact-us-form, .contact-bx{
        padding: 20px;
        border-radius: 12px;
    }
    .contact-info-bx{
        border-radius: 12px;
    }
}