#backToTop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 0;
    background: #172e62;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

#backToTop.show {
    opacity: 1;
    pointer-events: auto;
}

#backToTop:hover {
    background: #e5c686;
    color: #0c1428;
}

/* Shrink */
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.97);
}

.gallery-item {
    overflow: hidden;
}

.gallery-item img {
    transition: all 0.4s ease;
    cursor: pointer;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

body {
    font-family: "Prompt", sans-serif;
    scroll-behavior: smooth;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.a-none:hover,
a,
a:hover {
    text-decoration: none !important;

}

.text-muted-custom a:hover {
    color: #c09a58 !important;
}

.a-none:hover,
a {
    text-decoration: none !important;
    color: #ffffff;
}

text-gold {
    color: #c09a58 !important;
}

text-blue {
    color: #003677 !important
}

text-sky-blue {
    color: #ced3f6;
     !important
}

text-white {
    color: #ffffff !important
}

.head {
    height: 100vh;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    background-image: url("../images/background-head.png");
    background-size: cover;
}

.scroll-down {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    letter-spacing: 2px;
    color: #ced3f6;
    animation: fadeUpDown 1.5s infinite;
    font-weight: 200;
}

.scroll-down .arrow {
    margin: 8px auto 0;
}

@keyframes fadeUpDown {

    0%,
    100% {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, 10px);
        opacity: 0.6;
    }
}

.uppercase-spacing {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.text-under-title {
    font-size: clamp(1.375rem, 1.182rem + 0.5369vw, 1.625rem);
    /*26*/
    color: #8e8e8e;
    font-weight: 200;
}

.mt-top {
    margin-top: 76px;
}

.navbar.scrolled {
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

/******/
/*Head*/
/******/
.head-ourservice {
    background-image: url(../images/background-our-services.png);
    background-size: cover;
    background-position: center;
    padding: 180px 0 100px 0;
    text-align: center;
    color: #fff;
}

.head-ourservice h1 {
    font-size: clamp(2rem, 2.3926rem + 1.3423vw, 3.5rem);
    font-weight: 500;
    color: #e5c686;
    text-transform: uppercase;
}

.head-ourservice p {
    margin-top: 10px;
    opacity: 0.8;
    font-weight: 200;
    color: #ced3f6;
}

section {
    padding: 80px 0;
}

.lead {
    font-size: clamp(1.25rem, 0.8641rem + 1.0738vw, 1.75rem);
    color: #c09a58;
    font-weight: 200 !important;
}

/**************/
/*Introduction*/
/**************/
.intro-section {
    padding: 80px 0;
}

.bg-introduction {
    background-image: url("../images/introduction.png");
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.intro-small-title {
    letter-spacing: 4px;
    color: #999;
    font-size: 14px;
}

.intro-title {
    font-size: clamp(2.35rem, 1.2282rem + 2.1477vw, 3rem);
    color: #c39a5b;
    margin-top: .5rem !important;
}

.line {
    width: 80px;
    height: 4px;
    background-color: #b9ae7f;
    margin: 20px 0;
}

.intro-text {
    color: #555;
    line-height: 1.5;
    font-size: clamp(1rem, 0.9035rem + 0.2685vw, 1.125rem);
    font-weight: 200;
}

.highlight {
    color: #003677;
    font-weight: 500;
}

.quote {
    color: #003677;
    font-weight: 700;
    font-size: 24px;
    font-size: clamp(1.125rem, 0.8356rem + 0.8054vw, 1.5rem);
}

/****************/
/*Why Choose Us?*/
/****************/
.bg-why-choose-us {
    background-color: #f8f9fa;
}

.choose-box {
    background: #fff;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
    border: 1px solid #ffffff;
    transition: 0.3s;
    cursor: pointer;
}

.choose-box:hover {
    border: 1px solid #c5b27a;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.choose-box:hover .choose-number {
    color: #b9ae7f;
}

.choose-box:hover .choose-icon {
    transform: translateY(-12px);
    transition: all 0.35s cubic-bezier(.4, 0, .2, 1);
}

.choose-number {
    font-size: 40px;
    font-weight: 700;
    color: #ddd;
    margin-bottom: 10px;
    text-align: left;
    font-family: "Manrope", sans-serif;
}

.choose-icon {
    font-size: 40px;
    color: #c5b27a;
    margin-bottom: 15px;
    margin-top: -40px;
}

.choose-title {
    font-weight: bold;
    font-size: 24px;
    color: #003677;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.choose-text {
    font-size: 18px;
    color: #43474f;
    font-weight: 200;
}

/**************/
/*Our Services*/
/**************/
.bg-our-services {
    background-image: url(../images/our-services/background-our-services.png);
    background-size: cover;
}

.card-custom {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 420px;
    cursor: pointer;
    text-align: start;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
}

.card-custom:hover .card-img {
    transform: scale(1.08);
}

.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(4, 20, 40, 0.95) 10%, rgba(4, 20, 40, 0.7) 40%, rgba(4, 20, 40, 0.2) 80%);
    display: flex;
    align-items: flex-end;
    padding: 30px 24px 30px 24px;
}

.title {
    color: #f7d28b;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25;
    margin-top: -180px;
}

.desc {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
}

.number {
    position: absolute;
    bottom: -12px;
    left: 24px;
    font-size: 90px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.05);
    font-family: "Manrope", sans-serif;
}

.explore {
    margin-top: 75px;
    color: #60a5fa;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.3s;
    text-align: end;
}

.explore a {
    color: #60a5fa!important;
}

.explore a:hover {
    color: #ffffff!important;
}

/*************/
/*Our Clients*/
/*************/
.logo-item {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.logo-box {
    background: #fff;
    text-align: center;
    transition: transform 0.4s cubic-bezier(.2, .8, .2, 1), box-shadow 0.4s ease;
    border: 1px solid #e4e4e4;
    /*cursor: pointer;*/
}


.logo-box img {
    object-fit: contain;
    transition: transform 0.5s cubic-bezier(.2, .8, .2, 1);
}

.logo-box:hover {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

/************/
/*Contact Us*/
/************/

.bg-contact {
    background-image: url("../images/background-contact.png");
    background-size: cover;
}

.head-text-content {
    color: #fff;
    font-size: clamp(2rem, 3.3926rem + 1.3423vw, 4.5rem) !important;
    /*62-72*/
}

.text-content {
    color: #ced3f6;
    font-weight: 200 !important;
    font-size: clamp(1.125rem, 0.932rem + 0.5369vw, 1.375rem);
    /*18-22*/
}

.label {
    font-size: 12px;
    color: #e8c98a !important;
    letter-spacing: 1px;
}

.icon-box {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    margin-right: 15px;
    color: #e8c98a !important;

}

.icon-box a::hover {
    background: rgb(190 153 87) !important;
    color: #ffffff !important;
}

.info-row-1 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.info-row-2 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.name {
    font-size: clamp(1.625rem, 1.5285rem + 0.2685vw, 1.75rem);
    /*28*/
    color: #ffffff;
}

.text-muted-custom {
    color: #ffffff;
}

/********/
/*Footer*/
/********/
.bg-footer {
    background-color: #0d1428;
    font-size: 12px;
}

footer a:hover {
    color: #c49e69 !important;
}

.text-blue {
    color: #648fe6 !important;
}

/*************/
/*Back To Top*/
/*************/
.back-to-top {
    z-index: 9;
    right: 12px;
    bottom: 12px;
    opacity: 0.8;
    display: none;
    padding: 10px;
    position: fixed;
    text-decoration: none;
    padding: 7px 15px 13px 15px;
    background-color: #e5113e;
}

.back-to-top:hover {
    background-color: #d8143b;
    transition-duration: 0.4s;
}


@media (min-width: 992px)and (max-width:1199px) {
    .size-icon {
        width: 45%;
    }

    .intro-text {
        line-height: 1.5;
        font-size: 16px;
    }
}

@media (max-width:991px) {

    section.head-ourservice {
        padding: 160px 0 60px 0 !important;

    }
}

@media (min-width: 768px)and (max-width:991px) {
    section {
        padding: 60px 0 !important;
    }

}

@media (min-width: 576px)and (max-width:767px) {
    section {
        padding: 60px 0 !important;
    }
}

@media (max-width: 575px) {
    section {
        padding: 60px 0 !important;
    }
}
