@import '/css/nav.css';
@import '/css/footer.css';
@import '/css/brand-anim.css';
@import '/css/nav-logo-anim.css';
@import '/css/hero-logo-anim.css';
@import '/css/mob-nav.css';

*{
    scroll-behavior: smooth;
}

select{
    border: none;
    background-color: #ffffff;
    color: #363636;
    font-family: 'Albert Sans';
    letter-spacing: 1.7px;
    outline: none;
    width: 190px;
    padding: 10px;
    cursor: pointer;
}

option{
    background-color: #ffffff;
    color: #363636;
    letter-spacing: 1.7px;
}

button{
    outline: none;
    border: none;
    background-color: none;
    background: none;
    cursor: pointer;
    z-index: 1000000000;
}




/* Arrows */

.arr-up svg{
    width: 30px;
    height: auto;
    fill: rgb(167, 167, 167);
    stroke: rgb(167, 167, 167);
    transition: fill 0.5s, stroke 0.5s;
}

.arr-up:hover svg{
    animation: arrowhover1 1.3s linear forwards;
    fill: #bda146;
    stroke: #bda146;
    transition: fill 0.5s, stroke 0.5s;
}

.arr-down svg{
    width: 30px;
    height: auto;
    fill: rgb(167, 167, 167);
    stroke: rgb(167, 167, 167);
    transition: fill 0.5s, stroke 0.5s;
}

.arr-down{
    margin-top: 40vh;
}

.arr-down:hover svg{
    animation: arrowhover2 1.3s linear forwards;
    fill: #bda146;
    stroke: #bda146;
    transition: fill 0.5s, stroke 0.5s;
}


@keyframes arrowhover1{
    0%{transform: translateY(0%);}
    25%{transform: translateY(-9px);}
    50%{transform: translateY(0%);}
    75%{transform: translateY(-9px);}
    100%{transform: translateY(0%);}
}

@keyframes arrowhover2{
    0%{transform: translateY(0%);}
    25%{transform: translateY(9px);}
    50%{transform: translateY(0%);}
    75%{transform: translateY(9px);}
    100%{transform: translateY(0%);}
}

/* Nav Arrows*/

.arrows{
    display: none;
    opacity: 0;
    transition: 0.2s;
}

.scrolled1 .arrows{
    margin-top: 5vh;
    display: flex;
    opacity: 1;
    flex-direction: column;
    position: fixed;
    height: 60vh;
    width: 10vw;
    margin-left: 90vw;
    transition: 1s;
}

/* After Landing */

section{
    width: 100%;
    height: calc(100vh - 120px);
    overflow: hidden;
    z-index: 10;
}

/* Section 2 */

.section-2{
    background-position: 0 -200px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    transition: 1s;
    color: #ffffff;
}

.section-2 .container{
    background-color: #00000071;
    display: flex;
    width: 100%;
    height: calc( auto - 120px );
}

.section-2 .text-container{
    height: calc( 100vh - 120px );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-2 .text-container{
    width: 70%;
    margin-left: 15%;
}

.section-2 .text-container img{
    width: 140px;
    height: auto;
    border-radius: 100%;
    transform: translate(0%, 25%);
}

.section-2 .container h1{
    text-align: left;
    margin-top: 10vh;
    font-size: 30px;
    font-weight: 200;
    font-family: 'Poppins';
    line-height: 35px;
}

.section-2 .container h2{
    text-align: left;
    margin-top: 15px;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 1.7px;
    font-family: 'Urbanist';
}


.section-2 .p-container{
    display: flex;
    width: 100%;
}

.section-2 p{
    width: 100%;
    margin-top: 20px;
    font-family: 'Quicksand';
    font-weight: 400;
    letter-spacing: 1.4px;
    line-height: 20px;
    font-size: 17px;
    text-align: left;
}

.section-2 p:nth-child(2){
   margin-left: 80px;
}




@media (max-width: 1000px) {
    section{
        width: 100%;
        height: auto;
        overflow: hidden;
        z-index: 10;
    }

.section-2{
    background-position: 0;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    transition: 1s;
    color: #ffffff;
}

.section-2 .text-container{
    width: 100%;
    margin-left: 0%;
}


.section-2 .container{
    background-color: #000000a2;
    display: flex;
    width: 100%;
    height: 100vh;
}

 .section-2 .container h1{
    text-align: center;
    margin-top: 5vh;
    font-size: 25px;
    line-height: 27px;
    width: 90%;
    font-weight: 200;
    font-family: 'Poppins';
}

.section-2 .container h2{
    text-align: center;
    width: 80%;
    margin-left: 0%;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: 'Urbanist';
}

.section-2 .p-container{
    display: flex;
    width: 90%;
    margin-left: 0%;
}

.section-2 p{
    width: 100%;
    margin-top: 20px;
    font-family: 'Quicksand';
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 15.5px;
    font-size: 14px;
    text-align: justify;
}

.section-2 .text-container img{
    width: 115px;
    height: auto;
    border-radius: 100%;
    margin-top: 20px;
    transform: translateY(0px);

} .section-2{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    transition: 1s;
    color: #ffffff;
    height: auto;
}

.section-2 .container{
    background-color: #000000a2;
    display: flex;
    width: 100%;
    height: auto;
    padding: 40px 40px;
}

.section-2 .text-container{
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-2 .text-container img{
    width: 140px;
    height: auto;
    border-radius: 100%;
    transform: translateY(35px);
}

.section-2 .container h1{
    text-align: center;
    margin-top: 10vh;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Poppins';
}

.section-2 .container h2{
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: 'Urbanist';
}


.section-2 .p-container{
    display: flex;
    width: 100%;
}

.section-2 p{
    width: 100%;
    margin-top: 20px;
    font-family: 'Quicksand';
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 23px;
    text-align: justify;
}

.section-2 p:nth-child(2){
   margin-left: 0px;
}

}