<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
   font-family: 'Gotham';
   src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
      url('../fonts/Gotham-Bold.woff') format('woff');
   font-weight: bold;
   font-style: normal;
   font-display: swap;
}

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

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

.container {
   max-width: 1300px;
}

* {
   padding: 0;
   margin: 0;
   box-sizing: border-box;
}

.top-img {
   width: 100%;
   height: 100%;
   display: inline-block;
   text-align: center;
   margin: 30px 0;
   position: relative;
   z-index: -1;
}

.top-text {
   position: absolute;
   font-family: 'Gotham';
   font-weight: 500;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

h3 {
   font-family: 'Gotham';
   font-weight: bold;
   color: rgb(255, 255, 255);
}

.outer {
   width: 100%;
   /* height: 380px; */
   border-radius: 10px;
   margin-bottom: 40px;
   box-shadow: 0px 0px 15px rgb(210, 210, 210);
}

.bg-color {
   font-family: 'Gotham';
   font-size: 20px;
   font-weight: 500;
   background-color: rgb(246, 117, 168);
   color: rgb(255, 255, 255);
   display: inline-block;
   padding: 10px 90px 10px 30px;
   border-radius: 6px;
   margin-left: -15px;
   margin-top: 15px;
   margin-bottom: 30px;
}

.card {
   border: none;
   border-radius: 10px;
   overflow: hidden;
}

.card:hover {
   text-decoration: none;
}

.card&gt;img {
   /* height: 235px; */
   object-fit: cover;
   transition: 0.3s ease all;
   width: 100%;
}

.card:hover img {
   transform: scale(1.1);
}

.card-icon {
   position: absolute;
   top: 0;
   right: 0;
}

.card-body {
   background-color: rgb(0, 0, 0);
   color: rgb(255, 255, 255);
   padding: 10px;
   position: relative;
}

.card-title {
   font-size: small;
   font-family: 'Gotham';
   font-weight: 500;
   margin-bottom: 0;
}

.card-text {
   padding: 0;
   font-size: 18px;
}

h5 {
   padding-left: 10px;
   font-family: 'Gotham';
   font-weight: 500;
}

.see-all-btn a,
.load-more a {
   text-decoration: none;
   color: rgb(0, 0, 0);
   font-family: 'Gotham';
   font-weight: 500;
   margin-top: 5px;
}

.see-all-btn a:hover,
.load-more a:hover {
   color: rgb(246, 117, 168);
}

.load-more {
   margin: 50px 0;
   text-align: center;
   font-size: 18px;
   font-family: 'Gotham';
   font-weight: 500;
}

.featured-slider.owl-carousel .owl-nav button {
   width: 40px;
   height: 40px;
   background: #f675a8;
   color: #fff;
   font-size: 35px !important;
   line-height: 13px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   top: 30%;
   left: 2px;
   transform: translateY(-50%);
}

.featured-slider.owl-carousel .owl-nav button span {
   line-height: 10px;
   display: inline-block;
   margin-top: -8px;
}

.featured-slider.owl-carousel .owl-nav button.owl-next {
   right: 3px;
   left: inherit;
}

.featured-slider.owl-carousel .owl-nav button:hover {
   border: 0;
   outline: none;
}

/*=== Celebrities Section CSS=== */
.celebrities-tbas .nav-pills {
   box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
   padding: 10px 10px;
   transition: all ease-in-out 0.4s;
   background: #fff;
   border-radius: 15px;
}

.celebrities-tbas .nav-pills {
   display: flex;
   flex-flow: wrap;
}

.celebrities-tbas .nav-pills li .nav-link {
   display: block;
   color: #000;
   padding: 7px 56px;
   border-radius: 0px;
   font-size: 18px;
   border: none;
   border-right: none;
   cursor: pointer;
   background-color: white;
   border-radius: 5px;
   position: relative;
}
.celebrities-tbas .nav-pills .nav-link::after {
   border-style: solid;
   border-width: 1px 1px 0 0;
   content: " ";
   display: inline-block;
   float: right;
   height: 10px;
   left: 0px;
   position: relative;
   right: 20px;
   top: 6px;
   transform: rotate(40deg);
   transition: 0.35s ease-in-out;
   vertical-align: top;
   width: 10px;
   opacity: 0;
}

.celebrities-tbas .nav-pills .nav-link.active::after {
   transform: rotate(135deg);
   transition: 0.25s ease-in-out;
}

.celebrities-tbas .nav-pills .nav-link.active {
   color: #fff;
   background-color: #f675a8;
}

.celebrities-tbas .nav-pills .nav-link:focus {
   outline: none;
}

.celebrities-tbas .tab-content {
   margin-top: 50px;
}

.celebrities-tbas h3 {
   font-family: 'Open sans', sans-serif;
   font-size: 18px;
   margin-top: 0px;
   letter-spacing: -0.8px;
   font-weight: 400;
   margin-bottom: 10px;
   margin-top: 10px;
   color: #000;
}

.celebrities-tbas p {
   color: #000;
   font-size: 15px;
   line-height: 24px;
   font-weight: 400;
   margin-bottom: 1rem;
}

.celebrities-tbas .tab-pane-inner {
   border-bottom: 1px solid #f675a8;
   padding: 35px 0px;
   position: relative;
}

.celebrities-tbas .tab-pane-inner:after {
   position: absolute;
   bottom: -10px;
   left: 50%;
   margin-left: -10px;
   content: "";
   display: block;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   border-top: 10px solid #f675a8;
   opacity: 0;
}

.celebrities-tbas .tab-pane-inner:last-child {
   border-bottom: none;
   border-top: none;

}

.celebrities-tbas .tab-pane-inner:last-child:after {
   display: none;
}

.celebrities-tbas .script-solutions {
   padding: 60px 0;
   margin: 0;
   width: 100%;
   overflow-x: hidden;
}

.script-solutions-top {
   text-align: center;
   width: 100%;
}

.celebrities-tbas .script-solutions-top h2 {
   font-size: 40px;
   text-transform: uppercase;
   font-weight: 700;
   margin-bottom: 15px;
}

.celebrities-tbas .script-solutions-top p {
   font-size: 20px;
   max-width: 63%;
   margin: auto;
   line-height: normal;
}

.celebrities-tbas .script-solution-images {
   background: #fff;
   width: 100%;
   height: 100%;
   border-radius: 10px;
   position: relative;
   margin-bottom: 18px;
}

.celebrities-tbas .script-solution-images span a {
   background: #f675a8;
   width: 100%;
   height: 60px;
   position: absolute;
   bottom: 0;
   border-radius: 10px;
   max-width: 288px;
   margin: 0 auto 14px;
   left: 0;
   text-align: left;
   line-height: 60px;
   font-size: 20px;
   color: #fff;
   font-weight: 600;
   text-decoration: none;
   border-top-right-radius: unset;
   border-top-left-radius: unset;
   padding: 0px 20px;
}

.celebrities-tbas .img-inline {
   outline: 2px solid #fff;
   outline-offset: -5px;
}

.celebrities-tbas .img-responsive {
   display: block;
   max-width: 100%;
   height: auto;
}


.inner-page-banner {
   max-height: 302px;
   overflow: hidden;
}

.blog-banner-box {
   position: absolute;
   top: 50%;
   z-index: 1;
   right: auto;
   left: auto;
   max-width: 100%;
   margin: 0 auto;
   transform: translateY(-41%);
   width: 100%;
   height: 225px;
   text-align: center;
}

.blog-banner-contant {
   width: 464px;
   text-align: center;
   background: url(../images/blog-banner-inner-img.png) no-repeat 0 0;
   padding: 66px 45px 66px 45px;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 1;
   min-height: 100px;
}

.heading-title2 {
   margin: auto;
   font-size: 50px;
   text-align: center;
   color: #f675a8;
   padding-top: 0;
   font-family: 'helveticatextbook_lt_romanBd';   
}
/* story-modal css start */
.story-modal .modal-dialog {
   max-width: 400px;
}

.story-modal .modal-content {border: 0}

.story-modal .carousel-indicators{
   top: 10px;
   bottom: inherit;
   margin: 0 15px;
}
.story-modal {padding: 0 !important;}

.story-modal .carousel-item img {
   height: 100vh;
   width: 100%;
   object-fit: cover;
   border: 5px solid #fff6;
   border-top: 0;
   border-bottom: 0;
   border-radius: 0;
}

.story-modal .carousel-control-next, .story-modal  .carousel-control-prev {   
   top: 50%;
   width: 40px;
   height: 40px;
   background: #fff;
   opacity: 1;
   color: #000;
   border-radius: 50%;
   transform: translateY(-50%);
}
.story-modal .carousel-control-prev {
   left: -60px;
}
.story-modal .carousel-control-next {
   right: -60px;
}

.story-modal .carousel-control-next-icon, .story-modal  .carousel-control-prev-icon {
   width: 15px;
   height: 15px; 
   filter: brightness(0);
}


@media (max-width: 1450px) {
   .blog-banner-box {
      transform: translateY(-50%);
   }

   .blog-banner-box .container {
      height: 100%;
   }

   .blog-banner-contant {
      background-size: 100%;
      width: 352px;
      padding: 45px 45px 45px 45px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
   }

   .heading-title2 {
      font-size: 42px;
   }
}

@media (max-width: 1120px) {
   .blog-banner-contant {
      width: 300px;
      padding: 40px 45px 40px 45px;
   }
}

@media (max-width: 991px) {
   .custom-row-5 {
      margin: 0 -10px;
   }

   .custom-row-5 .col {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      margin-bottom: 15px;
      padding: 0 10px;
   }

   .inner-page-banner .home-slider,
   .inner-slider {
      object-fit: cover;
      width: 100%;
      height: 207px;
   }

   .order-1-to {
      order: 1;
   }

   .order-2-ab {
      order: 2;
   }
}

@media (max-width: 767px) {
   .top-text h3 {
      font-size: 20px;
   }

   .bg-color {
      margin-bottom: 10px;
      margin-left: 15px;
      padding: 10px;
      width: calc(100% - 30px);
      margin-right: 15px;
      text-align: center;
   }

   .custom-row-5 .col {
      flex: 0 0 50%;
      max-width: 50%;
   }

   .celebrities-tbas .tab-pane-inner {
      padding: 25px 0px;
   }

   .mb-5,
   .my-5 {
      margin-bottom: 1rem !important;
      margin-top: 1rem !important;
   }

   .celebrities-tbas .tab-content {
      margin-top: 20px;
   }

   .celebrities-tbas .nav-pills li .nav-link {
      padding: 8px 15px;
      width: 100%;
      display: inline-block;
      text-align: left;
      font-size: 16px;
   }

   .celebrities-tbas .nav-pills {
      flex-flow: column;
   }


   .inner-page-banner .inner-slider {
      object-fit: cover;
      width: 100%;
      height: 120px;
   }

   .blog-banner-box {
      position: absolute;
      top: 65%;
      z-index: 1;
      right: auto;
      left: auto;
      max-width: 100%;
      margin: 0 auto;
      transform: translateY(-41%);
      width: 100%;
      height: 135px;
      text-align: center;
   }

   .blog-banner-box {
      top: 50%;
      transform: translateY(-50%);
   }

   .blog-banner-box .container {
      height: 100%;
   }

   .blog-banner-contant {
      width: 200px !important;
      padding: 0px 35px 0 35px !important;
      align-items: unset;
      display: flex;
      min-height: 80px !important;
      height: auto !important;
      justify-content: center;
      align-items: center;
   }

   .blog-page .heading-title2 {
      margin-top: -2px;
   }

   .heading-title2 {
      font-size: 1rem !important;
   }

   .celebrities-tbas .tab-pane-inner:after {
      opacity: 1;
   }

   .celebrities-tbas .nav-pills .nav-link::after {
      opacity: 1;
   }
   .story-modal .carousel-control-prev {
      left: 15px;
   }
   .story-modal .carousel-control-next {
      right: 15px;
   }
}

@media (max-width: 500px) {
   .blog-banner-contant {
      width: 120%;
      padding: 10px 35px 22px 35px;
      height: auto;
      min-height: 100%;
   }

   .lazyloaded {
      width: 100%;
   }

   .celebrities-tbas .script-solution-images span a {
      max-width: 467px;
   }
}

@media (max-width: 450px) {
   .custom-row-5 .col {
      flex: 0 0 100%;
      max-width: 100%;
   }
}</pre></body></html>