/*
====================================
large Screen - Others
====================================
*/

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-content h2 {
        font-size: 45px;
    }
    .hero-content {
        max-width: 550px;
    }
    .hero-action a {
        font-size: 22px;
    }
    /* feature area  */
    .feature-title {
        font-size: 24px;
    }
}

/*
====================================
Medium Screen - Others
====================================
*/

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-content h2 {
        font-size: 45px;
    }
    .hero-content {
        max-width: 550px;
    }
    .hero-action a {
        font-size: 22px;
    }
    /* feature area  */
    .feature-area {
        padding-block: 80px;
    }
    .feature-title {
        font-size: 18px;
    }
    .features-wrapper {
        padding-top: 50px;
    }
    .icon-wrapper img {
        max-width: 120px;
        max-height: 120px;
    }
    .section-title h2 {
        font-size: 50px;
    }
    /* start area  */
    .search-wrapper input {
        font-size: 20px;
    }
    .domain-suffix {
        font-size: 20px;
    }
    .search-wrapper .action-btn {
        font-size: 20px;
    }
}

/*
====================================
Small Screen - Tablate
====================================
*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .header-right ul {
        position: fixed;
        flex-wrap: wrap;
        top: 86px;
        width: 100%;
        left: -100%;
        justify-content: center;
        padding-block: 20px;
        border-bottom: 1px solid #fff;
        transition: 0.3s;
    }
    .nav-fixed .header-right ul {
        background: #4432C1;
    }
    .hero-content h2 {
        font-size: 45px;
    }
    .hero-content {
        max-width: 550px;
        margin-inline: auto;
        text-align: center;
    }
    .hero-action a {
        font-size: 22px;
    }
    .hero-area {
        background: url(/Sites/105274/Root/Web/Images/images/bg1.png-lrg.webp) no-repeat;
        background-position: top;
        background-size: cover;
    }
    .hero-wrapper {
        padding-bottom: 0;
    }
    .hero-border-line {
        height: 3px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    }
    /* feature area  */
    .feature-area {
        padding-block: 60px;
    }
    .feature-title {
        font-size: 21px;
    }
    .features-wrapper {
        padding-top: 50px;
        grid-template-columns: repeat(3, 1fr);
    }
    .icon-wrapper img {
        max-width: 120px;
        max-height: 120px;
    }
    .section-title h2 {
        font-size: 45px;
    }
    .section-top p {
        font-size: 22px;
    }
    .feature-bottom-icons img:nth-child(3) {
        max-width: 100px;
    }
    .feature-bottom-icons img {
        max-width: 130px;
    }
    .feature-bottom-icons img:nth-child(2) {
        max-width: 110px;
        margin-top: 4%;
    }
    .feature-bottom-icons img:first-child {
        max-width: 100px;
    }
    .feature-btm-content p {
        font-size: 20px;
    }
    /* start area  */
    .search-wrapper input {
        font-size: 14px;
    }
    .domain-suffix {
        font-size: 20px;
    }
    .search-wrapper .action-btn {
        font-size: 2vw;
        padding-inline: 10px;
    }
    /* start area  */
    .domain-inner-wp {
        padding-block: 50px;
        gap: 50px;
    }
    .domain-inner-wp {
        padding-block: 60px;
    }
    .pricing-area {
        padding-block: 60px;
    }
    .faq-grid {
        grid-template-columns: 1fr;
    }
    .content h3 {
        font-size: 24px;
    }
    .content p {
        font-size: 18px;
    }
    .faq-area {
        padding-block: 70px;
    }
}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/

@media screen and (max-width: 767px) {
    .logo a img {
        max-width: 55px;
    }
    .logo a span {
        font-size: 20px;
    }
    .action-btn {
        padding: 8px 25px;
        font-size: 16px;
    }
    .header-right ul {
        position: fixed;
        flex-wrap: wrap;
        top: 66px;
        width: 100%;
        left: -100%;
        justify-content: center;
        padding-block: 15px;
        border-bottom: 1px solid #fff;
        transition: 0.3s;
    }
    .nav-fixed .header-right ul {
        background: #4432C1;
    }
    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    .hamburger .line {
        width: 40px;
        height: 4px;
        margin: 7px auto;
    }
    .hero-content p {
        font-size: 20px;
    }
    .hero-content h2 {
        font-size: 40px;
    }
    .hero-content {
        max-width: 550px;
        margin-inline: auto;
        text-align: center;
    }
    .hero-action a {
        font-size: 20px;
        margin-top: 0;
    }
    .hero-area {
        background: url(/Sites/105274/Root/Web/Images/images/bg1.png-lrg.webp) no-repeat;
        background-position: top;
        background-size: cover;
    }
    .hero-wrapper {
        padding-bottom: 0;
        padding-top: 120px;
        min-height: fit-content;
    }
    .hero-border-line {
        height: 3px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    }
    /* feature area  */
    .feature-area {
        padding-block: 30px;
    }
    .feature-title {
        font-size: 21px;
    }
    .features-wrapper {
        padding-top: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
    .icon-wrapper img {
        max-width: 120px;
        max-height: 120px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .section-top p {
        font-size: 18px;
    }
    .feature-bottom-icons img:nth-child(3) {
        max-width: 70px;
    }
    .feature-bottom-icons img {
        max-width: 115px;
    }
    .feature-bottom-icons img:nth-child(2) {
        max-width: 80px;
        margin-top: 4%;
    }
    .feature-bottom-icons img:first-child {
        max-width: 70px;
    }
    .feature-btm-content p {
        font-size: 16px;
    }
    .feature-bottom-icons {
        display: none;
    }
    .feature-btm-content {
        padding-top: 35px;
    }
    .section-top {
        gap: 15px;
    }
    /* start area  */
    .domain-inner-wp {
        padding-block: 50px;
        gap: 50px;
    }
    .domain-seaarch-wrapper {
        position: unset;
    }
    .domain-search img {
        width: 100%;
        display: none;
    }
    .domain-search {
        background: url(../images/start-bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .search-wrapper {
        margin: 0;
        max-width: 100%;
    }
    .search-wrapper input {
        font-size: 18px;
    }
    .domain-suffix {
        font-size: 20px;
    }
    .search-wrapper .action-btn {
        font-size: 18px;
        padding-inline: 15px;
    }
    .domain-inner-wp {
        padding-block: 45px;
    }
    .plan-name {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .price {
        font-size: 40px;
    }
    .pricing-area {
        padding-block: 40px;
    }
    .faq-grid {
        grid-template-columns: 1fr;
    }
    .content h3 {
        font-size: 20px;
    }
    .content p {
        font-size: 16px;
    }
    .faq-area {
        padding-block: 45px;
    }
    .faq-footer {
        flex-direction: column;
    }
    .icon-box {
        flex-shrink: 0;
        width: 48px;
        height: 48px;
    }
}

@media screen and (max-width: 575px) {
    .header-right .action-btn {
        display: none;
    }
    .hero-content h2 {
        font-size: 30px;
    }
    .hero-content p {
        font-size: 18px;
    }
    .hero-action a {
        font-size: 18px;
        margin-top: 0;
    }
    .header-right ul a {
        font-size: 16px;
    }
    .header-right ul .line {
        height: 25px;
    }
    .features-wrapper {
        padding-top: 30px;
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .feature-title {
        font-size: 22px;
    }
    .search-wrapper {
        flex-wrap: wrap;
    }
    .search-wrapper .action-btn {
        font-size: 18px;
        padding-inline: 15px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}



