:root {
    --primary-color: #1863AD;
}

.primary-header {
    color: var(--primary-color);
}

/* Banner */
video {
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
}

.hero {
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

/* Overide */
body {
    font-family: "Inter", serif;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

p {
    font-size: 16px;
    line-height: 27px;
}

details {
    position: relative;
    padding-right: 20px;
    max-width: 1200px;

    border: 1px solid rgb(240, 240, 240);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px 20px;
    margin: 0 auto 15px auto;
}

details p {
    padding: 15px 0;
}

details summary::marker {
    display: none;
}

summary {
    display: flex;
    justify-content: space-between;
    list-style: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
}

summary .icon {
    margin-right: 8px;
    transition: transform 0.3s ease;
}

details[open] .icon  {
    transform: rotate(180deg);
}

.btn-primary {
    background-color: var(--primary-color) !important;
}

.btn-primary:hover {
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

.btn-default {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.btn i {
    margin-right: 5px;
}

.bg-dark {
    background-color: #191A23 !important;
    color: #EBEBEC;
}

.nav-link {
    color: #272727 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.nav-link:hover {
    color: black !important;
}

.navbar-brand {
    margin-right: 50px;
}

.text-gray {
    color: #838383;
}

.text-primary {
    color: var(--primary-color) !important;
}

/* Session text */
.section-header {
    font-size: 48px;
    line-height: 64px;
}

.section-header-desc {
    font-size: 20px;
}
.section-header-desc--dark {
    color: #E2E2E2;
}


.text-desc {
    color: #CDCDCF;
}

ul {
    list-style-type: none;
    padding: 0;
}

.pr-3 {
    padding-right: 30px;
}

.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.mt-20 {
    margin-top: 200px;
}

/* Bybass service */
.bypass-service-header {
    font-size: 41px;
    line-height: 57px;
}

.bypass-service {
    list-style-type: none;
    animation: bypass-service-animation 15s linear infinite;
    white-space: nowrap;
    margin-top: 100px;
}

.bypass-service li {
    display: inline-block;
    margin-right: 80px;
}

.bypass-service li img {
    height: 50px;
}

@keyframes bypass-service-animation {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-250%);
    }
}

/* Automate features */
.automate-features {
    padding-left: 15px;
}

.automate-features li {
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
}

.automate-features li i {
    color: green;
    margin-right: 5px;
}

/* Footer */
footer {
    padding: 60px 0 20px 0;
    color: white;
}

.footer-header {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer img {
    max-width: 200px;
}

footer ul li {
    padding: 3px 0;
}

footer ul li a {
    color: #b9b9b9;
    text-decoration: none;
}

.copyright {
    display: block;
    margin-top: 30px;
    color: #b9b9b9;
    font-size: 14px;
}

.social-media li {
    display: inline-block;
    margin-right: 20px;
}

.social-media li a {
    font-size: 20px;
}

/* Why choose use */
.why-choose-item summary {
    font-size: 18px !important;
}

/* Components */
.btn-download {
    padding: 10px 20px;
}

.btn-trial:hover {
    background-color: #f5f5f5;
}

.feature-item {
    border-radius: 10px;
    padding: 30px 20px;
    width: 100%;
}

.feature-item p {
    margin-top: 15px;
}

.feature-item .icon {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    text-align: center;
    padding-top: 7px;
}

.feature-item .icon i {
    font-size: 12px;
}

.icon--blue {
    color: rgba(0, 119, 255, 0.808);
    background-color: rgba(0, 119, 255, 0.1);
}

.icon--red {
    color: rgba(253, 30, 0, 0.808);
    background-color: rgba(253, 30, 0, 0.1);
}

.icon--green {
    color: rgba(0, 180, 75, 0.808);
    background-color: rgba(0, 255, 106, 0.1);
}

.icon--orange {
    color: rgba(255, 98, 77, 0.863);
    background-color: rgba(55, 98, 77, 0.1);
}

.feature-item--light {
    border: 1px solid rgb(240, 240, 240);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.feature-item--dark {
    border: 1px solid rgb(44, 44, 44);
    box-shadow: 0px 0px 10px rgba(95, 146, 255, 0.1);
}

.price-card {
    border: 1px solid rgb(240, 240, 240);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.price-card .popular {
    color: #00A987;
    background: #DEF7E9;
    border-radius: 10px;
    padding: 5px 12px;
    margin-left: 10px;
    margin-top: -3px;
    font-size: 14px;
}

.price-card .price {
    font-size: 20px;
    color: var(--primary-color);
}

.price-card ul li {
    padding: 5px 0;
}

.price-card ul li img {
    margin-right: 10px;
}

.rounded-step {
    border-radius: 10px;
    background-color: #e5e5e5;
    color: black
}

.request-trial-form {
    max-width: 800px;
}

.trial-email-input {
    padding: 20px 15px;
    max-width: 500px;
}

.dropdown-menu {
    border: none;
    margin-top: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}