
body {
    font-family: 'yekan-bakh', sans-serif;
    margin: auto;
}

.intro-header {
    background-color: #EBEEEE;
}

.intro-header .swiper-slide {
    min-height: 650px;
    max-height: 600px;
    padding: 55px 55px 0 55px;
    text-align: start;
    display: flex;
    justify-content: start;
    position: relative;
    z-index: 2;
}

.intro-header .back-word {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    z-index: 0;
    text-align: center;
    height: 100%;
}

.intro-header .back-word span {
    font-size: 382px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 15px;
    word-spacing: 0px;
    color: #F1F3F3;
}

.intro-header .swiper-slide .text-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
    width: 100%;
    z-index: 2;
}

.intro-header .swiper-slide h2 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    color: #001F33;
}

.intro-header .swiper-slide p {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.6em;
    color: #001F33;
}

.intro-header .swiper-slide a {
    background-color: #001F33;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #001F33;
    border-radius: 0;
    padding: 12px 20px 12px 25px;
    transition: background-color 0.3s ease, border 0.3s ease;
}

@media (max-width: 1080px) {
    .intro-header .swiper-slide h2 {
        font-size: 18px;
    }

    .intro-header .swiper-slide p {
        font-size: 20px;
    }

    .intro-header .swiper-slide .text-container {
        gap: 5px;
    }
}

@media (max-width: 768px) {
    .intro-header .swiper-slide {
        min-height: 650px;
        flex-direction: column;
    }
}

.intro-header .swiper-slide a:hover {
    background-color: #926C15;
    border-color: #926C15;
}

.intro-header .img-container {
    z-index: 2;
}

@media (min-width: 768px) {
    .intro-header .img-container {
        display: flex;
        justify-content: end;
    }
}

@media (max-width: 768px) {
    .intro-header .swiper-slide {
        position: relative;
    }
    .intro-header .img-container img:first-child,
    .intro-header .img-container img:last-child{
        position: absolute;
        bottom: 0;
    }
    .intro-header .img-container img:first-child {
        right: 6%;
        width: 50%;
    }
    .intro-header .img-container img:last-child {
        left: 2%;
        width: 43%;
    }
}

/*SWIPER CONTROLS START*/
.intro-header .swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 100px;
    right: 45px;
    width: 150px;
    padding: 0 20px;
    z-index: 10;
}

@media (max-width: 768px) {
    .intro-header .swiper-controls {
        right: 110px;
    }
}

.intro-header .swiper-button-next,
.intro-header .swiper-button-prev {
    z-index: 1000;
}

.intro-header .swiper-pagination {
    z-index: 1;
}

@media (max-width: 1200px) {
    .intro-header .swiper-controls {
        bottom: 18px;
    }
}

.intro-header .swiper-button-next:after, .intro-header .swiper-button-prev:after {
    content: '' !important;
}

.intro-header .swiper-button-next, .intro-header .swiper-button-prev {
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s ease;
}

.intro-header .swiper-button-next:hover, .intro-header .swiper-button-prev:hover {
    background-color: #001F33;
}

.intro-header .swiper-button-next:before, .intro-header .swiper-button-prev:before {
    content: '';
    width: 15px;
    height: 15px;
    mask: url("../svg/next.svg");
    -webkit-mask: url("../svg/next.svg") no-repeat center center;
    mask-size: contain;
    background-color: #001F33;
    -webkit-mask-size: contain;
    transition: background-color 0.3s ease;
}

.intro-header .swiper-button-next:hover:before, .intro-header .swiper-button-prev:hover:before {
    background-color: #fff;
}

.intro-header .swiper-button-next:before {
    transform: rotate(180deg);
}

.intro-header .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -7px;
}

.intro-header .swiper-pagination-bullet {
    width: 20px;
    height: 7px;
    border-radius: 5px;
    background-color: #BCBEC057;
    opacity: 1;
    transition: background-color 0.3s ease, width 0.3s ease;
}

.intro-header .swiper-pagination-bullet:hover, .intro-header .swiper-pagination-bullet-active {
    background-color: #001F33;
}
