/* TypoGraphy */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
    box-sizing: border-box;
}
:focus {
    outline: none !important;
    box-shadow: none;
    border-color: inherit;
}
textarea.form-control {
    resize: none;
    overflow: hidden;
}
html,
body {
    width: 100%;
    /* overflow-x: hidden; */
}
body {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
body {
    background: #fff;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
a,
a:hover {
    text-decoration: none;
}

/** ================== // BANNER SECTION CSS START // ================== **/
.banner-section {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden;
    min-height: 95vh;
}
.banner-section video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%;
}
/** ================== // BANNER SECTION CSS END // ================== **/

/** ================== // FOOTER CSS START // ================== **/
.footer {
    background: #F1F1F1;
    padding: 45px 0px 30px;
}
.footer .container {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
.footer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-logo {
    height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.footer-socail-icon ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
    justify-content: center;
    align-items: center;
}
.footer-socail-icon ul li {
    margin-right: 12px;
}
.footer-socail-icon ul li:last-child {
    margin-right: 0px;
}
.footer-socail-icon ul li a {
    transition: 0.7s;
    /* opacity: 0.7; */
}
.footer-socail-icon ul li a:hover {
    /* opacity: 1; */
}
.footer-copyright {
    padding-top: 70px;
}
.footer-copyright ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footer-copyright ul li {
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: #07083D;
    line-height: 140%;
    transition: 0.7s;
}
.footer-copyright ul li a {
    color: #07083D;
    transition: 0.7s;
}
.footer-copyright ul li a:hover {
    color: #5f608b;
}
.footer-copyright ul li::after {
    content: "|";
    margin: 0px 10px;
    position: relative;
    top: -1px;
}
.footer-copyright ul li:last-child::after {
    display: none;
}
.footer-item:nth-child(1) .footer-logo img {
    width: 85px;
}
.footer-item:nth-child(2) .footer-logo img {
    width: 71px;
}
.footer-item:nth-child(3) .footer-logo img {
    width: 43px;
}
.footer-item:nth-child(4) .footer-logo img {
    width: 87px;
}
.footer-item:nth-child(5) .footer-logo img {
    width: 101px;
}
.footer-lg.footer .container {
    max-width: 1100px;
}
.footer-lg .footer-item {
    width: 20%;
}
.footer-lg .footer-logo {
    height: 107px;
    margin-bottom: 20px;
}
.footer-lg .footer-item:nth-child(1) .footer-logo img {
    width: 135px;
}
.footer-lg .footer-item:nth-child(2) .footer-logo img {
    width: 101px;
}
.footer-lg .footer-item:nth-child(3) .footer-logo img {
    width: 71px;
}
.footer-lg .footer-item:nth-child(4) .footer-logo img {
    width: 160px;
}
.footer-lg .footer-item:nth-child(5) .footer-logo img {
    width: 181px;
}

li.insta-icon img {
    width: 22px;
}
li.uber-icon img {
    width: 30px;
}
li.doordash-icon img {
    width: 22px;
}
li.yelp-icon img {
    width: 18px;
}
li.r-icon img {
    width: 16px;
}
li.fb-icon img {
    width: 12px;
}
li.tiktok-icon img {
    width: 20px;
}
li.youtube-icon img {
    width: 25px;
}
li.twitter-icon img {
    width: 18px;
}


/** ================== // FOOTER CSS END // ================== **/

/** ================== // 404 PAGE CSS START // ================== **/
.banner-section.error-page {
    background: #07063f;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.slidertext-error {
    padding: 0px 20px;
}
.slidertext-error h1 {
    font-size: 45px;
    margin-bottom: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    line-height: 45px;
}
.slidertext-error p {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    margin: 0px 0px 20px;
}
.btn {
    color: #fff;
    border: 2px solid #fff;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    padding: 15px 30px;
    text-transform: uppercase;
    background: #07063f;
    transition: 0.7s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn:hover {
    color: #07063f;
    background: #fff;
}
/** ================== // 404 PAGE CSS END // ================== **/

/** ================== // TREMS PAGE CSS START // ================== **/
.header {
    padding: 30px 0px;
}
.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.content-section {
    padding: 50px 0px;
}
.content-section p, .content-section ul li, .content-section ol li {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.content-section p a, .content-section ul li a, .content-section ol li a {
    color: #000;
    text-decoration: underline;
}
.content-section h1 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}
 .content-section ol {
     padding-left: 17px;
 }
 .content-section ol li {
     margin-bottom: 5px;
 }
 .content-section ul {
     padding-left: 17px;
 }
 .content-section ul li {
     margin-bottom: 5px;
 }
 .back-home a {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    color: #000;
    text-decoration: underline;
    font-size: 16px;
}
/** ================== // TREMS PAGE CSS END // ================== **/
