/*********************
START: HERO
*********************/
header{
	background-color: var(--primary-color);
}

.hero {
    padding: 10rem 0 24px 0;
}

.hero--content {
    display: flex;
    align-items: stretch;
    gap: 16px;
    max-width: 1024px;
    width: 100%;
    margin-inline: auto;
}

.hero--video {
    flex: 2;
}

.hero--video-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.hero--video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.hero--tagline {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.hero--tagline>img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 230px;
    margin-inline: auto;
}

.hero--tagline-box {
    background-color: #3d6864;
    color: var(--baseLight-color);
    padding: 16px 20px;
    position: relative;
    left: -50px;
    bottom: -50px;
    min-height: 130px;
    display: flex;
    align-items: center;
}

.hero--tagline-text {
    font-size: 24px;
    line-height: 1.4;
    display: inline-block;
}

/*********************
END: HERO
*********************/



/*********************
START: INTRO
*********************/
.intro {
    padding: 24px 0;
}

.intro--content {
    display: flex;
    gap: 32px;
    max-width: 1024px;
    width: 100%;
    margin-inline: auto;
    align-items: flex-start;
}

.intro--text {
    flex: 2;
    padding-inline-start: 5rem;
}

.intro--text p {
    margin: 0;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
}

.intro--text p+p {
    margin-top: 12px;
}

.intro--cta {
    flex: 1.2;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.intro--cta__icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.intro--cta__icon {
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.5;
    font-size: .7rem;
}

.intro--cta__icon img {
    max-width: 100% !important;
    height: auto !important;
    vertical-align: baseline;
    width: 65%;
    margin: 0 auto 15px !important;
}

/*********************
END: INTRO
*********************/



/*********************
START: IMPROVEMENTS
*********************/
.improvements {
    padding: 24px 0;
}

.improvements--gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 1024px;
    width: 100%;
    margin-inline: auto;
}

.improvements--gallery__item img {
    display: block;
    width: 100%;
    height: auto;
}

.improvements--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    max-width: 1024px;
    width: 100%;
    margin-inline: auto;
    margin-block: 4rem 1rem;
}

.improvements--list__column{
	width: 47%;
}

.improvements--list__column em {
    font-style: italic;
    padding-inline: 20px;
    color: #3d6864;
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
    text-align: center;
}

.improvements--list__note {
    font-size: .75rem;
    color: #3d6864;
    text-align: center;
}

/*********************
END: IMPROVEMENTS
*********************/



/*********************
START: PROCESS
*********************/
.process {
    background-color: #efefef;
    padding-block: 5rem;
    margin-top: 24px;
}

/* 
.process--inner {
    max-width: 1200px;
    width: 100%;
    margin-inline: auto;
    padding: 0 16px;
} */

/* هدر سکشن */
.process--header {
    text-align: center;
}

.process--header h2 {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 300;
    color: #3d6864;
    letter-spacing: .65rem;
}

.process--header p {
    margin: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    font-size: 14px;
    margin-block: 2.5rem;
}

.process--inner ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    max-width: 950px;
    margin-inline: auto;
	margin-block-end: 2rem;
}

.process--inner ul li {
    margin: 16px;
    flex-basis: calc(33.33% - 32px);
}

.process--step {
    flex: 1;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
}

.process--step img {
    display: block;
    max-width: 50px;
    margin: 0 auto 20px;
    height: auto;
}

.process--step__title {
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: .18rem;
}

.process--step p {
    margin: 0;
    font-weight: 400;
    line-height: 1.4;
    font-size: .75rem;
}

.process--step p strong {
    color: #3d6864;
}

/*********************
END: PROCESS
*********************/


/*********************
START: BEFORE AFTER
*********************/
.beforeAfter {
    position: relative;
    padding-block: 70px 100px;
}

.beforeAfter>.box {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: var(--baseLight-color);
}

.beforeAfter>.box p {
    letter-spacing: .18rem;
    text-transform: uppercase;
}

.beforeAfter::before {
    position: absolute;
    content: "";
    left: 50%;
    background-color: #3d6864;
    color: #fff;
    transform: translateX(-50%);
    width: 70%;
    height: 120%;
    z-index: 0;
}

.beforeAfter::before {
    top: -75px;
}

/* .beforeAfter::after{
    bottom: -50px;
} */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 500px;
}

.swiper-button-next,
.swiper-button-prev {
	border: 1px solid transparent;
    color: #3d6864 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-weight: 700;
    font-size: 2rem !important;
}

.swiper-button-next:hover, 
.swiper-button-prev:hover{
	background-color: transparent !important;
    color: #3d6864 !important;
}

/*********************
END: BEFORE AFTER
*********************/

/*********************
START: BREAKOUT
*********************/
.breakout {
    padding-block: 125px 4rem;
    background-color: #efefef;
}

.breakout--title {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: .65rem;
    line-height: 1.2;
    color: #3d6864;
    text-align: center;
	margin-block-end: 2.5rem;
}

.breakout ul {
    max-width: 950px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.breakout ul li {
    display: grid;
    align-items: center;
    height: 100%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: -1px;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    padding-inline: 20px;
    min-height: 70px;
}

.breakout ul li:nth-child(3n+1) {
    border-left: 0;
}

.breakout ul li:nth-child(n+13) {
    border-bottom: 0;
}

/*********************
END: BREAKOUT
*********************/


/*********************
START: LINKS
*********************/
.links a {
    text-align: center;
    color: #3d6864;
    line-height: 1.5rem;
    letter-spacing: .18rem;
    display: block;
}

.links a:first-child {
    font-size: 22px;
    padding-top: 40px;
    text-transform: uppercase;
    margin-block-end: 3.5rem;
}

.links a:last-child {
    font-size: 24px;
    display: flex;
    align-items: center;
    column-gap: 0.75rem;
    justify-content: center;
    font-style: italic;
    margin-block-end: 120px;
}

.links a:last-child  img{
    width: 1.5rem;
    transform: rotate(-180deg);
    filter: 
brightness(0) saturate(100%) invert(35%) sepia(44%) saturate(348%) hue-rotate(125deg) brightness(91%) contrast(87%);
}
.bottom_button {
	    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*********************
START: LINKS
*********************/

/*********************
START: MEDIA
*********************/
@media screen and (max-width: 1319px) {

    /* intro */
    .intro--content {
        gap: 28px;
    }
}

@media screen and (max-width: 1200px) {

    /* intro */
    .intro--cta__icons {
        gap: 14px;
    }

    /* process */
    .process--inner ul li {
        flex-basis: calc(50% - 32px);
    }
}

@media screen and (max-width: 992px) {
    .hero--content {
        flex-direction: column;
    }

    .hero--tagline {
        width: 100%;
        /* max-width: 480px; */
        margin: 0 auto;
    }

    .hero--tagline-box {
        left: unset;
        bottom: unset;
        display: flex;
        justify-content: center;
        text-align: center;
    }



    /* intro */
    .intro--content {
        gap: 20px;
    }

    .intro--text {
        flex: 1.6;
    }

    .intro--cta {
        flex: 1;
    }

    /* beforeAfter */
    .beforeAfter::before {
        width: 85%;
    }
}

@media screen and (max-width: 768px) {
    .hero {
        padding: 16px 0;
    }

    .hero--tagline-box {
        padding: 12px 16px;
    }

    .hero--tagline-text {
        font-size: 20px;
    }

    /* intro */
    .intro--content {
        flex-direction: column;
    }

    .intro--text {
        font-size: 15px;
        padding-inline-start: 0;
    }

    .intro--cta {
        align-items: center;
        margin-inline: auto;
    }

    .intro--cta__icons {
        max-width: 480px;
        width: 100%;
    }

    .intro--cta__icon img {
        width: 60%;
    }

    /* improvements */
    .improvements--gallery {
        grid-template-columns: repeat(1, 1fr);

    }
	
	.improvements--list__column {
		width: 100%;
	}

    /* process */
    .process--inner ul li {
        flex-basis: calc(100% - 32px);
    }

    /* beforeAfter */
    .beforeAfter::before {
        width: 100%;
    }
	
	.beforeAfter>.box {
		width: 80%;
	}
	
	.breakout ul li {
		font-size: 14px;
		padding-inline: 15px;
	}
	
	
}

@media screen and (max-width: 576px) {

    /* intro */
    .intro {
        padding: 20px 0;
    }

    .intro--cta__icon {
        font-size: 11px;
    }

    .intro--cta__icon img {
        width: 50%;
    }
	
	.beforeAfter>.box {
		width: 90%;
	}
	
	.breakout ul li {
		font-size: 12px;
		padding-inline: 8;
	}
}

@media screen and (max-width: 425px) {

    /* intro */

    .intro--cta__icon img {
        width: 40%;
    }

    .intro--cta__icon img {
        max-width: 80px;
    }
	
	.beforeAfter>.box {
		width: 95%;
	}
}

/*********************
END: MEDIA
*********************/