@charset "utf-8";
body {
    margin: 0;
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    color: #ffffff;
}
.font-pd {
    font-family: 'EB Garamond', serif;
    line-height: 150px;
}
a {
    text-decoration: none;
    color: #ff00e9;
}
a:focus {
    outline: 0;
    outline-offset: 0px;
    text-decoration: none
}
.spacer-single {
    width: 100%;
    height: 30px;
    clear: both;
    display: block
}
.container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-color: #272727;
}
h1 {
    font-size: 2.5rem;
    text-shadow: 1px 2px 2px #002bff;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    /* font-family: 'Sansita Swashed', cursive; */
    text-align: center;
    color: #f5f2ee;
    font-family: 'Brush Script MT', cursive;
}
h2 {
    font-size: 2rem;
    text-shadow: 2px 2px 2px #ff3800;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    font-family: 'Sansita Swashed', cursive;
    text-align: center;
    color: #ff7ec4;
}
h3 {
    font-size: 2rem;
    text-shadow: 0px 1px 2px #ffeb00;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    font-family: 'Sansita Swashed', cursive;
    text-align: center;
    color: #fffa0a;
}
h4 {
    font-size: 2rem;
    text-shadow: 0px 1px 2px #d7ae39;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    font-family: 'Sansita Swashed', cursive;
    text-align: center;
    color: #e2edff;
    line-height: 36px;
}
p {
    margin-top: 30px; /* Space above the paragraph */
    margin-bottom: 30px; /* Space below the paragraph */
}
p {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    line-height: 35px;
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}
.col-md-12 {
    width: 100%;
}
header {
    /* background-color: #8d336e; */
    display: block;
    background: linear-gradient(45deg, #fd568c, #3c0047c7);
}
.menu-cont {
    width: 100%;
    z-index: 3;
    height: auto;
    overflow: auto;
}
.menu-cont ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}
.menu-cont li a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    padding: 15px 25px !important;
    color: #fff;
    transition: all .3s ease-in-out;
    text-shadow: 2px 2px 4px #000
}
.menu-cont li a:hover {
    background: #f42c81;
    background: linear-gradient(to right, #000000 0%, #000000 100%);
}
.menu-cont li.active a {
    background: #f953c6;
}
.menu-cont li:last-child a {
    margin: 0
}
.menu-cont .logo {
    display: block;
    float: left;
    font-size: 2em;
    text-decoration: none;
    color: #b8b8b8;
    border: none;
}
.menu-cont .logo img {
    width: 150px;
    height: auto
}
.menu-cont .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    margin-top: 22px
}
.menu-cont .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}
.menu-cont .menu-icon .navicon {
    background: #331e1e;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}
.menu-cont .menu-icon .navicon:after, .menu-cont .menu-icon .navicon:before {
    background: #372828;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.menu-cont .menu-icon .navicon:before {
    top: 5px
}
.menu-cont .menu-icon .navicon:after {
    top: -5px
}
.menu-cont .menu-btn {
    display: none
}
.menu-cont .menu-btn:checked~.menu {
    max-height: 600px
}
.menu-cont .menu-btn:checked~.menu-icon .navicon {
    background: 0 0
}
.menu-cont .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg)
}

.menu-cont .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg)
}
.menu-cont .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
.menu-cont .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0
}
.menu-cont .menu {
    float: none;
    display: table;
    margin: 0 auto
}
.text-area ul li {
    color: #fff;
    font-size: 17px;
    line-height: 29px;
    list-style-type: none;
    display: block;
    background: #b91d73;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0;
    text-shadow: 2px 2px 4px #000;
    font-weight: 700;

    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}
.text-area p {
    font-size: 17px;
    line-height: 32px;
    text-align: justify
}
.text-area p a {
    color: #eb0944;
    font-weight: 700
}
.img-bg {
    background: #080808;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 30px
}
.img-bg img {
    display: block;
    width: 100%
}
#middle-style {
    width:100%;
    float:left;
}
.responsive {
  float: left;
  width: 24.99999%;
}
div.gallery {
  border: 5px ridge #fd8c00;
}
div.gallery img {
  width: 100%;
  height: 400px;
}
.desc {
    padding: 15px;
    text-align: center;
    color: #7bff98;
    background: linear-gradient(272deg, #8d0101, #0f77a9f7);
}
@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}
.img-fluid {
    width: 100%;
}
.banner {
    background-repeat: no-repeat;
}
.banner-back {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 12%;
    padding: 150px 0;
}
.back-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 12%;
    height: 100%;
    width: 25%;
}
.color-gradient {
    background: linear-gradient(to right, #f42c81 0%, #fdad15 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 50px;
}
.color3 {
    color:#F815C5;
}
.color2 {
    color:#fab5a7;
}
.color5 {
    color:#ed4f9f;
}
.wavy-line:after {
    content: "";
    display: block;
    height: 6px;
    margin-bottom: 2px;
    margin-top: 14px;
}
.text-center {
    text-align: center;
    padding: 20px;
}
.clear-fix {
    clear: both;
}
.topa{background:#19231B;width: 100%;height: 100%; background-attachment: fixed;}
.copy p {
    background-color:rgb(2 1 35);
    margin: 0;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.white-color {
    color: #fff;
}
.model-gallery-holder .model-media-holder {
    overflow: hidden;
    position: relative;
    height: 390px;
}
.model-gallery-holder .model-media-holder img {
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.model-gallery-holder:hover .model-media-holder img {
    transform: scale(1.05) rotate(2deg);
}
b {
    color: #ff7ec4;
}
select {
    background: #fff;
    color: #525252;
    font-weight: bold;
    width: 100%;
}
label {
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.col-2 {
    columns: 4;
}
ul.col-2 {
    margin: 0;
    padding: 0;
}

ul.col-2 li {
    list-style-type: none;
    margin-bottom: 9px;
}
ul.col-2 li a {
    background: linear-gradient(to right, #ff09a8 0%, #000000 100%);
    color: #fff;
    width: 100%;
    display: block;
    border-radius: 25px;
}
ul.col-2 li a:hover {
    background: linear-gradient(to right, #ffcd17 0%, #000000 100%);
    color: #000;
}
@media(min-width:768px) {
    .menu-cont li {
        float: left;
    }
    .menu-cont li a {
        padding: 0
    }
    .menu-cont .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .menu-cont .menu-icon {
        display: none
    }
}
@media (max-width:1199px) {
    .container {
        width: 970px;
    }
    .menu-cont li a {
        font-size: 16px;
        padding: 15px 20px;
    }
}
@media (max-width:991px) {
    .container {
        width: 750px;
    }
    .menu-cont li a {
        padding: 10px 8px;
    }
}
@media (max-width:767px) {
    .container {
        width: 100%;
    }
    .menu-cont li {
        border: none
    }
    .menu-cont li a {
        display: block;
        text-align: center;
        padding: 10px;
        font-size: 20px
    }
    .menu-cont .menu {
        display: block;
        background-color: #77005d;
    }
    header .col-md-4 {
        width: 100%;
        float: none;
        padding-bottom: 20px;
        padding-top: 20px
    }
    .col-md-3,
    .img-bg {
        width: 50%;
        margin-bottom: 15px
    }
    .text-area .col-md-3 {
        width: 100%
    }
    .w100 {
        width: 100%;
        float: none
    }
    .banner {
        /* background: url(jasmin-pune-h3d.webp) center; */
        /* padding: 35px 0; */
        background-size: cover;
        /* border-color: #05ffff; */
    }
    .banner .text-1,
    .banner .text-4 {
        font-size: 24px;
        line-height: 24px;
    }
    .banner .text-2 {
        font-size: 16px;
        line-height: 22px;
    }
    .banner .text-3 {
        font-size: 50px;
        line-height: 50px;
    }
    .col-2 {
        columns: 2;
    }
    .row {
        margin-right: 10px;
        margin-left: 10px
    }
    .copy p {
        line-height: 27px;
        font-size: 10px;
        font-weight: normal;
    }
}
@media (max-width:499px) {
        .mob-modal .col-md-3,
        .mob-agency .col-md-4 {
            width: 50%;
            float: left
        }
        .col-md-3,
        .col-md-4 {
            width: 100%;
            float: none
        }
        .model-gallery-holder .model-media-holder {
            height: auto;
        }
        .mob-logo {
            position: absolute;
            font-size: 50px;
            font-weight: bold;
            display: block;
        }
    }
.contact-info { 
    position:fixed;
    bottom:0;width:100%;
}
.s-phone {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    left: 20px;
    position: absolute;
    bottom: 50px;
}
.s-whatsapp {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    right: 40px;
    position: absolute;
    bottom: 50px;
}
@media only screen and (min-width: 960px) {
.hidedesktop{display:none;}
}
/*
.footer-widget {
    border-top: solid 4px #ff09a8;
    padding: 50px 0;
    height: auto;
    width: auto;
    overflow: auto;
    background-size: cover;
}
.footer-widget ul li a {
    color: #efff09;
    text-align: center;
    font-size: 28px;
    line-height: 50px;
}
.footer-widget ul {
    padding: 0;
    list-style-type: none;
}*/
.bullet {
    width:90%;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    /* color: #edd935; */
    /* align-items: center; */
    /* align-content: center; */
    text-align: left;
}
        li {
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
}

.responsive p {
    font-size: 18px;
    color: #fdfdfd;
}
.responsive a {
    text-decoration: none;
    color: #ff007e;
}
strong {
    color: #63ff05;
}
.button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.button-row a {
    position: relative;
    color: var(--dar);
    background-color: var(--c1);
    border-radius: 4px;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-right: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    padding: 10px 35px;
    background-color: #87005f;
}
.button-row a img {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0, -50%);
    padding-right: 10px;
}
.selpa {
    background-color: #322039;
    padding: 15px;
    /* border: 2px; */
    border-color: #ffc505;
    border-style: dotted;
    text-align: center;
    border-radius: 15px;
}
.copy {
    text-align:center;
}
.profile-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
}
.profile-box {
    background-color: #ff00a7;
    border: 1px solid #f50000;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px;
    flex: 1 1 45%;
    max-width: 45%;
    text-align: center;
}
.profile-box img {
  width: 100%;
  height: auto;
}
.profile-details {
    padding: 15px;
    background: linear-gradient(45deg, #1f0027, #100f59);
}
.profile-details h3 {
  margin: 10px 0;
}
.profile-details p {
    margin: 5px 0;
    color: #5bffe2;
}
.buttons {
  margin-top: 10px;
}
.btn {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
}
.whatsapp {
  background-color: #25D366;
}
.call {
    background-color: #910c00;
}
@media (max-width: 768px) {
  .profile-box {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.non-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #6b0505;
    border: dotted;
}
.chum-footer {
  flex: 1;
  min-width: 220px; /* Adjust as needed */
  margin: 10px;
}
.important-links a {
    color: #ffeb00;
}
footer {
    color: #fff;
    padding: 20px 0;
    background-color: #000000;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-column {
  flex: 1;
  min-width: 220px; /* Adjust as needed */
  margin: 10px;
}
.footer-logo {
  width: 100px;
  margin-bottom: 10px;
}
.footer-column h3 {
  margin-top: 0;
}
.footer-column p {
  margin: 5px 0;
}
.footer-column a {
  color: #fff;
  text-decoration: none;
}
.footer-column a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  /*.footer-column {
    min-width: 100%;
    text-align: center;
  }*/
  .footer-container {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .footer-logo {
    width: 80px;
  }
  .footer-column {
    padding: 0 10px;
  }
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #160110;
}
        .faq-item {
            margin-bottom: 20px;
        }
.faq-question {
    background-color: #2f2812;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: bold;
}
        .faq-answer {
            display: none;
            padding: 15px;
            border-left: 4px solid #007BFF;
            margin-top: 10px;
            background-color: #3a2f2f;
            border-radius: 5px;
        }
        .faq-question:hover {
            background-color: #910296;
        }