@import "../assets/leam-font/css/leam-font.css";
@import "styles_responsive.css";

html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    margin: 0;
    font-family: 'Cabin', sans-serif;
}
.main{
    background: linear-gradient(to right top, #170f37, #1c1443, #211a4f, #25205b, #292668), url(../assets/img/Leam_Profile_v1.png) fixed;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: right;
    /*background-image: linear-gradient(#B6A4A0,#FFF6F3);*/
    min-height: 100vh;
}
.navbar-toggler-icon{
    color: #FFF6F3;
}

ul{
    text-align: right;
}

.scrolled-nav{
    background: #170f37;
    height: 50px ;
    transition: 1s;
}
.scrolled-nav div li a{
    color: #EADEDA !important;
    transition: 1s cubic-bezier(0,0,5,3);
}
.scrolled-nav div li a.active{
        border-bottom: 2px solid #EADEDA !important;
}
.scrolled-nav .navbar-toggler-icon {
    color: white;
}
.nav{
    background-color: transparent;
}
.bottom-right-border{
    position: absolute;
    width: inherit;
    height: inherit;
    border-bottom: 1px solid #EADEDA;
    border-right: 1px solid #EADEDA;
}
.top-left-border{
    position: absolute;
    width: inherit;
    height: inherit;
    border-top: 1px solid #EADEDA;
    border-left: 1px solid #EADEDA;
}

#banner{
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    min-height: 100vh;
    display: flex;
    overflow: hidden;

}
#projects{
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    position: relative;
    top: -100px;
}
#aboutus{
    /*background-image: linear-gradient(to bottom, #ffffff, #f9f7f9);*/
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    position: relative;
    top: -100px;
}
#services{
    /* background-image: linear-gradient(to bottom, #fff, #a7e6ff, #fff); */
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    min-height: 100vh;
    display: flex;
    position: relative;
    top: -100px;
}
#trust{
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    min-height: calc(100vh + 70px);
    display: flex;
    position: relative;
    top: -80px;
}

#contact{
    background: linear-gradient(to bottom, #fff, #EADEDA );
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    min-height: calc(100vh + 100px);
    display: flex;
    overflow: hidden;
    position: relative;
}
.leam-nav{
    min-width: 100%;
    padding: 0;
}

.aboutus-content{
    min-height: calc(100% - 360px);
    bottom:0;
    margin: 0 auto;
    background-color: white;
    border-bottom-left-radius: 180px;
    border-bottom-right-radius: 180px;
}
.service-content{
    min-height: calc(100% - 360px);
    bottom:0;
    margin: 0 auto;
    background-color: transparent;
}

a.nav-link{
    color: #EADEDA !important;
}
.bottom-bordered{
    min-width: 100%;
    height: 180px;
    background-color: #FFF6F3;
    position: absolute;
    bottom: 0;

}
a,img{
    width: inherit;
}
a:hover img{
    transform: scale(1.01);
    transition: 1s;
}

.logo{
    width: 70%;
}

.title{
    margin-top: 35%;
    width: 100%;
    color: #4B576E;
}

.title h1{
    letter-spacing: 3px;
    width: inherit;
    color: #FFF6F3;
}
.title h3{
    letter-spacing: 12px;
    width: inherit;
    color: #c3b9b6;
}

h1{
    margin-bottom: 0px;
}

.diamond{
    width: 90%;
}

.size{
    width: 20%;
    height: 20%;
}
.aboutus-title {
    min-width: 100%;
    min-height: 180px;
    /*background-image: linear-gradient(to bottom right,#170f37, #1c1443, #211a4f, #25205b, #292668);*/
}

.aboutus-title .aboutus-align .aboutus-title-container{
    width: 25%;
    border-left: 10px solid #8B93A2;
    margin: 0 auto;
    background-image: linear-gradient(top, #EADEDA, #EADEDA 70%, transparent 70%, transparent 100%);
    background-image: -webkit-linear-gradient(right, #EADEDA, #EADEDA 70%, transparent 70%, transparent 100%)
}
.head-title{
    color: #4B576E;
}
.subcontent{
    color: rgb(136,135,135);
}
.aboutus-align {
    margin: auto;
    text-align: center;
    /* border: 1px solid black; */
    height: inherit;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.service-title {
    min-width: 100%;
    min-height: 180px;
    /*background-image: linear-gradient(to bottom right,#170f37, #1c1443, #211a4f, #25205b, #292668);*/
}

.service-title .service-align .service-title-container{
    width: 25%;
    border-left: 10px solid #8B93A2;
    margin: 0 auto;
    background-image: linear-gradient(top, #EADEDA, #EADEDA 70%, transparent 70%, transparent 100%);
    background-image: -webkit-linear-gradient(right, #EADEDA, #EADEDA 70%, transparent 70%, transparent 100%)
}

.service-align {
    margin: auto;
    text-align: center;
    /* border: 1px solid black; */
    height: inherit;
    display: flex;
    justify-content: start;
    flex-direction: column;
    border-radius: 30px;
}
.bottom-bordered-align{
    margin: auto;
    text-align: center;
    /* border: 1px solid black; */
    height: inherit;
    border-bottom-left-radius: 180px;
    border-bottom-right-radius: 180px;
    background-color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.icon{
    width: 50%;
    margin: 0 auto;
}

.service-content{
    text-align: center;

}

.section-title {
    width: 100%;
    height: 180px;
}

.section-title .aligned .section-title-container{
    width: 25%;
    border-left: 10px solid #8B93A2;
    margin: 0 auto;
    background-image: linear-gradient(top, #EADEDA, #EADEDA 75%, transparent 70%, transparent 100%);
    background-image: -webkit-linear-gradient(right, #EADEDA, #EADEDA 75%, transparent 70%, transparent 100%)
}
.section-title .aligned .alternative-title-container{
    width: 25%;
    border-left: 10px solid #EADEDA;
    margin: 0 auto;
    background-image: linear-gradient(top, #4B576E, #4B576E 75%, transparent 70%, transparent 100%);
    background-image: -webkit-linear-gradient(right, #4B576E, #4B576E 75%, transparent 70%, transparent 100%)
}

.aligned {
    margin: auto;
    text-align: center;
    /* border: 1px solid black; */
    height: inherit;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.projects-img{
    object-fit: cover;
    object-position: center;
}
button{
    box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.25);
}
button:hover{
    box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.41);
}
.navbar-toggler{
    box-shadow: none !important;
}
.btn-primary{
    background-color: #EADEDA;
    color: #4B576E;
    border: 0;
    border-radius: 0;
}
.btn-primary.disabled, .btn-primary:disabled{
    background-color: #EADEDA;
    color: #4B576E;

}
.btn-primary:hover{
    background-color: #4B576E;
    color: #EADEDA;
    border: 0;
    border-radius: 0;
}
.secondary{
    background-color: #4B576E !important;
    color: #EADEDA;
}
.secondary:hover{
    background-color: #EADEDA !important;
    color: #4B576E;
    border: 0;
    border-radius: 0;
}
/*.btn-container{*/
    /*width: inherit;*/
    /*border: 1px solid #1F293D;*/
/*}*/

.footer-logo{
    width: 70px;
    margin-left: 15%;
}

.leam-nav-footer{
    background: #1F293D !important;
    min-width: 100%;
    min-height: 70px;
    padding: 0;
}

.going-up{
    height: 70px;
    width: 120px;
    border-radius: 0 !important;
}
.going-up:hover{
    background-color: #EADEDA !important;
    border-top: 1px solid #1F293D;
}
.going-up:hover svg{
    fill: #EADEDA;
    stroke: #4B576E;
}
.social-media{
    text-align: center;
}
.social-media span{
    color: #4B576E;
}

.line{
    display: inline-block;
    height: 1px;
    width: 10%;
    background-color: #4B576E;
}
.social-media-links{
    color: #4B576E;
    font-size: 20px;
}
.section-icons{
    width: 5rem;
    margin: 0 auto;
    margin-top: 4rem !important;
}
.diamond-background{
    background: url("../assets/img/background1.svg") no-repeat fixed center;
    background-size: cover;
}
/*.slide-alt{*/
/*    -webkit-animation: slide-alt 10s normal both ease-in-out;*/
/*    -moz-animation:slide-alt 10s normal both ease-in-out;*/
/*    -o-animation: slide-alt 10s normal both ease-in-out;*/
/*    animation: slide-alt 10s normal both ease-in-out;*/
/*}*/

@-webkit-keyframes slide-alt {
    0% { background-color: #4B576E; }
    100% { background-color: #FFF6F3; }
}
@-moz-keyframes slide-alt {
    0% { background-color: #4B576E; }
    100% { background-color: #FFF6F3; }
}
@-o-keyframes slide-alt {
    0% { background-color: #4B576E; }
    100% { background-color: #FFF6F3; }
}
@keyframes slide-alt {
    0% { background-color: #4B576E; }
    100% { background-color: #FFF6F3; }
}

@-webkit-keyframes slide {
    0% { background-color: #FFF6F3; }
    100% { background-color: #4B576E; }
}
@-moz-keyframes slide {
    0% { background-color: #FFF6F3; }
    100% { background-color: #4B576E; }
}
@-o-keyframes slide {
    0% { background-color: #FFF6F3; }
    100% { background-color: #4B576E; }
}
@keyframes slide {
    0% { background-color: #FFF6F3; }
    100% { background-color: #4B576E; }
}

.diamond-background-alternative{
    background: url("../assets/img/background1.svg") no-repeat fixed center;
    background-size: cover;
}
/*.slide{*/
/*    -webkit-animation: slide 10s normal both ease-in-out;*/
/*    -moz-animation:slide 10s normal both ease-in-out;*/
/*    -o-animation: slide 10s normal both ease-in-out;*/
/*    animation: slide 10s normal both ease-in-out;*/
/*}*/
.profile{
    width: 7rem;
    position: absolute;
    top: -3rem;
    right: 35%;
}

.saying{
    background-color: #1F293D;
    color: white !important;
    text-align: center !important;
    z-index: 1;
    border: none !important;
}
.name-person{
    margin-top: 3.1rem;
    font-size: 15pt;
}
.content{
    margin-left: 10%;
    margin-right: 10%;
}
.wrap-card{
    /*border: 1px solid #1F293D;*/
    border-radius: 50px;
    text-align: left;
    color:#1F293D;
    position: relative;
    width: 100%;
    z-index: 2;
    border: 2px solid #1F293D;
}
.trust{
    margin-top: 6rem !important;
}

.form-card{
    background-color: rgba(255,255,255,0.8);
    border-radius: 20px;
    border: transparent;
    box-shadow: 2px 5px 46px #0000001e;
    transition: 1s;
}
.form-card:hover{
    box-shadow: 2px 5px 60px rgba(0, 0, 0, 0.40);
    transition: 1s;
}
.card-content{
    padding: 24px;
}
.label{
    font-size: 16pt;
}
.form-control{
    border: none;
    background-color: rgba(255,255,255, 0.7);
    border-radius: 20px !important;
    border: 1px solid rgba(0,0,0,0.3);
}
select{
    border-radius: 20px !important;
}
.service-card{
    box-shadow: 0px 0px 30px rgba(0,0,0,.16);
    background: white;
    border-radius: 30px;
    transition: 1s;
    overflow: hidden;
}
.service-card:hover{
    transform: translateY(-10px);
    transition: 1s;
}
.trust-card{
    border-radius: 30px;
    position: relative;
    top: -10px;
    background-color: #00b4f90d;
    box-shadow: 0 0px 10px 10px rgba(218,224,235,1);
}
.overflow-hidden{
    overflow: hidden;
}
.project-content{
    max-height: 50%;
    height: 50%;
}
