@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1290px;
    }
}
@media (min-width:1200px) and (max-width:1440px) {
    .nav__list {
        height: 100%;
        display: flex;
        column-gap: 30px !important;
    }
    .layout-main {
        width: 70%;
        position: relative;
        bottom: 0px;
        left: 0;
        background-color: #F1F4F8;
        display: flex;
        align-items: center;
        flex-direction: row;
    }
}
@media (min-width:1140px) and (max-width:1200px) {
    .container {
        width: auto;
    }
    .dropdown__item .buy-now {
        padding: 10px 20px;
    }
    .nav__list {
        height: 100%;
        display: flex;
        column-gap: 10px !important;
    }
}
@media screen and (max-width: 1140px) {
    .nav__menu {
        position: absolute;
        top: 80px;
        left: -2.5rem;
        width: 100%;
        height: 100vh;
        overflow: auto;
        pointer-events: none;
        opacity: 0;
        z-index: 99;
        transition: left .4s, opacity .3s;
    }
    .buy-now {
        display: none;
    }
    .nav__menu::-webkit-scrollbar {
        width: 0;
    }
    .nav__list {
        background-color: hsl(220, 24%, 12%);
        height: 100vh;
        position: fixed;
        width: 100%;
    }
    .dropdown__menu {
        flex-direction: column;
        align-items: start;
    }
    .drop_layout {
        width: 100%;
    }
    .drop_layout li {
        align-items: start;
        justify-content: start;
    }
    .nav__data {
        width: 100%;
    }
    .dropdown__item .buy-now {
        height: 9%;
    }
    .last-list {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80% !important;
    }
    .dropdown__menu {
        display: none;
    }
    .dropdown__item.active .dropdown__menu {
        display: block !important;
        padding-bottom: 220px;
    }
    .dropdown__item:hover.active .dropdown__arrow {
        transform: rotate(180deg);
    }
    .show-menu {
        opacity: 1;
        left: 0;
        pointer-events: initial;
    }
    .show-icon .nav__burger {
        opacity: 0;
        transform: rotate(90deg);
    }
    .show-icon .nav__close {
        opacity: 1;
        transform: rotate(90deg);
    }
    .dropdown__item {
        cursor: pointer;
        height: auto;
    }
    .dropdown__arrow {
        font-size: 1.25rem;
        font-weight: initial;
        transition: transform .4s;
    }
    .dropdown__menu,
    .dropdown__submenu {
        max-height: 0;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transition: max-height .4s ease-out;
    }
    .dropdown__menu::-webkit-scrollbar {
        background-color: transparent;
    }
}
@media screen and (min-width: 1140px) {
    .container {
        width: 100%;
    }
    .dropdown__item:hover .dropdown__menu {
        display: flex;
    }
    .dropdown__item:hover .dropdown__arrow {
        transform: rotate(180deg);
        transition: transform .4s;
    }
    .nav {
        display: flex;
        justify-content: space-between;
        position: relative;
        height: 80px;
    }
    .nav__toggle {
        display: none;
    }
    .nav__list {
        height: 100%;
        display: flex;
        column-gap: 3rem;
        align-items: center;
    }
    .nav__link {
        height: 100%;
        padding: 0;
        justify-content: initial;
        column-gap: .25rem;
    }
    .nav__link:hover {
        background-color: transparent;
    }
    .dropdown__subitem {
        position: relative;
    }
    .dropdown__menu,
    .dropdown__submenu {
        max-height: initial;
        overflow: initial;
        position: absolute;
        left: 0;
        top: 6rem;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s, top .3s;
    }
    .dropdown__link,
    .dropdown__sublink {
        padding-inline: 1rem 3.5rem;
    }
    .dropdown__subitem .dropdown__link {
        padding-inline: 1rem;
    }
    .dropdown__submenu {
        position: absolute;
        left: 100%;
        top: .5rem;
    }
    .dropdown__item:hover .dropdown__menu {
        opacity: 1;
        top: 100%;
        pointer-events: initial;
        transition: top .3s;
    }
    .dropdown__subitem:hover>.dropdown__submenu {
        opacity: 1;
        top: 0;
        pointer-events: initial;
        transition: top .3s;
    }
}
@media (min-width:992px) and (max-width:1140px) {
    .container {
        width: 100%;
    }
    .nav__data {
        width: 100%;
    }
    .team-section-1 {
        padding: 80px 0;
    }
    h1 {
        font-size: 38px;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .container {
        width: 100%;
    }
    .team-section-1 {
        padding: 60px 0;
    }
    h1 {
        font-size: 32px;
    }
    .team-block-5 .team_member_image-5 .images-5 {
        height: 300px;
        margin-right: 0px;
    }
}
@media (max-width:768px) {
    .container {
        width: 100%;
    }
    .row {
        --bs-gutter-x: 1.5rem;
    }
    .team-section-1 {
        padding: 30px 0;
    }
    h1 {
        font-size: 28px;
    }
    .chefe-card.style1 {
        position: relative;
        padding: 125px 50px 33px;
        background: #FFFF;
        border-radius: 100px 100px 0px 0px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .team-detail {
        margin-top: -20px;
    }
    .heading-title h1 {
        font-size: 30px;
        line-height: 32px;
    }
    .chefe-card.style1 .chefe-thumb img {
        width: 290px;
        height: 270px;
    }
    .heading-title {
        margin-bottom: 30px;
    }
    .bg-title {
        padding: 25px 0;
    }
    .team-member-1 .team-desc-1 {
        text-align: center;
    }
    .social-icon-1 {
        justify-content: center;
    }
    .team-block-5 .team_member_image-5 .image-5 img {
        height: auto;
    }
}
@media (max-width:540px) {
    .container {
        width: 100%;
    }
    .nav__logo img {
        max-width: 180px;
    }
}
@media screen and (max-width: 340px) {
    .container {
        width: 100%;
    }
    .nav__link {
        padding-inline: 1rem;
    }
    .drop_layout {
        width: 100%;
    }
    .drop_layout li {
        align-items: start;
        justify-content: start;
    }
    .container {
        width: 100%;
    }
    .hero .desc {
        text-align: justify;
    }
    .row {
        --bs-gutter-x: 1.5rem;
    }
    .hero .title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    .hero h1 {
        font-size: 28px;
    }
    .about-detail {
        align-items: center;
    }
    .about-detail .title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    .work .title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    h2 {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
    }
    .detail-tag {
        text-align: justify;
    }
    .device .title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    .grid-list p {
        font-size: 28px;
    }
    .mt-3 {
        margin-top: -10px;
    }
    .feature .box {
        width: 130px;
        height: 130px;
    }
    .support .title {
        font-size: 16px;
    }
    .use-detail .title {
        font-size: 16px;
    }
}
@media (max-width:280px) {
    .container {
        width: 100%;
    }
    .row {
        --bs-gutter-x: 1.5rem;
    }
}