body {
    font-family: sabonroman;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Viewport width */
html {
    width: 100%;
    overflow-x: hidden;
}

/* Center the intro text on the screen */
#intro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Basic styling for the home page */
#about {
    /* padding: 20px; */
    text-align: center;
    width: 100%;
    background-color: #f8f6f4 !important;
}

.abt-scpr-image {
    height: 100%;
    /* height: 100vh; */
    min-height: 500px;
    background-image: url(../img/scpr-bg-journey.jpg);
    /*background-image: url("../img/scpr-bg.jpg");*/
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    border-bottom: 0.5px solid silver;
}

.abt-scpr-image h1 {
    color: #b78b81;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
}

.abt-scpr-image p {
    margin-top: 0px !important;
    color: silver;
    letter-spacing: 3px !important;
}

.abt-scpr-image button {
    margin-top: 15px;
    padding: 10px 40px 10px 40px;
    background-color: transparent;
    border: 1px solid silver;
    color: silver;
    border-radius: 0;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
}

.abt-scpr-image button:hover {
    padding: 10px 40px 10px 40px;
    background-color: #b78b81;
    border: 1px solid #b78b81;
    color: #fff;
    border-radius: 0;
    font-family: Arial, Helvetica, sans-serif;

}


/* Main Banner */
.image-background {
    height: 100vh;
    min-height: 500px;
    background-image: url("../img/scpr-main.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.abt-scpr {
    /* height: 100vh; */
    /* min-height: 500px; */
    background-image: url("../img/scpr-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* width: max-content; */
}

.display-2 {
    margin-top: -200px;
    color: rgb(183, 139, 129);
    font-size: 40px;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 700;
}

.lead {
    color: rgb(183, 139, 129);
    font-size: 16px;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 700;
}


.showcase {
    width: 100%;
    height: 500px;
    position: relative;
    color: white;
    text-align: center;
}

.showcase img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.showcase .overlay {
    width: 100%;
    height: 500px;
    background-color: rgba(0, 35, 82, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.showcase h2 {
    margin-top: 170px;
    font-size: 3em;
}

.showcase p {
    margin-top: 8px;
    font-size: 1.2em;
}

.content-wrapper {
    width: 100%;
    margin: 0 auto;
    /* display: table; */
    min-height: 600px;
}

/* .content {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
} */

.content h1 {
    color: #fff;

}

.content p {
    color: #fff;
}

/* Navbar */
.new-navbar {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}

.new-navbar .new-nav-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.new-navbar .new-nav-menu .new-nav-item {
    position: relative;
    min-width: 200px;
    text-align: left;
}

.new-navbar .new-nav-menu .new-nav-item .dot {
    display: block;
    color: #b78b81;
    padding: 5px 0;
}

.new-navbar .new-nav-menu .new-nav-item .dot::before,
.new-navbar .new-nav-item .dot::after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 50%;
    top: 50%;
    transition: all .3s ease;
}

.new-navbar .new-nav-menu .new-nav-item .dot::before {
    width: 5px;
    height: 5px;
    left: 0;
    border: 2px solid #b78b81;
    transform: translateY(-50%);
}

.new-navbar .new-nav-menu .new-nav-item .dot::after {
    width: 15px;
    height: 15px;
    border: 2px solid #b78b81;
    left: -5px;
    transform: translateY(-50%) scale(0);
}

.new-navbar .new-nav-menu .new-nav-item .dot.active::before,
.new-navbar .new-nav-menu .new-nav-item:hover .dot::before {
    background: #b78b81;
    border-color: #b78b81;
}



.new-navbar .new-nav-menu .new-nav-item .dot.active::after,
.new-navbar .new-nav-menu .new-nav-item:hover .dot::after {
    transform: translateY(-50%) scale(1);
}

.new-navbar .new-nav-menu .new-nav-item .dot span {
    display: inline-block;
    opacity: 0;
    /* font-weight: 700; */
    letter-spacing: 1.5px;
    text-transform: capitalize;
    padding: 10px 20px;
    border-radius: 3px;
    margin-left: 30px;
    transform: translateX(-20px);
    transition: all .3s ease;
}

.new-navbar .new-nav-menu .new-nav-item .dot span::before {
    display: block;
    position: absolute;
    content: '';
    border-right: 20px solid #b78b81;
    width: 0px;
    height: 2px;
    top: 50%;
    transform: translate(-7px, -50%);
    left: 0;
    transition: all .3s ease;
}

.new-navbar .new-nav-menu .new-nav-item .dot.active span,
.new-navbar .new-nav-menu .new-nav-item:hover .dot span {
    transform: translateX(0px);
    opacity: 1;
}

/* Home Styles */
#about {
    background-color: #f6f6f6;
    height: auto !important;
}

#about button {
    border: 2px solid #ffffff;
    color: #e8e8e8;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    padding: 12px 25px;
    font-weight: 700;
    /* font-family: 'Poppins', sans-serif; */
    transition: all .3s ease;
    margin-top: 20px;
}

#about button:hover {
    /* background-color: #d7d7d7; */
    border: 2px solid #d7d7d7;
    color: #e8e8e8;
}

#about p {
    text-align: justify;
}

/* About Styles */
#services {
    background-color: #171717 !important;

}

#services .container {
    padding: 100px 0;
}

#services p {
    font-size: 13px;
    color: #d0d0d0;
    font-style: italic;
    padding-top: 15px;
    /* color: #b78b81; */
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 25px;
    /* font-weight: 600; */
}


.abt-main-cnt button {
    background-color: none;
    border: 1px solid #ffffff;
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-top: 30px;
    color: #ffffff;
    border-radius: 0;
    padding: 10px 40px 10px 40px;
    margin-left: 35%;
    font-family: Arial, Helvetica, sans-serif;
}

.abt-main-cnt button:hover {
    background-color: #b78b81;
    border: 1px solid #b78b81;
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-top: 30px;
    color: #ffffff;
    border-radius: 0;
    padding: 10px 40px 10px 40px;
    margin-left: 35%;
    font-family: Arial, Helvetica, sans-serif;
}

#services img {
    /* margin-top: 40px; */
    width: 100%;
    /* max-width: 400px; */
}

.abt-text {
    color: #b78b81;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 600;
}

/* Services Styles */
#test {
    background-color: #202020 !important;
    padding: 140px 20px 140px 20px;
}

#test .services {
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#test .services .test {
    width: 100%;
    /* max-width: 45%; */
    /* padding: 1%; */
    box-sizing: border-box;
}

#test .text-right {
    float: none;
    text-align: right;
}

#test .text-left {
    float: none;
    text-align: left;
}

/* Testimonials Styles */
#contact {
    background-color: #202020 !important;
    border-top: 1px solid #595959;
    padding: 100px 20px 100px 20px;

}

#contact img {
    padding: 10px;
}

#contact h6 {
    padding-top: 25px;
    color: rgb(166, 166, 166);
    text-transform: uppercase;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 600;
}

#contact a {
    font-size: 10px;
    text-decoration: none;
    color: #b78b81;
    letter-spacing: 3px;
    text-align: center;
    /* padding-top: 230px; */
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: relative;
    padding-top: 30px;
}

#contact img:hover {
    background-color: #2c2c2c !important;
    /* border-radius: 100px; */

}

#contact,
#test .content-wrapper {
    /* min-height: 400px; */
}

#contact p {
    color: #000;
}

#contact h1 {
    color: #000;
}

/* Contact Styles */
#contact {
    min-height: 400px;
    background-color: #222;
    color: #fff;
}

/* #contact .content-wrapper {
    min-height: 600px;
} */

#contact p {
    color: #eee
}

#contact .mail {
    font-size: 30px;
    margin-top: 40px;
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
    .display-2 {
        margin-top: -100px;
        font-size: 32px;
    }

    .lead {
        font-size: 14px;
    }

    .showcase h2 {
        margin-top: 120px;
        font-size: 2.5em;
    }

    .showcase p {
        font-size: 1em;
    }

    .new-navbar {
        left: 20px;
    }

    .new-navbar .new-nav-menu .new-nav-item .dot span {
        font-size: 14px;
    }

    #about p {
        /* width: 90%; */
    }

    #services .services .service {
        width: 100%;
    }
}


.conf-txt {
    color: #b78b81;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-top: 10px;
    padding-bottom: 30px;
    /* padding-bottom: 40px; */
}

.con-date h6 {
    font-size: 14px;
    color: #000;
}

.con-date h3 {
    color: #b78b81;
    font-weight: 700;
}

.scpr-conf-row h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
}

.scpr-conf-row h6 {
    color: #595959;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* font-weight: 700; */

}

.scpr-conf-row {
    background-color: #fff;
    padding: 20px;
    border-bottom: 0.7px solid lightslategray;
}


.scpr-conf-row:hover {
    border: 0.7px solid #b78b81;
    padding: 20px;
}

.scpr-conf-row .btn {
    border-radius: 0;
    background-color: none;
    border: 1px solid #b78b81 !important;
    color: #b78b81 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;

}

.scpr-conf-row .btn:hover {
    border-radius: 0;
    background-color: #b78b81 !important;
    border: none;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;

}

.more-conf-btn {
    border-radius: 0 !important;
    background-color: none !important;
    border: 1px solid #b78b81 !important;
    padding: 10px 40px 10px 40px !important;
    margin-top: 60px !important;
    color: #b78b81 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500 !important;
}

.more-conf-btn:hover {
    border-radius: 0 !important;
    background-color: #b78b81 !important;
    border: 1px solid #b78b81 !important;
    padding: 10px 40px 10px 40px !important;
    margin-top: 60px !important;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500 !important;
}


.card-overlay-bottom {
    overflow: hidden;
    height: 560px;
}

.card-overlay-bottom::before {
    content: "";
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    width: 100%;
    z-index: 1;
}


.card-img-bg {
    background-image: url('../img/about-0.jpg');
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s;
}

.card-img-bg1 {
    background-image: url('../img/about-1.jpg');
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s;
}

.card {
    border-radius: 0;
}

.card:hover {
    border: 1px solid #b78b81;
}

.card-img-bg2 {
    background-image: url('../img/about-2.jpg');
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;

    /* transition: transform 0.5s; */
}

.card-img-overlay {
    z-index: 2;
}

.card-title {
    font-size: 25px;
    color: #b78b81;
    text-transform: uppercase;
}


.scrollspy-example {
    height: 400px;
    /* Adjust as needed */
    overflow-y: scroll;
    position: relative;
}


@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(32 32 32));
    /* background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255)); */
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(32 32 32));
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255)); */
}

.logo_items {
    display: inline-block;
    animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
    animation-play-state: paused;
}

.logo_items img {
    height: 100px;
}

.social_links i{
    font-size: 20px;
    color: rgb(0, 0, 0);
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
    margin-left: 10px;
}

.social_links i:hover{
    font-size: 20px;
    color: rgb(255, 255, 255);
    background-color: #b78b81;
    padding: 10px;
    border-radius: 30px;
    margin-left: 10px;
}