/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 18 Feb 2022, 11:16:28
    Author     : general1
*/

#hero {
    height: 100vh;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

#landing-main {   
     left: 100px; top: 50px;
}


@media (max-width: 991px) {
    #landing-main {
    
     left: 0px; top: 0px;
    }
}
 
#landing-welcome  {
        top: 12vh; 
}

@media (max-width: 991px) {
    #landing-welcome  {
        top: 0vh; 

    }
}

#landing-selecta {
    position: relative; 
    top: 40px;
    text-align: center;
}

@media (max-width: 991px) {
    #landing-selecta {
        position: relative; 
        top: 0px;  
    }
}

#landing-sidebar{
    float: right; 
    z-index: 4;  
    top: 0px;
}

@media (max-width: 991px) {
    #landing-sidebar {
        float: right; 
        z-index: 4;  
        top: 0px;
    }
}


#landing-silhouette {
    max-width: 100%;    
}

@media (max-width: 1320px) {
    #landing-silhouette {
         max-width: 90%; 
    }
}
    
#landing-logos  {
        position: absolute; 
        bottom: 15px;
        background-color: white; 
        width:100%; 
        max-width: 100% !important;
        text-align: center;
        /*margin-bottom: 10vh;*/
}



@media (max-width: 822px) {
    #landing-logos  {
        position: relative; 
        bottom: 15px;
        background-color: white; 
        width:100%; 
        /*max-width: 437px;*/
        text-align: center;
        /*margin-bottom: 10vh;*/
    }
}




@media (max-width: 991px) {
    #landing-bg  {
        display: none; 

    }
}




#landing-footer  {
/*        position: absolute; 
        bottom: 10px;*/

    text-align: left;
    max-width: 100%;
}

@media (max-width: 991px) {
    #landing-footer  {
        position: relative; 

    }
}


#hero .container {
    padding-top: 0px;
    margin: 0 auto;
}

.align-items-center {
    align-items: center!important;
}
.d-flex {
    display: flex!important;
}
section {
    padding: 60px 0;
    overflow: hidden;
}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
section {
    display: block;
}
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}



[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform;
}
.pt-4 {
    padding-top: 1.5rem!important;
}
.order-2 {
    order: 2!important;
}
.justify-content-center {
    justify-content: center!important;
}
 

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: auto;
  background: rgba(255,255,255,0.8);
}
#hero .container {
  padding-top: 72px;
}


#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #37517e;
}
#hero h2 {
  color: rgba(55,81,126, 0.6);
  font-size: 24px;
}
#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 50px 0 0;
  color: #fff;
  background: #47b2e4;
}
#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero li {
    margin-top: -7px;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}
#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}
#hero .btn-watch-video:hover i {
  color: #47b2e4;
}
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: middle;
}

h1, h2 {
  font-family: 'Lora', serif;
    /*font-family: 'Playfair Display', serif;*/
 
}

h3, h4, h5, h6 {
    font-family: 'Lora', serif;

}


.bg-page {
    position: absolute;
    z-index: -3;
    min-width: 100%;
    top: -10vw;
    left: 0;
    right: 0;
}

.page-header {
    position: relative;
    padding: 5vmin 0 1.5vmin;
    z-index: 0;
}
