@import url("nav.css");
@import url("footer.css");

/* Fonts */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.ttf') format('ttf'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.ttf') format('ttf'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Chakra Petch';
    src: url('../fonts/ChakraPetch-Bold.eot');
    src: url('../fonts/ChakraPetch-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ChakraPetch-Bold.woff2') format('woff2'),
        url('../fonts/ChakraPetch-Bold.woff') format('woff'),
        url('../fonts/ChakraPetch-Bold.ttf') format('truetype'),
        url('../fonts/ChakraPetch-Bold.svg#ChakraPetch-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Core */
html{
    overflow-x: hidden;
}
body{
    font-family: 'Montserrat', sans-serif;
    color: #111111;
    background-color: #fff;
    font-weight: 400;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding:0 !important;
}
p, ul{
    font-size: 1.2em;
    line-height: 1.4;
    margin-bottom: 15px;
}
a{
    transition: .3s ease;
    text-decoration: none !important;
    overflow-wrap:anywhere;
    color: #fff;
}
a:hover{
    color: #957af9;
}
b{
    font-weight: 700;
}
h1, h2{
    font-weight: 700;
    margin-bottom: 15px;
}
h3, h4{
    margin-bottom: 15px;
}
h1{
    font-size: 3.5em;
}
h2{
    font-size: 4.2em;
}
h3{
    font-size: 2.3em;
}
h4{
    font-size: 1.7em;
}
h5{
    font-size: 2.3em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
}
img{
    width:100%;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.grecaptcha-badge{
    z-index: 99999999;
}
.chakra{
    font-family: 'Chakra Petch', serif !important;
    font-weight: 700 !important;
}
.padding-h{
    padding-left: calc(15px + 5%);
    padding-right: calc(15px + 5%);
}
.padding-v{
    padding-top: calc(15px + 2.5%);
    padding-bottom: calc(15px + 2.5%);
}
.container-fluid.padding-v:nth-child(2){
    /* padding-top: calc(30px + 5%); */
}
.container-fluid.padding-v:last-of-type{
    /* padding-bottom: calc(30px + 5%); */
}
.text-align-center{
    text-align: center;
}
.text-align-right{
    text-align: right;
}
.text-align-left{
    text-align: left;
}
.background-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.purple-back{
    background-color:#957af9;
}
.purple-text{
    color:#957af9;
}
.purple-text a{
    color:#957af9;
}
.grey-back{
    background-color:#111111;
}
.grey-text{
    color:#111111;
}
.grey-text a{
    color:#111111;
}
.white-back{
    background-color: #fff;
}
.white-text{
    color: #fff;
}
.white-text a{
    color: #fff;
}
.white-btn, .purple-btn{
    display: inline-block;
    transition: .3s ease;
    padding: 10px 60px;
    line-height: 1;
    border-radius: 0;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom: 0;
}
.white-btn{
    color: #151fe8 !important;
    background-color: #fff;
    border:1px solid #fff;
}
.white-btn:hover{
    color: #fff !important;
    background-color: #151fe8;
    border:1px solid #151fe8;
}
.purple-btn{
    color: #fff !important;
    background-color: #957af9;
    border:1px solid #957af9;
}
.purple-btn:hover{
    color: #957af9 !important;
    background-color: #fff;
    border:1px solid #fff;
}
.white-btn-rev{
    color: #fff !important;
    background-color: transparent;
    border:1px solid #fff;
}
.white-btn-rev:hover{
    color: #151fe8 !important;
    background-color: #fff;
}
@media (max-width:1200px) {
    h1 {
        font-size: 2.5em;
    }
    h2 {
        font-size: 3.4em;
    }
    h4 {
        font-size: 1.4em;
    }
}
@media (max-width:995px) {
    .white-btn, .light-blue-btn, .blue-btn{
        font-size: 1em;
    }
    h1, h2, h3, h4, p{
        margin-bottom: 10px;
    }
    h1, h2{
        font-size: 2.2em;
    }
    h3{
        font-size: 1.7em;
    }
    h4{
        font-size: 1.2em;
    }
    h5{
        font-size: 1.7em;
    }
    p, ul{
        font-size: 1.2em;
        line-height: 1.2;
        margin-bottom: 15px;
    }
}

/* 404 */
.error404 .nav-container{
    background-color: #fff;
    border-bottom:1px solid #5400db;
}
.error-row{
    min-height: 70vh;
    padding-top:10vh;
    position: relative;
    z-index: 2;
}
.error-header{
    color: #5400db;
    font-size: 5em;
    font-weight: 700;
    margin-bottom: 10px !important;
}
.error-sub-header{
    font-size: 3em;
    margin-bottom: 25px;
}
.error-row p{
    max-width: 600px;
}
.error-row a{
    color: #151fe8;
}
.error-row a:hover{
    color: #5400db;
}

/* Home */
#container{
    position: relative;
}
.header{
    background-image: url('../../img/hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    padding-top:calc(12vh + calc(15px + 2.5%));
    border-bottom: 1px solid rgba(225,225,225,.4);
}
.header-row{
    min-height: 50vh;
}
.header h4{
    font-size: 2.2vw;
    padding-left: 0.5vw;
}
.header h1{
    font-size: 10.6vw;
    line-height: .8;
    margin:0;
}
.header .header-text-row{
    min-height: 75vh;
    position: relative;
    z-index: 2;
}

.split-img{
    padding:0 5%;
}
.title-col{
    margin-bottom: 20px;
}
.contact-container{
    padding-bottom: 0;
}
.text-col p:last-of-type{
    margin-bottom: 0;
}
@media (max-width:995px) {
    .header-container{
        padding-top: 50px;
    }
    .header {
        padding-top: calc(10vh + calc(15px + 2.5%));
    }
    .header-row {
        min-height: 10vh;
    }
    .header h4{
        font-size: 6vw;
    }
    .header h1{
        font-size: 14vw;
    }
    .split-img {
        margin-bottom: 20px;
    }
    .form{
        padding-left:15px;
        padding-right:15px;
    }
}


/* Contact */
.contact-header .header-text-row{
    min-height: 30vh;
}
.contact-header .circle {
    width: 43.5vh;
    height: 43.5vh;
}
.contact-header .b-title {
    text-align: left;
}
.contact-header .circle {
    text-align: left;
    right: 25%;
    left: unset;
    transform: translate(50%, 0);
}

#message-success{
    display: block;
    text-align: center;
}
#message-success p{
    text-align: center;
    margin: 15px 0 0;
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid green;
}
#message-success p i{
    margin-right: 10px;
}
.form-field{
    margin-bottom: 15px;
}
.form-field input, .form-field textarea, .form-field select{
    width: 100%;
    border:1px solid #fff;
    border-radius: 0;
    padding:1rem 1.5rem;
    color:#111111;
    background-color:#fff;
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
}
.form-field.last{
    margin-bottom: 0;
}
::placeholder{
    color: #111111;
    opacity: .9;
}

@media (max-width:995px) {
    .contact-header .b-title{
        font-size: 15vw;
    }
    .contact-header .circle {
        width: 35.9vh;
        height: 35.9vh
    }
    .form-field input, .form-field textarea {
        padding: 5px 10px;
        font-size: 1.2em;
    }
}

.hide{
    max-height: 5000px;
    opacity: 1;
    margin-bottom: 15px;
    overflow:hidden;
}
.hidden{
    max-height: 0px;
    opacity:0;
    margin:0;
}
