@charset "UTF-8";

/* CSS Document */

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #f4f5f8;
    font-size: 15px;
}

form {
    width: 100%;
    height: 100%;
}

a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a,
a img {
    text-decoration: none;
    outline: none;
    border: none;
}

.clr {
    clear: both;
    height: 0;
}

::-webkit-input-placeholder {
    color: #7c7c7c;
}

:-moz-placeholder {
    color: #7c7c7c;
}

::-moz-placeholder {
    color: #7c7c7c;
}

:-ms-input-placeholder {
    color: #7c7c7c;
}

::selection {
    background: #ef9a48;
    color: #fff;
}

::-moz-selection {
    background: #ef9a48;
    color: #fff;
}

body,
input,
textarea,
select,
option {
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    outline: none;
}


/* banner slider section css start */

.mainSlider {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.mainSlider .pagination {
    width: 20px;
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.mainSlider .pagination .num {
    color: #e9e9e9;
    font-size: 15px;
    width: 40px;
    text-align: right;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    position: absolute;
    left: -10px;
    top: -60px;
}

.mainSlider .pagination a {
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px 0;
    position: relative;
    cursor: pointer;
}

.mainSlider .pagination a:after {
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: #cbcbcb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mainSlider .pagination a span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    border: 2px solid rgba(203, 203, 203, 0.3);
    opacity: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mainSlider .pagination a.pagination__item--current:after {
    opacity: 0;
}

.mainSlider .pagination a.pagination__item--current span {
    opacity: 1;
}


/* .mainSlider .nav {
    position: absolute;
    top: 82%;
    right: 160px;
} */

.mainSlider .nav a {
    width: 75px;
    height: 50px;
    float: left;
    display: block;
    margin: 0 15px;
    /*&:after{display: block; width: 0px; height: 0px; content: "";@include easing(0.3s); @include rounded(50px); position: absolute; top:0; left: 0; border: 2px solid #fff; opacity: 0;}*/
}

.mainSlider .nav a span {
    width: 39px;
    display: block;
    height: 20px;
    position: relative;
    margin-top: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.3;
}

.mainSlider .nav a span:before {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    position: absolute;
    top: 9px;
}

.mainSlider .nav a .circle {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.mainSlider .nav a .circle .foreground {
    fill: transparent;
    stroke-dasharray: 377;
    stroke-dashoffset: 377;
    stroke: #fff;
    transform-origin: 50% 50%;
    transform: rotate(-270deg);
    transition: all 800ms ease;
}

.mainSlider .nav a.slidePrev span {
    background: url(../../images/home/leftArrowWhite.png) no-repeat left center;
    float: right;
}

.mainSlider .nav a.slideNext span {
    background: url(../../images/home/rightArrowWhite.png) no-repeat right center;
}

.mainSlider .nav a.slideNext .circle {
    left: auto;
    right: 0;
}

.mainSlider .nav a:hover span {
    width: 100%;
    opacity: 1;
}

.mainSlider .nav a:hover .circle .foreground {
    stroke-dashoffset: 0;
    transform: rotate(-90deg);
}

.mainSlider .video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.mainSlider .video video {
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.slides {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: auto;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.slide .video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide video {
    width: 100%;
    height: auto;
}

.slide--current {
    opacity: 1;
}

.slide--current .slideTxt a {
    z-index: 999;
}

.slide__img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.slide__img-size1,
.slide__img-size2,
.slide__img-size3 {
    max-width: 800px;
    max-height: 1200px;
    min-width: 280px;
    min-height: 280px;
}

.slide__img-size1 {
    width: 40vw;
}

.slide__img-size2 {
    width: 60vw;
    height: 60vh;
}

.slide__img-size3 {
    width: 40vw;
    height: 40vw;
    max-width: 800px;
    max-height: 800px;
}

.scroll-img {
    width: 500px;
    max-width: 100%;
    height: 50vh;
    min-width: 250px;
    min-height: 250px;
    background-size: cover;
}

.uncover {
    overflow: hidden;
    background-image: none !important;
    position: relative;
}

.uncover__img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.uncover__slices {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 9999;
    pointer-events: none;
}

.uncover__slices--vertical {
    flex-direction: row;
}

.uncover__slices--horizontal {
    flex-direction: column;
}

.uncover__slices--horizontal-double {
    display: grid;
    grid-template-columns: 50% 50%;
}

.uncover__slices--vertical-double {
    display: grid;
    grid-template-rows: 50% 50%;
}

.uncover__slice {
    color: #fff;
    background-color: currentColor;
    flex: 1;
}

.uncover__slices--vertical .uncover__slice {
    box-shadow: 1px 0 0 currentColor;
}

.uncover__slices--horizontal .uncover__slice {
    box-shadow: 0 1px 0 currentColor;
}

.slideContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 160px;
}

.slideContent .content {
    height: 100%;
    padding: 0;
}

.slideContent h2 {
    font-weight: 800;
    color: #fff;
    font-size: 130px;
    position: absolute;
    bottom: 20%;
}

.slideContent p {
    position: absolute;
    bottom: 12%;
}

.slideTxt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.slideTxt .leftTxt {
    width: 50%;
    background: #252525;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
    font-size: 1rem;
    color: #fff;
}

.slideTxt a {
    width: 50%;
    height: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ef9a48;
    padding: 40px;
    color: #fff;
    font-size: 1rem;
    text-align: right;
}

.slideTxt a i {
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slideTxt a:hover i {
    margin-left: 30px;
}

.menuLinks {
    width: 100px;
    height: 50%;
    position: fixed;
    right: 0;
    top: 25%;
    background: #fff;
    border: 1px solid #e2e2e2;
    z-index: 100;
}

a.lang {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    background: url(../images/icons/world.png) no-repeat center 40px;
}

a.lang span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    opacity: 0;
    color: #1d1d1d;
    font-weight: bold;
    font-size: 11px;
    margin-top: 20px;
}

a.lang:hover {
    background: url(../images/icons/world.png) no-repeat center 30px;
}

a.lang:hover span {
    opacity: 1;
}

.btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    cursor: pointer;
}

.btn span {
    display: block;
    width: 100%;
    height: 3px;
    background: #222;
    transition: all 0.3s;
    position: relative;
    width: 32px;
    margin: auto;
}

.btn span+span {
    margin-top: 5px;
}

.btn span:last-child {
    background: none;
    font-size: 11px;
    color: #222;
}

.btn.active span:nth-child(1) {
    animation: ease 0.7s top forwards;
}

.btn.not-active span:nth-child(1) {
    animation: ease 0.7s top-2 forwards;
}

.btn.active span:nth-child(2) {
    animation: ease 0.7s scaled forwards;
}

.btn.not-active span:nth-child(2) {
    animation: ease 0.7s scaled-2 forwards;
}

.btn.active span:nth-child(3) {
    animation: ease 0.7s bottom forwards;
}

.btn.not-active span:nth-child(3) {
    animation: ease 0.7s bottom-2 forwards;
}

@keyframes top {
    0% {
        top: 0;
        transform: rotate(0);
    }
    50% {
        top: 8px;
        transform: rotate(0);
    }
    100% {
        top: 8px;
        transform: rotate(45deg);
    }
}

@keyframes top-2 {
    0% {
        top: 8px;
        transform: rotate(45deg);
    }
    50% {
        top: 8px;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        transform: rotate(0);
    }
    50% {
        bottom: 8px;
        transform: rotate(0);
    }
    100% {
        bottom: 8px;
        transform: rotate(135deg);
    }
}

@keyframes bottom-2 {
    0% {
        bottom: 8px;
        transform: rotate(135deg);
    }
    50% {
        bottom: 8px;
        transform: rotate(0);
    }
    100% {
        bottom: 0;
        transform: rotate(0);
    }
}

@keyframes scaled {
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes scaled-2 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.banner-text-wrapper h2 {
    position: unset !important;
    line-height: 35px !important;
}

.banner-text-wrapper p {
    position: unset !important;
    font-size: 14px !important;
    font-weight: normal;
    line-height: 20px !important;
    margin: 20px 0 !important;
}

.mainSlider .nav {
    position: absolute;
    top: 90%;
    right: unset;
    left: 160px;
}

.banner-text-wrapper a {}


/* banner slider section css end */

@media only screen and (max-width: 768px) {
    .mainSlider .pagination {
        width: 20px;
        left: 15px;
        top: 45%;
    }
    .mainSlider .nav {
        left: 0;
        right: 0;
    }
    .slideTxt .leftTxt {
        width: 100%;
        bottom: 44px;
        padding: 15px;
        height: unset;
        font-size: 14px;
        line-height: 14px;
    }
    .slideTxt a {
        width: 100%;
        padding: 15px;
        height: unset;
        font-size: 14px;
        line-height: 13px;
        text-align: left;
    }
}

@media only screen and (max-width: 991px) {
    .mainSlider .nav {
        position: absolute;
        top: 90%;
        right: unset;
        left: 0;
    }
}