@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif!important;
}

.fixed-top {
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
    transition: 0.5s ease-in-out;
}

.fixed-top .container .navbar-brand {
    padding: 15px 0;
}

.fixed-top .navbar-brand {
    width: 150px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-active {
    background-color: white !important;
    border-bottom: none;
    height: 60px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}

.nav-active .navbar-brand {
    width: 150px;
    height: 50px;
    background-image: url(images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.fixed-top .nav-link {
    color: #646887 !important;
    padding: 0px 30px !important;
}

.fixed-top .nav-link.active {
    color: #646887 !important;
}

.nav-active .nav-link {
    color: #646887 !important;
}

.nav-active .nav-link.active {
    color: rgba(61, 61, 61, 1) !important;
}

.fixed-top .dropdown-menu {
    margin-top: 29px !important;
    border-radius: 0px;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border: none;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.fixed-top .dropdown-item {
    color: rgba(61, 61, 61, 0.69) !important;
    transition: 0.15s ease-in-out;
}

.nav-active .dropdown-menu {
    margin-top: 20px !important;
}

.fixed-top .dropdown-item:hover {
    padding-left: 1.3rem;
}

.fixed-top .nav-button {
    background-color: white;
    border-radius: 16px;
    color: rgba(61, 61, 61, 0.69) !important;
}

.nav-active .nav-button {
    background-color: #47c9e5;
    border-radius: 16px;
    color: rgba(255, 255, 255, 1) !important;
}

@media only screen and (max-width: 992px) {
    .fixed-top {
        position: absolute;
    }

    .fixed-top .nav-link {
        color: rgba(61, 61, 61, 0.69) !important;
        padding: 16px 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, .07) !important;
    }

    .fixed-top .nav-link.active {
        color: rgba(61, 61, 61, 1) !important;
    }

    .navbar-collapse {
        background-color: white;
        width: 100vw;
        position: absolute;
        top: 80px;
        left: 0;
        padding: 30px;
    }

    .fixed-top .dropdown-menu {
        margin-top: 0px !important;
    }

    .fixed-top .dropdown-menu {
        box-shadow: none;
    }
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:hover {
    box-shadow: none;
    border: none;
}

#jumbotron {
    height: 98vh;
}

#jumbotron .col-md-6 {
    position: relative;
    height: 98vh;
}

#jumbotron .col-md-6 img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#jumbotron .info {
    padding: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#jumbotron .info p {
    font-family: 'Open Sans', sans-serif!important;
    font-size: 18px;
    /*color: #707070;*/
}

#jumbotron .info h3 {
    font-family: "Montserrat";
    font-size: 20px;
    /*color: #707070;*/
    font-weight: bold;
    padding: 15px 0px;
}

.btn {
    padding: 10px 30px;
}

.btn-primary {
    background-color: #636685;
    color: white;
    border: none;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #636685;
    color: white;
    border: none;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: bold;
    opacity: 0.8;
}

#services {
    position: relative;
}

#services .col-md-8 {
    position: relative;
}

#services .col-md-4 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
}


#services h1,
.gallery h1 {
    font-size: 5vw;
    font-family: "Montserrat";
    font-weight: bold;
    color: rgba(255, 255, 255, 0);
    -webkit-text-fill-color: #636685;
    -webkit-text-stroke-width: 0px !important;
    -webkit-text-stroke-color: #636685;
    position: relative;
    left: 0;
    width: 100%;
    text-align: center;
}

#services h3 {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 3rem;
}

#services p {
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 18px;
    color: #707070;
}

.largeText h4 {
    font-size: 8rem;
    color: rgba(255, 255, 255, 0);
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-width: 0px !important;
    -webkit-text-stroke-color: #D4D4D4;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat";
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    opacity: 0.2;
    transition: 0.5s ease-in-out;
}

#services .card .content {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}

.box {
    position: absolute;
    bottom: 20%;
    width: 100%;
    transform: translateX(-50%);
    transform: translateY(0%);
    text-align: center;
    color: white;
    font-family: 'Open Sans', sans-serif!important;
    transition: 0.5s ease-in-out;
}

#services .card .content .box h5 {
    font-size: 2rem !important;
}

.circle {
    background-color: #cdc3ba;
    height: 350px;
    width: 350px;
    position: absolute;
    top: -90px;
    right: -175px;
    border-radius: 50%;
    z-index: 1;
    transition: 0.5s ease-in-out;
}

.scrolling-wrapper .card:hover {
    background-color: #cdc3ba;
}

.scrolling-wrapper .card:hover .circle {
    right: -15px;
    background-color: red;
    background-color: #636685;
}

.scrolling-wrapper .card:hover h4 {
    opacity: 0;
}

.scrolling-wrapper .card:hover .box {
    bottom: 35%;
}

.textContainer {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
    color: white;
    font-family: 'Open Sans', sans-serif!important;
    transition: 0.5s ease-in-out;
}

.scrolling-wrapper .card:hover .textContainer {
    color: #636685;
}

#services .heading {
    font-size: 4rem;
    margin-bottom: 0px;
    text-align: center;
}

/* Works on Firefox */
.scrolling-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #cdcdcd #f1f1f1;
    border-radius: 16px !important;
}

/* Works on Chrome, Edge, and Safari */
.scrolling-wrapper::-webkit-scrollbar {
    width: 12px;
    border-radius: 16px !important;
}

.scrolling-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 16px !important;
}

.scrolling-wrapper::-webkit-scrollbar-thumb {
    background-color: #cdcdcd;
    border-radius: 20px;
    border: 3px solid #f1f1f1;
    border-radius: 16px !important;
}

#aboutUs {
    margin: 160px 0px;
    position: relative;
}

#aboutUs h1 {
    position: absolute;
    font-size: 250px;
    font-family: "Montserrat";
    font-weight: bold;
    color: rgba(255, 255, 255, 0);
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-width: 0px !important;
    -webkit-text-stroke-color: #D4D4D4;
    z-index: -1;
}

#aboutUs h3 {
    font-size: 4rem;
    margin-bottom: 0px;
    text-align: center;
    z-index: 99;
    color: #707070;
    margin-bottom: 120px;
}

#aboutUs video {
    width: 100%;
    height: auto;
}

#aboutUs p {
    /*color: #707070;*/
    font-family: 'Open Sans', sans-serif!important;
}

#contactUs {
    position: relative;
}

#contactUs h1 {
    position: absolute;
    top: -100px;
    font-size: 250px;
    font-family: "Montserrat";
    font-weight: bold;
    color: rgba(255, 255, 255, 0);
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-width: 0px !important;
    -webkit-text-stroke-color: #D4D4D4;
    z-index: -1;
}

#contactUs h3 {
    font-size: 4rem;
    margin-bottom: 0px;
    text-align: center;
    z-index: 99;
    color: #707070;
    margin-bottom: 120px;
}

#contactUs h4 {
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif!important;

}

#contactUs p {
    color: #707070;
    font-family: 'Open Sans', sans-serif!important;
}

#footer {
    background-color: #636685;
    padding: 30px;
    margin-top: 90px;
}

#footer img {
    height: 80px;
}

@media only screen and (max-width: 768px) {
    #jumbotron {
        height: 98vh;
    }

    #jumbotron .col-md-6 {
        position: relative;
        height: auto;
    }

    #jumbotron .col-md-6 img {
        height: auto;
        width: 100%;
        position: relative;
        top: 50%;
        transform: translateY(0);
    }

    #jumbotron .info {
        padding: 0px;
        position: relative;
        top: 50%;
        transform: translateY(0);
        text-align: center;
    }

    #aboutUs p {
        text-align: center;
    }

    #services h1,
    .gallery h1 {
        font-size: 10vw;
        font-family: "Montserrat";
        font-weight: bold;
        color: rgba(255, 255, 255, 0);
        -webkit-text-fill-color: #636685;
        -webkit-text-stroke-width: 0px !important;
        -webkit-text-stroke-color: #636685;
        position: relative;
        left: 0;
        width: 100%;
        text-align: center;
    }

    #services .col-md-4 {
        text-align: center;
    }

    #services .col-md-4 .card {
        margin-right: 0px;
    }
    
    #contactUs {
        text-align: center;
    }

    #contactUs h4 {
        font-size: 2rem;
        font-family: 'Open Sans', sans-serif!important;
        font-family: 'Open Sans', sans-serif!important;
        margin-top: 0px!important;
    }
    .carousel-item {
        padding: 15px!important;
    }
    .carousel-item h3 {
        font-size: 5vw!important;
    }
}

.navbar-light .navbar-toggler-icon {
    justify-content: flex-end;
    text-align: right;
}

.gallery {
    margin-top: 120px;
}

.trophy {
    margin-top: 90px;
}

/* Create four equal columns that sits next to each other */
.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}

#aboutUs img {
    height: : 600px;
    width: 100%;
    object-fit: contain;
    object-position: center center;
}
