@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('variables.css');

/** GENERAL **/

body {
    font-family: 'Roboto', sans-serif;
    background: url(../img/header-bg.jpg) 0 0 no-repeat #fff;
    background-size: 100% auto;
}

h1 {
    font-size: 36px;
}

p {
    font-size: 18px;
    color: var(--text-dark);
    line-height: 22px;
}

.color-dark {
    color: var(--text-dark);
}

.color-darker {
    color: var(--text-darker);
}

.color-primary {
    color: var(--primary);
}

a.color-primary:hover {
    color: var(--primary-dark);
}

.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-outline-primary:focus {
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgb(157 30 47 / 22%);
}

.color-grey-light {
    color: var(--bs-gray-500);
}

.btn {
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    padding: 0 40px;
    line-height: 16px;
    min-height: 40px;
}

.small, small {
    font-size: 12px;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}

.rounded {
    border-radius: 20px !important;
}

.btn.btn-city {
    pointer-events: none;
    border: 2px solid #b1b1b1;
    width: 214px;
}

.card {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 0;
    transition: all ease .3s;
}

.card:hover {
    transform: scale(1.05);
}

.col ul {
    padding-left: 20px;
    margin-bottom: 0;
}

ul li::marker {
    color: #c3c3c3;
}

.fs-7 {
    font-size: 16px !important;
}

.accordion-button:after, .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239D1E2F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed):after{
    transform: rotate(-180deg);
}

.accordion-button:not(.collapsed) {
    color: var(--primary);
    background-color: #f7f7f7;
}

.accordion-button:focus {
    border-color: #d7d7d7;
    box-shadow: 0 0 0 0.25rem rgb(46 46 46 / 10%);
}

hr.separator {
    width: 70px;
    background: var(--primary);
    opacity: 1;
}

.lh-lg {
    line-height: 24px !important;
}

.modal-content {
    border: 3px solid #c7c7c7;
    border-radius: 10px;
}

.form-control:focus, .form-select:focus {
    border-color: #f3bec7;
    box-shadow: 0 0 0 0.25rem rgb(157 30 47 / 14%);
}

a.grey-link {
    color: #585858;
    text-decoration: none;
}

.narrow {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}

/** HEADER **/

nav.navbar {
    padding: 20px 0;
    width: 100%;
}

.navbar-light .navbar-nav a.nav-link {
    color: var(--text-darker);
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 1rem;
}

nav .navbar-toggler {
    border: 0;
}

nav .navbar-toggler span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 157, 30, 47, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

nav .navbar-toggler:focus {
    box-shadow: 0 0;
    border: 0;
}

li.dropdown-li:hover ul.dropdown-menu {
    display: block;
}

.dropdown-li ul.dropdown-menu {
    width: 100%;
}

li.dropdown-li {
    position: relative;
}

li.dropdown-li ul.dropdown-menu {
    border-color: var(--primary);
    background: var(--primary);
    border-radius: 0 0 20px 20px;
    margin-top: -20px;
    padding-top: 30px;
    z-index: 2 !important;
}

.btn-outline-primary.dropdown-toggle {
    position: relative;
    z-index: 3 !important;
    transition: none;
}

.btn-outline-primary.dropdown-toggle:hover, li.dropdown-li:hover .btn-outline-primary.dropdown-toggle{
    background: #fff;
    color: var(--primary);
}

.nav-item .dropdown-menu li {
    padding: 0 10px;
}

.nav-item .dropdown-menu li a {
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    transition: all ease .3s;
    text-rendering: optimizespeed;
    letter-spacing: .03rem;
}

.nav-item .dropdown-menu li a:hover,.nav-item .dropdown-menu li a:focus {
    background: #D76700;
}

img.logo-white{
    display: none;
}

.header-image {
    margin-left: -17%;
}

/** CPANEL TIMELINE **/ 

.timeline {
    margin-top: 100px;
    background: url(../img/bg-cpanel.png) top center repeat-y transparent;
}

.timeline:before {
    content: "";
    height: 12px;
    width: 134px;
    background: #f6f6f6;
    position: absolute;
    left: 50%;
    margin-left: -67px;
    border-radius: 6px;
}

.timeline-icon {
    width: 127px;
    height: 127px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-icon i {
    font-size: 60px;
    color: var(--primary);
}

.btn.btn-big {
    font-size: 24px;
    line-height: 76px;
    padding: 0 20px;
}

.cpanel-btn button {
    width: 340px;
}

.cpanel-info {
    background: #ffdbb9;
    width: 340px;
    margin: -20px auto 0;
    border-radius: 20px;
    padding: 30px 15px 15px;
    font-size: 15px;
    color: var(--text-dark);
}

/** PLANS **/

.pupular-tag {
    position: absolute;
    top: -38px;
    left: 50%;
    background: var(--primary);
    line-height: 38px;
    color: #fff;
    text-align: center;
    width: 170px;
    margin-left: -86px;
    border-radius: 10px 10px 0 0;
    font-weight: 700;
    letter-spacing: .05rem;
}

.custom-card {
    background: #F7F7F7;
    border-radius: 12px;
}

.limit {
    color: var(--primary);
    border-radius: 10px;
    padding: 5px 10px;
    transition: all ease .3s;
}

.card:hover .limit {
    background: var(--text-dark);
    color: #fff;
}

/** FOOTER **/

footer {
    background: #3A3A3A;
}

.footer-social {
    background: #fff;
}


/** RESPONSIVE **/

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }

    h1 {
        font-size: 46px;
    }
}

@media screen and (min-width: 992px) {
    .container-sm {
        max-width: 870px;
    }
    
    nav#navbar.sticky {
        position: fixed;
        background: rgba(0, 0, 0, 0.8);
        top: 0;
        padding: 5px 0;
        z-index: 5;
    }

    .sticky img.logo-default {
        display: none;
    }

    .sticky img.logo-white {
        display: block;
        height: 50px;
    }

    .sticky.navbar-light .navbar-nav a.nav-link {
        color: #fff;
    }


}

@media screen and (max-width: 991px) {
    body {
        background-size: 200% auto;
        background-position: top center;
    }
    
    .navbar-light .navbar-nav a.nav-link, .navbar-light .navbar-nav .dropdown-li {
        text-align: center;
    }

    li.dropdown-li:hover ul.dropdown-menu {
        display: table;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-brand img {
        max-width: 100%;
    }
    
    .navbar-brand {
        max-width: 64%;
    }

    h1 {
        font-size: 29px;
        line-height: 31px;
    }

    .header-image {
        margin-left: 0;
    }

    #cpanel h1, #cpanel p {
        text-align: center;
        background: white;
        padding: 10px 0;
    }

    .col-first {
        order: 3;
    }
    
    .col-second {
        order: 2;
    }
    
    .col-third {
        order: 1;
    }

    .btn.btn-big {
        font-size: 18px;
        line-height: 46px;
        padding: 0 30px;
    }

    section#gateway {
        margin-top: -60px !important;
    }
}

@media screen and (max-width: 500px) {
    .cpanel-btn button, .cpanel-info {
        width: 100%;
    }

}