@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@200;300;400;500;600;700&display=swap');

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

p{
    color: #999;
}
html {
  scroll-behavior: smooth;
}

.header{
    padding: 5px 0px;
    width:100%;
    background-color:transparent;
    height: 100px;
    position: fixed;top: 0;
    z-index: 9999999999999;
}


.logo{
    width: 100px;
}

.nav{
    justify-content: flex-end;
}

.nav ul li{
    list-style-type: none;
    display: inline-block;
    margin: 0px 20px;
}
.nav ul li a{
    text-decoration: none;
    color: white;
}

.banner{
    height: 90vh;
    background-position: center;
}

.banner-text{
    padding:100px 0px;
    height: 100vh;
    vertical-align: middle;
    display: table-cell;
}


.banner-text h1{
    color: white;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 500;
    font-size: 50px;
}

.banner-text h1 span{
    color:  #f49a1c;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 700;
    font-size: 50px;
}


.banner-text p{
    color: white;
    line-height: 30px;
}


.banner-text p{
    color: white;
    line-height: 30px;
}

.btnn{
    margin-top: 30px;
}

.btnn a{
    margin-right: 10px;
    color: white;
    text-decoration: none;
}



.download-ios{
    padding: 12px 40px;
    background-color: #f49a1c;
     border:2px solid #f49a1c;
    border-radius: 50px;  
    transition: 500ms;
}
.download-ios:hover{
    padding: 12px 40px;
    background-color: transparent;
     border:2px solid #f49a1c;
    border-radius: 50px;    
}
.download-android{
    padding: 12px 40px;
    background-color: transparent;
    border:2px solid #f49a1c;
    border-radius: 50px; 
    transition: 500ms;
    
}
.download-android:hover{
    padding: 12px 40px;
    background-color: #f49a1c;
    border:2px solid #f49a1c;
    border-radius: 50px; 
    
}


.banner-img{
    position: relative;
    height: 100vh;
}
.banner-img img{
    position: absolute;
    width: 270px;
    border-radius: 50px;
    top:65%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.mt-100{
    margin-top: 100px;
}


.main-heading h6{
    
    color: #f49a1c;
}

.main-heading {
    text-align: center;
}

.main-heading h5 b{
    font-weight: 400;
    text-align: center;
    color: #333;
}

.main-heading h2{
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 500;
    text-align: center;
}
.main-heading p{
    text-align: center;
    position: relative;
}
.main-heading p::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #f49a1c;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%,0);
}
.main-heading p::after{
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background-color: #f49a1c;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%,0);
}

.icon-box i{
    font-size: 25px;
    background-color: #f49a1c;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: white;
    text-align: center;
    border-radius: 50%;
}

.right-icons{
    margin-left: -25px;
    padding: 10px;
    background-color: #f49a1c;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.left-icons{
       margin-left: -5px;
    padding: 10px;
    background-color: #f49a1c;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    
}

.icon-section{
    margin-bottom: 30px;
    
}

.bg-purple{
    background-color: #f49a1c;
}

.app-download h6{
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
}
.app-download h2{
    color: #ffffff;
    font-size: 50px;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.app-download p{
    color: white;
    margin-bottom: 30px;
}


.app-download a{
    margin-right: 10px;
    margin-top: 30px;
}
.app-download a img{
    width: 150px;
}

.contact-details-box{
    margin-top: 50px;
    padding: 50px;
    text-align: center;
}


.contact-details-box i{
   font-size: 20px;
    width: 50px;
    height: 50px;
    background-color: #f49a1c;
    color: white;
    border-radius: 50%;
    line-height: 50px;
    margin-bottom: 15px;
}

.contact-details-box h5{
font-family: 'Montserrat Alternates', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}


.contact-details-box a{
    display: block;
    color: #999;
    line-height: 25px;
    font-size: 14px;
}

.br-left{
    border-left: 1px solid #eaeaea;
}
.br-right{
    border-right: 1px solid #eaeaea;
}

.bg-warm{
    background-color: #eaeaea;
}

.contact-form input{
    width: 100%!important;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0px;
}
.contact-form textarea{
    width: 100%!important;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0px;
    height: 100px;
}

.contact-form button{
    padding: 15px 40px;
    background-color: #f49a1c;
    border-radius: 50px;
    color: white;
    border: 0;
    box-shadow: 0px 5px 5px #999;
    transition: 500ms;
}

.contact-form button:hover{
    padding: 15px 40px;
    background-color: #612264;
    border-radius: 50px;
    color: white;
    border: 0;
    box-shadow: none;
}


.footer{
    background-color: #612264;
    padding:50px;
}

.footer-social {
    text-align: center;
}

.footer-social li{
    list-style-type: none;
    display: inline-block;
    margin: 0px 5px;
}

.footer-social li a i{
    color: #612264;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: white;
    font-size: 20px;
    line-height: 40px;
    transition: 500ms;
    box-shadow: 0px 5px 5px #421a44;
}

.footer-social li a i:hover{
    color: #fff;
    background-color: #f49a1c;
    
}
.footer p{
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.footer p a{
    color: #f49a1c;
}

.mobile-logo{
    display: none!important;
}

.hamburger{
    display: none;
}

@media only screen and (max-width:1000px){
    .btnn a {
    margin: 0px 10px;
    color: white;
    display: block;
    width: 200px;
    margin: 10px auto;
    text-decoration: none;
}
    
    .banner-text h1 {
    color: white;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
}
    .banner-text p {
    font-size: 14px;
    color: white;
    text-align: center;
    line-height: 24px;
}
    .nav {
    justify-content: flex-end;
    position: fixed;
    width: 50%;
    top: 0;
    left: -100%;
    height: 100%;
    background-color: white;
    display: inherit;
       
}
    .nav ul li {
    list-style-type: none;
    display: block;
    text-align: left;
    margin: 10px 20px;
}
    .nav ul li a {
    text-decoration: none;
    color: #1f1f1f;
}
    
    .mobile-logo{
    display: block!important;
        width: 70px;
}
    
.hamburger{
    display: block;
    width:30px;
    position: absolute;
    right: 20px;
    top: 20px;
}
    .logo {
    width: 70px;
        margin: 5px 0px;
}
    .banner-img{
        display: none;
    }
    
    .pt-5{
        padding-top: 10px!important;
    }
    
    .text-right{
        text-align: left!important;
    }
    
    .nav span{
        width:50%;
        height: 100%;
        background-color:rgba(0,0,0,.5);
        top: 0;
        right: 0;
        position: fixed;
        display: none;
        z-index: 999999999999999999999999999999999999999999999;
    }
    
    .icon-section{
        text-align: center;
    }
    
    .right-icons{
        margin-left: 0px;
        margin-bottom: 10px;
    }
    
    .app-download{
        text-align: center;
        padding: 20px 10px;
    }

    .d-nonee{
        display: none;
    }
    
    .p-5{
        padding: 20px!important ;
    }
    .contact-details-box {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
    
    .footer {
    background-color: #612264;
    padding: 15px;
}

}




.content-tabs-custom{
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 30px;
}
.nav-pills{
  width: auto;
}
.nav-item{
  width: 50%;
}
.nav-pills .nav-link{
  font-weight: bold;
  padding-top: 13px;
  text-align: center;
  background: #343436;
  color: #fff;
  border-radius: 30px;
  height: 100px;
}
.nav-pills .nav-link.active{
  background: #fff;
  color: #000;
}
.tab-content{
  position: absolute;
  width: 450px;
  height: auto;
  margin-top: -50px;
  background: #fff;
  color: #000;
  border-radius: 30px;
  z-index: 1000;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
  padding: 30px;
  margin-bottom: 50px;
}
.tab-content button{
  border-radius: 15px;
  width: 100px;
  margin: 0 auto;
  float: right;
}
















.card {
	margin: 0 auto;
	border: none;
    background-color: transparent;
}

.card .carousel-caption {
	padding: 0;
	right: 15px;
	left: 15px;
	top: 15px;
	color: #3d3d3d;
	box-shadow: 0px 2px 2px #ccc;
    border-radius: 5px;
    overflow: auto;
	padding: 15px;
    position: static;
    margin-bottom: 10px;
    background-color: white;
}
.card .carousel-caption .col-sm-3 {
	display: flex;
	align-items: center;
}
.card .carousel-caption .col-sm-9 {
	text-align: left;
}
.card .carousel-control-prev, .card .carousel-control-next {
	color: #3d3d3d !important;
	opacity: 1 !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	background-image: none;
	color: #fff;
	font-size: 14px;
	background-color: #ff8e0e;
	height: 32px;
	line-height: 32px;
	width: 32px;
    border-radius: 50%;
    box-shadow: 0px 5px 5px #999;
}
.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
	opacity: 0.85;
}
.carousel-control-prev {
	left: 40%;
	top: 110%;
}
.carousel-control-next {
	right: 40%;
	top: 110%;
}
.midline {
	width: 60px;
	border-top: 1px solid #d43025;
}
.carousel-caption h2 {
	font-size: 14px;
}
.carousel-caption h2 span {
	color: #cd3a54;
}
 @media (min-width: 320px) and (max-width: 575px) {
.carousel-caption {
	position: relative;
}
.card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.card .carousel-caption img {
	margin: 0 auto;
}
.carousel-control-prev {
	left: 35%;
	top: 105%;
}
.carousel-control-next {
	right: 35%;
	top: 105%;
}
.card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.carousel-caption {
	position: relative;
}
.card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.card .carousel-caption img {
	margin: 0 auto;
}
.card .carousel-caption h3, .card .carousel-caption small {
	text-align: center;
}
.carousel-control-prev {
	left: 35%;
	top: 105%;
}
.carousel-control-next {
	right: 35%;
	top: 105%;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
    
.left-icons{
       margin: auto;
}
}

.ptb-100{
    padding: 100px 0px;
}

.footer-menu li a{
    color: white;
}

.footer-menu li a:hover{
    color: #f49a1c;
}
    
    
    @media only screen and (max-width:768px){
        .left-icons{
               margin: auto !important;
        }
        .right-icons{
            margin: auto;
        }
        
        .app-download h2{
            
            font-size: 30px;
        }
    }

		.form-element{
			width:44%;
			margin:0 auto;
			display:block;
			padding:2%;
		}
		.form-element input[type='text']{
			width:50%;
			border:1px solid #aaa;
			padding:6px 4px;
			border-radius:4px;
		}
		#selectlanguage{
			padding:5px;
			border-radius:4px;
		}
		.form-element input[type='button']{
			padding: 5px;
			border-radius: 4px;
			border: 1px solid #666;
			cursor: pointer;
			background:#fff;
			transition:0.2s ease-in-out;
		}
		.form-element input[type='button']:hover{
			background:#666;
			border-color:#111;
			color:#fff;
		}


.banner-text h2{
    color: white;
    margin-bottom: 30px;
    font-size: 20px;
}