@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.hero-container {
    background: #fed165 !important;
    color: #fff;
    height: 100vh;
    width: 100vw;
    z-index: -1;
}

.hero-container .hero-image {
    width: 100vw;
    height: 80%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 

}

.hero-container .hero-video {
    position: absolute;
    width: 100%;
}

.secondary-hero-container {
    background-color: #000;
    color: #fff;
    width: 100vw;
    background-image: url(../../assests/images/secondary-hero.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    z-index: -1;
}

.hero-container .hero-content {
    width: 100vw;
    height: 20%;
    color: #000;
}

.hero-container .hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-container .hero-content p {
    font-size: 16px;
    font-weight: 400;
}

.hero-container .hero-content a {
    font-size: 16px;
    font-weight: 400;
}

html *
{
   font-family: "Schibsted Grotesk", Arial !important;
}

body {
   background-color: #ffffff!important;
   margin: 0;
   padding: 0;
}

.top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    position: fixed;
    width: 100vw;
    top: 0px;
    z-index: 1;
    padding-top: 36px;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgb(0 0 0 / 36%));
}

.top-container.black .line{
    stroke: #000000;
}

.top-container.black .top-item{
    color: #000000;
}

.top-item {
    margin: 0 1rem;
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

.title {
    font-size: 28px;
    font-weight: 700;
    width: 200px;
    position: fixed;
    top: 28px;
    left: 50vw;
    z-index: 1;
    text-align: center;
    margin-left: -100px;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.nav-bar a {
    text-decoration: none;
    color: #fff;
}

.nav-item {
    margin: 0 1rem;
}

.nav-bottom{
    display: none;
}

.cta-container {
    color: #000;
}

.ham8 .top {
    stroke-dasharray: 40 160;
}
.ham8 .middle {
    stroke-dasharray: none;
    transform-origin: 50%;
    transition: transform 400ms;
}
.ham8 .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
}
.ham8.active .top {
    stroke-dashoffset: -64px;
}
.ham8.active .middle {
    stroke-dashoffset: -20px;
    transform: rotate(90deg);
}
.ham8.active .bottom {
    stroke-dashoffset: -64px;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hamRotate.active {
    transform: rotate(45deg);
}
.hamRotate180.active {
    transform: rotate(180deg);
}
.line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#fff;
    stroke-width:5.5;
    stroke-linecap:round;
}

.ham-container {
    display: none;
    margin-top: 23px;
}

.cta-container video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-container img{
    width: 100%;
}

.cta-container{
    padding: 125px 0px;
}

.cta-container .cta-content{
    display: table-cell;
    vertical-align: middle;
    height: 636px;
    padding-left: 40px;
}

.cta-container .cta-content h1{
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.cta-container .cta-content p{  
    font-size: 24px;
    font-weight: 400;
}

.cta-container .cta-content a{
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

.footer-container{

    padding: 25px 0px;
    border-top: 2px solid #000;

}

.reviews {
    padding: 50px 0px;
}

.review-item {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    border-radius: 12px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.review-image {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review-name {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.review-rating {
    display: flex;
    gap: 3px;
    margin-bottom: 8px;
}

.review-rating .star {
    color: #fed165;
    font-size: 18px;
    line-height: 1;
}

.review-rating .star.empty {
    color: rgba(255, 255, 255, 0.3);
}

.review-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.reviews-button-container {
    text-align: center;
    margin-top: 40px;
}

.reviews-button {
    background-color: #fed165;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 30px;
    border: 2px solid #000;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.reviews-button:hover {
    background-color: #000;
    color: #fed165;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(254, 209, 101, 0.3);
}
/* media queries */

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {

    .ham-container {
        display: block;
    }

    .nav-bar {
        display: none;
    }

    .top-container {
        padding: 0px;
        padding-left: 15px;
    }

    .nav-bar.show {
        display: block;
    }

    .nav-bar{
        position: fixed;
        height: 100vh;
        width: 100vw;
        top: 0px;
        left: 0px;
        background-color: #fed165 !important;
        padding-top: 75px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-bar .hr{
        display: block !important;
        background-color: black;
        width: 100%;
        height: 2px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .nav-bar .nav-item{
        font-size: 34px;
        font-weight: 800;
    }

    .nav-bottom{
        display: block !important;
        position: fixed;
        bottom: 125px;
        left: 0px;
        width: 100vw;
        height: 125px;
        z-index: 1;
        text-align: center;
    }

    .nav-bottom button{

        background-color: #fed165 !important;
        font-weight: 600;
        height: 43px;
        width: 300px;
        border: 1px solid black;
        border-radius: 30px;

    }

}

@media only screen and (max-width: 768px) {

    .hero-container .hero-video {
        top: 50vh;
        height: 356px;
        margin-top: -178px;
        left: -111px;
        width: auto;
    }
    
}

@media only screen and (max-width: 576px) {

    .hero-container .hero-video {
        top: 38vh;
        height: 200px;
        margin-top: -100px;
        margin-left: -275px;
        left: 50vw;
        width: auto;
    }

    .hero-container .hero-image {
        width: 100vw;
        height: 60%;

    }

    .hero-container .hero-content {
        width: 100vw;
        height: 40%;
        color: #000;
    }

    .hero-container .hero-content h1 {
        font-size: 32px;
    }

    .hero-container .hero-content p {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .hero-container .hero-content a {
        font-size: 16px;
        font-weight: 400;
    }

}