@import 'fonts.css';

:root {
    --text-color-1: #BCBFC2;
    --text-color-2: #4B5157;
    --white: #fff;
    --grey-95: #30363D;
    --grey-15: #D9DADB;
    --grey-30: #BCBFC2;
    --grey-50: #939699;
    --grey-85: #4B5157;
    --grey-100: #262D33;
    --btn-color: #4592FF;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

body {
    background-color: #EDEFF0;
    font-family: 'Lato';
}

.btn {
    padding: 10px 25px;
    background: var(--btn-color);
    border-radius: 20px;
    color: #fff;
    border: none;
}

.nav__menu {
    display: none;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    width: 40px;
    height: 40px;
    background-color: var(--grey-15);
    border-radius: 10px;
    cursor: pointer;
    transition: 500ms;
}

.nav__menu:hover {
    background-color: var(--grey-85);
}

.nav-open {
    font-size: 30px;
    transition: 500ms;
}

.nav-open:hover {
    color: var(--grey-15);
}

.nav-close {
    display: none;
    transition: 500ms;
}

.nav-close:hover {
    color: var(--grey-50);
}

.container {
    max-width: 1140px;
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
}

.min__container {
    max-width: 1000px;
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
}

.top {
    background: #fff;
}

.header {
    background: var(--grey-100);
}

.hamburger {
    position: relative;
}

.hamburger .container {
    border-bottom: 1px solid #D9DADB;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.hamburger::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    left: 322px;
    top: 0;
    background-color: #D9DADB;
}

.hamburger__card-1 {
    display: flex;
    align-items: center;
    column-gap: 52px;
}

.hamburger__menu {
    padding-right: 16px;
    color: var(--grey-100);
}

.hamburger__text {
    font-weight: bold;
}

.hamburger__card-1 form i {
    color: var(--text-color-1);
}

.hamburger__card-1 form input {
    outline: none;
    border: none;
    background: transparent;
    padding-left: 11px;
}

.hamburger__card-2 {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.hamburger__card-2 div {
    display: flex;
    column-gap: 13px;
}

.hamburger__card-2 div div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hamburger__card-2 img {
    border-top: 4px solid #BCBFC2;
    border-right: 4px solid #BCBFC2;
    border-left: 4px solid #BCBFC2;
    object-fit: cover;
    width: 60px;
    height: 40px;
}

.text-2 {
    font-size: 12px;
    color: var(--grey-50);
}

.text-1 {
    font-size: 12px;
    font-family: 'Lato';
    font-weight: 700;
    color: var(--grey-100);
}

.sig-up {
    color: var(--grey-85);
    font-size: 14px;
}

.sig-up i {
    color: var(--grey-30);
    margin-right: 12px;
    font-size: 20px;
}

.header__middle .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.middle__card-1 p img {
    margin-right: 15px;
}

.middle__card-1 p {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--grey-85);
}

.middle__title {
    font-size: 50px;
}

.middle__card-3 {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.middle__date {
    font-size: 14px;
    color: var(--grey-85);
}

.middle__card-3 i {
    color: var(--grey-85);
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=- Header start =-=-=-=-=-=-=-=-=-=-=-=-=- */
.navbar {
    padding: 18px 0;
}

.navbar__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.navbar__link {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    transition: 500ms;
    padding: 10px;
}

.nav-close {
    display: none;
}

.navbar__link:hover {
    color: var(--grey-85);
}

.header__card {
    padding: 5px 0 274px 0;
}

.header__card-1 {
    display: flex;
    padding: 25px 25px 30px 25px;
    background-color: var(--grey-95);
    border-radius: 10px;
}

.header__card .container p {
    display: flex;
    font-size: 18px;
    align-items: center;
    font-family: 'Roboto';
    font-weight: bold;
    line-height: 25px;
    color: #fff;
    padding: 25px;
    border-right: 1px solid var(--grey-85);
}

.header__card .container p:nth-child(4) {
    border: none;
}

.header__card .container p img {
    /* padding-left: 10px; */
    width: 65px;
    height: 65px;
    object-fit: cover;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section box start -=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.box__content {
    height: 570px;
    display: flex;
    margin: -220px 0;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}

.box__card {
    background: url(../image/Magazine/Rectangle.png) center center / cover;
    width: 100%;
    padding: 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box__card-profile {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.card__profile-txt {
    color: #fff;
    font-size: 14px;
    mix-blend-mode: normal;
    opacity: 0.85;
}

.card__profile-txt-2 {
    font-size: 12px;
    opacity: 0.4;
    color: #fff;
}

.box__subtitle {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--btn-color);
}

.box__title {
    max-width: 598px;
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.box__card-footer {
    display: flex;
    column-gap: 30px;
    align-items: center;
}

.playMinutes {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.box__card-btn {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.box__card-btn i {
    font-size: 12px;
    padding-left: 8px;
}

.play i {
    border: 2px solid rgba(255, 255, 255, 0.568);
    padding: 15px;
    border-radius: 50%;
    color: #fff;
}

.minutes p {
    color: #fff;
    opacity: 0.84;
    font-size: 14px;
    font-family: 'Lato';
}

.minutes p:nth-child(2) {
    opacity: 0.4;
    font-size: 12px;
}

.box__card-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.left {
    padding: 20px 25px;
    border-bottom: 2px solid #F5F5F5;
    position: relative;
}

.left p {
    position: relative;
}

.left p img {
    position: absolute;
    top: 20px;
    left: 90px;
}

.left:hover::after {
    opacity: 1;
}

.left::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: -7px;
    top: 27px;
    background: #fff;
    transform: rotate(45deg);
    opacity: 0;
    transition: 500ms;
}


.left:nth-child(6) {
    border-bottom: none;
}

.box__card-2 .left p:nth-child(1) {
    color: var(--grey-100);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;

}

.box__card-2 .left h4 {
    font-size: 12px;
    text-transform: uppercase;
}

.box__card-2 .left h4:nth-child(1) {
    color: #3BBDC4;
}

.box__card-2 .left:nth-child(2) h4 {
    color: #6E99AE;
}

.box__card-2 .left:nth-child(3) h4 {
    color: #AC8EE3;
}

.box__card-2 .left:nth-child(4) h4 {
    color: #FFA34D;
}

.box__card-2 .left:nth-child(5) h4 {
    color: #3DC47E;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Wrapper start -=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.wrapper {
    margin-bottom: 60px;
}

.wrapper__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 30px;
}

.wrapper__item {
    min-height: 160px;
    background-color: #fff;
    border-radius: 10px;
}

.wrapper__item:nth-child(1) {
    grid-column: 2 span;
    grid-row: 2 span;
}

.wrapper__item:nth-child(2) {
    grid-column: 1 span;
    grid-row: 2 span;
}

.wrapper__item:nth-child(3) {
    grid-column: 1 span;
    grid-row: 4 span;
}

.wrapper__item:nth-child(4) {
    grid-column: 1 span;
    grid-row: 2 span;
}

/* --------------------------- Card One ---------------------- */
.wrapper__item-cards {
    display: flex;
    align-items: center;
}

.wrapper__item-card:nth-child(1) {
    padding: 35px 0 35px 35px;
}

.wrapper__item-txt {
    font-size: 12px;
    color: #6E99AE;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.wrapper__item-title {
    font-family: 'Roboto';
    font-size: 25px;
    color: var(--grey-100);
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.wrapper__item-card:nth-child(2) img {
    width: 260px;
    height: 280px;
}

.wrapper__item-text {
    font-family: 'Lato';
    font-size: 14px;
    color: var(--grey-85);
    line-height: 20px;
    margin-bottom: 49px;
}

.wrapper__item-footer {
    padding: 12px 35px;
    border-top: 1px solid var(--grey-30);
}

.wrapper__item-footer p {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.wrapper__item-footer p img {
    padding-right: 10px;
}

.wrapper__item-footer p span {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 14px;
    color: var(--grey-100);
    padding-right: 5px;
}

.wrapper__item-footer p i {
    padding-left: 15px;
    padding-right: 5px;
    color: var(--grey-30);
}

/* -------------------------- Card Two ------------------------ */

.two {
    position: relative;
    overflow: hidden;
    display: flex;
}

.two__image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.two__content {
    position: relative;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.two__content-card button {
    color: #fff;
    background-color: #3DC47E;
    padding: 5px 12px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 117px;
}

.two__content-card p {
    font-size: 12px;
    color: #E7D9FF;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.two__content-card h2 {
    max-width: 203px;
    width: 100%;
    font-family: 'Roboto';
    line-height: 25px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

.two__content-footer {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.two__content-desc p {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    opacity: 0.85;
}

.two__content-desc .icons {
    font-size: 12px;
    color: #fff;
    opacity: 0.4;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

/* ------------------------------- Card Three --------------------------- */
.three {
    background-color: #6E99AE;
}

.three__title {
    margin-bottom: 19px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 20px 25px;
    border-bottom: 1px solid #B4D1E0;
}

.three__card {
    padding: 60px 25px 0 25px;
}

.three__card:nth-child(4) .three__card-profile .three__card-content {
    border: none;
}

.three__card-profile {
    position: relative;
}

.three__card-background {
    position: absolute;
    top: -95px;
    left: -10px;
}

.three__card-content {
    position: relative;
    padding-bottom: 39px;
    border-bottom: 1px solid #B4D1E0;
}

.three__card-title {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 700;
    color: #fff;
    line-height: 25px;
    margin-bottom: 15px;
}

.three__card-content {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.three__card-desc p {
    color: #D1E2EB;
    font-size: 14px;
}

.three__button a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    font-weight: 700;
    border-top: 1px solid #B4D1E0;
}

/* ---------------------------------- Card Four --------------------------- */
.four {
    overflow: hidden;
}

.four img {
    height: 320px;
    width: 260px;
    object-fit: cover;
}

.four div {
    padding: 15px 25px 30px 25px;
}

.four div p {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
    color: var(--grey-100);
}

/* --------------------------- Card Five ---------------------------- */
.five {
    padding: 37px 25px;
}

.five__title {
    font-weight: bold;
    color: var(--grey-100);
    margin-bottom: 6px;
}

.five__text {
    font-size: 14px;
    color: var(--grey-85);
    line-height: 20px;
    margin-bottom: 10px;
}

.five__date {
    font-size: 12px;
    color: var(--grey-50);
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Flower section start =-=-=-=-=-=-=-=-=-=-=-=- */
.flower {
    position: relative;
    height: 270px;
    display: flex;
}

.flower__image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flower__content {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flower__title {
    max-width: 700px;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=- About section start -=-=-=-=-=-=-=-=-=-=-=- */
.about {
    margin: 60px 0;
}

.about__content {
    display: flex;
    column-gap: 29px;
}

.about__left {
    border-radius: 15px;
    background-color: #fff;
    padding: 0 25px;
}

.about__cards {
    display: flex;
    align-items: center;
    column-gap: 25px;
    border-bottom: 1px solid #D9DADB;
    padding: 24px 0;
}

.about__cards:hover .about__cards-card i {
    color: #EB5757;
}

.about__cards-card {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.about__cards-card p {
    font-size: 12px;
    color: #4592FF;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.about__cards-card i {
    color: var(--grey-30);
    font-size: 20px;
}

.about__cards-title {
    font-family: 'Roboto';
    max-width: 435px;
    width: 100%;
    font-size: 20px;
    color: var(--grey-100);
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about__cards-text {
    max-width: 410px;
    width: 100%;
    font-size: 14px;
    color: var(--grey-85);
    line-height: 20px;
    margin-bottom: 20px;
}

.about__cards-card-2 {
    display: flex;
}

.about__cards-card-2 p {
    color: var(--grey-30);
}

.about__cards-card-2 p:nth-child(1) {
    padding-right: 12px;
}

.about__cards-card-2 i {
    font-size: 13px;
    padding-right: 3px;
}

.about__cards-card-2 p:nth-child(2) {
    padding-right: 13px;
}

.about__right {
    background-color: #fff;
    border-radius: 15px;
    height: max-content;
}

.right__title {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding: 20px 25px;
    border-bottom: 1px solid var(--grey-15);
}

.right__desc {
    position: relative;
    padding: 25px 25px 0 25px;
}

.right__desc-background {
    position: absolute;
    right: 40px;
}

.right__desc-content {
    position: relative;
    display: flex;
    column-gap: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--grey-15);
}

.right__desc:nth-child(8) .right__desc-content {
    border: none;
}

.right__desc-text {
    color: var(--grey-85);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.right__desc-date {
    color: var(--grey-50);
    font-size: 12px;
}

.right__button {
    text-align: center;
}

.right__button a {
    color: var(--grey-100);
    font-weight: 700;
    display: block;
    padding: 12px 0 15px 0;
    border-top: 1px solid var(--grey-15);
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Careers section start -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.careers {
    background-color: var(--grey-100);
    padding: 60px 0;
}

.careers__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 30px;
}

/* ------------------------------------------------------------------------------- */
.slider {
    position: relative;
}

.slider__item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider__controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 553px;
    width: 100%;
    transform: translateY(-50%);
}

.slider__prev {
    border-top-right-radius: 10px;
    border: none;
    background-color: #4593ffaf;
    color: #fff;
    cursor: pointer;
}

.slider__next {
    border-top-left-radius: 10px;
    border: none;
    background-color: #4593ffaf;
    color: #fff;
    cursor: pointer;
}

.slider__controls * {
    padding: 10px 20px;
}

.slider__card {
    background: url(../image/Magazine/image-205.png) center center / cover;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider__box {
    height: 570px;
}

.slider__profile {
    text-align: center;
    color: #fff;
}

.slider__profile p {
    opacity: 0.85;
}

.name {
    font-size: 16px;
    opacity: 0.4;
}

.slider__title {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    max-width: 430px;
    width: 100%;
    color: #fff;
}

.slider__btn {
    border: none;
    cursor: pointer;
    margin-top: 30px;
}

.slider__btn i {
    padding-right: 5px;
}


.careers__card {
    min-height: 170px;
    border-radius: 10px;
}

.careers__card:nth-child(1) {
    grid-column: 2 span;
    grid-row: 3 span;
}

.careers__card:nth-child(2) {
    grid-column: 2 span;
    grid-row: 2 span;
}

.careers__card {
    height: 100%;
}

.careers__card {
    position: relative;
    overflow: hidden;
}

.careers__background {
    position: absolute;
}

.careers__content {
    position: relative;
    padding: 18px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.careers__content-card {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.careers__btn {
    width: 45px;
    color: #fff;
    padding: 5px 12px;
    border-radius: 3px;
    background-color: #FF4F52;
    border: none;
    cursor: pointer;
}

.careers__content-profile {
    text-align: center;
}

.careers__content-profile .name {
    font-size: 14px;
    color: #fff;
    opacity: 0.85;
    margin-top: 8px;
    margin-bottom: 2px;
}

.careers__content-profile p {
    font-size: 12px;
    color: #fff;
    opacity: 0.4;
}

.careers__title {
    text-align: center;
    max-width: 450px;
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    font-family: 'Roboto';
    margin-top: 30px;
    margin-bottom: 45px;
}

.careers__content-btn {
    color: #fff;
    font-size: 14px;
}

.careers__content-btn i {
    padding-right: 11px;
}

.careers__card:nth-child(2) {
    display: flex;
    align-items: center;
    background-color: #B4D1E0;
    padding: 17px 17px 0 0;
}

.careers__desc {
    padding: 0 0 50px 30px;
}

.careers__desc-subtitle {
    font-size: 12px;
    color: #6E99AE;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.careers__desc-title {
    font-size: 25px;
    font-family: 'Roboto';
    line-height: 30px;
    margin-top: 20px;
}

.careers__desc-txt {
    color: var(--grey-85);
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.careers__desc-btn {
    padding-bottom: 13px;
}

.careers__desc-btn i {
    padding-left: 12px;
}

.careers__image {
    height: 100%;
}

.careers__card:nth-child(3),
.careers__card:nth-child(4) {
    padding: 28px 23px 26px 25px;
    background-color: #fff;
}

.careers__card:nth-child(3) h3,
.careers__card:nth-child(4) h3 {
    color: var(--grey-100);
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0 5px 0;
}

.careers__card:nth-child(3) p,
.careers__card:nth-child(4) p {
    color: var(--grey-85);
    font-size: 14px;
    line-height: 20px;
    margin-top: 7px;
}

.careers__card:nth-child(3) .careers__date,
.careers__card:nth-child(4) .careers__date {
    color: var(--grey-50);
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-= Subscribe section start -=-=-=-=-=-=-=-=-=-=-=-= */
.subscribe {
    text-align: center;
    padding: 70px 0;
    background-color: #fff;
}

.subscribe__title {
    font-size: 40px;
    font-weight: 700;
    color: var(--grey-100);
    margin-bottom: 25px;
}

.subscribe__form input {
    width: 313px;
    height: 40px;
    padding: 10px 0 10px 15px;
    border-radius: 5px;
    border: 1px solid #D9DADB;
}

.subscribe__form .btn {
    border: none;
    cursor: pointer;
    margin-left: 10px;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=- Footer start -=-=-=-=-=-=-=-=-=-=-=-=-=- */
.footer {
    background-color: #fff;
}

.footer__list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 64px;
}

.footer__item {
    width: 100%;
    padding-top: 30px;
}

.footer__item:nth-child(1) {
    border-top: 5px solid #FF4F52;
}

.footer__item:nth-child(2) {
    border-top: 5px solid #AC8EE3;
}

.footer__item:nth-child(3) {
    border-top: 5px solid #4592FF;
}

.footer__item:nth-child(4) {
    border-top: 5px solid #FFA34D;
}

.footer__item:nth-child(5) {
    border-top: 5px solid #3DC47E;
}

.footer__item:nth-child(6) {
    border-top: 5px solid #6E99AE;
}

.footer__link {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    font-size: 14px;
    color: var(--grey-85);
}

.footer__item .footer__link:nth-child(1) {
    padding-bottom: 25px;
    font-size: 14px;
    color: var(--grey-100);
    font-weight: 700;
}

.footer__socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #D9DADB;
    border-bottom: 1px solid #D9DADB;
}

.footer__socials-left {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.footer__socials-right {
    display: flex;
    column-gap: 15px;
}

.footer__socials-link {
    font-size: 14px;
    color: var(--grey-100);
    text-transform: uppercase;
    font-weight: 700;
}

.footer__social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.footer__social a i {
    font-size: 18px;
}

.footer__social:nth-child(1) {
    background-color: #4267B2;
}

.footer__social:nth-child(2) {
    background-color: #1DA1F2;
}

.footer__social:nth-child(3) {
    background-color: #FF0000;
}

.footer__social:nth-child(4) {
    background-color: #262626;
}

.footer__social a i {
    color: #fff;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0;
    color: var(--grey-50);
}

.footer__bootom-text {
    width: 70%;
}

/* ================================================================================ */
.header__main {
    position: relative;
    height: 70vh;
    width: 100%;
    background: #444;
}

.header__main .slider {
    position: relative;
    height: 100%;
    width: 100%;
}

.header__main .slider .slides {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    transition-delay: 0.2s;
    overflow: hidden;
}

.header__main .slider .slides:nth-child(1) {
    background: url(../image/Magazine/image-219.png) center center / cover;
}

.header__main .slider .slides:nth-child(2) {
    background: url(../image/Magazine/Rectangle.png) center center / cover;
}

.header__main .slider .slides:nth-child(3) {
    background: url(../image/Magazine/Image-221.png) center center / cover;
}

.header__main .slider .slides.current {
    opacity: 1;
    z-index: 1;
}

.header__main .slider .slides h1 {
    font-size: 40px;
    color: #fff;
    margin-left: -500%;
    transition: 0.3s linear;
}

.header__main .slider .slides.current h1 {
    animation: animateheading 1s forwards 1;
    animation-delay: 0.3s;
}

@keyframes animateheading {
    to {
        margin-left: 0;
    }
}

.header__main .slider .slides p {
    font-size: 20px;
    color: #fff;
    margin-left: -500%;
    transition: 0.3s linear;
}

.header__main .slider .slides.current p {
    animation: animateParagraph 1s forwards 1;
    animation-delay: 0.3s;
}

@keyframes animateParagraph {
    to {
        margin-left: 0;
    }
}

.header__main>i {
    position: absolute;
    z-index: 9999;
    font-size: 50px;
    color: rgb(214, 202, 202);
    cursor: pointer;
    transition: 500ms;
}

.header__main i:hover {
    color: rgb(112, 58, 58);
}

.header__main .next {
    top: 5%;
    right: 5%;
}

.header__main .prev {
    top: 5%;
    right: 15%;
}

.slides .container h1 {
    max-width: 550px;
    width: 100%;
    margin-bottom: 30px;
}

.slides .container p {
    max-width: 400px;
    width: 100%;
}

.slider__date {
    display: flex;
    margin-top: 30px;
    /* justify-content: space-between; */
}

.slider__date-card {
    display: flex;
    margin-right: 30px;
    align-items: center;
    color: #fff;
    opacity: 0.85;
}

.slider__date-txt {
    margin-left: 13px;
}

.slider__date-card i {
    font-size: 14px;
}

.slider__date-btn {
    display: flex;
    align-items: center;
}

.slider__date-btn {
    background: transparent;
    border: 1px solid #fff;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Geography section start -=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.geography {
    background-color: #fff;
    padding-top: 60px;
}

.geography__content {
    display: flex;
    justify-content: space-between;
}

.geography__card-text1 {
    display: flex;
    max-width: 620px;
    width: 100%;
}

.geography__card-text1 p {
    line-height: 25px;
}

.geography__card img {
    width: 96px;
    height: 75px;
    object-fit: cover;
    margin-right: 10px;
    margin-bottom: 5px;
}


.geography__card p {
    max-width: 620px;
    width: 100%;
    letter-spacing: 1px;
    color: var(--grey-85);
}

.geography__profile {
    width: 263px;
    margin-top: -145px;
    z-index: 111;
    background-color: #fff;
    height: 370px;
    border: 1px solid #D9DADB;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.geography__profile-card {
    padding: 30px;
}

.geography__profile-name {
    font-size: 20px;
    color: var(--grey-100);
    font-weight: 700;
    margin-top: 15px;
}

.geography__profile-text {
    font-size: 14px;
    color: var(--grey-85);
    margin-top: 7px;
}

.geography__profile-article {
    font-size: 14px;
    color: var(--grey-100);
    font-weight: 700;
    margin-top: 15px;
}

.geography__profile-social {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    margin-top: 25px;
}

.geography__profile-link {
    color: var(--grey-30);
    width: 40px;
    height: 40px;
    border: 1px solid var(--grey-30);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.geography__profile-btn {
    padding: 12px 0;
    font-weight: 700;
    color: var(--grey-100);
    border-top: 1px solid var(--grey-30);
    cursor: pointer;
}

.geography__title {
    font-size: 25px;
    font-weight: bold;
}

.geography__card-text3 {
    max-width: 620px;
    width: 100%;
    line-height: 25px;
    letter-spacing: 1px;
    color: var(--grey-85);
}

/* -=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=- Carousel section start -=-=-=-=-=-=-=-=-=-=-=-=-=-=- */


.carousel {
    position: relative;
    overflow: hidden;
    padding: 60px 0 45px 0;
    background-color: #fff;
}

.carousel__item img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    display: block;
    animation: zoom 1s ease;
}

@keyframes zoom {
    0% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.carousel__item {
    display: none;
}

.carousel__item.active {
    display: block;
}

.carousel .right-slide {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
}

.carousel .left-slide {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
}

.carousel .right-slide img,
.carousel .left-slide img {
    width: 100%;

}

.carousel .left-slide {
    right: 2%;
}

.carousel .right-slide {
    left: 2%;
}

.carousel__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border: 1px solid var(--grey-30);
}

.carousel__text {
    padding: 20px 0;
}

.carousel__profile {
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-left: 1px solid var(--grey-30);
    padding: 10px 10px 10px 20px;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Middle section start -=-=-=-=-=-=-=-=-=-=-=-=-= */
.middle {
    background-color: #fff;
}

.middle__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.middle__text {
    max-width: 620px;
    width: 100%;
}

.middle__txt {
    line-height: 30px;
    font-size: 18px;
    color: var(--grey-85);
}

.middle__card {
    max-width: 263px;
    width: 100%;
}

.middle__card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--grey-100);
}

.middle__card-subtitle {
    font-size: 16px;
    color: var(--grey-100);
    font-weight: 700;
    margin-top: 15px;
}

.middle__card-text {
    font-size: 14px;
    color: var(--grey-85);
    margin: 5px 0 20px 0;
}

.middle__card-bottom {
    display: flex;
    column-gap: 11px;
    color: var(--grey-50);
}

.middle__card-bottom p {
    font-size: 12px;
}

.middle__card-bottom p i {
    padding-right: 5px;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=- Note section start -=-=-=-=-=-=-=-=-=-=-=-=-=- */
.note {
    position: relative;
    background-color: #fff;
    padding: 80px 0 90px;
}

.note__background {
    position: absolute;
    left: 255px;
    z-index: 1;
}

.note__caropka {
    max-width: 620px;
    width: 100%;
    position: relative;
    z-index: 11;
}

.note__top {
    display: flex;
    column-gap: 30px;
}

.note__text {
    max-width: 458px;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    color: var(--grey-100);
}

.note__profile img {
    margin-bottom: 5px;
}

.note__profile-name .william {
    font-size: 16px;
    color: var(--grey-85);
    margin-bottom: 3px;
}

.note__profile-name p {
    color: var(--grey-50);
}

.note__main {
    border-bottom: 1px solid #D9DADB;
    padding-bottom: 60px;
}

.note__main-text {
    font-size: 18px;
    color: var(--grey-85);
    line-height: 30px;
}

.note__main-button {
    padding: 5px 15px;
    background: transparent;
    border: 1px solid #D9DADB;
    border-radius: 5px;
    font-size: 14px;
    color: var(--grey-100);
    font-weight: 700;
}

.note__footer {
    padding-top: 30px;
}

.note__footer-title {
    font-size: 25px;
    font-weight: 700;
    color: var(--grey-100);
    padding-bottom: 25px;
}

.note__footer-social {
    display: flex;
    column-gap: 10px;
}

.note__footer-button {
    padding: 12px 23px;
    border-radius: 20px;
    border: none;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.note__footer-button i {
    padding-right: 10px;
    font-size: 18px;
}

.note__footer-button span {
    opacity: 0.85;
}

.note__footer-button:nth-child(1) {
    background-color: #FF4F52;
}
.note__footer-button:nth-child(2) {
    background-color: #4267B2;
}
.note__footer-button:nth-child(3) {
    background-color: #1DA1F2;
}

.note__footer-circle {
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
}

.note__footer-circle img {
    display: block;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=- Information section start -=-=-=-=-=-=-=-=-=-=-=- */

.information__content {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 90px;
    overflow-x: auto;
    column-gap: 10px;
}

.information__card {
    max-width: 263px;
    width: 100%;
}

.information__card-image {
    margin-bottom: 15px;
}

.information__card-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--grey-100);
    margin-bottom: 15px;
}

.information__card-comment {
    display: flex;
    column-gap: 11px;
    color: var(--grey-30);
}

.information__card-comment p i {
    font-size: 15px;
    padding-right: 10px;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Comments section start -=-=-=-=-=-=-=-=-=-=-=- */
.comments {
    background-color: #fff;
    padding: 90px 0;
}

.comments__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--grey-15);
    padding-bottom: 30px;
}

.comments__title {
    font-size: 40px;
    color: var(--grey-100);
    font-weight: 700;
}

.comments__title span {
    color: var(--grey-50);
    font-weight: 500;
}

.Comments__button {
    border: 1px solid #D9DADB;
    border-radius: 20px;
    padding: 10px 20px;
    color: var(--grey-100);
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    height: 40px;
}

.Comments__button i {
    color: var(--grey-30);
    padding-right: 10px;
}

.comments__profile {
    display: flex;
    column-gap: 15px;
    padding: 20px 0 29px 0;
    border-bottom: 1px solid #D9DADB;
}

.comments__profile:nth-child(2) {
    padding-left: 180px;
}
.comments__profile:nth-child(4) {
    border: none;
}

.comments__profile img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.comments__profile-name {
    font-size: 16px;
    color: var(--grey-100);
    font-weight: 700;
    margin-bottom: 10px;
}


.comments__profile-text {
    max-width: 570px;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: var(--grey-85);
    margin-bottom: 15px;
}

.comments__profile-card {
    display: flex;
    column-gap: 20px;
}

.comments__profile-card p {
    font-size: 12px;
    color: var(--grey-100);
    font-weight: 700;
}

.comments__profile-card p i {
    color: var(--grey-30);
}

.comments__profile-card p .spn2 {
    color: #3DC47E;
    padding: 0 7px;
}

.comments__profile-btn {
    width: 100%;
    padding: 15px 0;
    border: 1px solid #D9DADB;
    border-radius: 25px;
    background: transparent;
    color: var(--grey-30);
}

.comments__profile-btn i {
    padding-right: 5px;
    font-size: 20px;
}

.comments__profile-btn span {
    font-size: 14px;
    color: var(--grey-100);
    font-weight: 700;
}

.comments__footer {
    padding: 30px;
    background-color: #F5F5F5;
    border-radius: 10px;
    display: flex;
    position: relative;
    column-gap: 15px;
    margin-top: 60px;
}

.comments__footer-card {
    width: 100%;
    height: 100%;
}

.comments__footer-image {
    position: relative;
    top: 30px;
    width: 75px;
    height: 75px;
}


.comments__footer-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 130px;
    resize: none;
    border: 1px solid #D9DADB;
    border-radius: 5px;
    margin-top: 15px;
}

.comments__footer::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    top: 95px;
    left: 112px;
    transform: rotate(45deg);
    border: 1px solid #D9DADB;
    z-index: 0;
}


.comments__footer-card button {
    font-size: 17px;
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-top: 15px;
}

.comments__footer-card button i {
    padding-left: 10px;
    font-size: 20px;
}
