:root {
  --main-color: #3b4169;
  --footer-color: #383e68;
  --second-color: #7078b6;
  --white-color: #FFFFFF;
  --technology-color: #BED5EF;
  --cards-color: #f6f6f6;
  --form-color: #ecedf8;
}


*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--cards-color);
}

::-webkit-scrollbar-thumb {
    background: var(--second-color);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--footer-color);
}

img, svg {
    user-select: none;
    max-height: 100%;
}

a {
    text-decoration: none;
}

body {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    font-family: "Rubik", sans-serif;
    letter-spacing: 0.04rem;
    overflow-x: hidden;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

body.noscroll {
    overflow: hidden;
    touch-action: none;
    height: 100%;
}

/* .main__wrapper {
    display: flex;
    justify-content: space-between;
    min-height: 100dvh;
} */

.nav {
    width: 100%;
    background-image: url(img/mainPurple2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: cover;
    height: 39rem;
    max-height: 39rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 99;
}

.text__maxwidth__border {
    position: relative;
    max-width: 1890px;
    width: 100%;
    padding-left: clamp(0.5rem, 15vw, 20rem);
    padding-right: clamp(0.5rem, 15vw, 20rem);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-around;
    overflow: hidden;
    height: 33rem;
}

.text__maxwidth__border .logo__text {
    width: 70%;
    z-index: 100;
    
}

.fadeBlock {
    display: none;
}

.h1__main {
    color: var(--white-color);
    font-weight: 600;
    line-height: 1.4;
    font-size: clamp(0.1rem, 7vw, 2rem);
    animation: 1.9s slide-right;
    z-index: 99;
    transition: all 0.3s ease;
    opacity: 1;
}

@keyframes slide-right {
    0% {
        transform: translateX(-15%);
        opacity: 0; 
    }
    100% {
        transform: translateX(0);
        opacity: 1; 
    }
}

@keyframes slide-bottom {
    0% {
        transform: translateY(40%);
        opacity: 0; 
    }
    100% {
        transform: translateY(0);
        opacity: 1; 
    }
}

.logo__text {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    
    z-index: 100;
}

.logo__text img {
    width: clamp(1rem, 16vw, 4rem);
    height: clamp(1rem, 16vw, 4rem);
    z-index: 99;
}

.logo__text h1 {
    color: var(--technology-color);
    font-weight: 400;
    font-size: clamp(0.5rem, 7vw, 1.4rem);
    z-index: 99;
}

.buttons__main__wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    animation: 1.6s slide-bottom;
    z-index: 99;
    transition: all .3s ease;
    opacity: 1;
}

.buttons__main__wrapper button {
    border-radius: 12px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    gap: 0.7rem;
    padding: 0.7rem 1rem 0.7rem 1rem;
    font-weight: 600;
    font-size: clamp(0.1rem, 5vw, 1rem);
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 99;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.buttons__main__wrapper button:nth-child(1):hover{
    transform: scale(1.05) rotate(0.02deg);
}

.buttons__main__wrapper button:nth-child(2):hover{
    transform: scale(1.05) rotate(0.02deg);
}


.buttons__main__wrapper button:nth-child(1) {
    background-color: var(--main-color);
    color: var(--white-color);
    letter-spacing: 0.07rem;
    font-size: clamp(0.1rem, 4vw, 1rem);
}

.buttons__main__wrapper button:nth-child(2) {
    font-weight: 700;
}

.buttons__main__wrapper button svg {
    transition: all 1s ease;
    width: clamp(1rem, 8vw, 1.6rem);
    height: 1.6rem;
    object-fit: contain;
    z-index: 99;
    fill: var(--main-color);
}

.fill__me-main-color {
    fill: var(--main-color);
}

.fill__me-white-color {
    fill: var(--white-color);
}

/* ------------------------------------- NAV ----------------------------- */

.nav__wrapper {
    z-index: 99;
    width: 100%;
    height: 3.5rem;
    background-color: var(--main-color);
}

.nav__wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.nav__maxwidth__border {
    z-index: 99;
    max-width: 1890px;
    padding-left: clamp(0.5rem, 15vw, 20rem);
    padding-right: clamp(0.5rem, 15vw, 20rem);
    margin: 0 auto;
    height: 3.5rem;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.page__now {
    display: none;
}

.tabs {
    z-index: 99;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.tab__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.tab__list li{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    width: 100%;
    height: 3.5rem;
    color: var(--white-color);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; 
}

.tab__list li label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

ul, li {
    text-decoration: none;
    list-style: none;
}

.radio{
  display:none;
}

#menu__checkbox, 
.menu__checkbox_label {
    display: none;
}


.panels__wrapper {
    /* min-height: 75dvh; */
    width: 100%;
    max-width: 1890px;
    padding-left: clamp(0.5rem, 15vw, 20rem);
    padding-right: clamp(0.5rem, 15vw, 20rem);
    margin: 0 auto;
    overflow-x: hidden;
    /* margin-bottom: 20rem; */
}

.panels {
    width: 100%;
    /* overflow: hidden; */
    padding-top: clamp(1rem, 10vw, 4rem);
}

.panel{
    padding-bottom: 6rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem;
    height: 100%;
    align-items: flex-start;
    animation: fadein 1.4s;
}

.panel__text-cards {
    flex: 1 1 0;
    width: 0;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 3rem;
    height: 100%;
}

.panel__text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.panel__text p {
    line-height: 1.6rem;
}

.panel__text-cards h1 {
    color: var(--second-color);
    font-weight: 600;
    /* line-height: 1.4; */
    font-size: clamp(0.1rem, 7vw, 1.9rem);
}

.panel__text-cards p {
    color: var(--main-color);
    font-weight: 400;
    /* line-height: 1.4; */
    font-size: clamp(0.1rem, 4.5vw, 1.05rem);
}

.panel__image-text {
    flex: 1 1 0;
    width: 0;
    display: flex;
    gap: 1rem;
    align-self: center;
    flex-direction: column;
    margin-top: 1.5rem;
}

.img__last-panel__image-text {
    align-self: first baseline;
}

.panel__image-text img {
    width: 100%;
    border-radius: 12px;
}

.panel__image-text p {
    color: var(--main-color);
    font-weight: 400;
    /* line-height: 1.4; */
    font-size: clamp(0.1rem, 4.5vw, 1.05rem);
}

.cards__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8rem, 11rem));
    gap: 2rem;
    height: 100%;
}

.card {
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 10px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
    background-color: var(--cards-color);
    border-radius: 12px;
    height: 12rem;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center; 
    transition: all 0.5s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

/* .card:hover {
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, .3) 0 3px 20px -5px,rgba(0, 0, 0, .24) 0 10px 10px 0,rgba(0, 0, 0, .22) 0 1px 18px 0;

}  */

.card h4 {
    text-align: center;
    font-size: clamp(0.1rem, 4.5vw, 1rem);
    font-weight: 500;
    color: var(--main-color);
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.circle__icon {
    background-color: var(--second-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 2.5rem;
    height: 2.5rem;
}

.circle__icon img, 
.circle__icon svg {
    width: 1.3rem;
}

.my__stroke-white {
    stroke: var(--white-color);
    stroke-width: 2.3px;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

#one:checked ~ .tabs .tab__list #one-item,
#two:checked ~ .tabs .tab__list #two-item,
#three:checked ~ .tabs .tab__list #three-item,
#four:checked ~ .tabs .tab__list #four-item,
#five:checked ~ .tabs .tab__list #five-item,
#six:checked ~ .tabs .tab__list #six-item,
#seven:checked ~ .tabs .tab__list #seven-item {
  background-color: var(--white-color);
  color: var(--main-color);
}

.no__item-background__menu {
    background-color: var(--main-color);
    border-top: 2px solid var(--second-color);
    height: 50rem;
    display: none;
}

#menu__checkbox {
  display: none;
}

.showOnMenu {
    display: none;
}

.footer__wrapper {
    background-color: var(--footer-color);
    width: 100%;
    min-height: 12rem;
    padding: 2rem 0rem;
    bottom: 0;
    /* position: fixed; */
    /* position: absolute; */
    margin-top: auto;
    align-items: first baseline;
}

.footer__wrapper-divs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: first baseline;
    flex-wrap: wrap;
    gap: 1.7rem;
    margin: 0 auto;
    max-width: 1890px;
    padding-left: clamp(0.5rem, 15vw, 20rem);
    padding-right: clamp(0.5rem, 15vw, 20rem);  
    /* border: 1px solid red; */
}

.footer__wrapper-divs p {
    font-weight: 400;
    line-height: 1.4;
    font-size: clamp(0.1rem, 4.5vw, 1rem);
    color: var(--technology-color);
}

.footer__wrapper-divs h3 {
    font-size: clamp(0.4rem, 4.5vw, 1.2rem);
    font-weight: 500;
    color: var(--cards-color);
}

.logo__text-footer h3 {
    color: var(--technology-color);
    font-weight: 400;
    font-size: clamp(0.5rem, 4.5vw, 1.2rem);
}

.footer__wrapper-divs h4 {
    font-size: clamp(0.2rem, 4.5vw, 1rem);
    font-weight: 500;
    color: var(--cards-color);
}

.first-part__text-footer, 
.second-part__text-footer,
.third-part__text-footer
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}

.logo__text-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    transform: translateX(-.5rem);
}

.logo__text-footer img {
    width: 3rem;
}

.footerpt a {
    color: var(--technology-color);
    /* text-decoration: underline; */
}

.footerpt a:visited {
    color: var(--technology-color);
}

.panel__text1 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.panel__text1 p {
    line-height: 1.6;
}

.panel__text1 span {
    font-weight: bold;
    color: var(--main-color);
}

.panel__text1 a {
    color: var(--main-color);
}

.panel__text1 a:visited {
    color: var(--main-color);
}

.panel__text2 {
    width: fit-content;
}

.telephone__white-button{
    width: fit-content;
    color: var(--white-color);
    
}

.telephone__white-button:visited {
    color: var(--white-color);
}

.btn__contact {
    border-radius: 12px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background-color: var(--second-color);
    gap: 1.2rem;
    padding: 0.9rem 1.2rem 0.9rem 1.2rem;
    font-weight: 600;
    letter-spacing: .1rem;
    font-size: clamp(0.1rem, 4.5vw, 1rem);
    transition: all 0.5s ease;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.btn__contact:hover {
    color: var(--white-color);
    background-color: var(--main-color);
    transform: scale(1.05) rotate(0.02deg);
}

.google__maps {
    height: 28.5rem;
    width: 100%;
    border: none;
    border-radius: 12px;
}

#eight-panel {
    display: none;
}

#form__wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: first baseline;
    height: 100%;
    gap: 2rem;
    margin-top: 2rem;
}

.first__hor__bar, 
.second__hor__bar, 
.third__hor__bar,
.fourth__hor__bar,
.fifth__hor__bar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5rem;
    width: 100%;
}

.form__column > label {
    margin-bottom: 1rem;
}

.form__column > input, 
.form__column .custom__arrow-select > select,
.form__column > textarea {
    /* background-color: magenta; */
    border-radius: 5px;
    font-size: clamp(0.4rem, 5vw, 1rem);
    color: var(--main-color);
    font-weight: 500;
    padding: .5rem .5rem .5rem 0.9rem;
    border: 0.1rem solid var(--second-color);
    background-color: var(--cards-color);
}

.custom__arrow-select {
    position: relative;
    display: inline-block;
}

.third__hor__bar .form__column select {
    appearance: none;
    width: 100%;
    font-weight: 500;
}

.third__hor__bar .form__column select option {
    background-color: var(--form-color);
    color: var(--main-color);
    font-size: clamp(0.4rem, 5vw, .9rem);
    font-weight: 600;
    border: .2rem solid var(--main-color);
    border-radius: 10px;
}
 
.third__hor__bar .form__column select option:focus {
    background-color: var(--main-color);
}

.custom-arrow {
    position: absolute;
    right: 0.8rem;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    pointer-events: none;
    transition: transform 0.7s ease;
}

.third__hor__bar .form__column select:open + .custom-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.form__column > textarea {
    min-height: 9rem;
    resize: none;
    width: 100%;
    overflow-y: scroll;
}

.form__column input:focus, 
.form__column select:focus,
.form__column textarea:focus {
    outline: none !important;
    border: 0.1rem solid var(--main-color);
    background-color: var(--form-color);
}

.form__column {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
}

.submit__button {
    border-radius: 12px;
    border: none;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    gap: 0.7rem;
    padding: 0.7rem 1rem 0.7rem 1rem;
    font-weight: 600;
    letter-spacing: .1rem;
    font-size: clamp(0.5rem, 4vw, 1rem);
    transition: all 0.5s ease;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.submit__button svg {
    width: clamp(1.2rem, 7vw, 1.9rem);
    fill: var(--white-color);
    
}

#form__wrapper label {
    color: var(--main-color);
    font-weight: 500;
    /* line-height: 1.4; */
    font-size: clamp(0.1rem, 4.5vw, 1.05rem);
}

.sixth__hor__bar button:hover {
   transform: scale(1.05) rotate(0.02deg);
}

.form__send-message {
    position: fixed;
    border-radius: 12px;
    background-color: var(--footer-color);
    height: 27rem;
    max-width: 22rem;
    border: 3px solid var(--technology-color);
    display: flex;
    opacity: 0;
    pointer-events: none;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    left: 0; 
    right: 0; 
    bottom: 27%;
    margin-inline: auto; 
    padding: 2rem 2rem;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px 5px,rgba(0, 0, 0, .14) 0 10px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
    z-index: 999;
    transition: opacity 0.4s ease;
}

.form__send-message.show {
  opacity: 1;
  pointer-events: auto;
}

.circle__icon-send {
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    background-color: var(--second-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.form__send-message h2 {
    text-align: center;
    color: var(--white-color);
    font-weight: 400;
    font-size: clamp(0.5rem, 7vw, 1.4rem);
}

.form__send-message p {
    text-align: center;
    color: var(--white-color);
    font-weight: 300;
    font-size: clamp(0.1rem, 4.5vw, 1rem);
}

.back__okay {
    border-radius: 12px;
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--second-color);
    color: var(--white-color);
    padding: 0.7rem 1rem 0.7rem 1rem;
    font-weight: 600;
    font-size: clamp(0.1rem, 5vw, 1rem);
    cursor: pointer;
    transition: all 0.5s ease;
    letter-spacing: 1px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.back__okay:hover {
   transform: scale(1.03) rotate(0.02deg);
}

.panel__image-text img {
    -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    transition: all 2s ease;
    -webkit-mask-size: 800%;
    mask-size: 800%;
    -webkit-mask-position: 0;
    mask-position: 0;
}

.panel__image-text img:hover {
    /* transform: scale(1.02); */
    transition: mask-position 4s ease,-webkit-mask-position 2s ease;
    -webkit-mask-position: 120%;
    mask-position: 120%;
    opacity: 1;
}

/* --------------------------- MEDIA --------------------- */


@media(max-width: 1544px){ 

    .nav {
        background-position: left;
    }

    .nav__maxwidth__border {
        flex-direction: row-reverse;
        padding-left: clamp(0.5rem, 7vw, 15rem);
        padding-right: clamp(0.5rem, 7vw, 15rem);
    }

    .text__maxwidth__border {
        padding-left: clamp(0.5rem, 7vw, 15rem);
        padding-right: clamp(0.5rem, 7vw, 15rem);
    }


    .panels__wrapper {
        padding-left: clamp(0.5rem, 7vw, 15rem);
        padding-right: clamp(0.5rem, 7vw, 15rem);
    }

    .footer__wrapper-divs {
        padding-left: clamp(0.5rem, 7vw, 15rem);
        padding-right: clamp(0.5rem, 7vw, 15rem);
    }

    .panel {
        padding-bottom: 3rem;
    }

}    

@media (max-width: 1125px) {

    
    .page__now.active {
        z-index: 1;
        color: var(--main-color);
        border-top-left-radius: 12px;
        border-top-right-radius: 12px; 
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0rem 1.2rem;
        height: 3.6rem;
        transform: translateY(.05rem);
        background-color: var(--white-color);
        border-bottom: 1px solid var(--white-color);
    }

    .panel {
        flex-direction: column;
    }

    .panel__text-cards {
        width: 100%;
    }

    .panel__image-text {
        width: 100%;
    }

    .tab__list {
        z-index: 100;
        max-height: 100dvh;
        opacity: 1;
        transition: max-height 0.3s ease, opacity 0.4s ease;
        flex-direction: column;
        position: fixed;
        top: 6rem;
        left: 0;
        right: 0;
        background-color: var(--main-color);
        pointer-events: none;
        transform: translateY(-250%);
        transition: transform 0.6s ease;
    }

    .tab__list.activeClick {
        max-height: 100dvh; 
        opacity: 1;
        pointer-events: auto;
        overflow-y: auto;
        transform: translateY(0);
    }

    .tab__list.closing {
        transform: translateY(-250%);
        opacity: 1;
        pointer-events: none;
    }

    .tab__list li {
        border-top: 2px solid var(--second-color);
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        height: 100%;
    }

    .tab__list li label {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 1.5rem 0rem;
    }

    .showOnMenu {
        display: flex;
        width: 100%;
        z-index: 100;
        height: 6rem;
        position: fixed;
        transform: translateY(-100%);
        opacity: 1;
        pointer-events: none;
        top: 0;
        background-color: var(--main-color);
        transition: transform 0.6s ease;
    }

    .showOnMenu.active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .showOnMenu.closing {
        transform: translateY(-100%);
        opacity: 1;
        pointer-events: none;
    }

    .tab__list li:last-child {
        /* height: 100dvh; */
        display: flex;
        align-items: flex-start;
        background-color: var(--main-color);
        
    }

    .tab__list li:last-child label {
        display: flex;
        /* height: 4.4rem; */
        top: 100%;
        color: var(--white-color);
        /* background-color: var(--second-color); */
        border-bottom: 2px solid var(--second-color);
    }

    .tab__list li:first-child {
        border-top: 2px solid var(--second-color);
    }

    #seven:checked ~ .tabs .tab__list #seven-item label{
        /* background-color: var(--main-color); */
        color: var(--main-color);
    }
    
    .hamburger-icon {
        position: fixed;
        top: 2.3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2.7rem;
        height: 2.5rem;
        cursor: pointer;
        z-index: 100;
        border-radius: 12px;
        background: var(--white-color);
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
    }

    .hamburger-icon.above {
        top: .5rem;
    }

    .downBack {
        transform: translateY(1.2rem);
    }

    .fading {
        opacity: 0;
    }

    .icon-1,
    .icon-2,
    .icon-3 {
        position: absolute;
        width: 2rem;
        height: 3.5px;
        border-radius: 9px;
        background-color: var(--main-color);
        transition: all 400ms cubic-bezier(.84, .06, .52, 1.8);
    }

    .icon-1 {
        transform: translateY(-8px);
    }   

    .icon-2 {
        transform: translateY(0);
    }

    .icon-3 {
        transform: translateY(8px);
    }

    #menu-toggle:checked + .hamburger-icon .icon-1 {
        transform: translateX(0%) rotate(45deg);

    }

    #menu-toggle:checked + .hamburger-icon .icon-2 {
        opacity: 0;
    }

    #menu-toggle:checked + .hamburger-icon .icon-3 {
        transform: translateX(0%) rotate(-45deg);

    }

    .first__hor__bar, 
    .second__hor__bar, 
    .third__hor__bar,
    .fourth__hor__bar,
    .fifth__hor__bar {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

}

@media(max-width: 821px){ 
    .form__send-message {
        bottom: 46%;
    }
}    

@media(max-width: 664px){ 

    .text__maxwidth__border {
        height: 90%;
    }

    .fadeBlock {
        height: 4rem;
        width: 2rem;
    }

    .cards__wrapper {
        margin: 0 auto;
    }

    .yes {
        opacity: 1;
        animation: .7s slide-down;
        position: fixed;
        transform: translateY(-14.7rem);
    }

    @keyframes slide-down {
    0% {
        transform: translateY(-15rem);
        opacity: 0; 
    }
    100% {
        transform: translateY(-14.7rem);
        opacity: 1; 
    }
}

    .hamburger-icon {
        top: 1.7rem;
    }

    .buttons__main__wrapper{
        gap: 1.3rem;
        margin-bottom: clamp(0.5rem, 10vw, 1rem);
    }

    .buttons__main__wrapper button {
        width: 100%;
    }    

    .text__maxwidth__border {
        padding-left: clamp(0.5rem, 7vw, 15rem);
        padding-right: clamp(0.5rem, 7vw, 15rem);
    }

    .nav__maxwidth__border {
        padding-left: clamp(0.5rem, 7vw, 15rem);
        padding-right: clamp(0.5rem, 7vw, 15rem);
    }

    .panels__wrapper {
        padding-left: clamp(0.5rem, 7vw, 15rem);
        padding-right: clamp(0.5rem, 7vw, 15rem);
    }

    .logo__text-footer {
        transform: translateX(0rem);
    }

    .sixth__hor__bar {
        width: 100%;
    }

    #form__wrapper button {
        width: 100%;
    }

    .panel {
        gap: 1.5rem;
        padding-bottom: 2rem;
    }

    .panel__translate {
        transform: translateX(300%);
        transition: transform 0.9s ease;
    }

    .panel__translate:nth-last-of-type(even) {
        transform: translateX(-300%);
    }

    .panel__translate.showTranslate {
        transform: translateX(0);
    }

    .form__send-message {
        bottom: 17%;
    }
}

/* @media (min-width: 664px) and (max-width: 1023px) { */
    /* .tab__list {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }

    .tab__list::-webkit-scrollbar {
        display: none;
        scrollbar-width: none;
    } */

  /* } */