@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('BebasNeue-Regular.woff2') format('woff2'),
        url('BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}






h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
ul {
	list-style: none;
	padding: 0;
}
body{
	font-family: 'Poppins' !important;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu{
    display: none;
  }
  .mobile-menu .circle {
   width: 40px;
   height: 40px;
   line-height: 40px;
   color: #fff;
   border-radius: 50%;
   background: #005879;
   margin: 0 auto;
   font-size: 16px;
   position: fixed;
   right: 40px;
   top: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 2;
 }
 .mobile-menu .mobile-cross {
   width: 40px;
   height: 40px;
   line-height: 40px;
   color: #fff;
   border-radius: 50%;
   background: #005879;
   margin: 0 auto;
   font-size: 16px;
   position: fixed;
   right: 0px;
   top: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 99999;
 }
 .mobile-menu .nveMenu {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   width: 280px;
   height: 100%;
   background: #fff;
   opacity: 0;
   visibility: hidden;
   z-index: 999;
   transform: translateX(-320px);
   transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
   padding: 40px 20px;
 }
 .mobile-menu .nveMenu.is-opened {
   opacity: 1;
   visibility: visible;
   transform: translateX(0);
 }
 /*.mobile-menu .nveMenu h1 {
   color: #000;
   font-weight: 700;
   }*/
   .mobile-menu .overlay {
     position: fixed;
     top: 0;
     right: 0;
     width: calc(100% - 280px);
     height: 100%;
     background: rgba(0, 0, 0, 0.71);
     opacity: 0;
     visibility: hidden;
     transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
   }
   .mobile-menu .overlay.is-on {
     opacity: 1;
     visibility: visible;
     z-index: 999;
   }
   .mobile-menu .navlinks li {
     display: block;
     padding: 12px 0;
   }
   .mobile-menu .navlinks li a {
     text-transform: uppercase;
     color: #666;
     font-weight: 700;
   }
   .mobile-menu .navlinks li a:hover {
     text-decoration: none;
   }
 /*RESPONSIVE NAVIGATION*/
 




/* shash kay  */

/* button {
    background: linear-gradient(to left,#AD1115 50%, #fff 50%);
    background-position: left bottom;
    transition: all .6s ease-out;
    background-size: 200% 100%;
}
button:hover{
  background-position: right bottom;
} */










/* inner scroll side bar  */


/* className::-webkit-scrollbar {
	width: 4px;
} */
/* Track */

/* className::-webkit-scrollbar-track {
	background: #d4d4d4 ;
} */
/* Handle */

/* className::-webkit-scrollbar-thumb {
	background: #790101 ;
} */
/* Handle on hover */

/* className::-webkit-scrollbar-thumb:hover {
	background: #8b8b8b;
}  */


h2, h3, h4, span, p, a{
    font-family: "Outfit", sans-serif;
}


.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


span.sp-head {
    font-size: 22PX;
    COLOR: #fd645b;
    font-weight: 600;
}

h2.sec-head {
    font-size: 42px;
    color: #000;
    font-weight: 600;
    padding: 10px 0 20px 0;
}


/*Popup*/


 /* Popup */

        /* ðŸ”¹ Popup hidden by default */
        .popup-overlay {
            display: flex;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
            z-index: 999;
            overflow: auto;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.4s ease, visibility 0.4s ease;
        }

        /* ðŸ”¹ Show popup */
        .popup-overlay.active { 
            opacity: 1;
            visibility: visible;
        }

        .popup-overlay.active .popup {
            transform: scale(1);
        }

        /* ðŸ”¹ Hide animation */
        .popup-overlay.hide {
            opacity: 0;
            visibility: hidden;
        }

        /* ðŸ”¹ Popup box styling (your original) */
        .popup {
            background: url(../images/popup-bg.png);
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            padding: 170px 50px 44px 50px;
            border-radius: 18px;
            position: relative;
            min-width: 300px;
            max-width: 630px;
            transition: transform 0.3s 
        ease;
        }

        /* ðŸ”¹ Close button (your style) */
        .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background: linear-gradient(270deg, var(--cyan-color) 50%, var(--black-color) 100%);
            color: rgb(0, 0, 0);
            border: none;
            border-radius: 50%;
            width: 36px;
            height: 36px;
            font-weight: bold;
            font-size: 20px;
            line-height: 0;
            text-align: center;
            cursor: pointer;
        }

        /* ðŸ”¹ Form styling (your original) */
        .popup .popup-form {
            margin-top: 30px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .popup .popup-form input {
            width: 48%;
            padding: 14px 18px;
            border: none;
            background: #80808036;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 15px;
        }


        .popup h2 {
            text-align: center;
            padding-bottom: 12px;
        }

        .popup p {
            text-align: center;
            font-size: 14px;
            color: gray;
        }


        .popup input[type="tel"] {
            width: 100% !important;
        }

        .popup textarea {
            padding: 10px 18px;
            border: none;
            background: #80808036;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            width: 100%;
            height: 80px;
        }
            .popup button.btn-padding.cyan-btn {
                width: 530px;
                border: none;
                background: #ED505A;
                color: #fff;
                padding: 10px 0;
                border-radius: 30px;
            }

            .popup .close-btn {
        background: #fff;
    }



/*popup*/

/* header */


.main-haeder {
    border: 4px solid #00000024;
    padding: 12px 25px;
    margin: 0px auto;
    width: 90%;
    border-radius: 60px;
    position: relative;
}

.head-btn {
    float: right;
}

.head-btn a {
    padding: 13px 30px;
    border-radius: 40px;
    color: #ffff;
    background-image: linear-gradient(
    to bottom,
    #ffffff 0%,
    #F86A5B 40%
);
  }

.head-btn a i {
    margin-left: 10px;
    transform: rotate(
315deg);
}

.dekstop-header {
    padding-top: 40px;
}

/* banner */


.banner-cont {
    text-align: center;
    padding: 160px 0 80px;
}

.banner-cont h2 {
    font-size: 70px;
    color: #f86a5b;
    font-weight: 600;
    line-height: 100px;
}

ul.banner-list {
    display: flex;
    align-items: center;
}

p.p1 {
    color: #000000CC;
    font-size: 18px;
    font-weight: 500;
}
.banner-cont p {
    width: 65%;
    margin: 0px auto;
    padding: 20px 0 30px 0;
}

ul.banner-list li {
    color: black;
    font-size: 15px;
    font-weight: 600;
    padding-right: 16px;
}

ul.banner-list li img {
    padding-right: 10px;
}


.btn-st-1 {
    margin-top: 50px;
}

.btn-st-1 a {
    font-size: 16px;
    margin: 0 10px;
    background-image: linear-gradient(    to right,    #FFB460 29%,    #FC3D59 130%);
    padding: 10px 42px;
    border-radius: 40px;
    color: #fff;
    font-weight: 500;
}

.btn-st-1 a:hover{
background-position: right center;
 background-size: 200% auto;
 -webkit-animation: pulse 2s infinite;
 animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
 0% {
  box-shadow: 0 0 0 0 #ffb560a9;
 }

 70% {
  box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
 }

 100% {
  box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
 }
}

.btn-st-1 a i {
    padding-left: 10px;
}

.btn-st-1 a:last-child {
    background: transparent;
    border: 1px solid #FC3D59CC;
    color: #FC3D59;
    font-weight: 600;
}
.btn-st-1 a:last-child:hover {
background-image: linear-gradient(to left,#FFB460 29%,#FC3D59 130%);
color: #fff;
border-color:#ffffff00 ;
}



/* Client */

section.client-sec .owl-carousel .owl-item img {
    width: fit-content;
}

.client-head h3 {
    color: black;
    font-size: 60px;
    font-weight: 600;
}

section.client-sec {
    padding: 40px 0;
}


/* Portfolio */

.portfolio-img {
    PADDING-BOTTOM: 60PX;
}

.port-cont {
    text-align: center;
}

.port-cont p {
    padding-bottom: 80px;
}

.portfolio-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: top;
    transition: 3s all ease;
}

.portfolio-img img:hover {
    object-position: bottom;
    transition: 3s all ease;
}
section.portfolio-sec {
    text-align: center;
    padding-top: 40px;
}


/* About */


.about-cont {
    text-align: center;
}

section.about-sec {
    padding: 100px 0 40px 0;
}


.about-cont h2 {
    line-height: 56px;
}



/* Video */


.video-wrapper {
  aspect-ratio: 16/9; /* height same rahegi */
  background: #000;
}

.video-wrapper video,
.video-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  background: #fc3d59;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

.controls {
  position: absolute;
  bottom: 10px;
  left: 60px;
  width: 90%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  bottom: 30px;
    padding: 10px 30px;
    border-radius: 30px;
    background: #FC3D59;
}

#progress {
  flex: 1;
}

.video-wrapper.position-relative.rounded-4.overflow-hidden.shadow {
    border-radius: 50px;
    background: transparent;
}

.video {
    padding-top: 70px;
}


/* Counter */


.counter {
    color: #29160b;
    font-size: 62px;
    font-weight: 600;
    background: linear-gradient(to left, #FC3D59 30%, #FFB460 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.counter::after {
  content: "+";
}

.counter[data-target="100"]::after {
  content: "%";
}


/* service start */
section.service-sec{
    padding-block: 3rem;
}
.ser-cor {
    text-align: center;
}

section.choose {
    text-align: center;
}

section.choose .btn-st-1 {
    margin-top: 40px;
}

.ser-cor p{
    color: #000000CC;
    font-size: 18px;
    font-weight: 500;
        width: 70%;
    margin: 0 auto;
}
.section-12{
    position: relative;
    z-index: 99;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 9;
}
.ser-parts {
padding-top: 3rem;
background-color: #fff;
}
 
.ser-parts h2{
    font-size: 36px;
    color: #000;
    font-weight: 600;
    padding: 10px 0 20px 0;
    line-height: 56px;
}
.ser-para-sec {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
 
.ser-para-sec hr {
    width: 100px;
    border: 1px solid #000000;
    opacity: 1;
}
.ser-parts img {
    width: 100%;
    margin-top: 18px;
}
 
/* service end */


/* package */

.package-cont {
    text-align: center;
    padding-bottom: 70px;
    padding-top: 40px;
}
.package-cont span {
    font-size: 22PX;
    COLOR: #000;
    font-weight: 600;
}

.package-cont p {
    padding: 0 300px;
}

.package-cont p {
    padding: 0 300px;
}

ul#pills-tab {
    justify-content: center;
}

.nav-pills .nav-link.active {
    background-image: linear-gradient(to bottom, #ffffff 0%, #F86A5B 40%);
    padding: 14px 25px;
    border-radius: 50px;
    border: none;
}
.packages-box .nav-link {
    margin: 0 30px;
    border: 1px solid #FC3D59CC;
    padding: 14px 25px;
    border-radius: 40px;
    color: #FC3D59;
    font-weight: 600;
}

.price-col-1 {
    text-align: left;
    background: #fff;
    padding: 25px 30px 18px 20px;
    border-radius: 15px;
    border: 1px solid gray;
    width: 100%;
    transition: all ease-in-out 0.5s;
}

li.heading.first {
    font-size: 18px;
    font-weight: 600;
}

li.heading {
    font-size: 18px;
    font-weight: 600;
}

/* .tab {
    padding-top: 50px;
} */

.packages-box .item {
    padding: 35px 0;
    margin: 0 20px;
}

.price-col-1 h4 {
    color: #FC3D59;
    font-size: 40px;
    padding-bottom: 24px;
}

.price-col-1 h3 {
    font-size: 22px;
    text-transform: capitalize;
    color: #FC3D59;
    padding-bottom: 10px;
}

.price-col-1 p {
    font-size: 15px;
    padding-bottom: 20px;
}

.pack-bottom i {
        color: #fc5568;
    padding: 4px 4px;
    border-radius: 40px;
    margin-right: 10px;
    background: #FC3D591A;
}

.pack-bottom li {
    padding-bottom: 18px;
}

.pack-btn {
    border: 1px solid #FC3D59;
    text-align: center;
    padding: 10px 0;
    border-radius: 40px;
    margin-top: 20px;
}

.pack-btn a {
    color: #FC3D59;
    font-weight: 500;
}

.inner-pack {
    padding-top: 70px;
}

.price-col-1:hover {
    background: #101010;
    border: none;
    color: #fff;
    transition: all ease-in-out 0.5s;
    transform: scale(1.05);
}

.choose-cont p {
    padding: 0 150px;
}

.price-col-1:hover p {
    color: #fff;
}

.price-col-1:hover h4 {
    color: #fff;
}

.price-col-1:hover h3 {
    color: #fff;
}

.price-col-1:hover .pack-btn {
    background: #fff;
}

.price-col-1:hover .pack-btn .pack-bottom i {
    color: #ffff;
}

.pack-bottom {
    overflow: auto;
    height: 340px;
}

.pack-bottom::-webkit-scrollbar {
    width: 1px;
}

.pack-bottom::-webkit-scrollbar-thumb {
    background-color: #FC3D59;
    outline: 1px solid #FC3D59;
}

.pack-bottom li {
    font-size: 14px;
    display: flex;
    padding-right: 15px;
}

.pack-bottom span {
    background: #fc3d5940;
    color: #fc3d59;
    padding: 0px 4px;
    height: 20px;
    border-radius: 40px;
    width: 20px;
    margin-right: 10px;
}

.pack-bottom::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.price-col-1:hover i {
    color: #fff;
    background: #e0e0e030;
}

/* video */
/* Remove default styling */
#progress {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: white;   /* Track color white */
  border-radius: 5px;
  outline: none;
}

/* Chrome, Safari, Edge */
#progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: white;  /* Thumb white */
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #ccc;
}

/* Firefox */
#progress::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #ccc;
}

/* Firefox track */
#progress::-moz-range-track {
  background: white;
  height: 5px;
  border-radius: 5px;
}

/* Video */

/* faq */

section.faq {
    padding: 80px 0;
}

.faq-cont {
    text-align: center;
    padding-bottom: 50px;
}


.accordion-button::after {
    display: none;
}


.accordion-button {
    position: relative;
    padding-right: 40px;
}

.accordion-button::before {
    content: "+";
    position: absolute;
    right: 15px;
    font-size: 34px;
    font-weight: 300;
    transition: 0.3s;
}

/* Jab accordion open ho */
.accordion-button:not(.collapsed)::before {
    content: "−";
}


.accordion-item {
    border: 1px solid #c9c9c9 !important;
    margin-bottom: 20px;
    padding: 8px 0;
    border-radius: 13px !important;
}

.accordion-body {
    font-size: 14px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background: transparent;
}

.accordion-flush .accordion-item .accordion-button {
    color: black;
    font-size: 18px;
    font-weight: 500;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

/* Form */


.form-container {
  width: 100%;
}

section.contact form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ff-1 {
    display: flex;
    gap: 40px;
}

section.contact input,
textarea {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  border: none;
  background: #ffffff;
  font-size: 14px;
}

section.contact textarea {
  resize: none;
}

section.contact button {
  padding: 18px;
  border: none;
  border-radius: 8px;
  background: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s;
}

section.contact button:hover {
  background: #d6d6d6;
}


.nav-pills .nav-link.active {
    background-color: transparent;
}



section.contact {
    background-image: linear-gradient(to right, #FC3D59 -13%, #FFB460 130%);
    padding: 50px 0;
}

.contact-cont {
    text-align: center;
    padding-bottom: 60px;
}

.contact-cont h2 {
    font-size: 42px;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 0 20px 0;
    line-height: 56px;
}

.contact-cont p {
    color: #fff;
    width: 60%;
    margin: 0px auto;
}

section.contact input, textarea:focus-visible {
    outline: none;
}


/* copyright */

section.copyright {
    background: #101010;
    padding: 50px 0;
}

.copy-cont h3 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px;
}

.copy-cont p {
    color: #919191;
    font-size: 16px;
    padding-bottom: 10px;
}


/* Testimonial */


/* slider section start */
.slider-tittle {
    text-align: center;
}
section.slider-section {
        padding: 100px 0 40px 0;
    position: relative;
}
.row.slider-con {
    padding-top: 55px;
}
.owl-carousel .owl-item .image-box img {
    display: block;
    width: 100%;
}
.image-box-1 {
    display: flex;
    gap: 15px;
    align-items: center;
}
.image-box-2 {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: end;
    flex-direction: row-reverse;
    text-align: left;
}
.box-contaent h3 {
    font-size: 22px;
    font-weight: 600;
}
.box-contaent h6 {
    font-size: 15px;
    font-weight: 500;
}
.slider-box p {
    font-size: 15px;
    padding-bottom: 15px;
    text-align: left;
}
.slider-box {
    border: 1px solid #c3c3c3;
    padding: 18px;
    border-radius: 10px;
}
.row.slider-con-1 {
    padding-top: 15px;
}
section.slider-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 364px;
    z-index: 10;
    height: 100%;
    background: linear-gradient(to right, white 10%, transparent 150%);
}
section.slider-section::after {
    content: "";
    position: absolute;
    width: 364px;
    z-index: 10;
    height: 100%;
    background: linear-gradient(to left, white 10%, transparent 150%);
    right: 0;
    top: 0;
}

/* slider section end */


.choose-cont {
    text-align: center;
    padding: 100px 0 50px 0;
}


.box {
    text-align: center;
}

.box span {
    font-size: 26px;
    line-height: 36px;
}

.box-img {
    padding-bottom: 35px;
}

.box {
    padding: 40px 40px;
    transition: all ease-in-out 0.5s;
}
.box p {
    padding-top: 25px;
}

.inner-choose .row {
    row-gap: 20px;
}

.box:hover {
    background: #fed1d7;
    border-radius: 10px;
    transition: all ease-in-out 0.5s;
}

.head-btn a:hover {
    background: #ffb460;
    transition: all ease-in-out 0.6s;
}

.mobile-menu {
    display: none;
}


.box p {
    overflow-y: scroll;
    height: 90px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}

/* .box {
    height: 400px;
} */

.box p::-webkit-scrollbar {
    width: 1px;
}

.box p::-webkit-scrollbar-thumb {
    background-color: #FC3D59;
    outline: 1px solid #FC3D59;
}

.box p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body {
    overflow-x: hidden;
}



/* popup */


.modal-header {

    display: block;
}

.modal-body {
    padding: 30px 30px;
}

.modal-lg, .modal-xl {
    max-width: 660px;
}

.pop-logo {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}

.modal-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.modal-body button {
    background: #000000d9;
    color: #ffff;
    border-radius: 12px;
}


.modal-body button:hover {
    color: #ffffff;
}

.modal-content {
    border-radius: 40px;
    background-image: linear-gradient(to right, #FC3D59 -2%, #FFB460 115%);
}
.form-control {
    border: none;
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 14px;
    background: #ffffff6e;
}

.modal-dialog {
    margin: 6.75rem auto;
}
    
a.ph i {
    transform: rotate(359deg);
    margin-right: 10px;
}

a.ph {
    background: transparent;
    color: black;
    text-decoration: underline;
    padding: 0 0;
}

a.ph i {
    background: #f86a5b;
    color: #fff;
    padding: 10px 10px;
    border-radius: 30px;
}

a.ph:hover {
    background: transparent;
}


section.banner {
    background: url(../images/wix-banner-image.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
header {
    position: absolute;
    width: 100%;
    z-index: 1;
}

section.banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: auto;
    background: #ffffffc2;
    top: 0;
    bottom: 0;
}

.owl-dots {
    display: none;
}


.privacy-banner{
    background-image:url(../images/privacy-banner.jpg);
    background-position: center;
    padding: 200px 0 80px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.privacy-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: auto;
    background: #ffffff73;
    top: 0;
    bottom: 0;
}

.privacy-banner h1 {
    color: #000000;
    font-size: 68px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.content-page p, .content-page li {
    font-size: 17px;
    margin-bottom: 17px
}

.content-page p a {
    font-weight: 700;
    color: #000
}

section.content-page {
    padding: 4em 0;
    width: 100%;
    clear: both
}

section.content-page h5.sub-heading {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600
}

.content-page li {
    list-style: inside square
}
section.content-page {
    padding: 80px 0;
}
.content-page li a {
    color: #f86a5b;
}
.content-page li a:hover {
    color: #000;
    transition: 0.5s;
}


.footer-links ul {
    display: flex;
    justify-content: end;
    gap: 12px;
    padding-top: 13px;
    border-top: 1px solid #cdcdcd;
}

.footer-links ul li a {
    color: #fff;
}

.footer-links ul li a:hover {
    color: #fc4c5a;
    transition: 0.5s;
}