@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1290px;
    }
}
@media (min-width:1290px) and (max-width:1400px) {
    .main-hero {
        padding: 55px;
    }
    .extra-name-bold {
        font-size: 170px;
        line-height: 160px;
    }
}
@media (max-width:1290px) {
    .container {
        width: 1140px;
    }
    .extra-name-bold {
        font-size: 140px;
        line-height: 130px;
    }
    .ethan-crouse {
        font-size: 86px;
    }
    .right-text {
        margin-top: 130px;
        margin-left: 140px;
        display: inline-flex;
        padding-top: 20px;
    }
    .set-right {
        right: 34%;
    }
    .title-section {
        font-size: 32px;
        line-height: 44px;
    }
    .detail-about {
        font-size: 16px;
        line-height: 26px;
    }
    .main-hero-set {
        padding-bottom: 0px;
    }
}
@media (min-width:992px) and (max-width:1140px) {
    .container {
        width: 960px;
    }
    .main-hero {
        padding: 40px;
        height: 100%;
        overflow: hidden;
        max-height: 100%;
    }
    .right-text {
        padding-top: 40px;
    }
    .extra-name-bold {
        font-size: 145px;
        line-height: 130px;
    }
    .set-right {
        right: 28%;
    }
    .main-hero-set {
        padding-bottom: 0px;
    }
}
@media (max-width:992px) {
    .container {
        width: 960px;
    }
    .social-icon {
        gap: 5px;
    }
    .main-hero {
        padding: 40px;
        height: 100%;
        overflow: hidden;
        max-height: 100%;
        border-radius: 48px;
    }
    .extra-name-bold {
        font-size: 105px;
        line-height: 110px;
    }
    .man-image-all .man-set {
        position: absolute;
        left: 27%;
        bottom: 0;
        top: auto;
    }
    .right-text {
        margin-top: 40px;
        margin-left: 0;
        padding-top: 20px;
        z-index: 9;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .ethan-crouse {
        font-size: 66px;
    }
    .man-image-all {
        margin-top: 50%;
    }
    .bg-line {
        height: 100%;
    }
    .set-left, .set-right {
        display: none;
    }
    .main-hero-set {
        padding-bottom: 0px;
    }
    .image-about img {
        width: 100%;
        height: auto;
        max-width: 400px;
    }
    .client-review-box {
        left: 60px;
    }
    .title-section {
        font-size: 38px;
        line-height: 56px;
    }
    .detail-about {
        font-size: 18px;
        line-height: 32px;
    }
    .second-tittle {
        margin-top: 40px;
    }
    .skill-set {
        padding-top: 40px;
    }
    .design-top {
        margin-top: 10px;
    }
    .design-exper {
        row-gap: 15px;
    }
    .knowledge-set {
        margin-left: 0px;
    }
    .design-data {
        margin-top: 20px;
        row-gap: 20px;
    }
    .design-award {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .popup-content {
        width: 90%;
        height: 90vh;
    }
    .popup-content2 {
        padding: 20px;
        border-radius: 30px;
    }
    .slick-dots {
        margin-top: 10px;
    }
}
@media (min-width:768px) and (max-width:960px) {
    .container {
        width: 720px;
    }
}
@media (max-width:768px) {
    .container {
        width: 100%;
    }
    .header .logo img {
        max-width: 180px;
    }
    .main-menu {
        display: none;
    }
    .download {
        display: none;
    }
    .menu-option {
        display: block;
    }
    .menu-icon {
        z-index: 9999;
        display: block;
    }
    /* Set initial position of the menu */
    .main-header-menu {
        position: fixed;
        display: flex;
        flex-direction: column;
        left: -320px;
        top: 0;
        width: 320px;
        height: 100%;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(12.5px);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        transition: left 0.3s ease;
        z-index: 9998;
    }
    .main-header-menu.open {
        left: 0;
    }
    .main-header-menu .container {
        margin: 0;
    }
    .meni-left::before {
        display: none;
    }
    .tabs-ul-menu {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: start;
        justify-content: start;
        padding: 20px 10px;
    }
    .download-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px;
        background-color: #0E0086;
        border-radius: 30px;
        width: 235px;
        margin: auto;
        margin-top: 0px;
    }
    .main-header-menu .list-link .name-tab {
        font-weight: 500;
        font-family: "Unbounded", serif;
        font-size: 16px;
        color: #000;
        display: block;
        transition: all 0.35s ease-in-out;
    }
    .main-header-menu .tabs-li {
        background-color: #FFF;
        border-radius: 30px;
        display: flex;
        align-items: start;
        justify-content: start;
        width: 180px;
        transition: all 0.35s ease-in-out;
        overflow: hidden;
        margin-left: 15px;
    }
    .main-header-menu .logo {
        display: flex;
        align-items: start;
        justify-content: start;
        padding: 30px;
    }
    .main-header-menu .down-ander p {
        display: block;
    }
    .contain {
        gap: 30px;
        flex-direction: column;
    }
    .copy-right {
        order: 2;
    }
    .social-icon {
        gap: 15px;
        display: none;
    }
    .social-icon-main {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 20px;
        gap: 20px;
    }
    .social-design-main {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }
    body {
        justify-content: space-between;
        flex-direction: column;
    }
    .main-hero {
        padding: 30px;
        margin-top: 30px;
    }
    .extra-name-bold {
        font-size: 78px;
        line-height: 80px;
    }
    .man-image-all .man-set {
        position: absolute;
        left: 18%;
        bottom: 0;
        top: auto;
    }
    .ethan-crouse {
        font-size: 50px;
    }
    .man-image-all {
        margin-top: 80%;
    }
    .dot-hire {
        display: flex;
    }
    .right-text {
        padding-top: 0px;
    }
    .left-text {
        margin-top: 30px;
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .title-section {
        font-size: 30px;
        line-height: 40px;
    }
    .detail-about {
        font-size: 16px;
        line-height: 28px;
    }
    .main-hero-set {
        padding-bottom: 0px;
    }
    .title-desc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }
    .pricing-main {
        padding-top: 25px;
    }
    .second-contact {
        padding: 30px 0;
    }
    .second-contact .contact-info {
        margin-top: 30px;
    }
    .client-sec {
        padding-top: 40px;
    }
    .blury.backky {
        display: block;
    }
    .blury {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 37%);
        backdrop-filter: blur(5px);
        z-index: 309;
    }
}
@media (min-width:576px) and (max-width:720px) {
    .container {
        width: 100%;
    }
    .header .logo img {
        max-width: 180px;
    }
    .images-hero {
        position: absolute;
        left: 50px;
        max-width: 310px;
        z-index: -1;
    }
    .main-header-menu .down-ander p {
        display: block;
    }
    .social-icon-main {
        margin-top: 30px;
        gap: 20px;
    }
    .download-nav {
        margin-top: 0px;
    }
}
@media (max-width:576px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .images-hero {
        position: absolute;
        left: 50px;
        max-width: 310px;
        z-index: -1;
    }
    .header .logo img {
        max-width: 180px;
    }
    .main-header-menu .down-ander p {
        display: block;
    }
    .social-icon-main {
        margin-top: 30px;
        gap: 20px;
    }
    .download-nav {
        margin-top: 0px;
    }
    .about-ul li p {
        width: 32%;
    }
    .footer {
        padding: 20px 0;
    }
    .main-hero {
        padding: 30px;
    }
    .extra-name-bold {
        font-size: 78px;
        line-height: 80px;
    }
    .left-text {
        margin-top: 15px;
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    .ethan-crouse {
        font-size: 30px;
    }
    .man-image-all .man-set {
        position: absolute;
        left: 45px;
        bottom: 0;
        top: auto;
    }
    .man-image-all {
        margin-top: 120%;
        width: 100%;
    }
    .dot-hire .down-ander p {
        display: block;
    }
    .right-text {
        margin-top: 20px;
        justify-content: center;
    }
    .man-image-all {
        margin-top: 125%;
        width: 100%;
    }
    .man-image-all .set-left {
        display: none;
    }
    .set-right {
        display: none;
    }
    .main-hero-set {
        padding-bottom: 0px;
    }
    .about-detail {
        gap: 20px;
    }
    .client-review-box {
        top: 75%;
        bottom: 20px;
        left: 0;
    }
    .bachelor {
        color: #FFF;
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
    }
    .small_yellow_border_main {
        padding-left: 10px;
    }
    .skill-set {
        padding: 60px 0;
        padding-top: 40px;
    }
    .image-under-title {
        font-size: 18px;
        line-height: 24px;
    }
    .megnet {
        gap: 5px;
    }
    .mega-comment-replay {
        margin-left: 0px;
    }
    .user_name {
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        gap: 10px;
    }
    .post-coment {
        margin-top: 20px;
    }
    .client-sec {
        padding-top: 30px;
    }
    .service-setting-box {
        margin-top: 50px;
    }
}
@media (min-width:380px) and (max-width:540px) {
    .container {
        width: 100%;
    }
    .down-ander p {
        display: none;
    }
    .down-ander::after {
        display: none;
    }
    .down-ander::after {
        display: none;
    }
    .down-ander p {
        display: none;
    }
    .main-header-menu .down-ander p {
        display: block;
    }
    .main-hero {
        padding: 20px;
        margin-top: 20px;
    }
    .extra-name-bold {
        font-size: 50px;
        line-height: 54px;
        text-align: center;
    }
    .man-image-all .man-set {
        width: 100%;
        max-width: 400px;
    }
    .man-image-all {
        margin-top: 120%;
        width: 100%;
    }
    .man-image-all .man-set {
        left: 0;
    }
    .main-hero-set {
        padding-bottom: 0px;
    }
    .title-section {
        font-size: 26px;
        line-height: 36px;
    }
    .detail-about {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }
}
@media (max-width:380px) {
    .container {
        width: 100%;
    }
    .main-header-menu .down-ander p {
        display: block;
    }
    .down-ander p {
        display: none;
    }
    .down-ander::after {
        display: none;
    }
    .down-ander::after {
        display: none;
    }
    .Corporate {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }
    .down-ander p {
        display: none;
    }
    .main-header-menu .logo img {
        max-width: 180px;
    }
    .footer {
        padding: 20px 0;
    }
    .copy-right {
        font-size: 16px;
        font-weight: 500;
    }
    #header-main.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        padding-bottom: 20px;
        background: #121212;
        transition: none;
        transform: translateY(-100%);
        animation: none;
    }
    .copy-right {
        font-size: 15px;
    }
    .main-hero {
        padding: 20px;
        margin-top: 20px;
    }
    .extra-name-bold {
        font-size: 40px;
        line-height: 44px;
        text-align: center;
    }
    .man-image-all .man-set {
        left: 10px;
        max-width: 280px;
    }
    .ethan-crouse {
        font-size: 25px;
    }
    .man-image-all {
        margin-top: 130%;
    }
    .main-hero-set {
        padding-bottom: 0px;
    }
    .client-review-box {
        top: 68%;
        bottom: 20px;
        left: 0;
    }
    #progress {
        justify-content: center;
    }
    .title-section {
        font-size: 18px;
        line-height: 26px;
    }
}
@media (min-width:280px) and (max-width:320px) {
    .container {
        width: 100%;
    }
    .main-header-menu .logo img {
        max-width: 180px;
    }
    .footer {
        padding: 20px 0;
    }
    .copy-right {
        font-size: 15px;
    }
}