* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
}

.container-fluid {
    padding: 0;
}

.title-box {
    position: relative;
    padding: 25px 0 !important;

    h2 {
        position: absolute;
        font-size: 2.2em;
        font-weight: bold;
        letter-spacing: 2px;
        top: 0;
        color: #09307A;
        opacity: .2;
    }

    h3 {
        position: absolute;
        top: 30px;
        color: rgb(65, 64, 64);
        font-weight: bold;
        letter-spacing: 2px;
    }

    .fa-quote-left {
        position: absolute;
        bottom: -90px;
        font-size: 4em;
        color: gray;
    }
}

.line {
    width: 60%;
    border: 2px solid;
    margin-bottom: 40px;
}

/* Navigation top bar */

.top-bar {
    background-color: #09307A;
    width: 100vw;
}

.top-bar .t-p-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-bar .t-p-box ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.top-bar .t-p-box ul p {
    margin-bottom: 0;
    color: #fff;
}

.top-bar .t-p-box ul p a {
    text-decoration: none;
    color: #fff;
}

.top-bar .t-p-box ul p i {
    margin-right: 10px;
    color: #F4CD60;
}

/* Navigation */

.navbar {
    background-color: #080734 !important;
    width: 100vw;
}

.collapse {
    flex-grow: 0;
}

.collapse .navbar-nav .nav-item .nav-link {
    color: #fff;
    letter-spacing: 2px;
    transition: all ease-in-out .2s;
}

.collapse .navbar-nav .nav-item .nav-link:hover {
    color: #F4CD60;
}

.collapse .navbar-nav .nav-item .nav-link.active {
    color: #F4CD60;
    font-weight: 700;
}

.navbar-toggler {
    color: #fff !important;
    background-color: #F4CD60;
}

/* Hero */

.hero {
    min-height: 80vh;
    background-image: url(../img/landing-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;

    position: relative;
}

.hero .box-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.hero .box-bg img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}

.hero .box {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero .box .content-box {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
}

.hero .box .content-box h5 {
    color: #fff;
}

.hero .box .content-box .line {
    border: 2px solid #fff;
    width: 60%;
    margin-bottom: 5px;
}

.hero .box .content-box h1 {
    color: #fff;
    font-size: 3em;
}

.hero .box .content-box h1 span {
    color: #F4CD60;
    font-size: .8em;
}

.hero .box .content-box a.btn {
    background-color: #F4CD60;
    padding: 8px 32px;
    font-weight: bold;
    transition: all ease-in-out .2s;
}

.hero .box .content-box a.btn:hover {
    background-color: #09307A;
    color: #fff;
}

/* Welcome section */
.welcome {
    min-height: 50vh;
    width: 100vw;
}

.welcome .image-block {
    height: 100%;
    min-height: 20vh;
    width: 100%;

    background-image: url(../img/mini-about-camera.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Mini Services */
.mini-services {
    background-color: rgb(20, 19, 19);
    width: 100vw;
}

.mini-services .service {
    border-left: 16px solid #F4CD60;
    padding: 20px;
}

.mini-services .service h3 {
    color: #F4CD60;
}

.mini-services .service h3 span {
    color: #fff;
}

.mini-services .service .line {
    border: #F4CD60 2px solid;
    margin-bottom: 20px;
}

.mini-services .service p {
    color: #fff;
}

.mini-services a.btn {
    color: #F4CD60;
    letter-spacing: 2px;
    transition: all ease-in-out .2s;
    border-bottom: 2px solid;
    border-radius: 8px;
    padding: 12px 32px;
}

.mini-services a.btn:hover {
    color: #fff;
    letter-spacing: 3px;
}

/* Founded and Testimonials */
.testimonials {
    min-height: 20vh;
    width: 100vw;
}

.testimonials .client-say {
    position: relative;
}

.testimonials .client-say .slick-arrow {
    position: absolute;
    bottom: 0;
    background-color: #09307A;
    padding: 8px 24px;
    color: #fff;
    transition: all ease-in-out .2s;
    z-index: 10;
    border: none;
    border-radius: 8px;
}

.testimonials .client-say .slick-arrow:hover {
    background-color: #F4CD60;
    color: #09307A;
}

.testimonials .client-say .slick-next {
    margin-left: 70px !important;
}

.testimonials .founded {
    background-image: url(../img/fun-fact.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    min-height: 20vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;

    padding: 50px;
}

.testimonials .founded h3 {
    color: #fff;
    letter-spacing: 2px;
    text-align: end;
}

.testimonials .founded h3 span {
    color: #F4CD60;
    font-size: 4em;
}

.testimonials .title-box {
    width: 100% !important;
}

.testimonials .testimonial {
    min-height: 480px;
    padding: 20px;
    margin-bottom: 50px;
}

.testimonials .testimonial-content {
    position: relative;
}

.testimonials .testimonial-content p {
    font-size: 1em;
}

.testimonials .testimonial-content .fa-quote-left {
    position: absolute;
    font-size: 5em;
    left: 15px;
    top: 0px;
    opacity: .2;
}



/* Call to action */
.cot {
    min-height: 30vh;
    display: flex;
    align-items: center;
    width: 100vw;

    background-image: url(../img/call-to-action-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.cot a.btn {
    padding: 8px 32px;
    background-color: #F4CD60;
    color: #09307A;
    transition: all ease-in-out .2s;
}

.cot a.btn:hover {
    background-color: #09307A;
    color: #fff;
}

/* news / blog */
.news {
    background-color: lightgrey;
    width: 100vw;
}

.news .card .card-footer a {
    color: #09307A;
    transition: all ease-in-out .2s;
}

.news .card .card-footer a:hover {
    letter-spacing: 2px;
}

/* footer */

footer {
    background-image: url(../img/Group-73.jpg);
    background-position: center center;
    background-size: cover;
    color: #fff;
}

footer h4, footer h5, footer .fa-solid {
    color: #F4CD60;
}

footer .line {
    border: 2px solid #F4CD60;
    margin-bottom: 20px;
}

footer .map-box {
    height: 100%;
    min-height: 40vh;
}

footer .contact-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;

    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

footer .contact-details .fa-solid {
    margin-right: 10px;
    color: #F4CD60;
}

footer .contact-details a {
    text-decoration: none;
    color: #fff;
    transition: all ease-in-out .2s;
}

footer .contact-details a:hover {
    color: #F4CD60;
}

footer .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .links .quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    align-items: center;
}

footer .links .social-links {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

footer .links .social-links .fa-brands {
    font-size: 1.5em;
}

footer .links a {
    text-decoration: none;
    color: #fff;
    transition: all ease-in-out .2s;
}

footer .links a:hover {
    color: #F4CD60;
}

/* Cookie notice */
.cookie-box {
    position: fixed;
    z-index: 99;
    left: 10px;
    bottom: -150px;
    width: 350px;
    background-color: #080734;
    color: #fff;
    border-radius: 8px;
    border: 2px solid #0c49b9;
    opacity: 0;
}

.cookie-box .cookie-btn {
    padding: 8px 32px;
    border-radius: 4px;
    background-color: #F4CD60;
    border: none;
    transition: all ease-in-out .2s;
}

.cookie-box .cookie-btn:hover {
    background-color: #0c49b9;
    color: #fff;
}

.cookie-box.show {
    animation: cookieShow .4s linear 1 forwards;
    animation-delay: 1s;
}

@keyframes cookieShow {
    to {
        bottom: 10px;
        opacity: 1;
    }
}

/* Back to top button */

#btnScrollToTop {
    position: fixed;
    right: -50px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border: 2px solid #0c49b9;
    border-radius: 4px;
    background-color: #09307A;
    color: #fff;
    transition: all ease-in-out .2s;
    display: none;
    z-index: 1000;
}

#btnScrollToTop:hover {
    background-color: #F4CD60;
    color: #09307A;
}

#btnScrollToTop.black {
    display: block;
    animation: scrollBtn .4s linear 1 forwards;
}

@keyframes scrollBtn {
    to {
        right: 10px;
    }
}

/* ===== ABOUT PAGE CSS ====== */

.landing-banner {
    height: 30vh;
}

.landing-content {
    background-color: rgba(0,0,0, .5);
    height: 30vh;
    width: 100vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.landing-content h1 {
    color: #F4CD60;
    letter-spacing: 10px;
}

#dynamic-background {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about .content-box {
    display: flex;
    align-items: center;
}

.image {
    height: 100%;
}

.image img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.v_m {
    background-color: rgb(20, 19, 19);
}

.v_m .content {
    border: 2px solid #F4CD60;
    color: #fff;
}

.v_m .content h2 {
    color: #F4CD60;
    font-size: 3em;
}

.v_m .content .line {
    border: 4px solid #F4CD60;
}

.culture .btn {
    background-color: #080734;
    padding: 8px 32px;
    color: #fff;
    transition: all ease-in-out .4s;
}

.culture .btn:hover {
    background-color: #F4CD60;
    color: #080734;
    letter-spacing: 1px;
}

.why {
    background-color: rgb(20, 19, 19);
    color: #fff;
}

.why .content {
    padding-left: 150px;
}

.why .img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.why .btn {
    background-color: #F4CD60;
    transition: all ease-in-out .4s;
}

.why .btn:hover {
    background-color: #0c49b9;
    letter-spacing: 1px;
}

.col-box, .img-box {
    padding: 0;
}


/* ======= TEAM PAGE ======= */


.team .box {
    background-color: rgb(229, 229, 229);
    border-radius: 8px;
}

/* ==== Services Page ====== */

.services .box {
    background-color: #e5e5e5;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.services .box img {
    width: 80%;
}

/* ==== Contact Page ===== */

.contact .content {
    background-color: #e5e5e5;
    height: 100%;
    display: flex;
    align-items: center;
}

input:focus, textarea:focus, .form-floating:focus {
    outline-style: none !important;
    box-shadow: none !important;
    outline-color: transparent !important;
    outline: none !important;
}

.contact #mybtn {
    padding: 8px 32px;
    background-color: #080734;
    color: #fff;
    transition: all ease-in-out .4s;
    border: none;
}

.contact #mybtn:hover {
    background-color: #F4CD60;
    color: #080734;
}

.safety {
    background-image: url('../img/quote-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.safety .quote-box {
    background-color: rgba(0,0,0, .5);
    height: 100%;
    width: 100%;
}

.safety .quote-box .quote {
    border-left: 15px solid #F4CD60;
    color: #fff;
    margin-left: 5%;
}

.safety .quote-box .quote h2 {
    color: #F4CD60;
    font-weight: bold;
}

/* ==== Cookie page ==== */

h4 {
    color: #09307A;
    font-weight: bold;
}

/* Responsiveness */

@media screen and (max-width: 1075px) {
    
}

@media screen and (max-width:992px) {

    .hero .box .content-box {
        width: 70% !important;
        left: 10% !important;
    }

    .testimonial {
        height: 580px !important;
    }
}

@media screen and (max-width:768px) {

    .hero .box .content-box {
        width: 95% !important;
        left: 2% !important;
    }

    .testimonial {
        height: 550px !important;
    }

    .quick-links {
        margin-bottom: 20px !important
        ;
    }
}