body {
    font-family: "Cairo", sans-serif;
    font-size: 1rem;
    background: #FDFEFE;
    text-transform: capitalize;
}

a {
    display: inline-block;
}

/* buttons */
.custom-btn {
	background: #1A8EAE;
	border: 1px solid transparent;
	border-radius: 12px;
	color: #fff;
	font-size: 16px;
	font-family: "Cairo", sans-serif;
	padding: 10px 16px;
	text-decoration: none;
	transition: all ease 0.5s;
	width: max-content;
}

.custom-btn-outline {
    background: #fff;
    border: 1px solid #1A8EAE;
    border-radius: 12px;
    color: #1A8EAE;
    font-size: 13px;
    font-family: "Cairo", sans-serif;
    padding: 10px 16px;
    text-decoration: none;
    transition: all ease 0.5s;
	width:max-content;
}

.custom-btn img,
.custom-btn-outline img {
    margin-right: 20px;
}

.lang-btn {
    font-size: 21px;
    font-family: "Cairo", sans-serif;
    text-decoration: none;
    transition: all ease 0.5s;
    color: #383A42;
}

.lang-btn img {
    margin-left: 20px;
}


/* navbar */
.navbar {
    background-color: #fff !important;
    /* box-shadow: 0 4px 14px 2px rgba(16, 29, 45, 0.10); */
    border-bottom: 1px solid #D8DBDF;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-family: "Cairo", sans-serif;
    color: #383A42;
    font-size: 20px;
    transition: all ease 0.5s;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #1A8EAE;
}

.navbar .navbar-nav .nav-item .active {
    color: #1A8EAE;
    font-size: 20px;
}

/* breadcrumb */
.breadcrumb{
    height: 357px;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 64px;
}
.breadcrumb h3,
.breadcrumb p{
    font-size: 60px;
    font-family: "Cairo", sans-serif;
    color: #fff;
}
.breadcrumb h3{
    font-size: 60px;
}
.breadcrumb p {
    font-size: 20px;
}

/* page-title */
.page-title .title{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 56px;
}
.page-title .title h6{
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    color: #1A8EAE;
}
.page-title .title h2{
    font-size: 32px;
    margin: 0;
    font-weight: bold;
    color: #000;
}
.page-title .title p{
    font-size: 16px;
    margin: 0;
    color: #383A42;
}
 


/* contact-info */
.contact-info{
    background: #F7F8F8;
    display: flex;
    position: relative;
}
.contact-info .contact-info-map{
    /* width: 50%; */
    position: absolute;
    left: 0;
    width: 37.333333%;
    bottom: 1px;
    top: 0;
}
.contact-info .contact-info-form{
    /* width: 50%; */
    margin: 56px auto;   
}
.contact-info .contact-info-form .contact-info-card{
    display: flex;
    flex-direction: row;
    gap: 24px;
    border: 1px solid #D8DBDF;
    border-radius: 24px;
    margin-bottom: 32px;
}
.contact-info .contact-info-form .contact-info-card .info{
    position: relative;
    margin-right: 24px;
}
.contact-info .contact-info-form .contact-info-card .info:after{
    content: " | ";
    color: #B6BAC3;
    position: absolute;
    right: -24px;
}
.contact-info .contact-info-form .contact-info-card .info:last-child::after{
    content: none
}
.contact-info .contact-info-form .contact-info-card .info p{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}
.contact-info .contact-info-form .contact-info-card .info:last-child{
    border-right: none;
}
.contact-info form label{
    font-size: 18px;
    font-weight: 500;
    color: #383A42;
}
.contact-info form label .text-danger{
    font-size: 18px;
    font-weight: 500;
    color: #CB3F2D;
    margin-bottom: 8px;
}
.contact-info form .input-group .form-control{
    border: 1px solid #D8DBDF;
    border-radius: 8px;
    border-right:  none !important;
    padding: 12px 16px;
    outline: none;
    box-shadow: none;
}
.search-card-form form .input-group .form-control,
.search-card-form form .input-group .form-select{
    border: 1px solid #D8DBDF;
    border-radius: 8px;
    border-left:  none !important;
    padding: 12px 16px;
    outline: none;
    box-shadow: none;
}
.contact-info form .input-group .input-group-text,
.search-card-form form .input-group .input-group-text{
    background: #fff !important;
}


/* footer */
footer{
    background: #1A8EAE;
    padding-top: 24px;
    padding-bottom: 24px;
}
footer .white-logo{
    width: auto;
    border-right: 1px solid #fff;
    padding-right: 32px;
    margin-right: 32px;
}
footer p{
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
footer .social ul li{
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    margin-right: 24px;
}
footer .social ul li:last-child{
    margin-right: 0;
}

/* main-section */
.main-section {
    height: 100vh;
    padding-top: 250px;
    margin-top: -150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EDEEF1;
    transform: skew(0deg, -10deg);
    border-bottom: 20px solid #fff;
    position: relative;
}

.main-section::after {
    content: "";
    border-bottom: 20px solid #8E95A2;
    width: 100%;
    position: absolute;
    bottom: -35px;
    z-index: -1;
}

.main-section .content {
    transform: skew(0deg, 10deg);
}

.main-section .content h4 {
    font-size: 54px;
    font-family: "Cairo", sans-serif;
    color: #383A42;
}

.main-section .content p {
    font-size: 20px;
    font-family: "Cairo", sans-serif;
    color: #6B7280;
}

.main-section .content .main-section-img {
    position: absolute;
    right: -20%;
    width: 70%;
}



/* main-feature */
.main-feature {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* contact us page */
.contact-us{
    padding-top: 79px;
}
.contact-us .breadcrumb{
    background: url(../img/breadcrumb/contact-us.jpg);
}
.contact-us .contact-info{
    background: #FDFEFE;
    position: initial;
    display: block;
}
.contact-us .contact-info .contact-info-form{
    margin-top: 0;
}
.contact-us .contact-info-map{
    position: initial;
    width: 100%;
}

/*  about page*/
.about {
    padding-top: 79px;
}
.about .breadcrumb{
    background: url(../img/breadcrumb/about.jpg);
}

/*  clients page*/
.clients {
    padding-top: 79px;
    /* padding-bottom: 50px; */
}
.clients .breadcrumb{
    background: url(../img/breadcrumb/clients.jpg);
}
.clients .logos .logo-card{
    border: 1px solid #D8DBDF;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 64px;
    margin-bottom: 64px;
    width: 100%;
}
.clients .logos .logo-card img{
    width: auto;
    height: auto;
}

/* main-apps page */
.apps {
    padding-top: 79px;
    position: relative;
}
.apps .breadcrumb{
    background: url(../img/breadcrumb/app.jpg);
}
.apps .search-card{
    position: absolute;
    top: 17%;
    left: 0;
    width: 100%;
}
.apps .search-card .search-card-form{
    border-radius: 8px;
    border: 1px solid #D8DBDF;
    background: #fff;
    padding: 48px 64px;
}
.apps .apps-cards{
    margin-top: 150px;
}
.apps .apps-cards .app-card{
    background: #fff;
    border: 1px solid #EDEEF1;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-bottom: 32px;
    padding: 24px;
}
.apps .apps-cards .app-card .app-info{
    display: flex;
    flex-direction: column;
    gap: 10px
}
.apps .apps-cards .app-card .app-info a{
    text-decoration: none;
}
.apps .apps-cards .app-card .app-info .app-title,
.apps .apps-cards .app-card .app-info .app-price{
    font-size: 23px;
    font-weight: bold;
}
.apps .apps-cards .app-card .app-info .app-title{
    color: #383A42;
}
.apps .apps-cards .app-card .app-info .app-price{
    color: #1A8EAE;
}
.apps .apps-cards .app-card .app-info .rate,
.apps .apps-cards .app-card .app-info .download{
    font-size: 16px;
    margin-left: 8px;
}
.apps .apps-cards .app-card .app-info .rate{
    color: #FF9017;
}
.apps .apps-cards .app-card .app-info .download{
    color: #36A19B;
}
.apps .apps-cards .app-card .app-info .des{
    font-size: 16px;
    font-weight: 500;
    color: #383A42;
}
.apps .apps-cards .app-card .app-info p,
.apps .apps-cards .app-card .app-info h3{
    margin-bottom: 0 !important;
}

/* app-details */
.app-details {
    padding-top: 79px;
}

.app-details .content {
    background: #F7F8F8;
    border-radius: 10px;
    padding: 20px 28px;
}

.app-details .app-imgs-carousel{
    width: 400px;
}
.app-details .app-imgs-carousel .carousel-indicators{
    position: initial;
    margin: 0;
    margin-top: 24px;
}

.app-details .app-imgs-carousel .carousel-indicators [data-bs-target]{
    border: 1px solid transparent;
    border-radius: 8px;
    width: 100px;
    height: 100px;
    margin-left: 16px;
}
.app-details .app-imgs-carousel .carousel-indicators [data-bs-target] img{
    height: 100%;
    object-fit: cover;
}
.app-details .app-imgs-carousel .carousel-indicators .active{
    border: 1px solid #1A8EAE;
}
.app-details .apps-cards{
    margin-top: 0;
}
.apps .apps-cards .app-card .app-info .app-options{
    margin-top: 24px;
    margin-bottom: 24px;
}
.apps .apps-cards .app-card .app-info .app-options .row{
    padding: 16px;
    background: #fff;
}
.apps .apps-cards .app-card .app-info .app-options .row h3{
    font-size: 16px;
    font-weight: 600;
    color: #383A42;
}
.apps .apps-cards .app-card .app-info .app-options .row p{
    font-size: 16px;
    color: #6B7280;
    margin: 0;
}
.apps .apps-cards .app-card .app-info .app-options .row:nth-child(odd){
    background: #F7F8F8;
}

/* login screens */
.login{
    padding-top: 150px;
}
.login .login-card{
    background: #fff;
    box-shadow: 0 7px 22px 0 rgba(0, 0, 0, 0.05);
    padding: 24px 48px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-radius: 8px;
    position: relative;
}
/* .login .login-card::after{
    content: '';
    background: #fff;
    box-shadow: 0 7px 22px 0 rgba(0, 0, 0, 0.05);
    position: absolute;
    height: 100%;
    left: -99.5%;
    width: 100%;
    top: 0;
    z-index: 1;
} */
.login .login-card .login-header{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.login .login-card .login-header h4{
    font-size: 50px;
    color: #177D99;
    font-family: "Cairo", sans-serif;
    font-weight: bold;
}
.login .login-card .login-header p{
    font-size: 20px;
    color: #6B7280;
    font-family: "Cairo", sans-serif;
    margin: 0;
}
.login .login-card .login-header .social-icons{
    display: flex;
    gap: 16px;
}
.login .login-card .login-header .social-icons a{
    border: 1px solid #D8DADC;
    padding: 12px 24px;
    border-radius: 10px;
}
.login .login-card .line{
    position: relative;
    /* width: 95%; */
    margin-top: 16px;

}
.login .login-card .line hr{
    color: #D8DBDF;
    position: absolute;
    top: 0;
    width: 100%;
}
.login .login-card .line div{
    background: #fff;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0;
    z-index: 1;
    /* width: 100%; */
    position: absolute;
    display: flex;
    right: 70px;
    top: 2px;
}
.login .login-card .line div a{
    text-decoration: none;
    font-size: 16px;
    color: #000;
}

.login .login-card .login-form {
    margin-top: 50px ;
    margin-bottom: 50px ;
} 
.login .login-card .login-form label{
    color: #383A42;
    font-size: 18px;
    font-family: "Cairo", sans-serif;
    margin-bottom: 8px;
}
.login .login-card .login-form label span{
    color: #CB3F2D;
}
.login .login-card .login-form .input-group .form-control{
    box-shadow: none;
    outline: none;
    border-right: none;
    border-color: #B6BAC3;
    padding-top:18px;
    padding-bottom:18px;
    height: 52px;
}
.login .login-card .login-form  .form-select{
    box-shadow: none;
    outline: none;
    border-color: #B6BAC3;
    height: 52px;
}
.login .login-card .login-form .input-group .password-control{
    border-left: none;
    border-right: 1px solid #B6BAC3;

}
.login .login-card .login-form .input-group .form-control:focus{
    border-color: #B6BAC3
}
.login .login-card .login-form .input-group .input-group-text{
    background: none;
    border-color: #B6BAC3
}
.login .login-card .login-form .input-group .input-group-text img{
    width: 85%;
}
.login .login-card .login-form .form-check{
    display: flex;
    align-items: flex-start;
}
.login .login-card .login-form .form-check .form-check-input{
    border-color: #1A8EAE;
    width: 20px;
    height: 20px;
}
.login .login-card .login-form .form-check .form-check-input:checked{
    background-color: #1A8EAE;
    border-color: #1A8EAE;
}
.login .login-card .login-form .form-check .form-check-label{
    font-size: 18px;
    color: #25272C;
    font-family: "Cairo", sans-serif;
    margin-left: 16px;
    margin-bottom: 0;
}

.login .login-card .login-form .forget-link a{
    color: #1A8EAE;
    font-family: "Cairo", sans-serif;
    text-decoration: none;
    font-size: 18px;
}

.login hr{
    color: #D8DBDF;
    width: 100%;
}
.login .register-account{
    color: #6B7280;
    font-size: 15px;
    margin: 0;
}
.login .register-account a{
    color: #1A8EAE;
    font-family: "Cairo", sans-serif;
    text-decoration: none;
    font-size: 16px;
}

.login .hellow{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.login .hellow h3{
    color: #5B616E;
    font-size: 95px;
    margin-top: 150px;
}
.login .hellow h3 span{
    color: #1A8EAE;
}

.login .hellow p{
    color: #8E95A2;
    font-size: 16px;
    border-top:  1px solid #D8DBDF;
    padding-top: 16px;
    margin-top: 16px;
}

.login .login-form .border-right{
    border-right: 1px solid #B6BAC3 !important;
}

.login .hellow .register-account{
    margin-bottom: 32px;
    
}
.login .hellow .register-account span{
    font-size: 20px;
    color: #6B7280;
}
.login .hellow .register-account a{
    font-size: 20px;
    color: #1A8EAE;
}

.custom-file{
    border: 1px dashed  #6B7280;
    border-radius: 8px;
    background: #F7F8F8;
    width: 120px;
    height: 120px;
    margin-right: 16px;
    /* font-size: 0; */
}
.custom-file-input:lang(en)~.custom-file-label::after {
    content: none !important;
}

.form-control.custom-file::before {
    content: none !important;
}