@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --white-1: #FFFFFFE5;
    --white-2: #FFFFFF;
    --white-4: #FFFFFF1A;
    --white-5: #FFFFFF4D;
    --white-6: #DBE2EE;
    --black-1: #0000004D;
    --black-2: #2B2B2B;
    --gray-1: #9CA3AF;
    --gray-2: #FFFFFF0D;
    --base: #FF6716;
    --star: #ffc106;
}

*, *::before, *::after {
    font-family: 'Inter', Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}
body {
    background-color: #333 !important;
}
.font-italic {
    font-style: italic;
}

.font-16-light-150-n1 {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 150%;
    letter-spacing: 0.032px !important;
}

.font-16-bold-175-n1 {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 28px;
    letter-spacing: -0.16px !important;
}

.font-16-bolder-175-n1 {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 28px;
    letter-spacing: 0.8px !important;
}

.font-18-bold-150 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 150%;
}

.font-24-light-32p-n1 {
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 32px;
    letter-spacing: -0.24px !important;
}

.font-24-bold-32p-n1 {
    font-size: 24px !important;
    font-weight: bold !important;
    line-height: 32px;
    letter-spacing: -0.24px !important;
}

.font-36-light-42p-n1 {
    font-size: 36px !important;
    font-weight: 400 !important;
    line-height: 42px;
    letter-spacing: -0.36px !important;
}

.font-36-bold-32p-n1 {
    font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 32px;
    letter-spacing: -0.36px !important;
}

.font-36-bold-42p-n1 {
    font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 42px;
    letter-spacing: -0.36px !important;
}

.font-80-bolder-105-n1 {
    font-size: 80px !important;
    font-weight: 700 !important;
    line-height: 84px;
    letter-spacing: -1.6px !important;
}

.font-col-white {
    color: var(--white-1) !important;
}

.font-col-gray {
    color: var(--white-6) !important;
}

.font-col-gray-light {
    color: var(--gray-1) !important;
}

.font-col-star {
    color: var(--star) !important;
}
.navbar-toggler {
    border: none !important;
}

.navbar-toggler-icon {
    background-image: url(../img/icons/mobile-nav-icon.svg) !important;
    border: none !important;
}
/* custom component styles  */
.custom-button {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-style: solid;
    border-width: 1px;
    border-radius: 100px;
    min-width: 300px;
    cursor: pointer;
    display: inline-block;

}

.opacity-4 {
    opacity: 0.4;
}

.hero-content-wrapper {
    position: relative;
    width: 100%;
}

.background-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.background-container > video {
    width: 100%;
    height: auto;
}

/* nav bar  */
.navbar-content {
    position: absolute;
    width: 100%;
    top: 0;
}

.nav-bar-style {
    justify-content: end;
}

.nav-link.font-col-white:hover {
    color: var(--base) !important;
}

nav.navbar.navbar-expand-sm {
    padding: 30px 0;
    border-bottom: 1px solid var(--white-2);
}

ul.navbar-nav {
    gap: 40px;
}

/* hero-section  */
.hero-content {
    position: absolute;
    width: 100%;
    height: calc(100% - 213px);
    top: 93px;
}

.hero-content > div {
    height: 100%;
}

.hero-section-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.hero-section {
    text-align: center;
}

.hero-section-button {
    background-color: var(--white-4);
    border-color: var(--white-5);
    backdrop-filter: blur(12px);
    text-align: center;
}

/* bot-section  */
.bot-section-background {
    background-color: var(--black-1);
    backdrop-filter: blur(12px);
    position: absolute;
    width: 100%;
    bottom: 0;
}
.bot-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 120px;
}

.bot-section-part {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.bot-section-part-title {
    color: var(--white-2);
}

/* intro-container */
.intro-container {
    display: flex;
    flex-direction: row;
}
.intro-container-background {
    flex: 1;
    min-height: 755px;
    padding-top: 115px;
}
.intro-image {
    position: relative;
    display: inline-block;
    flex: 1;
    background-image: url(../img/background/intro-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 490px;
}

.intro-image .left {
    position: absolute;
    width: 100px;
    top: 0;
    bottom: 0;
    background: white;
    background: linear-gradient(to right, #333 , transparent);
}

.intro-content {
    max-width: 490px;
    margin: auto;
}

.intro-section-button {
    background-color: var(--base);
    border-color: var(--white-5);
    backdrop-filter: blur(12px);
    text-align: center;
}

/* setups-container */
.setups-title {
    max-width: 570px;
    margin: 72px auto 60px;
    text-align: center;
}

.setups-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 72px;
    align-items: center;
}

.setups-gallery-part {
    width: calc(50% - 30px);
    max-width: 620px;
}

.setups-gallery-part > img {
    width: 100%;
}

.setups-gallery-part > div {
    margin-top: 24px;
}

/* easy-to-setup-container */
.easy-to-setup-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.easy-to-setup-background {
    height: 840px;
    overflow: hidden;
    position: relative;
}

.easy-to-setup-background > video {
    min-width: 100%;
    height: auto;
    min-height: 100%;
    width: auto;
    position: absolute;
    left: 0;
    z-index: -1;
}

.easy-to-setup-background > .gradient-layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #333 0%, rgba(51, 51, 51, 0.00) 100%);
    z-index: -1;
}

.easy-to-setup-content {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 50px;
}

.easy-to-setup-content > .desc {
    width: 600px;
}
/* compact-container */
.compact-container {
    background-color: var(--white-2);
}

.compact-content {
    padding: 72px 0;
}

.compact-content-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 50px;
    gap: 25px;
}
.compact-content-background {
    margin-bottom: 50px;
}
.compact-content-background > video {
    width: 100%;
    max-height: 590px;
}

/* arrows-numbers */
.arrows-numbers-background > img {
    width: 100%;
    object-fit: contain;
}
.arrows-numbers-desktop {
    display: inline-block;
}

.arrows-numbers-mobile {
    display: none;
}

/* mobile app  */
.mobile-app-content {
    text-align: center;
}
.mobile-app-background {
    padding: 72px 0;
}
.mobile-app-images {
    text-align: center;
}
.mobile-app-images-container {
    position: relative;
    display: inline-block;
    margin-top: 200px;
    margin-bottom: 200px;
}
.mobile-app-images-horizantal {
    display: flex;
    margin: auto;
    max-width: 780px;
}
.mobile-app-images-horizantal-tv {
    width: 69%;
}
.mobile-app-images-horizantal-tv > img {
    width: 100%;
}
.mobile-app-images-horizantal-ipad {
    width: 31%;
}
.mobile-app-images-horizantal-ipad > img {
    width: 100%;
}
.mobile-app-images-vertical {
    display: inline-block;
    position: absolute;
    width: 39.5%;
    top: -40%;
    left: 34%;
}
.mobile-app-images-vertical > img {
    width: 100%;
}
.mobile-app-introduction {
    text-align: center;
}

.mobile-app-introduction-decs {
    max-width: 640px;
    margin: auto;
}
.google-app-store {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.google-app-store > button {
    padding: 0;
    background-color: transparent;
    border: none;
    width: calc(50% - 10px);
    max-width: 170px;
}
.google-app-store > button > img {
    width: 100%;
}
/* gallery container section  */
.gallery-container {
    display: flex;
    justify-content: space-between;
    background-color: white;
}
.gallery-imgs {
    display: flex;
    width: 60%;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: start;
    align-items: center;
}
.gallery-explanation {
    width: 40%;
    padding: 72px 0 55px 50px;
}
.gallery-explanation a {
    color: var(--base);
}
.gallery-explanation-button {
    background-color: var(--black-2);
}
.gallery-imgs > div {
    width: calc((100% / 3) - 20px);
}
.gallery-imgs > div > img {
    width: 100%;
}
.gallery-explanation-decs {
    max-width: 400px;
}
/* review  */
.reviews-map {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
}
.review-part-block {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 20px;
}
.review-part {
   padding: 20px 28px;
   border: 1px solid var(--white-2);
   border-radius: 10px;
   max-width: 380px;
   text-align: left;
}
.review-frank {
    display: flex;
    border: solid 1px white;
    border-radius: 10px;
    margin-bottom: 20px;
    justify-content: space-between;
    overflow: hidden;
}

.review-frank-images {
    display: flex;
}

.review-frank-images img {
    width: 240px;
    height: auto;
}

.review-frank .quote {
    width: 64px;
}

.review-frank-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.review-frank img:nth-child(2) {
    margin-left: 10px;
}
.review-content-desc {
    max-width: 500px;
    margin: auto;
    margin-bottom: 30px;
}
.review-background {
    overflow: hidden;
    position: relative;
}

.review-background > video {
    width: 100%;
    height: auto;
}

.review-background > .gradient-layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #333 0%, rgba(51, 51, 51, 0.00) 100%);
}

/* faq container  */
.faq-part {
    max-width: 1000px;
    padding: 28px 40px;
    background-color: var(--gray-2);
    border-radius: 10px;
    margin: auto;
    margin-bottom: 20px;
}
/* cta-container  */
.cta-container {
    position: relative;
}

.cta-background {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 600px;
}

.cta-background > video {
    width: 100%;
    height: auto;
}

.cta-background > .gradient-layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.cta-content {
    padding-top: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta-footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.cta-title {
    max-width :480px;
    margin-bottom: 100px !important;
}

.cta-price {
    max-width :530px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.cta-price > .cta-price-part:first-of-type {
    border-right: 1px solid var(--white-2);
}
.cta-price-part {
    min-width: 290px;
}
.cta-section-button {
    background-color: var(--base);
    border-color: var(--white-5);
    backdrop-filter: blur(12px);
    text-align: center;
    margin: 40px auto 20px;
}
.cta-footer {
    background-color: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(12px);
}
.cta-footer-content {
    gap: 100px;
    justify-content: space-between;
    padding: 32px 0;
}
.cta-footer-part a {
    color: var(--base);
}

.guaranteed-container {
    background-color: #FF6716;
    padding: 20px 10px;
}

.guaranteed-container .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: white;
}

.guaranteed-container .container > div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.guaranteed-container .container > div > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.guaranteed-container-title {
    max-width: 200px;
    font-size: 28px;
    font-weight: bold;
    line-height: 45px;
    margin-left: 20px;
}

.guaranteed-container-desc {
    font-size: 15px;
    max-width: 500px;
    margin-left: 60px;
}

.guaranteed-container button {
    background-color: white;
    color: #FF6716;
    min-width: 220px;
    border: none;
    border-radius: 25px;
    height: 50px;
    font-size: 15px;
    font-weight: 500;
}

/* footer container section  */
.footer-container {
    padding: 55px 0;
    margin: auto;
    text-align: center;
}
.footer-links-part {
    text-align: left;
}
.footer-links-part-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-links-part-title {
    opacity: 0.4;
    margin-bottom: 20px;
}
.footer-links-part-content > a {
    text-decoration-line: none !important;
}

/* responsive  */
@media screen and (max-width: 992px) {
    .setups-gallery {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .setups-gallery-part {
        width: 100%;
    }
    .gallery-container {
        flex-direction: column;
    }
    .gallery-imgs {
        width: 100%;
        justify-content: center;
    }
    .gallery-explanation {
        width: 100%;
    }
    .reviews-map {
        flex-direction: column;
        align-items: center;
    }

    .review-frank {
        flex-wrap: wrap;
    }
    .review-frank-images {
        width: 100%;
    }
    .review-frank-images img {
        width: calc(50% - 5px);
    }
    .review-frank-content {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 300px;
    }

    .review-frank-content .quote {
        width: 32px;
        height: 32px;
    }

    .review-frank-content .font-24-light-32p-n1 {
        font-size: 20px !important;
    }

    .review-frank-content .font-24-bold-32p-n1 {
        font-size: 20px !important;
    }

    .guaranteed-container .container {
        align-items: flex-start;
    }
    .guaranteed-container .container img {
        width: 56px;
    }

    .guaranteed-container .container > div {
        flex-direction: column;
        align-items: start;
        margin-left: 10px;
    }

    .guaranteed-container-title {
        max-width: none;
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .guaranteed-container-desc {
        margin-left: 0;
        margin-bottom: 20px;
        font-size: 13px;
    }
    
    .guaranteed-container .container > div > div {
        flex-direction: column;
        align-items: start;
    }

    .background-container > video, .cta-background > video {
        width: auto;
        height: 100vh;
    }

    .intro-container {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    /* hero-section  */
    .bot-section {
        height: 100px;
    }
    .bot-section-part {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .bot-section-part > img {
        width: 24px;
    }

    .bot-section-part > .bot-section-part-title {
        font-size: 10px !important;
        letter-spacing: -0.1px !important;
    }

    .intro-content > .font-36-light-42p-n1 {
        font-size: 24px !important;; 
    }
    .intro-content > .font-16-light-150-n1 {
        font-size: 12px !important; 
    }
    .intro-container-background {
        min-height: 490px;
        padding-top: 55px;
    }

    .setups-title {
        font-size: 24px !important;
    }

    .setups-gallery-part > div > .font-24-light-32p-n1 {
        font-size: 16px !important;
    }

    .setups-gallery-part > div > .font-16-light-150-n1 {
        font-size: 12px !important;
    }

    .easy-to-setup-background {
        height: 465px;
    }
    
    .easy-to-setup-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .easy-to-setup-content > .desc {
        width: auto;
    }
    .easy-to-setup-content > .font-36-light-42p-n1 {
        font-size: 24px !important;
    }
    .easy-to-setup-content > .font-16-light-150-n1 {
        font-size: 12px !important;
    }

    .mobile-app-introduction > .font-36-bold-42p-n1 {
        font-size: 24px !important;
    }
    .mobile-app-introduction-decs {
        font-size: 12px !important;
    }

    .compact-content {
        padding: 55px 0;
    }
    
    .compact-content-wrapper {
        margin-bottom: 30px;
        flex-direction: column;
    }
    .compact-content-background {
        margin-bottom: 50px;
    }

    .compact-content-wrapper > .compact-content-title {
        font-size: 24px !important;
    }

    .compact-content-wrapper > .compact-content-desc {
        font-size: 12px !important;
    }
    .footer-links-part-title {
        font-size: 10px !important;
    }
    .footer-links-part-content > a {
        font-size: 10px !important;
    }
    .company-info {
        font-size: 10px !important;
    }

    .mobile-app-images-container {
        margin-top: 150px;
        margin-bottom: 150px;
    }
    .review-background {
        height: 220px;
    }
    .faq-content-title {
        font-size: 24px !important;
    }
    .faq-part > p:first-of-type {
        font-size: 12px !important;
    }
    .faq-part > p:last-of-type {
        font-size: 12px !important;
    }
    .cta-title > .font-36-light-42p-n1 {
        font-size: 24px !important;
    }
    .cta-title > .font-16-light-150-n1 {
        font-size: 12px !important;
    }
    .cta-price-part > .font-36-bold-32p-n1 {
        font-size: 24px !important;
    }
    .cta-price-part > .font-24-light-32p-n1 {
        font-size: 12px !important;
    }
    .cta-footer-part {
        font-size: 12px !important;
    }
    .cta-footer-content {
        flex-direction: column;
        gap: 12px;
    }
}

/* responsive  */
@media screen and (max-width: 576px) {
    /* hero-section  */
    .bot-section {
        height: 100px;
    }
    ul.navbar-nav {
        gap: 10px;
    }
    .hero-section-title {
        font-size: 42px !important;
    }
    .hero-section-decs {
        font-size: 16px !important;
    }
    .custom-button {
        padding: 8px 16px;
        min-width: 175px;
        font-size: 12px !important;
    }

    .arrows-numbers-desktop {
        display: none;
    }
    
    .arrows-numbers-mobile {
        display: inline-block;
    }

    .mobile-app-images-container {
        margin-top: 150px;
        margin-bottom: 150px;
    }
    .gallery-explanation > .font-36-bold-32p-n1 {
        font-size: 24px !important;
    }
    .gallery-explanation > .font-16-light-150-n1 {
        font-size: 12px !important;
    }

    .cta-price-part {
        min-width: 190px;
    }
}

@media screen and (max-width: 450px) { 
    .mobile-app-images-container {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 400px) { 
    .cta-price-part {
        min-width: auto;
        padding-right: 10px;
        padding-left: 10px;
    }
}