@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira';
    src: url('../fonts/Saira-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-yellow: rgb(255, 204, 5);
    --color-black: #000000;
    --color-white: rgb(246, 246, 246);
}

/* globals */
body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'Archivo', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Saira', 'Archivo', sans-serif;
}

@media screen and (max-width: 576px){
    html, body {
        max-width: 100%;
        /* overflow-x: clip; */
    }
}

section {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

img {
    max-height: 100%;
    max-width: 100%;
}

.cta-btn {
    border: 2px solid #000;
    border-radius: 32px;
    background-color: #fff;
    text-align: center;
    padding: 8px 32px;
    text-decoration: none;
    color: #000;
}

.cta-btn:hover {
    background-color: #aaa;
    color: #000;
}

/* header */
header{
    position: sticky;
    top: 0;
    z-index: 997;
}

/* nav */
nav ul {
    list-style: none;
    vertical-align: baseline;
    display: inline-flex;
    margin-bottom: 0;
}
nav {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 32px;
    width: 100%;
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* background: rgba(40, 58, 90, 0.9); */
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile ul {
    display: block!important;
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    /* transition: 0.5s; */
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 26px;
    right: 12px;
}
.mobile-nav-toggle.bi-x {
    color: #000000;
}
@media (max-width: 1199px){
    .mobile-nav-toggle {
        display: block;
    }
}
@media (max-width: 1199px){
    .navbar ul {
        display: none;
    }
}
@media (max-width: 1199px){
    .navbar ul {
        padding-left: 12px!important;
    }
}

.extra-mobile-padding{
    padding-right: 36px!important;
}
/* Mobile Navigation */
@media (max-width:1200px){
    nav{
        width: auto;
    }
}
/* misc */
.no-link-styling {
    color: #000;
    text-decoration: none;
}
@media screen and (min-width: 1200px) {
    .hide-on-desktop-xl {
        display: none !important;
    }
    .hide-on-mobile-xl {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .hide-on-mobile-xl{
        display: none !important;
    }
    .hide-on-desktop-xl {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .hide-on-desktop {
        display: none !important;
    }
    .hide-on-mobile {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .hide-on-mobile {
        display: none !important;
    }
    .hide-on-desktop {
        display: block;
    }
}

@media screen and (min-width: 576px) {
    .hide-on-desktop-sm {
        display: none !important;
    }
    .hide-on-mobile-sm {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .hide-on-mobile-sm {
        display: none !important;
    }
    .hide-on-desktop-sm {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .vertically-center-parent {
        position: relative;
        height: 100%;
    }

    .vertically-center-child {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

/* @media screen and (max-width: 992px) {
    .vertically-center-child {
        position: relative;
    }
} */

/* back-to-top */

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #FFE044;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #FF4341;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* misc */

.make-images-round img {
    border-radius: 50%;
}

/* CTA Blupr */
.cta-blurp .left-side-image{
    justify-content: center;
    display: flex;
}

.top-side-image{
    text-align: center;
}

.blurp-desktop-image{
    max-height: 120px;
}
@media screen and (max-width:991px){
    .blurp-desktop-image{
        max-height: 98px;
    }
}

@media screen and (min-width: 1200px){
    .left-side-image{
        max-width:140px;
    }
}

@media screen and (min-width:576px){
    .cta-blurp-top-image-mobile{
        min-height:200px;
    }
}

@media screen and (max-width:575px){
    .cta-blurp-top-image-mobile{
        min-height:245px;
    }
}

.top-right-desktop-image{
    max-width:210px;
}

@media (min-width:1200px) and (max-width:1399px){
    .top-right-desktop-image{
        max-width:170px;
    }
}
@media (min-width:1200px) and (max-width:1399px){
    .dashes{
        max-width: 240px;
    }
}

@media screen and (max-width:1199px){
    .dashes{
        display:none;
    }
}
/* --------------------------------- */

/* Popup quiz carousel */
.popup {
        max-width: 100%; 
        max-height: 100%; 
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-color: rgba(0, 0, 0, 0.7); */
        background: #000000;
        z-index: 998;
    }

.popup-content {
    max-width: 100%; 
    max-height: 100%;
    background:black;
    max-width: 1920px; 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.popup-tablet {
    flex-direction: column;
    align-items: center;
}

.popup-tablet .popup-image {
    max-width:375px;
    overflow: hidden;
    width: auto;
}

@media (max-width: 991px) {
    .popup-content {
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (min-width: 1921px){
    .popup-image {
        height: 100%;
    }
}
.popup-image {
    object-fit: cover; 
    /* height: 100%; */
    width:100%;
    cursor: pointer;
}
/* @media (max-width: 991px) {
    .popup-image {
        max-width:375px;
    }
} */

@media screen and (min-width: 992px){
    .popup-image:hover {
        filter: brightness(130%);
        animation: flash 1.5s;
    }
    .popup-image.final-image:hover {
        filter: brightness(100%);
        animation: unset;
    }
    .popup-image:not(.final-image) {
        flex-shrink: 1;
        min-width: 0;
        min-height: 0;
    }
}
@keyframes flash {
	0% {
		filter: brightness(200%);
	}
	100% {
		filter: brightness(130%);
	}
}

.close {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index:999;
}

#placeholder{
    position: fixed;
    background: #f0f0f0;
    width: 100%;
    height: 100%;
    z-index: 999;
    max-width:1920px;
}

#placeholderImage{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

.progress-bar {
    width: 92%;
    height: 6px;
    background-color: #ffffff;
    margin-top: 10px;
    border-radius: 25px;
    z-index: 999;
    position: absolute;
    top: 18px;
}

@media screen and (max-width: 1399px){
    .progress-bar {
        width: 88%;
    }
}



@media screen and (max-width: 991px){
    .progress-bar {
        width: 78%;
    }
}

@media screen and (max-width: 575px){
    .progress-bar {
        width: 65%;
    }
}

.progress-indicator {
    width: 0;
    height: 100%;
    background-color: #FFCC05;
    transition: width 0.6s; 
}



/* --------------------------------- */

/* Header section */
    .header {
        min-height: 640px;
    }
    .header .vertically-center-parent {
        min-height: 640px;
    }
/* --------------------------------- */

@media screen and (max-width: 991px){
    .yodel-logo-individual{
        max-width: 168px;
    }
}
/* Footer */
.-refactoring {
    font-size: 17px;
    line-height: 1.5;
    font-family: 'Archivo', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.yodel-footer-container {
    z-index: 12;
}
.footer-main.yodel {
    background: #1F1F1F;
}
.footer-main {
    background: #0D2D6C;
    color: white;
    padding: 30px 0 0;
    padding-left: 5%;
    padding-right: 5%
}

.footer-main.yodel {
    background: #000;
}

.footer-main.-have-your-say {
    display: flex;
    justify-content: flex-start;
    background: #ededed;
    height: 230px
}

.footer-main.-have-your-say .footer-hys-link {
    color: black;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 2px solid #000;
    text-decoration: none;
    margin-right: 30px;
    margin-bottom: 10px
}

@media screen and (max-width: 959px) {
    .footer-main.-have-your-say {
        height:115px;
        padding-top: 15px
    }

    .footer-main.-have-your-say .section-hys-footer-links {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .footer-main.-have-your-say .footer-hys-link {
        font-size: 12px
    }
}

.footer-main-list {
    list-style: none;
    padding-left: 0;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    height: 330px
}

.footer-main-list-link {
    text-decoration: none;
    color: white
}

.footer-main-list-item {
    margin-bottom: 20px;
    margin-right: 20px
}

.footer-external-links {
    margin-right: 0
}

.footer-external-links-list-item {
    margin-bottom: 20px
}

.footer-social-media-list-headline,.footer-app-stores-headline {
    padding-bottom: 20px;
    text-align: center
}

.footer-social-media-list-item,.footer-social-media-list,.footer-app-stores-list {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between
}

.footer-social-media-list-item {
    height: 50px;
    width: 50px
}

.footer-social-media-list-item.-instagram svg {
    background: white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 4px
}

.footer-app-store-list-item {
    width: 47%
}

.nav-footer-main {
    margin-bottom: 10px
}

.footer__primary-social-proofing {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer__secondary-social-proofing {
    display: flex;
    justify-content: center
}

@media screen and (max-width: 959px) {
    .footer__primary-social-proofing {
        margin-bottom:20px
    }
}

@media screen and (min-width: 768px) {
    .nav-footer-main {
        display:flex
    }

    .footer-main-list {
        order: 1
    }

    .footer-gap {
        order: 2
    }

    .footer-external-links {
        order: 3
    }

    .footer-external-links {
        display: flex;
        flex-direction: column
    }

    .footer-main-list {
        flex-direction: row;
        height: 220px;
        width: 66.1016949153%;
        margin-right: 1.6949152542%
    }

    .footer-gap {
        width: 6.7796610169%;
        margin-right: 1.6949152542%
    }

    .footer-list-item {
        margin-right: 15%
    }

    .footer-external-links {
        width: 23.7288135593%;
        margin-right: 1.6949152542%;
        margin-right: 0
    }

    .footer-option-column {
        margin-right: 30px
    }
}

.footer-main-copyright {
    font-size: 12px
}

@media screen and (max-width: 767px) {
    .footer-main-list {
        flex-direction:column;
        height: auto
    }

    .footer-social-media-list-headline,.footer-app-stores-headline {
        text-align: left
    }

    .footer-main {
        padding-top: 30px
    }
}
footer.yodel {
    flex-direction: column
}

footer.yodel .main-footer-container {
    display: block
}

footer.yodel .section-content {
    margin: 0 auto
}

footer.yodel .section-content h4 {
    font-weight: 700;
    font-size: 15px
}

footer.yodel .section-content .footer-main-list-item {
    margin-bottom: 5px;
    margin-right: 0px
}

footer.yodel .section-content .footer-main-list-link {
    font-weight: 400!important;
    font-size: 14px!important;
}

footer.yodel .footer-main-list {
    width: 100%
}

footer.yodel .sub-footer {
    display: flex;
    margin: 0 auto;
    font-size: 14px
}

@media screen and (max-width: 767px) {
    footer.yodel .sub-footer {
        flex-direction:column
    }
}

footer.yodel .sub-footer-container {
    margin-top: 130px
}

@media screen and (max-width: 767px) {
    footer.yodel .sub-footer-container {
        margin-top:0px
    }
}

footer.yodel .footer-column {
    display: flex;
    align-items: flex-end;
    width: 70%;
    margin-bottom: 25px
}

@media screen and (max-width: 767px) {
    footer.yodel .footer-column {
        width:100%
    }
}

@media screen and (max-width: 959px) {
    footer.yodel .footer-column.-hidden-on-mobile {
        display:none
    }
}

footer.yodel .footer-mobile-container h5 {
    margin-bottom: 5px
}

@media screen and (min-width: 960px) {
    footer.yodel .footer-mobile-container.-hidden-on-desktop {
        display:none
    }
}

footer.yodel .footer-mobile-container .mobile-footer-column {
    margin-bottom: 20px
}

footer.yodel .footer-column--copyright {
    width: 30%
}

@media screen and (max-width: 767px) {
    footer.yodel .footer-column--copyright {
        width:100%
    }
}

footer.yodel .footer-column--category {
    width: 25%
}

@media screen and (max-width: 767px) {
    footer.yodel .footer-column--category,footer.yodel .footer-column--description {
        width:50%
    }
}

footer.yodel .footer-column--category span,footer.yodel .footer-column--description span {
    padding: 5px 0;
    display: block
}

@media screen and (min-width: 768px) {
    footer.yodel .footer-option-column {
        width:23.7288135593%;
        margin-right: 1.6949152542%
    }

    footer.yodel .footer-option-column:nth-child(4n+0) {
        margin-right: 0
    }
}

@media screen and (max-width: 959px) {
    footer.yodel .footer-option-column h5 {
        margin-top:15px
    }
}

footer.yodel .social-media-container {
    display: flex;
    margin-bottom: 25px
}

footer.yodel .social-media-link {
    background: white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-right: 10px
}

footer.yodel .social-media-link.-twitter svg {
    margin-top: 7px;
    margin-left: 4px
}

footer.yodel .social-media-link.-linkedin {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin: 0 10px 10px 0
}

footer.yodel .social-media-link.-linkedin svg {
    margin-top: 5px;
    margin-left: 7px
}

footer.yodel .social-media-link.-instagram svg {
    margin-top: 3px;
    margin-left: 3px;
    padding: 4px
}

footer.yodel .footer-extra-row {
    display: flex;
    width: 100%;
    padding-bottom: 15px;
    justify-content: space-between
}

@media screen and (max-width: 959px) {
    footer.yodel .footer-extra-row {
        flex-direction:column
    }
}

footer.yodel .footer-extra-row .footer-main-list-item {
    list-style: none
}

@media screen and (min-width: 960px) {
    footer.yodel .footer-extra-row .-with-margin-right {
        margin-right:18%
    }
}

.yodel-footer-container {
    z-index: 12
}
.mobile-app-store-logo-item.-storyblok {
    max-width: 150px;
    margin-bottom: 10px;
}

.mobile-app-store-logo-item.-storyblok a {
    border-bottom: 0
}
nav-secondary-link {
    position: relative;
    white-space: nowrap;
    padding: 10px 0;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0.5px
}

.nav-secondary-link .yodel-logo-chevron {
    width: 20px;
    height: 10px
}

@media screen and (max-width: 959px) {
    .nav-secondary-link .yodel-logo-chevron {
        display:none
    }
}

@media screen and (max-width: 959px) {
    .nav-secondary-link.-warning-alert {
        width:45px
    }
}

.nav-secondary-link__icon {
    height: 3em;
    width: 3em;
}

.nav-secondary-account-icon {
    position: relative;
    white-space: nowrap;
    padding: 10px 0;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center
}

.nav-secondary-account-icon svg {
    width: 25px;
    height: auto
}

.nav-secondary-account-icon .nav-secondary-account-logged-in {
    background-color: #000;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center
}

.nav-secondary-account-dropdown__container {
    display: none
}

.nav-secondary-account-dropdown__container.-show {
    display: flex;
    cursor: default;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    width: 170px;
    top: 70px;
    right: 0;
    padding: 16px 24px;
    background-color: white;
    z-index: 100
}

.nav-secondary-account-dropdown__container.-show li {
    list-style-type: none;
    width: max-content
}

.nav-secondary-account-dropdown__container.-show a {
    margin: 0;
    padding-top: 0;
    width: max-content
}

.nav-secondary-account-dropdown__title {
    color: #767676;
    font-size: 0.8em;
    padding-bottom: 10px;
    font-family: 'muli'
}

.nav-secondary-account-dropdown__divider {
    border: none;
    border-top: 1px solid #D3D3D3;
    width: 100%
}

.nav-secondary {
    font-size: 14px
}

@media screen and (min-width: 960px) {
    .nav-secondary {
        font-size:18px
    }
}

.nav-secondary .form-tracking-code,.nav-secondary .search {
    margin: 20px 0
}

.nav-secondary .search,.nav-secondary .menu {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    border: 0;
    width: 20px
}

.nav-secondary .search {
    background: transparent url(https://d39qzpyfnja9il.cloudfront.net/assets/2017/icons/icon-search-6afefedbed828e2622e6b7d761cba8cc778abdbec12c3ddbbf190ff86e17d044.svg) no-repeat center center
}

.nav-secondary .menu {
    background: transparent url(https://d39qzpyfnja9il.cloudfront.net/assets/2017/icons/icon-menu-black-246ecb473d3af2f13e6074fe2740f9ee4f240346804eaaa9d270b54208a0c4c9.svg) no-repeat center center;
    height: 2em
}

@media screen and (min-width: 960px) {
    .nav-secondary .menu {
        display:none
    }
}

[data-global-search-element] {
    display: none
}

.yodel .nav-secondary-list.hidden-on-mobile-and-tablet {
    padding-right: 10%
}

@media screen and (min-width: 960px) and (max-width: 1300px) {
    .nav-secondary-link {
        margin-left:0px;
        margin-right: 1px;
        font-size: 16px
    }

    .nav-secondary-list.mobile-main-navigation.-has-warning {
        padding-right: 30px
    }

    .nav-secondary-list-item.-logo {
        width: 120px
    }

    .nav-secondary-list-item.-warning-alert,.nav-secondary-list-item .-warning-icon {
        width: 45px
    }

    .hidden-on-mobile-and-tablet {
        font-size: 16px
    }
}
/* ----------------------------------- */

/* Home page circle */
@media screen and (max-width: 575px){
    .mobile-circle-margin{
        margin-top: -90px;
        padding-top: 2rem;
    }
    /* .mobile-left-top-align{
        text-align: left!important;
        margin-left: -100px;
    } */
    .circle-border{
        border-radius: 50% 50% 0 0!important;
    }
}
/* ----------------------------------- */

/* Life as a Yodel Driver first section */
@media screen and (min-width:1801px){
    .section-with-individual-response-img{
        padding-top: 200px;
    }    
}
@media screen and (min-width:1601px ) and (max-width:1800px){
    .section-with-individual-response-img{
        padding-top: 100px;
    }    
}

@media screen and (max-width:1800px){
    .individual-response-img{
        max-width: 900px;
    }    
}

@media screen and (max-width:1600px){
    .individual-response-img{
        max-width: 800px;
    }    
}
@media screen and (max-width:1399px){
    .individual-response-img{
        max-width: 700px;
    }    
}
@media screen and (max-width:1300px){
    .individual-response-img{
        max-width: 600px;
    }    
}
@media screen and (max-width:1100px){
    .individual-response-img{
        max-width: 500px;
    }    
}
@media screen and (max-width:991px){
    .individual-response-img{
        max-width: 991px;
    }    
}
@media screen and (max-width:800px){
    .individual-response-img{
        max-width: 950px;
    }    
}
@media screen and (max-width:575px){
    .individual-response-img{
        width: 575px;
    }    
}
@media screen and (max-width:450px){
    .individual-response-img{
        width: 450px;
    }    
}
@media screen and (max-width:410px){
    .individual-response-img{
        width: 410px;
    }    
}

@media screen and (max-width: 991px){
    .life-as-yodel-extra-mobile-padding{
        padding-top: 100px;
    }
}
@media screen and (max-width: 575px){
    .life-as-yodel-extra-mobile-padding{
        padding-top: 220px;
    }
}
@media screen and (max-width: 575px){
    .life-as-yodel-extra-mobile-padding{
        padding-top: 220px;
    }
}
@media screen and (max-width: 450px){
    .life-as-yodel-extra-mobile-padding{
        padding-top: 130px;
    }
}
@media screen and (max-width: 410px){
    .life-as-yodel-extra-mobile-padding{
        padding-top: 110px;
    }
}
/* ----------------------------------- */

/* Section with two circles */
.two-circles{
    height:1080px;
}
img.left-img{
    height:456px;
    position: absolute; 
    bottom: 0; 
    left: 6%;
}
img.right-img{
    height:1080px;
    position: absolute; 
    top: 0; 
    right: 16%;
}
.text-individual-design{
    position: absolute;
    top:20%;
}

@media screen and (max-width: 1820px){
    .two-circles{
        height:900px;
    }
    img.left-img{
        height:400px;
    }
    img.right-img{
        height:900px;
    }
    .text-individual-design{
        top:25%;
    }
}

@media screen and (max-width: 1600px){
    .two-circles{
        height:800px;
    }
    img.left-img{
        height:350px;
    }
    img.right-img{
        height:800px;
    }
    .text-individual-design{
        top:25%;
    }
}

@media screen and (max-width: 1399px){
    .two-circles{
        height:700px;
    }
    img.left-img{
        height:300px;
    }
    img.right-img{
        height:700px;
    }
    .text-individual-design{
        top:25%;
    }
}

@media screen and (max-width: 1299px){
    .two-circles{
        height:700px;
    }
    img.left-img{
        height:300px;
        left:0;
    }
    img.right-img{
        height:700px;
        right:5%;
    }
    .text-individual-design{
        top:20%;
    }
    .top_right-img{
        display: none;
    }
    .bottom_right-img{
        display: none;
    }
}

@media screen and (max-width: 991px){
    .two-circles{
        height:500px;
    }
    img.left-img{
        height:200px;
    }
    img.right-img{
        height:500px;
    }
    .text-individual-design{
        top:25%;
    }
}

@media screen and (max-width: 777px){
    img.left-img{
        height:190px;
    }
}

@media screen and (max-width: 767px){
    .two-circles{
        height:400px;
    }
    img.left-img{
        height:150px;
    }
    img.right-img{
        height:400px;
        right:2%;
    }
    .text-individual-design{
        top:10%;
    }
}

@media screen and (max-width: 676px){
    img.left-img{
        height:140px;
    }
}
@media screen and (max-width: 575px){
    .two-circles{
        height:200px;
    }
    .text-individual-design{
        text-align:center;
        top:15%;
    }
}
/* ----------------------------------- */

/*  Two circles carousel */
.nav-dot{
      border: 1px solid #000;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      display: inline-block;
      cursor: pointer;
    }
    .nav-dot.active{
      height: 12px;
      width: 12px;
      background-color: #000;
      border-radius: 50%;
      display: inline-block;
      cursor: pointer;
    }
    @media screen and (min-width:992px){
        .changeable-section{
            margin-bottom: -120px;
        }
        .circle-border{
            border-radius: 50%; aspect-ratio: 1 / 1; border: 2px #000 solid; box-shadow: 0 0 7px 0px #000;
        }
    }
    @media (min-width: 1650px){
        .custom-container {
            max-width: 1620px;
        }
    }

    .changeable-image{
        top: -5%; 
        right: 14%;
        max-width:667px;
    }
    @media screen and (max-width:1780px){
        .changeable-image{
            right: 10%;
            max-width:660px;
        }
    }
    @media screen and (max-width:1720px){
        .changeable-image{
            right: 10%;
            max-width:650px;
        }
    }
    @media screen and (max-width:1649px){
        .changeable-image{
            max-width:530px;
        }
    }
    @media screen and (max-width:1450px){
        .changeable-image{
            right:5%;
        }
    }
    @media screen and (max-width:1399px){
        .changeable-image{
            top:0;
            max-width:490px;
        }
    }

    @media screen and (max-width:1350px){
        .changeable-image{
            max-width:430px;
        }
    }

    @media screen and (max-width:1199px){
        .changeable-image{
            max-width:350px;
        }
    }

    @media screen and (max-width:1100px){
        .changeable-image{
            max-width:320px;
        }
    }
/* ----------------------------------- */

/* Video Section */
/* Styles for the video container */
.video-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    text-align: center;
    opacity: 0; 
    transition: opacity 0.3s ease;
}

/* Close button styles */

.close-button {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    color: white;
    font-size: 30px;
}

@media screen and (max-width: 1200px){
        .close-button {
        top: 28px;
        right: 16px;
        font-size: 24px;
    }
}

/* Styling for the YouTube iframe */
.youtube-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 60%;
}
/* ----------------------------------- */

/* Ovveride Bootstrap */
@media (min-width: 1650px){
    .col-xxxxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%!important;
    }
}
@media (min-width: 1400px) and (max-width:1649px){
    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%!important;
    }
}
@media (min-width: 1600px){
    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%!important;
    }
}
@media (min-width: 1200px){
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
@media (min-width: 1200px){
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

@media (min-width: 1600px){
    .pe-xxl-8 {
        padding-right: 5rem!important;
    }
}


.container-xxl {
    max-width: 1800px;
}

@media (min-width: 992px){
    .col-xl-1 {
        width: 14%;
    }
}

.btn{
    padding: 12px 8px;
    min-width: 200px;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
}
.btn:hover {
    background-color: #FFCC05 !important;
    color: #000 !important;
    border-color: #000 !important;
}
@media (max-width:1199px){
    .btn {
        padding: 0.375rem 0.75rem;
        min-width: 100px;
    }  
}

/* @media (min-width: 992px){
    .col-lg-6 {
        width: 47%;
    }
}
@media (min-width: 992px){
    .col-lg-4 {
        width: 30.7%;
    }
} */
.btn-box{
    border-radius: 0px;
}

.hover-state:hover{
    background: #000!important;
    color: #ffffff;
}

a:hover {
    color: unset;
}

.bi-list:before {
    color:#000000;
}

ul {
    padding-left: 1.1rem;
}

ul.bullet-points{
    padding-left: 0.9rem;
}
ul.bullet-points li{
    padding-left: 0.7rem!important;
}
ul.custom-bullet-points{
    padding-left: 0;
}

ul.custom-bullet-points li{
    padding-left: 2rem;
    padding-bottom: 0.7rem;
    list-style-type: none;
    background-image: url(/storage/app/media/ul-list/Group%20668.png);
    background-repeat: no-repeat;
}

ul.white-image-bullet-point{
    padding-inline-start: 0!important;
}
ul.white-image-bullet-point li.white-image-bullet-point{
    /* padding-left: 1rem; */
    margin-left: 15px;
    /* list-style-type: circle; */
    list-style-type: none;
    /* background-image: url(/storage/app/media/ul-list/white-bullet-point.png);
    background-repeat: no-repeat;
    background-position: left 15px; */
    /* border-left: 2px dashed white; */
}

ul.white-image-bullet-point li::marker{
    color:#ffffff;
    font-size: 20px;
}


@media screen and (max-width:575px){
    ul.custom-bullet-points li{
        background-size: 22px 22px;
    }
}
::marker {
    font-size: 12px;
}
ul ul{
    list-style-type: disc;
}
li.white-bullets-points ::marker, .white-bullets-points ::marker {
    color: #ffffff;
    font-size: 20px;
}

li.white-bullets-points, .white-bullets-points li {
    padding-bottom: 0.5rem!important;
}

a {
    text-decoration: none;
}

a.nav-link {
    color: #000000;
}


/* img#openVideo-right-side-image:hover {
    filter: drop-shadow(0 0 0.25rem #000);
}

img#openVideo:hover {
    filter: drop-shadow(0 0 0.25rem #000);
}

img.right-img.hide-on-mobile-sm:hover {
    filter: drop-shadow(0 0 0.25rem #000); 
}*/

@media screen and (min-width: 1200px) {
    .background-to-the-bottom {
        background-position: bottom center !important;
    }
}

.btn {
    color: #fff;
    background-color: #000 !important;
}