/* 1.0 Reset */


/* 2 Navbar */


.navbar-custom {
    padding: 20px 10px;
    margin-bottom: 0;
    z-index: 999;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-custom .navbar-brand {
    font-size: 24px;
    font-weight: 600;
    color: white;
}



@media (max-width: 575.98px) {
    .navbar-custom .navbar-brand img {
        width: 120px;
        height: auto;
    }
}

.navbar-custom .navbar-brand:hover {
    color: #03A9F4;
}

.navbar-brand.logo .logo-dark {
    display: none;
}

.navbar-brand.logo .logo-light {
    display: inline-block;
}

.navbar-nav .nav-item .nav-link {
    color: white;
    margin-left: 5px;
    font-weight: 600;
}

.navbar-custom .nav-item .nav-link.active,
.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link:focus {
    color: #007bff;
}

.navbar .dropdown:hover .dropdown-menu,
.navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
    -moz-transition: visibility 0s, opacity 0.3s linear;
    -ms-transition: visibility 0s, opacity 0.3s linear;
    -o-transition: visibility 0s, opacity 0.3s linear;
}

.navbar-custom i.fas {
    font-size: 24px;
}


.sticky {
    background-color: #323232;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 10px 15px;
}

.sticky .navbar-brand {
    color: white;
}

.sticky .navbar-brand.logo .logo-dark {
    display: inline-block;
}

.sticky .navbar-brand.logo .logo-light {
    display: none;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 104px;
        bottom: 0;
        left: -100%;
        width: 300px;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #ff0099;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: left, visibility;
        transition-property: left, visibility;
    }

    .offcanvas-collapse.open {
        left: 0;
        visibility: visible;
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-underline .nav-link:hover {
    color: #03A9F4;
}

.nav-underline .active {
    font-weight: 500;
    color: #323232;
}

.hero-1 .sub-header p,
.hero-3 .sub-header p {
    width: 300px;
}

/* 3 Header Main */

.sub-header {
    padding: 120px 0 110px;
}

.hero-2 .sub-header.text-right {
    direction: rtl;
}

@media (min-width: 768px) {
    .sub-header {
        margin-top: 80px;
    }

    /*.hero-1 .sub-header p,
    .hero-3 .sub-header p {
        width: 48%;
    }*/
    .hero-2 .sub-header.text-center h1,
    .hero-2 .sub-header.text-center p {
        margin: 1rem auto;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .social {
        width: 30px;
    }

    .home-wrapper-full .carousel-item {
        height: 100vh;
        position: relative;
    }

    .hero-1 .sub-header h1,
    .hero-3 .sub-header h1 {
        width: 70%;
    }

    /*
    .hero-1 .sub-header p,
    .hero-3 .sub-header p {
        width: 40%;
    }*/
    .hero-2 .sub-header.text-left h1,
    .hero-2 .sub-header.text-left p,
    .hero-2 .sub-header.text-right h1,
    .hero-2 .sub-header.text-right p {
        margin: 1rem 0;
        width: 75%;
        direction: ltr;
    }

    .hero-2 .sub-header.text-center h1,
    .hero-2 .sub-header.text-center p {
        margin: 1rem auto;
        width: 75%;
    }

    .hero-4 .sub-header {
        margin: 1rem auto;
    }

    .hero-4 .sub-header h1,
    .hero-4 .sub-header p {
        width: 75%;
        margin: 1rem auto;
    }
}

@media (max-width: 479.98px) {

    .sub-header h1 {
        font-size: 22px;
    }
    .hero-1 .sub-header p,
    .hero-3 .sub-header p {
        width: 98%;
    }
}

@media (max-width: 380.98px) {

    .sub-header h1 {
        font-size: 21px;
    }
    .hero-1 .sub-header p,
    .hero-3 .sub-header p {
        width: 98%;
    }
}

@media (max-width: 319.98px) {

    .sub-header h1 {
        font-size: 18px;
    }
    .hero-1 .sub-header p,
    .hero-3 .sub-header p {
        width: 98%;
    }
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
    opacity: 1;
}

.hero-5 .sub-header {
    margin: 20px 0;
}

.hero-5 .trialform {
    padding: 20px 10px;
    background-color: #fff;
    box-shadow: 5px 2px 12px 3px rgba(52, 52, 52, 0.20);
    border-radius: 10px;
}

.trialform h4 {
    font-size: 22px;
}

@media (min-width: 768px) {
    .hero-5 .trialform {
        padding: 50px;
        max-width: 500px;
    }

    .trialform h4 {
        font-size: 38px;
    }
}




.trialform input {
    margin: 16px 0;
    border: none;
    font-weight: 500;
    border-bottom: 2px solid #6c757d;
    border-radius: 0;
}

.trialform input:hover,
.trialform input:focus {
    box-shadow: none;
    border-bottom: 2px solid #6c757d;
}

