.wrap{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}
h1{
    font-size: 6em;
}
span{display: block}
.intro p{
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em;
}
.section{
    text-align:center;
}

/* Style for our header texts
* --------------------------------------- */
h1{
    font-size: 5em;
    font-family: arial,helvetica;
    color: #fff;
    margin:0;
}
.section p,
.intro p{
    color: #fff;
}

/* Centered texts in each section
* --------------------------------------- */
.section{
    text-align:center;
}


/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
    color: #fff;
}

/* Ready classes */
.flex {display: flex}
.justify-center {justify-content: center}
.justify-between {justify-content: space-between}
.align-center {align-items: center}
.fp-watermark{display: none}

/* Sections backgrounds
* --------------------------------------- */
#section0{
    background-color: black;
}

#section1{
    background-color: black;
}

#section2{
    background-color: black;
}

#section3{
    background-color: black;
}
#section4{
    background-color: black;
}

.section .container-about {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.section .img{
    height: 100vh;
    width: 60%;
    position: relative;
}
.section .text{
    flex-grow: 1;
    z-index: 999;
    display: flex;
    align-items: center;
}
.section .text .container-text{
    direction: rtl;
    text-align: start;
    margin-top: 150px;
    margin-right: 100px;
    width: max-content;
}
.section .text .container-text p {
    width: fit-content;
    margin-left: -50px;
    border-radius: 40px;
    background: black;
    box-shadow: 0 0 200px 100px black;
}
.section .text .container-text p span{
    text-align: start;
}
.section .text .container-text p:last-of-type {
    font-size: 24px;
    padding-top: 10px;
    color: #b0b0b0;
}
.section .text .container-text p:not(:last-of-type) {
	font-size: 30px;
	font-weight: 800;
}
.section .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section .img .title {
    position: absolute;
    top: 22%;
    left: 14%;
}
.section .img .title div {
    text-align: start;
    text-transform: uppercase;
    font-size: 35px;
}
.section2 section{
    flex-direction: row-reverse;
}
.section2 .text{
    justify-content: flex-end;
}
.section2 .text .container-text {
	text-align: center;
	direction: ltr;
	margin-left: 100px;
}
.section2 .text .container-text p{
    margin-left: 0;
    margin-right: -50px;
}
#fp-nav li a span:nth-of-type(2){
    background: #eee;
}

/*media-queries*/

@media screen and (max-width: 640px){
    #fp-nav.fp-right{right: 5px}
    .section section {
        flex-direction: column;
    }
    .section .img{
        width: 100%;
        height: 80%;
    }
    .fp-scroll-mac .fp-overflow::-webkit-scrollbar {
        width: 0;
    }
    .section .text{
        justify-content: end;
    }
    .section .text .container-text{
        margin: 0 0;
        width: max-content;
        padding: 5px 0;
    }
    .section .text .container-text p{
        padding: 0 10px 0 55px;
        font-size: 20px;
        line-height: 1.3;
    }
    .section .text .container-text p:last-of-type{
        font-size: 15px;
    }
    .section2 .img{
        height: 65%;
        flex-grow: 1;
    }
    .section2 .text{
        height: max-content;
    }
    .section2 .text .container-text{
        direction: rtl;
        height: auto;
    }
    .section2 .text .container-text p{
        padding: 0 55px 0 10px;
        direction: ltr;
    }
    .section2 .text .container-text p span{
        text-align: end;
    }
}
.uperfume-header {
    position: fixed;
    top: 0;
    width: 100%;
    direction: rtl;
    right: 0;
    max-width: unset !important;
    padding: 0 8%;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 0 !important;
    height: 11px !important;
    width: 2px !important;
    margin: 0 !important;
}
#fp-nav ul li, .fp-slidesNav ul li {
    display: flex;
    width: fit-content;
    height: fit-content;
    margin: 11px 5px;
    position: relative;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 70px !important;
    width: 2px !important;
    margin: 0 0 0 -2px;
    border-radius: 100%;
    display: flex;
    top: 6px;
    right: 0;
    transition: all .2s ease-in-out;
}
#fp-nav ul li a.active, .fp-slidesNav ul li a.active, #fp-nav ul li:hover a.active, .fp-slidesNav ul li:hover a.active {
    height: 70px !important;
}
#fp-nav ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
#fp-nav {
    transition: all 0.1s ease;
}
.container-text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.img {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.content {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.section.active .container-text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.section.active .img {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s; /* Different timing for the image */
}

.section.active .content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s; /* Different timing for the image */
}
.fp-overflow {
	scrollbar-width: none; 
	-ms-overflow-style: none;
}
.fp-overflow::-webkit-scrollbar {
	display: none;
}
#section5 {
    background-image: url("./../img/17.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.top-box-last-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 16vh;
}
#section5 .part1 {
    direction: rtl;
    font-size: 24px;
    margin-top: 50px;
}
.top-box-last-slide p {
    font-size: 30px;
    text-transform: uppercase;
}
#section5 .part2 {
    font-size: 20px;
    opacity: .8;
}
#section3 .container-text {
    margin-left: 100px;
}
#section5 .the-footer {
    height: fit-content;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
}
@media only screen and (max-width: 1040px) {
    .section .img .title {
        top: 43%;
        left: 15%;
    }
    .section .img .title div {
        font-size: 28px;
    }
    .section .text .container-text p:not(:last-of-type) {
        font-size: 18px;
    }
}
#section5 .container {
    height: 100vh;
}
.rtl .max-w-xl {
    text-align: right;
}
.rtl swiper-slide {
    direction: ltr;
}