@media(max-width: 1200px) {}
@media(max-width: 1100px) {
    
    .header__card .container p {
        font-size: 15px;
    }
    .left p img {
        display: none;
    }
    .wrapper__grid {
        gap: 20px;
    }
    .three__card {
        padding: 18px 19px 0 20px;
    }
    .five {
        padding: 22px 20px;
    }
    .wrapper__item:nth-child(1) {
        grid-column: 4 span;
        grid-row: 2 span;
    } 
    .wrapper__item:nth-child(3) {
        grid-column: 2 span;
        grid-row: 4 span;
    }
    .wrapper__item-card:nth-child(2) img {
        width: 347px;
        height: 348px;
    }
    .wrapper__item-title {
        font-size: 31px;
    }
    .wrapper__item-txt {
        font-size: 20px;
    }
    .wrapper__item-txt {
        font-size: 20px;
    }
    .three__card-title {
        font-size: 32px;
        line-height: 45px;
    }
    .three__card-content {
        align-items: center;
        justify-content: center;
    }
    .careers__desc-title {
        font-size: 21px;
        line-height: 28px;
        margin-top: 10px;
    }
    .careers__desc-txt {
        font-size: 14px;
        line-height: 19px;
        margin-top: 6px;
        margin-bottom: 27px;
    }
    .careers__desc {
        padding: 0 0 25px 24px;
    }
    .careers__image {
        transform: translateX(85px);
    }
    .three__button a {
        padding: 17px 0;
    }
    .careers__desc-btn {
        padding: 11px 17px;
    }
    
}
@media(max-width: 992px) {
    .middle__card-1 p img {
        width: 80px;
    }
    .middle__card-3 {
        column-gap: 15px;
    }
    .header__card .container p {
        display: flex;
    }
    .header__card-1 {
        display: flex;
        padding: 14px 18px 13px 15px;
        background-color: var(--grey-95);
        border-radius: 10px;
    }
    .geography__content2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .carousel .right-slide,
    .carousel .left-slide {
        top: 44%;
    }
    .box__card {
        padding: 39px;
    }
    .wrapper__item:nth-child(2) {
        grid-column: 4 span;
    }
    .wrapper__item:nth-child(3) {
        grid-column: 4 span;
        grid-row: 4 span;
    }
    
    .wrapper__item:nth-child(4) {
        grid-column: 2 span;
        grid-row: 4 span;
    }
    .wrapper__item:nth-child(5) {
        grid-column: 2 span;
    }
    .wrapper__item:nth-child(6) {
        grid-column: 2 span;
    }
    .wrapper__item:nth-child(7) {
        grid-column: 2 span;
    }
    .wrapper__item:nth-child(8) {
        grid-column: 2 span;
    }
    .two__image {
        object-fit: cover;
    }
    .four img {
        height: 686px;
        width: 460px;
    }
    
    
    .careers__card:nth-child(2) {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        background-color: #B4D1E0;
        padding: 17px 17px 0 0;
        grid-column: 2 span;
        grid-row: 3 span;
    }
    .careers__card:nth-child(3),
    .careers__card:nth-child(4) {
        grid-column: 2 span;
    }
    
   
    
}
@media(max-width: 935px) {
    .geography__content {
        justify-content: center;
    }
    
    .geography__profile {
        position: absolute;
        top: 772px;
        width: 463px;
    }
    .geography__profile-name {
        font-size: 31px;
    }
    .geography__card {
        padding-top: 276px;
    }
    .geography__title {
        padding-top: 31px;
    }
    .carousel__item img {
        height: 414px;
    }
    .navbar__link {
        padding: 0 25px 25px 25px;
    }
    .header__card .container p {
        padding: 15px;
        max-width: 350px;
    }
    .header__card-1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header__card .container p:nth-child(4) {
        border-right: 1px solid var(--grey-85);
    }
    .about__content {
        display: block;
        margin: 0 auto;
    }
    
    .about__cards img {
        padding-bottom: 20px;
        width: 560px;
    }
    .about__left {
        margin-bottom: 25px;
    }
    .careers__card:nth-child(1) {
        /* transform: translateX(50%); */
        grid-column: 4 span;
    }
    .careers__card:nth-child(2) {
        grid-column: 4 span;
    }
    .slider__controls {
        top: 553px;
    }
    .footer__socials-left {
        column-gap: 21px;
    }
    .footer__socials-right {
        column-gap: 10px;
    }
}
@media(max-width: 768px) {
    .header__main .slider .slides h1 {
        font-size: 30px;
    }
    .geography__profile {
        top: 697px;
    }
    .middle__content {
        flex-direction: column;
        align-items: center;
    }
    .hamburger__card-2 img {
        display: none;
    }
    .hamburger::after {
        display: none;
    }
    .hamburger__card-1,
    .hamburger__card-2 {
        column-gap: 10px;
    }
    .hamburger__menu {
        display: none;
    }
    .middle__card-1 p img {
        display: none;
    }
    .middle__title {
        padding: 0 15px;
    }
    .nav__menu {
        display: flex;
    }
    .navbar__list {
        display: flex;
        justify-content: space-between;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.671);
        height: 100%;
        left: -100%;
        top: 0;
        padding: 20px;
        z-index: 1111;
        width: 265px;
        transition: 500ms;
    }
    .navbar__item  {
        display: unset;
    }
    .navbar__link {
        display: block;
        font-size: 20px;
        padding-bottom: 10px;
        
    } 
    .nav-close {
        display: flex;
        justify-content: center;align-items: center;
        height: 30px;
        width: 30px;
        font-size: 25px;
        color: #fff;
        cursor: pointer;
    }
    .header__card .container p {
        max-width: 295px;
    }
    .middle__title {
        font-size: 37px;
    }
    .box__card {
        padding: 23px;
    }
    .box__content {
        height: 450px;
    }
    .left {
        padding: 13px 12px;
        border-bottom: 2px solid #F5F5F5;
        position: relative;
    }
    .box__card-footer {
        flex-direction: column;
    }
    .playMinutes {
        padding-top: 10px;
    }
    .wrapper__grid {
        gap: 19px;
    }
    .two__content {
        align-items: center;
    }
    .two__content-card {
        text-align: center;
    }
    .two__content-card h2 {
        max-width: 370px;
        font-size: 25px;
    }
    .three__card {
        padding: 23px 25px 0 25px;
    }
    .three__card-content {
        padding-bottom: 33px;
    }
   
    .flower__title {
        font-size: 27px;
    }
    .four img {
        object-position: -227px;
    }
    
    .about__content {
        display: block;
        margin: 0 auto;
    }
    
    .about__cards img {
        padding-bottom: 20px;
        width: 560px;
    }
    .footer__list {
        flex-wrap: wrap;
    }
    .footer__item {
        width: 50%;
    }
    .footer__socials {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    
}

@media(max-width: 650px) {
    .comments__profile-text {
        font-size: 16px;
        line-height: 23px;
    }
    .header__main .prev {
        top: 5%;
        right: 88%;
    }
    .header__main .slider .slides p {
        font-size: 17px;
    }
    .information__content {
        padding: 38px 0 45px;
    }
    .about__cards {
        flex-direction: column;
        align-items: stretch;
    }
    .about__cards img {
        width: 100%;
    }
}

@media(max-width: 576px) {
    .header__card .container p {
        max-width: 354px;
        display: flex;
        column-gap: 10px;
        flex-direction: row-reverse;
    }
    .box__title {
        padding: 65px 0;
    }
    .carousel__item img {
        height: 300px;
    }
    .carousel .right-slide,
    .carousel .left-slide {
        top: 38%;
    }
    .note__footer-social {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .comments__profile:nth-child(2) {
        padding-left: 50px;
    }
    .box__content {
        height: unset;
        display: block;
    }
    .two__content-card button {
        margin-bottom: 60px;
    }
    .wrapper__item-card:nth-child(2) img {
        width: 249px;
        height: 272px;
    }
    .wrapper__item-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .wrapper__item-txt {
        font-size: 15px;
    }
    .wrapper__item:nth-child(7) {
        padding: 33px 14px;
    }
    .two__content {
        align-items: center;
    }
    .two__content-card {
        text-align: center;
    }
    .wrapper__item:nth-child(4) {
        grid-column: 4 span;
        grid-row: 2 span;
    }
    .four img {
        object-position: unset;
        height: 340px;
        width: 100%;
    }
    .careers__image {
        transform: translateX(0px);
        width: 180px;
    }
    .careers__desc {
        padding: 0 24px 25px 24px;
        text-align: center;
    }
    
    
    
    .subscribe__title {
        font-size: 28px;
    }
    .subscribe__form input {
        width: 195px;
    }
    .footer__socials-left {
        margin-bottom: 10px;
    }
    .footer__socials-left img {
        display: none;
    }
    .footer__socials-link {
        font-size: 12px;
    }
    .footer__bootom-text {
        width: 40%;
    }
    .footer__item {
        width: 100%;
    }
}

@media(max-width: 500px) {
    .header__main {
        text-align: center;
    }
    .slider__date {
        display: block;
    }
    .wrapper__item-card:nth-child(1) {
        padding: 18px 0 18px 14px;
    }
    .slider__date-card:nth-child(3) {
        margin-bottom: 20px;
    }
    .slider__date-btn {
        display: unset;
    }
    .note {
        padding: 61px 0 90px;
    }
    .note__text {
        font-size: 20px;
    }
    .wrapper__item-card:nth-child(2) img {
        width: 197px;
        height: 213px;
        object-fit: cover;
    }
    .geography__profile {
        width: 353px;
    }
    .wrapper__grid {
        gap: 13px;
    }
    .three__card-title {
        font-size: 25px;
        line-height: 26px;
        text-align: center;
    }
    .wrapper__item:nth-child(5) {
        padding: 18px 18px;
    }
    .three__card {
        padding: 14px 11px 0 14px;
    }
    .three__title {
        padding: 17px;
    }
}

@media(max-width: 455px) {
    .hamburger__text {
        display: none;
    }
    .hamburger__card-1 form input {
        max-width: 150px;
        width: 100%;
    }
    .wrapper__item-cards {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .wrapper__item-card:nth-child(2) img {
        width: 198px;
        height: 160px;
    }
    .wrapper__item:nth-child(7) {
        padding: 18px 14px;
    }
}