﻿body {
    font-family: Montserrat;
}

html {
    scroll-behavior: smooth;
}

.c-padding {
    padding: 70px 0;
}

.sub-heading {
    font-size: 16px;
    color: #b6a208;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.main-heading {
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.paragraph {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #4D4D4D;
}

.btn {
    background: #b6a208;
    border-color: #b6a208;
    letter-spacing: 1px;
    color: #ffffff;
    box-shadow: 0px 2px 30px 0px rgb(182 162 8 / 54%);
    padding: 12px 24px;
    font-size: 16px;
    margin-top: 22px;
    border-radius: 50px;
}

    .btn:hover {
        box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.2);
        background: #b6a208;
        color: #ffffff;
    }

.navigation {
    background: transparent;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
}

    .navigation nav {
        background-color: white;
    }

    .navigation .top-header ul {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        padding: 10px;
    }

    .navigation .top-header {
        background: black;
        color: white;
    }

        .navigation .top-header li {
            margin-right: 15px;
        }

a.nav-link {
    color: rgb(0, 0, 0);
    font-size: large;
}

    a.nav-link:hover {
        color: black;
        text-decoration: underline;
    }

.Why-Choose .layer-title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.Why-Choose .layer {
    text-align: center;
    padding: 35px 20px;
    box-shadow: 5px 10px 25px 2px rgba(0, 0, 0, 0.07);
    background: radial-gradient(#c5a31b38, #f1eacc1f);
}

.Why-Choosee .layer-icon {
    font-size: 45px;
    margin-bottom: 15px;
    color: #b6a208;
}

.Why-Choose .layer:hover {
    box-shadow: 5px 10px 25px 2px rgba(0, 0, 0, 0.07);
}

.Why-Choose .layer-section {
    margin-top: 45px;
}
a.navbar-brand img {
    width: 45px;
}
header {
    background-color: #EDF4F2;
    background-image: url('../../Images/sm-header-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: backgroundd 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 220px 0px 80px 0px;
    position: relative;
}

.cursor {
    border-left: 4px solid white;
}

.wrapper {
    font-size: 60px;
    color: #b6a208;
    font-weight: 700;
    text-shadow: 5px 5px 3px #000000;
    letter-spacing: 8px;
}

.blank-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #b6a20878;
    top: 0;
    left: 0;
}

.blank-section {
    background-repeat: no-repeat;
    background-size: cover;
    height: 398px;
    position: relative;
    background-position: top;
}
/* Define the animations */
@keyframes moveUpToDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-24px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes moveDownToUp {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(24px);
    }

    100% {
        transform: translateY(0);
    }
}

.layer {
    animation-duration: 2.3s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-timing-function: linear;
}

.layer-1, .layer-3 {
    animation-name: moveUpToDown;
}

.layer-2, .layer-4 {
    animation-name: moveDownToUp;
}

.Services {
    background: #f2efd4cc;
}

.service-boxes {
    background: white;
    color: #b6a208;
    padding: 20px;
    border-radius: 10px;
    width: fit-content;
    margin-bottom: 20px;
}

.service-layer-active {
    background: #b6a208;
    color: white;
    padding: 20px;
    border-radius: 10px;
    transform: rotate(-2deg);
    width: fit-content;
    margin-bottom: 20px;
}

.service-blank-layer .btn {
    padding: 6px 12px !important;
    margin-top: 0 !important;
}

.service-boxes .service-btn {
    background: none;
    border: none;
    color: #b6a208;
    letter-spacing: 1px;
    text-decoration: underline;
}

.service-layer-active .service-btn {
    background: none;
    border: none;
    color: white;
    letter-spacing: 1px;
    text-decoration: underline;
}

.service-boxes li, .service-layer-active li {
    font-size: 22px;
    font-weight: 600;
}

.service-boxes ul, .service-layer-active ul {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.our_strengths .bg-green {
    background: #b6a208;
    padding: 20px;
    border-radius: 15px;
    color: white;
    position: relative;
}

.our_strengths button {
    background: #1a2b2f;
    border-color: #1a2b2f;
    letter-spacing: 1px;
    color: #ffffff;
    box-shadow: 0px 2px 30px 0px rgb(26 43 47 / 59%);
    padding: 12px 24px;
    font-size: 16px;
    margin-top: 22px;
    border-radius: 50px;
}

.our_strengths img {
    border: 0;
    width: 82%;
    border-radius: 10px;
    margin: auto;
    display: block;
}

.our_strengths .position-absolute {
    position: absolute !important;
    right: 0;
    top: -35px;
}

.icon__box-item {
    display: block;
    flex-direction: block;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px 15px 15px 15px;
    padding: 18px 40px 22px 40px;
    transition: 0.4s;
}

.about-us .lappy-bg {
    position: relative;
}

.flexitype-icon-box {
    right: 105px;
    position: absolute;
    bottom: 0px;
    animation: bounce-y 3s infinite linear;
}

@keyframes bounce-y {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.icon__box-item-icon i {
    font-size: 45px;
    color: #b6a208;
}

.icon__box-item-icon {
    margin-bottom: 10px;
}

.icon__box-item-content h5 {
    font-family: "Outfit", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    color: #0D0C24;
}

.icon__box-item-content p {
    font-family: "Outfit", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #0D0C24;
}

.about-us .attachment-full {
    position: absolute;
    top: 0;
    right: 70px;
    animation: bounce-y 3s infinite linear;
    z-index: -1;
}

.about-us span.icon-list-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.flexitype_counter {
    text-align: left;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E9E9E9;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    border-radius: 15px 15px 15px 15px;
    padding: 25px 0 20px 0;
}

.flexitype_counter-content-number h2 {
    color: #0D0C24;
    font-family: "Outfit", Sans-serif;
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 0;
    font-weight: 600;
}

.flexitype_counter-icon {
    text-align: center;
}

.navbar {
    position: relative;
    transition: all 0.3s ease;
}

.fixed-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #f8f4e3 !important;
    box-shadow: 0px 0px 24px #b5a842;
}

.service .absolute-img {
    top: 0;
    z-index: -1;
    opacity: .2;
    animation: bounce-y 3s infinite linear;
}

.flexitype_team_two-item-content {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E9E9E9;
    position: relative;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    margin: -80px 30px 30px 30px;
    padding: 30px 25px;
    text-align: center;
    transition: 0.4s;
}

    .flexitype_team_two-item-content .title h6 {
        font-size: 24px;
        font-weight: 500;
        line-height: 10px;
    }

.flexitype_team_two-item-content-social ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.flexitype_team_two-item-content i {
    color: #0D0C24;
    background: #02010100;
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EEEEEE;
    border-radius: 50px;
    align-content: center;
    margin: 10px 5px;
}

.flexitype_team_two-item:hover .flexitype_team_two-item-content {
    background: #b6a208;
    border-color: #b6a208;
    transform: translateY(-20px);
}

.flexitype_team_two-item:hover .flexitype_team_two-item-image img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.flexitype_team_two-item:hover .flexitype_team_two-item-content .title h6,
.flexitype_team_two-item:hover .flexitype_team_two-item-content .title span,
.flexitype_team_two-item:hover .flexitype_team_two-item-content i {
    color: white;
}

.flexitype_team_two-item-image img {
    border-radius: 20px;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    object-fit: cover;
    height: 420px;
    max-width: 100%;
    width: 100%;
}

footer {
    background: #f8f4e3;
}

    footer .footer-icon {
        display: flex;
    }

        footer .footer-icon li {
            background: #f8f4e3;
            margin: 2px;
            border-radius: 50px;
            font-size: 20px;
            padding: 5px 10px;
            border: 1px solid #e4e0bb;
            transition: 1s;
        }

            footer .footer-icon li:hover {
                background-color: #b6a208 !important;
            }

    footer .heading {
        font-size: 24px;
        font-weight: 600;
        line-height: 37px;
        color: #b6a208;
        text-transform: capitalize;
    }

    footer .paragraph, footer .paragraph a {
        color: #212529;
        transition: color 0.4s;
        font-size: 17px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: .4px;
        padding-bottom: calc(15px / 2);
        text-decoration: none;
        text-transform: capitalize;
    }

        footer .paragraph a:hover {
            color: #b8a510;
        }

    footer li.icon i {
        background: #b6a208;
        width: 40px;
        height: 40px;
        margin: 0px 14px 0px 0px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer .Contact-details {
        display: flex;
        align-items: center;
    }

.footer-bottom {
    padding: 10px 0;
    background: #b6a208;
    text-align: center;
}
