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

body {
    overflow-x: hidden;
    width: 100%;
}

a {
    text-decoration: none !important;
    color: unset;
}

a:hover {
    color: unset;
}

ul {
    margin-bottom: unset;
    margin-left: unset;
    list-style-position: unset;
    line-height: unset;
    list-style: none;
}

button {
    cursor: pointer;
}

input, textarea {
    outline: none;
}

.swiper-button-prev img, .swiper-button-next img {
    max-width: unset;
}

.pageLoader {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    transition: 0.3s;
}

.loaderItem {
    background: #4d4d4f;
    width: 100%;
    height: 100%;
    position: relative;
    animation: height 0.5s ease-in-out forwards;
}


.pageLoader > div:nth-child(1) {
    animation-delay: 0s;
}

.pageLoader > div:nth-child(2) {
    animation-delay: 0.25s;
}

.pageLoader > div:nth-child(3) {
    animation-delay: 0.5s;
}

.pageLoader > div:nth-child(4) {
    animation-delay: 0.75s;
}

.pageLoader > div:nth-child(5) {
    animation-delay: 1s;
}

.pageLoader > div:nth-child(6) {
    animation-delay: 1.25s;
}

.pageLoader > div:nth-child(7) {
    animation-delay: 1.5s;
}

.pageLoader > div:nth-child(8) {
    animation-delay: 1.75s;
}

.pageLoader > div:nth-child(9) {
    animation-delay: 2s;
}

.pageLoader > div:nth-child(10) {
    animation-delay: 2.25s;
}

.section.four.section_to-pin .section_pin .image_wrapper {
    opacity: 1 !important;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #e3e3e3;
}

::-webkit-scrollbar-thumb {
    background: rgba(77, 77, 79, 0.8);
}

::-webkit-scrollbar-thumb:hover {
    background: #E5E4E2;
}
@keyframes height {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

.activeClip img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}


.text {
    opacity: 0;
    -webkit-animation: on .6s ease-in-out 3.7s forwards;
    -moz-animation: on .6s ease-in-out 3.7s forwards;
    -o-animation: on .6s ease-in-out 3.7s forwards;
    animation: on .6s ease-in-out 3.7s forwards;
    z-index: 9999999;
    position: relative;
}


.splash {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    z-index: 111111;
}
.splash_logo {
    position: absolute;
    margin: -15px 0 0 -25px;
    top: 50vh;
    z-index: 5;
    left: 50vw;
    width: 50px;
    text-align: center;
    height: 30px;
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    opacity: 1;
    will-change: opacity;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: logo .3s ease-in 1.5s forwards, off .6s ease-in-out 3.2s forwards;
    -moz-animation: logo .3s ease-in 1.5s forwards, off .6s ease-in-out 3.2s forwards;
    -o-animation: logo .3s ease-in 1.5s forwards, off .6s ease-in-out 3.2s forwards;
    animation: logo .3s ease-in 1.5s forwards, off .6s ease-in-out 3.2s forwards;
}
.splash_svg {
    position: relative;
    margin: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}
.splash_svg svg {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.splash_svg svg rect {
    width: 100%;
    height: 100%;
    fill: #4D4D4F;
    stroke: 0;
    -webkit-clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
    clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
    -webkit-animation: expand .7s ease-in forwards 2.7s;
    -moz-animation: expand .7s ease-in forwards 2.7s;
    -o-animation: expand .7s ease-in forwards 2.7s;
    animation: expand .7s ease-in forwards 2.7s;
}
.splash_minimize {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}
.splash_minimize svg {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.splash_minimize svg rect {
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
    -webkit-animation: scale .2s ease-out forwards 1s, hide 1.3s ease-out forwards 1.2s;
    -moz-animation: scale .2s ease-out forwards 1s, hide 1.3s ease-out forwards 1.2s;
    -o-animation: scale .2s ease-out forwards 1s, hide 1.3s ease-out forwards 1.2s;
    animation: scale .2s ease-out forwards 1s, hide 1.3s ease-out forwards 1.2s;
}
.transparent {
    fill: transparent !important;
}

.back-to-home {
    border: 2px solid #F1B80E;
    color: #4D4D4F;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    background: white;
    width: max-content;
    white-space: nowrap;
    padding: 0 19px;
    margin-top: 20px;
    transition: 0.2s;
}
.back-to-home:hover {
    border: 2px solid #4D4D4F;
}

@-webkit-keyframes scale {
    100% {
        -webkit-clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
        clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
    }
}
@-moz-keyframes scale {
    100% {
        -webkit-clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
        clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
    }
}
@-o-keyframes scale {
    100% {
        -webkit-clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
        clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
    }
}
@keyframes scale {
    100% {
        -webkit-clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
        clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
    }
}
@-webkit-keyframes hide {
    100% {
        fill: transparent;
    }
}
@-moz-keyframes hide {
    100% {
        fill: transparent;
    }
}
@-o-keyframes hide {
    100% {
        fill: transparent;
    }
}
@keyframes hide {
    100% {
        fill: transparent;
    }
}
@-webkit-keyframes off {
    100% {
        opacity: 0;
    }
}
@-moz-keyframes off {
    100% {
        opacity: 0;
    }
}
@-o-keyframes off {
    100% {
        opacity: 0;
    }
}
@keyframes off {
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes on {
    100% {
        opacity: 1;
    }
}
@-moz-keyframes on {
    100% {
        opacity: 1;
    }
}
@-o-keyframes on {
    100% {
        opacity: 1;
    }
}
@keyframes on {
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes logo {
    100% {
        color: #292929;
    }
}
@-moz-keyframes logo {
    100% {
        color: #292929;
    }
}
@-o-keyframes logo {
    100% {
        color: #292929;
    }
}
@keyframes logo {
    100% {
        color: #292929;
    }
}
@-webkit-keyframes type {
    0% {
        width: 0;
    }
}
@-moz-keyframes type {
    0% {
        width: 0;
    }
}
@-o-keyframes type {
    0% {
        width: 0;
    }
}
@keyframes type {
    0% {
        width: 0;
    }
}
@-webkit-keyframes type2 {
    0% {
        width: 0;
    }
    50% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-moz-keyframes type2 {
    0% {
        width: 0;
    }
    50% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-o-keyframes type2 {
    0% {
        width: 0;
    }
    50% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes type2 {
    0% {
        width: 0;
    }
    50% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes expand {
    25% {
        -webkit-clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 58vh, 45vw 58vh);
        clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
        fill: white;
    }
    50% {
        -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
        clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
        fill: #4D4D4F;
    }
    75% {
        -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
        clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
        fill: white;
    }
    100% {
        -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
        clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
        fill: #4D4D4F;
    }
}
@-moz-keyframes expand {
    25% {
        -webkit-clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 58vh, 45vw 58vh);
        clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
        fill: white;
    }
    50% {
        -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
        clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
        fill: #4D4D4F;
    }
    75% {
        -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
        clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
        fill: white;
    }
    100% {
        -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
        clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
        fill: #4D4D4F;
    }
}
@-o-keyframes expand {
    25% {
        -webkit-clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 58vh, 45vw 58vh);
        clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
        fill: white;
    }
    50% {
        -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
        clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
        fill: #4D4D4F;
    }
    75% {
        -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
        clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
        fill: white;
    }
    100% {
        -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
        clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
        fill: #4D4D4F;
    }
}
@keyframes expand {
    25% {
        -webkit-clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 58vh, 45vw 58vh);
        clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
        fill: white;
    }
    50% {
        -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
        clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
        fill: #4D4D4F;
    }
    75% {
        -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
        clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
        fill: white;
    }
    100% {
        -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
        clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
        fill: #4D4D4F;
    }
}







@media (max-width: 910px) {
    .section.four.section_to-pin .section_pin, .section.four.section_to-pin {
        height: auto !important;
    }

    .section_pin {
        flex-direction: column;
    }
    .back-to-home {
        font-size: 15px;
    }
}
