@font-face {
    font-family: 'Bettina';
    src: url(fonts/bettina-signature-font/BettinaSignature-BWrRB.otf);
}
@font-face {
    font-family: 'Moonhouse';
    src: url(fonts/moonhouse-font/Moonhouse-yE5M.ttf);
}
@font-face {
    font-family: 'Manrope Regular';
    src: url(fonts/Manrope/static/Manrope-Regular.ttf);
}
@font-face {
    font-family: 'Manrope Light';
    src: url(fonts/Manrope/static/Manrope-ExtraLight.ttf);
}
@font-face {
    font-family: 'Manrope SemiBold';
    src: url(fonts/Manrope/static/Manrope-SemiBold.ttf);
}
@font-face {
    font-family: 'Manrope Bold';
    src: url(fonts/Manrope/static/Manrope-Bold.ttf);
}
body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote, figure,span{
    margin:0;
    padding:0;
    font-weight: normal;
    font-size: unset;
    letter-spacing: 0;
}
body{
    position: relative;
    max-width: 1920px;
    margin: 0;
    padding: 0;
    font-family: 'Manrope Regular', sans-serif;
    -webkit-text-size-adjust: 100%;
    background-color:#FFF2EF;
    color:#000;
    overflow-x: hidden;
    cursor:default;
}
a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
li{
    list-style-type: none;
}
html {
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,body{
    position: relative;
      height: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.flex{
    display: flex;
}
.flex.column{
    flex-direction: column;
}
.flex.centered{
    align-items: center;
}
.flex.space{
    justify-content: space-between;
}
img{
    width:100%;
    max-width: 100%;
    object-fit: cover;
}
header{
    position: relative;
    padding-bottom:100px;
}
.background{
    height:100vh;
}
.line{
    width:calc(100% / 6);
    display: block;
    height:0;
    opacity: 0.7;
    transition: height 0.5s ease;
}
.line.vis{
    height:100%;
}
.first{
    background-color: #F2A7AF;
}
.scnd{
    background-color: #D14F3A;
}
.third{
    background-color: #D4C4DE;
}
.fourth{
    background-color: #F77D5D;
}
.fifth{
    background-color: #955DC1;
}
.sixth{
    background-color: #FF914D;
}
.menu-wrapper{
    cursor:pointer;
}
.logo-wrapper{
    position: absolute;
    top:20%;
    left:0;
    opacity: 0;
    transition: all 0.5s ease ;
}
.logo-wrapper.vis{
    opacity: 1;
    width: 100%;
    left: 0;
    text-align: center;
}
.logo-wrapper img{
    max-width: 350px;
}
.divider{
    display: block;
    width:270px;
    height:1px;
    background-color: #000;
    margin: 0 auto;
}
.divider.big{
    width:85%;
    max-width: 900px;
    margin:0 auto;
}
.logo-wrapper h3{
    font-size:22px;
    padding-top:20px;
}
.menu-wrapper span{
    font-size: 18px;
    font-family: 'Manrope Regular',sans-serif;
}
.about-wrapper , .contact-wrapper{
    padding:80px 0;
}
.section-title h2{
    font-size: 22px;
    text-align: center;
}
.about-container{
    padding:50px 60px;
    max-width: 1780px;
    margin:80px auto;
    justify-content: flex-end;
    background-color: #f5bdc2;
    position: relative;
}
.about p{
    font-size:28px;
    padding-right: 20%;
    width: 65%;
    margin-left: auto;
}
.graphic-img{
    position: absolute;
    left: 0;
    top: -100px;
}
.about{
    width: 85%;
    padding: 20px 0;
    justify-content: space-between;
    text-align: right;
}
.about span{
    font-size:28px;
}
.why-wrapper{
    padding:0 100px 200px; 
    text-align: center;
}
.why-wrapper h2{
    font-size:32px;
    font-family: 'Manrope SemiBold',sans-serif;
    text-align: center;
    max-width: 800px;
    margin:0 auto;
}
.reason h3{
    font-size:28px;
    text-transform: uppercase;
    font-family: 'Manrope Bold',sans-serif;
    width:40%;
    padding:20px 50px;
    margin: 0 40px;
    background-color: #d4c4deda;
    border-radius: 0 75px;
}
.reason{
    padding: 100px 0;
    align-items: center;
}
.reason p{
    font-size: 25px;
    width:60%;
    padding: 0 50px;
    border-right:1px solid #000;
}
.reason:nth-of-type(even){
    flex-direction: row-reverse;
}
.reason:nth-of-type(even) p{
    border-left:1px solid #000;
    border-right: none;
}
.logo-screens{
    position: absolute;
    top: 20px;
    left: 30px;
    max-width: 65px;
}
.why-wrapper span{
    text-align: right;
    display: flex;
    font-size: 22px;
    background-color: #F2A7AF;
    width: fit-content;
    padding: 22px;
    font-family: 'Manrope Bold',sans-serif;
    align-items: center;
    border-radius: 70px 0;
    margin-top: 50px;
    margin-left: auto;
}
.why-wrapper span::after{
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(icons/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat; 
}
.sloggan h2{
    font-family: 'Bettina';
    font-size:55px;
}
.sloggan{
    text-align: center;
    max-width:1000px;
    margin:0 auto;
}
.projects-wrapper{
    padding:130px 0 80px;
    position: relative;
}
.projSwiper .swiper-slide img{
    aspect-ratio: 1.9;
    position: relative;
    top: 21%;
}
.projSwiper{
    padding: 120px 0 150px;
    margin: 35px 0;
}
.circle{
    width:100%;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 1;
    z-index: -1;
}
.circle.med{
    background-color: rgba(247, 125, 93, 0.70);
}
.circle.dark{
    background-color: rgba(212, 196, 222, 0.7);
}
.circle.light{
    background-color: rgba(149, 93, 193, 0.7);
}
.circle.pink{
    background-color: rgba(242, 167, 175, 0.7);
}
.projSwiper .swiper-slide{
    height:unset;
    aspect-ratio: 1;
    transition: transform 0.3s ease;
}
.projSwiper .swiper-slide-prev,
.projSwiper .swiper-slide-next {
    transform: scale(0.7);
    opacity: 0.7;
}
  
.projSwiper .swiper-slide-active {
    transform: scale(1.2);
    opacity: 1;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    bottom: 80px;
    top: unset;
    right: 200px;
    width: 100px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    bottom: 80px;
    top: unset;
    left: 200px;
    width: 100px;
    transform: rotate(180deg);
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content:'';
}
.animation-wrapper{
    overflow: hidden;
}
.animation-wrapper h2{
    font-size:50px;
    padding: 0 40px 0 20px;
    position: relative;
    font-family: 'Manrope Light',sans-serif;
}
.animation-wrapper span{
    width:20px;
    aspect-ratio: 1;
    background-color: rgba(255, 145, 77, 0.7);
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 35px;
    right: 0;
}
.anline {
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.anline{
    animation: moveText linear infinite; 
}

@keyframes moveText {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.contact-text{
    padding: 120px 25px;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}
.contact-text h3{
    font-size:28px;
    padding-right: 50px;
}
.contact-text span{
    display: block;
    padding: 20px 40px;
    background-color: rgba(149, 93, 193, 0.70);
    font-size: 25px;
    line-height: 43px;
}

footer{
    background-color: rgba(209, 79, 58, 0.70);
}
.footer-wrapper{
    max-width: 1400px;
    padding: 120px 10px 20px;
    margin: 0 auto;
}
.footer-menu{
    display: flex;
    flex-wrap: wrap;
    max-width: 660px;
    margin: 0 auto;
}
.footer-menu li{
    width: calc(50% - 24px);
    text-align: center;
    padding: 25px 0;
    margin: 0 12px;
    border-bottom: 1px solid #000;
    font-size: 18px;
}
.social-wrapper{
    padding: 30px 0;
}
.social{
    text-align: center;
    padding: 17px 20px;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 50%;
}
.social img{
    width: 25px;
    height: 25px;
}
.copyrights span{
    display: block;
    color:#000;
    font-size:15px;
    padding-right:20px;
}
.terms-wrapper span{
    padding-left:15px;
}

.anim {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.4s;
}
.anim.on {
    opacity: 1;
}


.about-wrapper.anim.on .about {
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
    transition-delay: 0.6s;
}

.about-wrapper .about{
    transform: translateX(100%);
    transition: all 0.6s ease-in-out;
    transition-delay: 0.6s;
}

.sloggan.anim.on{
    transition-delay: 0.8s;
}
#sloganText{
    transition: all 0.5s ease-in-out;
    opacity:1;
}
.show{
    transition: all 0.5s ease-in-out;
    opacity:0;
}
nav{
    position: fixed;
    top:0;
    left:-65%;
    width:0;
    height:100vh;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: flex-end;
    transition: width 0.3s ease-in-out;
}
nav.on{
    width:100%;
    transition: width 0.3s ease-in-out;
    left:0;
    z-index: 10;
}
nav .logo-menu .divider{
    background-color: #fff;
}
nav .logo-menu h3{
    color:#fff;
    font-size: 28px;
    padding-top: 20px;
}
nav .logo-menu img{
    width: 200px;
    padding-bottom: 30px;
}
.logo-menu {
    position: absolute;
    top: 22%;
    left: 0;
    text-align: center;
    width:50%;
}
.menu-container img{
    width:50px;
    filter:invert(1);
}
.menu-container{
    width:50%;
    padding: 0 20px;
}
.menu-container li{
    font-size:45px;
    color:#fff;
    padding:25px 0;
}
nav .close-menu{
    position: absolute;
    top:30px;
    right:30px;
    font-size:25px;
    color:#fff;
    cursor:pointer;
}
.menu-container li:first-of-type:hover{
    color:#D14F3A;
}
.menu-container li:nth-of-type(2):hover{
    color:#955DC1;
}
.menu-container li:nth-of-type(3):hover{
    color:#F2A7AF;
}
.menu-container li:nth-of-type(4):hover{
    color:#FF914D;
}
.menu-container li:hover{
    transition: all 0.2s ease-in-out;
}
.features-wrapper .logo-wrapper{
    top:30%;
    width: 100%;
    left: 0;
}
.features-wrapper .logo-wrapper h3{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
}
.features-wrapper .background{
    height:85vh;
}
.features-wrapper h2{
    font-size: 28px;
    text-align: center;
    padding:50px 50px 100px;
}
.feature img{
    max-width: 50px;
}
.feature{
    width:calc((100% / 3) - 20px);
    text-align: center;
    padding: 50px 20px;
    font-size: 22px;
}
.feature p{
    padding-top:50px;
}
.features-container{
    flex-wrap:wrap;
    padding:0 50px;
    gap: 30px;
}
.feature.pink{
    background-color: rgba(242, 167, 175, 0.7);
}
.feature.or{
    background-color: rgba(247, 125, 93, 0.7);
}
.feature.purplel{
    background-color: #D4C4DE;
}
.feature.orlight{
    background-color: rgba(255, 145, 77, 0.7);
}
.feature.purple{
    background-color: rgba(149, 93, 193, 0.7);
}
.feature.ordark{
    background-color: rgba(209, 79, 58, 0.7);
}
.feature-title h4{
    font-size: 50px;
    line-height: 56px;
}
.demo-container{
    align-items: flex-end;
    justify-content: space-between;
    padding:50px 100px;
    position: relative;
}
.demo-container a{
    position: absolute;
    width:85%;
    height: 100%;
    z-index: 1;
}
.demo-container img{
    max-width: 800px;
    width:80%;
}
.demo-container.reverse{
    flex-direction: row-reverse;
    gap: 30px;
}
.demo-container h3{
    font-size:28px;
    width: 100%;
    position: relative;
}
.demo-container h3::after{
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-image: url("icons/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.contact form input{
    display: block;
    font-size:18px;
    width:48%;
    border:none;
    outline: none;
    border-bottom:1px solid #D14F3A;
    color:#000;
    padding:15px 0;
    margin-top: 20px;
    background: transparent;
}
.contact form{
    display: flex;
    flex-wrap: wrap;
    max-width: 1250px;
    padding:0 50px 80px;
    margin:0 auto;
    justify-content: space-between;
}
.contact form textarea{
    width:100%;
    font-size:18px;
    font-family: 'Manrope Regular',sans-serif;
    padding: 20px 0;
    border: none;
    outline: none;
    border-bottom: 1px solid #D14F3A;
    margin-top: 20px;
    background: transparent;
}
.contact input[type="submit"]{
    background-color: #955DC1;
    color:#fff;
    font-family: 'Manrope Bold',sans-serif;
    outline:none;
    border:none;
    width:fit-content;
    padding:14px;
    margin-left: auto;
}
.contact-details h4{
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
}
.swiper-slide{position: relative;}
.swiper-slide a{
    position: absolute;
    width:100%;
    height:100%;
    z-index: 1;
}
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-right:10px;
}
.switch[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    border-radius: 25px;
    background-color: #D14F3A;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 3px;
    bottom: 3px;
    background-color: #B58ACF;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #887878;
}

input:checked + .slider:before {
    transform: translateX(25px);
    background-color: #524343;
}
.switch-wrapper{
    position: absolute;
    top: 30px;
    right: 30px;
}
.features-wrapper.terms h2{
    font-size:20px;
}
.features-wrapper.terms p ,.features-wrapper.terms ul {
    font-size:16px;
    text-align: center;
}
.features-wrapper.terms h1{
        font-size: 22px;
    text-align: center;
}
@media screen and (max-width:1440px) {
    .demo-container img{
        width: 65%;
    }
}
@media screen and (max-width:1200px) {
    .graphic-img{
        width: 350px;
        top: -20px;
    }
    .about p{
        font-size: 22px;
    }
    .section-title h2{
        font-size: 18px;
    }
    .why-wrapper h2 {
        font-size: 25px;
    }
    .reason p {
        font-size: 18px;
    }
    .reason h3 {
        font-size: 22px;
    }
    .why-wrapper h2 {
        font-size: 25px;
    }
    .logo-wrapper h3 {
        font-size: 25px;
    }
    .logo-wrapper img {
        max-width: 300px;
    }
    .reason {
        padding: 50px 0;
    }
    .why-wrapper span{
        font-size: 18px;
    }
    .why-wrapper {
        padding: 0 50px 100px;
    }
    .sloggan h2{
        font-size: 40px;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        right:100px;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        left:100px;
    }
    .features-wrapper .logo-wrapper h3{
        font-size:30px;
    }
    .features-wrapper h2 {
        font-size: 22px;
        padding: 50px;
    }
    .feature p{
        font-size:16px;
        padding-top: 20px;
    }
    .feature h3{
        font-size:18px;
    }
    .demo-container{
        padding:50px;
    }
}

@media screen and (max-width:900px) {
    .menu-container li{
        font-size: 32px;
    }
    nav .logo-menu h3{
        font-size: 22px;
    }
    nav .logo-menu img{
        width: 180px;
    }
    .reason h3 {
        font-size: 18px;
    }
    .reason p {
        font-size: 16px;
    }
    .why-wrapper h2 {
        font-size: 22px;
        padding: 0 25px;
    }
    .feature {
        width: calc((100% / 2) - 10px);
    }
    .features-container{
        gap:20px;
    }
    .contact-text span{
        font-size: 18px;
        line-height: 18px;
    }
    .contact-text h3 {
        font-size: 20px;
    }
    .demo-container h3{
        font-size:18px;
    }
}
@media screen and (max-width:768px){
    .about p{
        padding-right:30px;
    }
    .why-wrapper{
        padding: 0 0 100px;
    }
    .projects-wrapper {
        padding: 100px 0 50px;
    }
    .animation-wrapper span{
        top: 17px;
    }
    .animation-wrapper h2{
        font-size: 35px;
    }
    .contact-text h3 {
        font-size: 22px;
        padding-right: 0;
        text-align: center;
    }
    .contact-text{
        flex-direction: column;
        padding: 20px;
    }
    .contact-text span{
        margin: 20px auto 0;
        width: fit-content;
        padding: 15px 30px;
    }
    .footer-wrapper{
        padding-top: 50px;
    }
    .footer-menu{
        justify-content: center;
    }
    .footer-menu li{
        width: calc(35% - 24px);
        font-size: 16px;
    }
    .copyrights,.copyrights span{    
        font-size: 12px;
    }
    .menu-wrapper span {
        font-size: 18px;
    }
    .logo-screens{
        max-width: 70px;
    }
    .why-wrapper span{
        margin: 20px auto;
        padding: 10px 20px;
    }
    
}
@media screen and (max-width:650px){
    .about-wrapper, .contact-wrapper{
        padding:50px 0;
    }
    header{
        padding-bottom: 50px;
    }
    .about-container{
        margin: 50px 0;
        padding: 25px;
    }
    .about p{
        font-size:18px;
    }
    .graphic-img {
        width: 250px;
        top: 0;
    }
    .reason , .reason:nth-of-type(even){
        padding: 30px 0;
        flex-direction: column-reverse;
    }
    .why-wrapper h2{
        font-size: 18px;
    }
    .reason p{
        width: 100%;
        padding-top: 10px;
        border-right: none;
    }
    .reason h3{
        width: 95%;
        margin-bottom: 10px;
    }
    .reason:nth-of-type(even) p{
        border-left:none;
    }
    .demo-container img{
        width: 100%;
    }
    .demo-container h3{
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        padding: 0 30px;
    }
    .demo-container::after{
        content:"";
        width:100%;
        height:100%;
        background-color: #955dc140;
        position: absolute;
        top:0;
        left:0;
    }
    .demo-container h3::after{
        width: 70px;
        height: 70px;
    }
    .demo-container {
        padding: 0;
        margin-bottom: 20px;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width:600px){
    .logo-menu{
        top: 20px;
        left: 30px;
        width: 100%;
        text-align: left;
    }
    nav .logo-menu img{
        width:50px;
    }
    nav .logo-menu .divider , nav .logo-menu h3{
        display:none;
    }
    .menu-container{
        width:100%;
        text-align: center;
    }
    nav .close-menu{
        font-size:18px;
    }
    .logo-screens{
        max-width: 60px;
    }
    .menu-wrapper span{
        font-size:16px;
    }
    .logo-wrapper h3{
        font-size:24px;
    }
    .logo-wrapper img{
        max-width:250px;
    }
    .menu-container li {
        font-size: 24px;
    }
    .sloggan h2 {
        font-size: 28px;
    }
    .why-wrapper span{
        margin:20px;
    }
    .contact-text span{
        font-size: 20px;
        line-height: 20px;
    }
    .contact-text h3 {
        font-size: 18px;
    }
    .graphic-img{
        left: -80px;
    }
    .footer-menu li {
        width: 100%;
        font-size: 16px;
        margin: 0;
        border-bottom: none;
        padding: 5px 0;
    }
    .copyrights > div{
        justify-content: center;
    }
    .copyrights{
        flex-direction: column;
    }
    .features-wrapper .logo-wrapper h3{
        width: 80%;
        font-size: 25px;
        padding: 0 20px;
    }
    .switch-wrapper{
        flex-direction: column-reverse;
        align-items: flex-end;
        right: 20px;
    }
    .menu-wrapper{
        padding-bottom: 10px;
    }
    .feature{
        width:100%;
    }
    .features-container{
        padding: 0 20px;
    }
    .features-wrapper h2 {
        font-size: 18px;
    }
    .contact form{
        padding: 0 20px 50px;
    }
    .contact form input , .contact form textarea{
        width: 100%;
        font-size: 16px;
    }
    .contact-details h4 {
        font-size: 18px;
    }
}