@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --white: #fff;
    --black: #000;
    --theme-color: #272262;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: var(--black);
    overflow-x: hidden;
    height: 100%;
    /* font-family: 'Nunito', sans-serif; */
    /* font-family: "Montserrat", sans-serif; */
    font-family: 'Poppins', sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1440px;
    }
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.8;
    color: var(--white);
    font-family: "Nunito", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Nunito', sans-serif; */
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Oswald", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

figure {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar-brand img {
    max-height: 150px;
    transition: 0.3s ease-in-out;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.site-logo {
    position: relative;
    width: 12.5rem;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.header-menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    margin-left: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-toggler {
    display: inline-flex;
    align-items: center;
    outline: 0;
    background-color: transparent;
    border: 0;
    padding: 4px 0;
    z-index: 11;
    outline: none;
}

.menu-toggler:focus {
    outline: none;
}

.menu-toggler .navbar-icon {
    height: 30px;
    width: 53px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.menu-toggler .navbar-icon span {
    height: 2px;
    width: 52px;
    background-color: var(--white);
    display: flex;
    position: relative;
    transition: all ease 0.5s;
}

.menu-toggler.active span {
    background-color: var(--white);
}

.menu-toggler .navbar-icon > span:nth-child(2) {
    margin: 10px 0;
    display: table;
}

.menu-toggler.active .navbar-icon > span:not(:nth-child(2)) {
    position: absolute;
}

.menu-toggler.active .navbar-icon > span:nth-child(1) {
    transform: rotate(45deg);
}

.menu-toggler.active .navbar-icon > span:nth-child(3) {
    transform: rotate(-45deg);
}

.menu-toggler.active .navbar-icon > span:nth-child(2) {
    opacity: 0;
}

/*overlay nav*/

.navigation-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.navigation-menu .navigation-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.navigation-menu .navigation-bg.one {
    width: 4px;
    background-color: var(--theme-color);
}

.navigation-menu .navigation-bg.two {
    width: 0;
    background-color: var(--black);
}

.navigation-menu .navigation-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.navigation-menu .nav-inner {
    position: relative;
    text-align: right;
}

.navigation-menu .nav-inner .nav-link {
    font-size: 2rem;
    font-weight: 200;
    color: var(--white);
    line-height: 1.4;
    text-transform: uppercase;
}

.navigation-menu .nav-inner .nav-link:hover,
.navigation-menu .nav-inner .nav-link:focus,
.navigation-menu
.nav-inner
.active
.nav-link:hover
.navigation-menu
.nav-inner
.active
.nav-link:focus,
.navigation-menu .nav-inner .active .nav-link {
    color: var(--theme-color);
}

.top-nav {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 18.75rem;
    transform: translateX(100%);
    width: 12.5rem;
    padding-top: 4rem;
}

.top-nav ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 1.0625rem;
    font-weight: 200;
    color: var(--white);
    display: inline-block;
    text-transform: uppercase;
    line-height: 2;
    position: relative;
}

.top-nav ul li a::before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: var(--white);
    position: absolute;
    left: 0;
    top: 1rem;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}

.top-nav ul li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.main-slider {
    height: 100%;
    display: flex;
    align-items: center;
    /* background: url(../images/banner-1.jpg) center/cover no-repeat; */
}

.sec-heading {
    font-family: "Oswald", sans-serif;
    font-size: 4rem;
    font-weight: 400;
    color: var(--white);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 10px;
}

.themeBtn {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--white);
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 1;
    gap: 0.5rem;
    height: 40px;
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.themeBtn::before,
.top-nav ul li a::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: var(--white);
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1);
}

.themeBtn:hover::before,
.top-nav ul li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.themeBtn i.fa-long-arrow-right {
    margin-left: -2rem;
    transition: 0.3s ease-in-out;
}

.themeBtn i.fa-chevron-right {
    transition: 0.3s ease-in-out;
    font-size: 0;
}

.themeBtn:hover {
    color: var(--white);
}

.themeBtn:hover i {
    margin-left: 0;
    color: var(--white);
}

.themeBtn:hover i.fa-chevron-right {
    font-size: 1.25rem;
}

.themeBtn:hover i.fa-long-arrow-right {
    font-size: 0;
}

/* Begin: Title CSS */
.title {
    margin-bottom: 2em;
    display: table;
}

.title span {
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0 1rem;
    margin-bottom: 0.5rem;
}

.title span .line {
    height: 2px;
    width: 100px;
    background: var(--white);
}

.title h2 {
    font-size: 4.0625rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    color: var(--white);
}

/* END: Title CSS */
.aboutSec {
    display: flex;
    height: 100%;
    align-items: center;
    /* background: url(../images/aboutBg.jpg) center/cover no-repeat; */
}

.aboutSec .title h3 {
    font-weight: 400;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 1.375rem;
    margin-top: 0.6rem;
}

.aboutSec figure {
    position: relative;
    z-index: 1;
}

.aboutSec figure::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -2.5rem;
    top: -2.5rem;
    width: 100%;
    max-width: 494px;
    height: 100%;
    max-height: 494px;
    border: 10px solid var(--white);
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.aboutSec p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8;
    color: var(--white);
    font-family: "Nunito", sans-serif;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.05, 1.05);
    }
    100% {
        transform: scale(1, 1);
    }
}

.btnStyle {
    background: linear-gradient(to bottom, var(--theme-color), var(--theme-color));
    background-size: 100% 0;
    background-position: top;
    background-repeat: no-repeat;
    background-color: var(--black);
    color: var(--white);
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    min-width: 200px;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
    padding: 1.2rem 2em;
    margin: 0.5rem 0;
    transition: all 0.4s ease;
    border-top: 2px solid var(--theme-color);
}

.btnStyle:hover {
    box-shadow: inset 00px 100px 0px 0px var(--theme-color) 100%;
    color: var(--white);
    background-size: 100% 100%;
}

/* Services Section */
.serviceSec {
    /* background: url(../images/serviceBg.jpg) center/cover no-repeat; */
}

.serviceSec .title {
    margin-bottom: 2rem;
}

.serviceSec .title p {
    font-weight: 600;
}

.servicesThumb {
    position: relative;
    overflow: hidden;
    margin: 0 1.6875rem 3.375rem;
    background-color: var(--black);
}

.servicesThumb .ServTitle {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.servicesThumb img {
    opacity: 0.5;
    transition: opacity, ease all 2s;
    transform: scale(1);
}

.servicesThumb:hover img,
.servicesThumb:focus img {
    opacity: 1;
    transform: scale(1.1);
}

.servicesCarousel1 {
    transform: rotate(180deg);
}

.servicesCarousel1 .slick-slide {
    transform: rotate(180deg);
}

/* feature-sec */
.feature-sec {
    padding: 0;
    position: relative;
}

.feature-inner {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

/* contact-sec */
.contact-sec {
    background-color: var(--theme-color);
}

footer {
    background-color: #141c23;
    padding-top: 5rem;
}

footer h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 2rem;
}

.cntctInfo,
.links {
    list-style: none;
    padding-left: 0;
}

.links li a {
    color: var(--white);
    font-weight: 400;
    line-height: 2;
    font-size: 16px;
    text-decoration: none;
}

.cntctInfo li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    line-height: 1.5;
    text-decoration: none;
    display: inline-flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.cntctInfo li a strong {
    display: block;
    font-weight: 600;
    font-size: 1rem;
}

.links li a:hover,
.cntctInfo li a:hover {
    color: rgba(255,255,255,0.5);
}

.socialIo {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    gap: 1rem;
    margin-top: 2rem;
}

.socialIo li a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: grid;
    text-decoration: none;
    place-items: center;
    color: var(--white);
}

.socialIo li a.pinterest {
    background-color: #e83f3a;
}

.socialIo li a.fb {
    background-color: #4b69b0;
}

.socialIo li a.insta {
    background: #f09433;
    background: -moz-linear-gradient(
            45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%
    );
    background: -webkit-linear-gradient(
            45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%
    );
    background: linear-gradient(
            45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%
    );
}

.socialIo li a.ytube {
    background-color: #e83f3a;
}

.copyRight {
    margin-top: 3rem;
    border-top: 1px dotted rgb(172, 172, 172);
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyRight p {
    margin: 0;
    font-size: 16px;
}

.backToTop {
    position: fixed;
    right: 8rem;
    bottom: 3rem;
}

/* PreLoader CSS Start */

.anloader.hide {
    background: transparent;
}

.anloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: var(--black) url(../images/aboutBg.jpg) center/cover no-repeat;
}

.anloader > div {
    width: 75%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: -25%;
    background: var(--black);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all 1.5s ease-in-out;
}

.anloader > div:nth-child(2) {
    top: auto;
    align-items: center;
    bottom: 0px;
    right: -25%;
    left: auto;
    justify-content: flex-start;
}

.anloader.hide > div {
    height: 100%;
    width: 50%;
    overflow: hidden;
    box-shadow: 16px 0px 20px 0px #ffffff26;
    transform: perspective(600px) scaleZ(0.5) rotateY(-90deg);
}

.anloader > div img {
    max-width: 500px;
}

.anloader.hide > div:nth-child(2) {
    box-shadow: -16px 0px 20px 0px #ffffff26;
    width: 50%;
    right: -25%;
    transform: perspective(600px) scaleZ(0.5) rotateY(90deg);
}

/* PreLoader CSS Ends */
.ctaSection {
    background: #272262a1 url(../images/ctaBnnr.png) center/cover no-repeat;
    padding: 6rem 0;
    text-align: center;
}

.ctaSection h2 {
    font-size: 4.25rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}

.ctaSection p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
}

.newsletter .form-control, .newsletter textarea.form-control {
    background-color: transparent;
    outline: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-bottom: 0.35rem;
    color: #fff;
}

.newsletter textarea.form-control {
    height: 10rem;
    margin: 2.5rem 0;
}

.newsletter textarea.form-control::placeholder,
.newsletter .form-control::placeholder {
    color: var(--white);
    font-weight: 400;
}

.contact-sec .sec-heading {
    font-size: 4.75rem;
}

.contact-sec p {
    font-size: 1.375rem;
    font-weight: 600;
    width: 60%;
    margin-bottom: 3rem;
}

.contact-sec .btnStyle {
    background: linear-gradient(to bottom, #000, #000);
    background-size: 100% 0;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #6868D1;
    border: none;
}

.contact-sec .btnStyle:hover{
    background-size: 100% 100%;
}

.parallax-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    transition: initial;
}

.parallax-section:before {
    content: '';
    background: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 130%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg1 {
    background-image: url('../images/parallax/img11.jpg');
}

.bg2 {
    background-image: url('../images/parallax/abt111.jpg');
}

.bg3 {
    background-image: url('../images/parallax/img3.jpg');
}

.bg4 {
    background-image: url('../images/parallax/img4.jpg');
}

.bg5 {
    background-image: url('../images/parallax/img5.jpg');
}

.bg6 {
    background-image: url('../images/parallax/img6.jpg');
}

.bg7 {
    background-image: url('../images/parallax/img7.jpg');
}

.bg8 {
    background-image: url('../images/parallax/aboutBginnr.jpg');
}


main > section:last-of-type {
    position: relative;
    z-index: 2;
}

.site-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 2rem;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.site-sidebar li,
.site-sidebar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.site-sidebar li a,
.site-sidebar ul a {
    display: block;
    padding: 0.25rem 0;
}

.site-sidebar nav {
    padding: 2rem 0;
}

.site-sidebar__timeline-bar {
    position: relative;
    height: 100%;
}

.site-sidebar__timeline-barOuter {
    height: 100%;
    width: 1px;
    background-color: #fff;
    opacity: 0.2;
}

.site-sidebar__timeline-barInner {
    width: 3px;
    background-color: #fff;
    position: absolute;
}

.site-sidebar__timeline {
    height: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.site-sidebar__timeline-num {
    width: 100%;
    padding: 1rem 0;
    font-size: 1.75rem;
    color: var(--white);
}

.site-sidebar__timeline-num--first {
    padding-top: 0;
}

.site-sidebar__timeline-num--last {
    padding-bottom: 0;
}

.site-footer {
    background-color: var(--theme-color);
}

.site-footer__inner {
    padding: 4rem 0;
}

.contactform__section-inner {
    width: 100%;
}

.defaultSec figure {
    position: relative;
}

.defaultSec figure:before {
    content: "";
    height: 325px;
    width: 325px;
    position: absolute;
    left: -1.5rem;
    top: -1.5rem;
    z-index: -1;
    border: 8px solid #6868D1;
}

.defaultSec .frr figure:before {
    left: auto;
    right: -1.5rem;
}

.abtHead h2 {
    font-size: 3.6875rem;
    line-height: 2;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    color: var(--white);
}

.serviceSec {
    background: url(../images/serviceBG.png) center top/cover no-repeat;
}

.serviceSec h2 {
    font-size: 3.3125rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-top: 1rem;
}

.serviceSec hr {
    border: 1px solid #707070;
}


.newsltrForm {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.newsltrForm div input {
    width: 100%;
    display: block;
    height: 60px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.newsltrForm div {
    width: 100%;
}

.newsltrForm div label {
    margin: 10px 0 0;
    display: block;
    text-align: left;
    color: #fff;
}

.newsltrForm .btnStyle {
    margin: 0;
}

/*Contact Page CSS Start*/
.contactSec {
    padding: 8rem 0;
}

.contactSec h3 {
    font-size: 3.0625rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 1rem;
    color: #fff;
}

.contactSec p {
    color: #fff;
    margin-bottom: 3rem;
}

.contactSec ul {
    display: flex;
    flex-direction: column;
    gap: 3rem 0;
    padding: 0;
    margin: 0;
}

.contactSec ul li {
    display: flex;
    gap: 1rem;
}

.contactSec ul li i {
    color: #fff;
    font-size: 1.3rem;
    background: #6868D1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 5px #2A2949;
    flex: initial;
}

.contactSec ul li strong {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.contactSec ul li strong a {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    text-transform: none;
}

.contactSec .hotelRequest {
    background: #272729;
}

.contactSec .formStyle {
    padding: 2rem 3rem 3rem;
    /* display: block; */
    flex-direction: column;
}

.contactSec .hotelRequest .head h2 {
    text-align: center;
    margin: 1rem 0 -1rem 1rem;
    color: var(--white);
    text-transform: uppercase;
    padding: 2rem 0 0;
    font-size: 3.0625rem;
}

.contactSec .formStyle .form-control {
    border-radius: 0;
}

.contactSec .formStyle label {
    color: var(--white);
    /* font-size: 1.125rem; */
    /* padding-left: 1rem; */
    /* all: unset; */
    color: #fff;
    font-size: 1.125rem;
    /* padding-left: 1rem; */
    display: block;
}

.contactSec .formStyle textarea.form-control {
    min-height: 8rem;
}

.contactSec .formStyle .themeBtn {
    border: none;
    padding: 30px 20px;
    color: #fff;
    background: #6868D1;
    letter-spacing: 2px;
    font-size: 1rem;
    font-weight: 600;
    padding: 30px 40px;
}

.contactSec .formStyle .themeBtn:hover {
    background: #6868D1;
    color: #fff;
    padding: 30px 40px;
}

.contactSec .form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #5a5a5abd;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 2rem;
}

.contactSec {
    background: url(../images/contactBG.png) center top/cover no-repeat;
}

.photoList {
    display: flex;
    justify-content: center;
    gap: 3rem;
    border-bottom: transparent;
}

ul.photoList li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: 0 !important;
    border-radius: 0rem !important;
}

ul.photoList li a.active {
    background: #4D267E !important;
    color: #fff !important;
}

/* ul.photoList li a:hover{
    background-color:#4D267E;
    color:#fff;

    padding: 10px ;
} */
.portfolioSec a img {
    width: 100%;
    height: 450px;
    margin-bottom: 2rem;
}

.portfolioSec figure {
    margin-bottom: 2rem;
}

.right figure:before {

    left: 50%;
}

.contact-sec.innercontact i {
    padding-right: 1rem;
}

.contact-sec.innercontact .btnStyle span {

    border-bottom: 1px solid #fff;
}

.contact-sec.innercontact .btnStyle {
    background: none;
    padding: 0;
}

.timelineCont {
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    z-index: 2;
}

.timelineCont span {
    color: #fff;
    font-size: 1.75rem;
}

.timelineCont .timeline {
    position: relative;
}

.timelineCont .timeline .innerBorder {
    height: 400px;
    width: 2px;
    background: #fff;
    border-radius: 5px;
}

.timelineCont .timeline .outerBorder {
    position: absolute;
    z-index: 2;
    width: 5px;
    height: 200px;
    background: #fff;
    left: 50%;
    border-radius: 5px;
    box-shadow: 0 0 5px #333;
    top: 0;
    transform: translateX(-50%);
}
.serviceSec h4 {
    font-size: 2.5rem;
    color: #fff;
    margin: 1rem 0;
    text-align: center;
}
.termsSec h4 {
    font-size: 2.5rem;
    color: #fff;
    margin: 1rem 0;
}

.termsSec a {
    font-weight: 700;
    color: #fff;
}

.termsSec ul {
    list-style-type: disc;
    color: #fff;
    line-height: 2.4;
    list-style-position: inside;
    margin: 2rem 0;
}
.copyRight ul {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.copyRight ul li a {
    color: #fff;
    text-transform: capitalize;
}  .fancybox-content{
    width: 800px !important;
    height: 700px !important;
    transform: translate(75%, 19%) !important;
}