*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior: smooth;
}
@font-face {
    font-family: "Montserrat Light";
    src: url("../fonts/Montserrat/static/Montserrat-Light.ttf");
    font-weight: normal;
    font-style: normal;
}
body{
    min-height: 100vh;
    font-family: "Montserrat Light", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: large;
    background-color: #fff;
    overflow: auto;
}
.d-flex-css{
    display: flex;
    justify-content: space-evenly;
    gap:200px;
    align-items: center;
}
.wrapper > div.header-top{
 background-color:#102E50;
 width: 100%;
}
#top-header{
    display:flex;
    justify-content:end;
    align-items:center;
    padding: 0 20px;
    gap:10px;
    height:2.5rem;
    flex-wrap: wrap;
    margin:0 15px;
}

#top-header > .contacts{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap:2.5rem;
}
#top-header > .contacts > .phone{
    display: flex;
    justify-content: center;
    align-items: center;
}
#top-header > .contacts > .email{
    display: flex;
    justify-content: center;
    align-items: center;
}

#top-header > .contacts > div > i{
    color:#fff;

}
#top-header > .contacts > div > a{
    color:#fff;
    text-decoration:none;
    font-size:small;
    font-style:normal;
    margin-left:10px;
}
.wrapper > .header-main{
    background:linear-gradient(to right, darkblue,dodgerblue);
    min-width: 100%;
    position:sticky;
    top:0;
    z-index: 3;
}

header{
    height:4.5rem;
    padding:0 20px;
    justify-content:space-between;
    display:flex;
    margin: 0 15px;
}
header > nav > ul {
    display:flex;
    list-style:none;
    height:100%;
}
header > nav > ul > li{
    display:flex;
    align-items:center;
    min-width:120px;
    justify-content:center;
    padding:0 15px;
    transition: 0.5s ease-out
}
header > nav > ul > li:hover{
    background-color:#F4B342;
    
}
header > nav > ul > li:hover > a{
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    
}
header > nav > ul > li > a{
    font-size: 1rem;		
    text-decoration:none;
    color:#fff;
}

.search-bar{
    display:flex;
    align-items:center
}
.search-bar > form > input{
    
    height:2rem;
    width:300px;
    border:none;
    border-radius:25px;
    outline:none;
    padding:0 15px 0 35px;		

}

.search-bar > form{
    position:relative;
}
.search-bar > form > i{
    position:absolute;
    top:0.5rem;
    left:10px;
}
.social-media-icons{
    display:flex;
    align-items:center;
}


.hero-banner{
    background: #102E50 url(../images/bg1.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(100vh - 80px);
    width: 100%;
    color:slategray;
    overflow: auto;
}

.hero-banner > .banner-text{
   margin: 150px 15px 0 15px;
   height: 300px;
}

.hero-banner > .banner-text > span {
    font-size: 3rem;
    position: relative;
    left:100px;
}

input[type="search"]::placeholder{
    font-family: "Montserrat Light",Arial, Helvetica, sans-serif;
}

#about-section{
    position: relative;
    margin:  0 auto;
    min-height: 100vh; 
    font-size: 1rem;
    background-color:#080F1F;
    background-image: url(../images/bg-section.svg);
    overflow: hidden;
    color: slategray;
   background-blend-mode: multiply;
   background-size: cover;
   background-position: right;
   background-repeat: no-repeat;
   
}

#about-section .about-us{
    margin:100px;
    width:50%;
}

.about-us h1{
    font-family: "Montserrat Light",Arial, Helvetica, sans-serif;
    color: lightgray;
    position: relative;
}
.about-us h1::before{
    content: "";
    position: absolute;
    animation-name: slide;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
}
@keyframes slide {
    0%{
        left:-125%
    }
    100%{
        left:10%
    }
    
}



.about-us .line-animation{
    width:40px;
    height:2px;
    background-color: slategray;
    margin-bottom: 25px;
    margin-top: 5px;
}


.about-us > p{
    margin-top: 15px ;
    line-height: 1.8;
    /* font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
    font-family: "Montserrat Light", Arial, Helvetica, sans-serif;
    color:lightgray;
    font-size: 0.92rem;
}

.about-founder{
    margin-top: 50px;
}

.about-founder > .founder-photo{
    width:120px;
    height:120px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    border: 10px solid #29333F;
}

    
.founder-photo > img{
    /* transform: scale(1.2); */
    
    width: 110px;
   
   
}

.diamonds{
    z-index: 1;
    position: absolute; 
    width:200px; 
    height:200px; 
    top:30%;
    transform: translateY(-50%);
    /* transform: rotate(45deg); */
    border-radius: 50%;
}

.colored-divs{
    position: absolute; 
    width:200vw;
    height:200vh;
    z-index: 1; 
	background-color:#121E38; 
    left:-155%;
    top:-35%; 
    transform: rotate(45deg);
   
}
.layer2{
    position: relative;
    z-index:2;
}
.partition{
    background-color: #29333F;
	position: relative;
	overflow: hidden;
    height: 20px;
}
.partition::before{
	content: "";
	position: absolute;
	top: 0;
    width:50%;
    height:40px;
    background: linear-gradient(to right, transparent, rgb(255,255,255,0.4),transparent);
	transform: skew(45deg);
	animation-name: shine;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;

}

@keyframes shine {
    0%{
        left:-100%
    }
    100%{
        left:100%
    }
    
}




footer{
    background: #000;
    min-height:20rem;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.footer-menu{
    display: flex;
    align-items: center;
    gap:20px
}
.footer-menu > span{
    font-size: x-small;
}

.form{
    width:200px;
    height:200px;
    background-color: #000;
}