@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,800;1,900&display=swap');

#loading {
	width: 100vw;
	height: 100vh;
	background: rgba(39, 46, 56, 0.7);
	position: fixed;
	z-index: 1000000;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

#loading.dark-back {
	background: #272e38
}

#loading .loading-bar {
	position: relative;
	overflow: hidden;
	top: 0;
	height: 0.3rem;
	width: 100vw;
	background: rgba(39, 46, 56, 0.3)
}

#loading .loading-bar:after {
	content: '';
	position: fixed;
	top: 0;
	z-index: 10;
	background: #fff;
	height: 0.3rem;
	width: 30vw;
	-webkit-border-radius: 10rem;
	-moz-border-radius: 10rem;
	-ms-border-radius: 10rem;
	border-radius: 10rem;
	-webkit-animation: baranim 4s infinite linear;
	-moz-animation: baranim 4s infinite linear;
	animation: baranim 4s infinite linear
}

#loading span {
	position: fixed;
	width: 100%;
	top: 49vh;
	z-index: 10;
	font-size: 1rem;
	letter-spacing: 0.5rem;
	text-align: center;
	text-transform: uppercase
}

@-webkit-keyframes baranim {
	0% {
		-webkit-transform: translateX(-30vw)
	}

	100% {
		-webkit-transform: translateX(130vw)
	}
}

@-moz-keyframes baranim {
	0% {
		-moz-transform: translateX(-30vw)
	}

	100% {
		-moz-transform: translateX(130vw)
	}
}

@keyframes baranim {
	0% {
		-webkit-transform: translateX(-30vw);
		-moz-transform: translateX(-30vw);
		-ms-transform: translateX(-30vw);
		-o-transform: translateX(-30vw);
		transform: translateX(-30vw)
	}

	100% {
		-webkit-transform: translateX(130vw);
		-moz-transform: translateX(130vw);
		-ms-transform: translateX(130vw);
		-o-transform: translateX(130vw);
		transform: translateX(130vw)
	}
}

a {
    color: #49929b;
}
a:hover {
    color: #0056b3;
    text-decoration: none !important;
}
.main-container{
	background-color: #141623;
}
.logo-botoom img{
   
    width: 67%;
    /* height: auto; */
    min-height: 821px;
    padding-top: 158px;
    /*min-height: 821px;*/
    /*padding-top: 148px;*/

}
.logo-botoom {
    /*width: 91%;*/
    /*height: 100vh;*/
    object-fit: cover;
    
}
.logo-section{
   padding: 22px 0 0 30px;
}
.col-md-4.logo-section {
    padding: 46px 0px 0px 0px;
}
.logo-header {
    /*width: 83%;*/
    /*height: 100%;*/
    width: 72%;
    height: 100%;
}
.sec-con{
	    position: relative;
    display: flex;
    justify-content: space-between;
}
.cotaine-section{
	 position: relative;
    display: flex;
    padding: 20px 0px 0px;
    width: 100%;
    align-items: baseline;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}
h1.text-intro {
    font-size: 31px;
    text-align: left;
    line-height: 1.5;
    text-transform: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
a.action-btn.text-intro {
    font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    background: #01a3ae;
    font-weight: 600;
    border-radius: 0px;
    padding: 15px 52px;
    font-size: 16px;
    color: #fff;
    position: relative;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    -ms-border-radius: 10rem;
    border-radius: 6px;
    border: 1px solid #01a3ae;
    display: inline-block;
    margin-top: 2rem;
    letter-spacing: 1px;
    overflow: hidden;
  
}
.comingsoon{
	    position: relative;
    display: flex;
    /* padding: 20px; */
    /* width: 100%; */
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* text-align: left; */
    vertical-align: middle;
    writing-mode: vertical-rl;
    letter-spacing: 16px;
    rotate: 180deg;
    color: #fff;
    padding-left: 0px;
    float: right;
    padding-right: 0px;
    margin-right: -17%;
}
.right-slider{
	/*width: 54%;*/
    height: 100vh;
    object-fit: cover;
}
.right-slider img{
	 width: 100%;
    object-fit: cover;
    height: 103vh;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.right-contain{
	    display: flex;
    align-items: unset;
}
.col-md-4.right-contain {
   padding-right: 0px;
    justify-content: flex-end;
}
p.site-footer__bottom-text a {
    color: #fff;
}
.row.left-slide-contain{
	/*padding-top: 12px;*/
	    justify-content: space-between;
    align-items: center;
}
.mobile-view{
	display: none;
}
.main-container-fuild{
  padding: 0px 20px;
}

/*----slider---*/
.swiper-container {
     margin-left:unset !important; 
     margin-right:unset !important; 
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}
.swiper-container {
    /*width: 574px;*/
    /*height: 100vh;*/
    /*margin: 20px auto;*/
    /*object-fit:contain;*/
   width: 522px;
    height: 100vh;
    /* margin: 20px auto; */
    object-fit: contain;
    /* width: 584px; */
    /* height: 100%; */
    object-fit: scale-down;
}

img {
    width: 100%;
    height: auto;
}

.swiper-countdown-text {
    display:none;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
}
/*----End Slider -----*/
/*---- privcy policy ------*/
.about-one__right {
    position: relative;
    display: block;
    margin-left: 70px;
}
.about-one__right .section-title {
    margin-bottom: 27px;
}
.section-title {
    position: relative;
    display: block;
    margin-top: -7px;
    margin-bottom: 48px;
}
.privacy__text-1 {
    margin: 18px 0px;
    font-size: 24px;
    color:#01A3AE;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.02em;
}
.sub-title-privacy {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    margin: 12px 0px;
}
.privacy__points {
    position: relative;
    display: block;
    margin-top: 22px;
    margin-bottom: 37px;
}
.list-unstyled {
    padding-left: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.privcay-sub__point {
    position: relative;
    display: block;
    margin-top: 22px;
    margin-bottom: 37px;
    list-style: circle;
    padding-left: 42px;
    color:#fff;
}
/*--------------- reponsive view ----------*/
@media(max-width: 1199px){
    h1.coming-soon-text {
        font-size: 91px !important;
    }
	.desktop-view{
		display: none;
	}
	.mobile-view{
		display: block;
	}
}
.mlogo-header {
       width: 22%;
    padding-left: 22px;
    padding-top: 22px;
}
.row {
    margin-right: 0px;
    margin-left: 0;
}
section.main-container.mobile-view {
    padding: 0px 0px 0px 0px;
}
.mlogo-botoom {
    width: 44%;
        padding-top: -9px;
}
.coming-logo-mobile{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 22px;
}
.mcomingsoon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    vertical-align: middle;
    letter-spacing: 16px;
    color: #fff;
}
h1.coming-soon-text{
	font-size: 22px;
}

.mcotaine-section {
    position: relative;
    display: flex;
    padding: 110px 0px 110px 22px;
    width: 100%;
    align-items: baseline;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}
.mright-slider {
       /* height: 100vh; */
    /* object-fit: cover; */
    width: 100%;
    margin: 0px;
    padding: -120px;
    position:fixed;
    bottom:0;
}
p.site-footer__bottom-text {
    color: #fff;
    text-align: center;
    font-size: 65%;
    /* margin: -32px auto; */
    /* margin: 0 auto; */
    /* display: inline-block; */
    justify-content: center;
    align-items: center;
    display: flex;
   
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

@media(max-width:1024px){
    .mcotaine-section {
        padding: 240px 0px 280px 22px;
    }
    
}

@media(max-width:991px){
     .mcotaine-section {
        padding: 122px 0px 161px 22px;
    }   
    section.main-container.mobile-view {
        padding: 0px 0px 0px 0px;
        height: 100vh;
    }
 
    h1.coming-soon-text {
        font-size: 71px !important;
        width:100%;
    }
}
@media only screen and (max-width: 992px) {
    .mcotaine-section {
        padding: 122px 0px 161px 22px;
    }
    .mlogo-botoom {
        width: 20%;
    }
    h1.coming-soon-text {
         font-size: 42px !important;
        text-align: center;
    }
    .mlogo-header {
        width: 13%;
        padding-left: 22px;
        padding-top: 22px;
    }
}
@media(max-width:767px){
    .mcotaine-section {
        padding: 69px 0px 91px 22px;
    }
    .mlogo-botoom {
        width: 55%;
        padding-top: -9px;
    }
    h1.coming-soon-text {
        font-size: 31px !important;
         width:100%;
    }
    h1.text-intro {
        font-size: 22px;
        }
    .mlogo-header {
        width: 16%;
        padding-left: 22px;
        padding-top: 22px;
    }
    

}
@media only screen and (max-width: 540px) {
    .mlogo-header {
        width: 14%;
        padding-left: 22px;
        padding-top: 22px;
    }
    /*.mcotaine-section {*/
    /*    padding: 49px 0px 1px 22px;*/
    /*}*/
    h1.coming-soon-text {
        font-size: 16px !important;
        word-wrap: normal;
        width: 130%;
        text-align: center;
    }
    .mlogo-botoom {
        width: 15%;
    }
    a.action-btn.text-intro {
        padding: 9px 31px;
        font-size: 9px;
    }
    h1.text-intro {
        font-size: 16px;
        
    }
}
@media(max-width:414px){
    .mlogo-botoom {
        width: 40%;
        padding-top: -9px;
    }
    /*.mcotaine-section {*/
    /*    padding: 69px 0px 21px 22px;*/
    /*}*/
    h1.text-intro {
        font-size: 20px;
    }
    h1.coming-soon-text {
        font-size: 19px !important;
         width:130%;
          text-align: center;
    }
    a.action-btn.text-intro {
      padding: 11px 32px;
    }
     .mlogo-header {
        width: 19%;
    }
}
@media(max-width:375px){
    .mcotaine-section {
        padding:69px 0px 91px 22px;
    }
    a.action-btn.text-intro {
        padding: 8px 32px;
        font-size: 13px;
    }
    h1.text-intro {
        font-size: 13px;
    }
    .mlogo-header {
        width: 19%;
    }
    /*.mlogo-botoom {*/
    /*    width: 86%;*/
    /*    }*/
}
@media(max-width:280px){
    h1.coming-soon-text {
        font-size: 9px !important;
    }
}
/*-------------responsive -----------*/

@media screen and (min-width: 1280px) {
/*//For Big TV's (HD Screens 1280 x 720) */
     .comingsoon {
        margin-right: -13%;
    }
    .main-container-fuild {
        padding: 0px 0px 20px 0px;
    }
        html, body {
       height: calc(100% - 0%);
       overflow: hidden;
   }
  
   .logo-botoom img {
        width: 65%;
        min-height: 551px;
        padding-top: 123px;
       }
}
@media screen and (min-width: 1920px) {
/*//For Projectors or Higher Resolution Screens (Full HD 1920-1080)*/
    .comingsoon {
        margin-right: -16%;
    }
    .main-container-fuild {
        padding: 0px 0px 20px 0px;
    }
    html, body {
    height: calc(100% - 0%);
    overflow: hidden;
 }
}
@media screen and (min-width: 3840px) {
/*//For 4K Displays (Ultra HD)*/
    .logo-botoom img {
        width: 61%;
        padding-top: 744px;
    }
    h1.text-intro {
        font-size: 64px;
    }
    .comingsoon {
        margin-right: -198px;
    }
    h1.coming-soon-text {
        font-size: 52px;
    }
    .logo-header {
        /* width: 83%; */
        /* height: 100%; */
        width: 69%;
        height: 100%;
    }
    a.action-btn.text-intro {
        padding: 25px 132px;
        font-size: 37px;
    }
}