@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

*{
    font-family: "Poppins", sans-serif;
    border: none;  outline: none;
    list-style: none;
    text-decoration: none;
    /* text-transform: capitalize; */
    box-sizing:  border-box;
}


h1, h2, h3, h4 ,h5, h6 {
     font-family: "Sora", sans-serif;
}

*::selection{
  background-color: #1A66FB;
  color: white;
}

*:focus {
    outline: none;
}

body , html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body::-webkit-scrollbar , .box-mobile::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track  , .box-mobile::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px #fff;
}

body::-webkit-scrollbar-thumb , .box-mobile::-webkit-scrollbar-thumb  {
    background-color:  #f38604;
    outline: 1px solid #f38604;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}

a , a:hover{
    text-decoration: none;
    color: var(--black);
}
ul{
  padding: 0;
  margin: 0;
}
h1,h2,h3,h4,h5,h6,p,ul,span{
    margin-bottom: 0;
}
img{
    max-width: 100%;
    height: auto;
}

span,a,li,p {
    font-size: 16px;
    margin-bottom: 0;
}


section{
    padding: 60px 0;
}


a.circle-btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    transition: all 0.2s linear;
    min-width: max-content;
    display: inline-block;
    text-decoration: none;
    height: 45px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

a.circle-btn::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    border: 1px solid black;
    border-radius: 50%;
    top: 0;
    left: 55%;
    transition: all 0.2s linear;
    bottom: 0;
    margin: auto;
}

a.circle-btn:hover {
    color: #101010;
}

a.circle-btn:hover::before {
    width: 100%;
    height: 45px;
    border-radius: 30px;
    left: 0;
    transition: all 0.2s linear;
}

a.circle-btn object, a.circle-btn svg {
    position: relative;
    transition: all 0.5s ease;
}

a.circle-btn:hover object, a.circle-btn:hover svg {
    left: 10px;
}
.header-wrap {
    background-color: #2A2A2A;
    padding: 20px 0;
}
.header-wrap ul {
    max-width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}


.solid-btn {
    padding: 7px 15px 7px 7px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.solid-btn svg {
    background-color: white;
    padding: 8px 10px;
   clip-path: circle(45%);
}

.solid-btn span {
    font-size: 16px;
    color: white;
    font-weight: 600;
}


.header-wrap ul li {
    display: flex;
    gap: 20px;
}
.header-wrap .circle-btn::before , .bnr-wrap .circle-btn::before{
    border-color: #ffffffab;
}
.bnr-wrap {
    padding: 120px 0 250px 0;
}
.bnr-wrap .content h4 {
    font-size: 60px;
    color: white;
    text-shadow: 2px 2px 7px #2f2425;
    line-height: 65px;
    font-weight: 800;
}

.bnr-wrap .content ul li {
    font-size: 20px;
    font-weight: 400;
    color: white;
    line-height: 35px;
}
.bnr-wrap .content ul {
    margin: 10px 0 20px 1px;
}

.outline-btn {
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 12px  35px;
    border-radius: 50px;
    display: block;
    width: max-content;
     transition: all .3s  linear;
}

.outline-btn:hover {
    color: white;
    transform: translateY(-5px);
    transition: all .3s  linear;
}
.bnr-img img {
    position: absolute;
    max-width: 31%;
    right: 14%;
    transform: rotate(15deg);
}
.about-wrap .content h5 , .eperts-wrap .title h4 , .testimonial .title h4{
    font-size: 35px;
    font-weight: 700;
}

.about-wrap .content h3 , .service-wrap .title h4 , .eperts-wrap .title h5 , .portfolio-wrap .title h4 , .add-on-service-wrap h4 , .children-design .content h4 ,
.editing-wrap h3 , .receive-wrap .content h4 , .process-wrap .title h2 , .testimonial h5 , .testimonial .title h2{
    font-size: 45px  ;
    padding: 5px 0 5px 0;
    line-height: 45px;
    font-weight: 700;
    letter-spacing: -1px;
}
.about-wrap .content p {
    padding-bottom: 10px;
}
ul.platforms-slider {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 25px 0;
}

.platforms-slider img {
    max-width: 135px;
    height: 50px;
    object-fit: scale-down;
     transition: all .3s linear;
}

.ser-box strong {
    font-size: 20px;
    line-height: 22px;
    display: block;
    padding: 15px 30px;
}

.ser-box {
    text-align: center;
    border-radius: 20px;
    padding: 0 20px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.ser-box p {
    font-size: 15px;
    line-height: 21px;
}

.ser-box img {margin-top: -50px;}

.ser-box:hover {
    transform: translateY(-10px);
    transition: all .3s linear;
}

.one-box, .two-box {
    margin-top: 40px;
}
.cta-wrap {
    padding-top: 200px;
    padding-bottom: 100px;
}
.cta-wrap .content h4 {
    font-size: 55px;
    font-weight: 700;
}

.cta-wrap .content h5 {
    font-size: 55px;
    color: white;
    line-height: 55px;
    font-weight: 700;
}
.cta-wrap .content .txt {
    font-size: 18px;
    color: white;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 0;
}
.cta-wrap .cta-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cta-wrap .cta-btns a  , .book-cta .cta-btns a  , .before-cta-wrap .cta-btns a{
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 18px;
}

.cta-wrap .cta-btns a p , .book-cta .cta-btns a p , .before-cta-wrap .cta-btns a p{
    font-size: 15px;
    padding: 0;
    color: white;
    font-weight: 600;
}

.cta-wrap .cta-btns a span , .book-cta .cta-btns a span , .before-cta-wrap .cta-btns a span{
    font-size: 14px;
}
.experts-box h3 {
    text-align: center;
    padding-top: 10px;
}

.experts-box p {
    text-align: center;
    padding: 10px 30px;
}


.portfolio-wrap a {
    position: relative;
}
.portfolio-wrap a{
    position: relative;
}

.portfolio-wrap a::before{
    content: '+';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000bd;
    font-size: 100px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all .2s linear;
}
.portfolio-wrap a:hover::before{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: all .2s linear;
}
.portfolio-wrap figure{
    margin: 2px 1px;
}
.portfolio-wrap img{
    min-width: 100%
}
section.portfolio-wrap {
    background-color: #F6F6F6;
}

.portfolio-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.add-on-service-box .content {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
}

.add-on-service-box .content span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #919191;
}

/* .add-on-service-box .content h6 {
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    padding-right: 80px;
} */

.add-on-service-box .content h6 {
    font-size: 23px;
    font-weight: normal;
    line-height: 27px;
    padding-right: 70px;
    font-family: poppins;
    font-weight: 500;
}
.add-on-service-box {
        padding: 25px 15px 25px 25px;
}
.add-on-service-wrap .col-lg-4 {
    position: relative;
        padding: 0;
}
.add-on-service-wrap .col-lg-4::after {
    content: '';
    position: absolute;
    border-right: 1px solid #80808052;
    margin-bottom: 0;
    width: 90%;
    bottom: 18px;
    left: 10%;
    height: 85%;
       z-index: -1;
}
.add-on-service-wrap .col-lg-4::before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #80808052;
    margin-bottom: 0;
    width: 90%;
    bottom: 0;
    left: 5%;
}
.red__hover:hover {
    background-color: #F70424;
}

.blue__hover:hover {
    background-color: #01AFFF;
}
.green__hover:hover {
    background-color: #15727D;
}
.grey__hover:hover {
    background-color: #2C4955;
}
.brown__hover:hover {
    background-color: #5E5A57;
}
.pink__hover:hover {
    background-color: #CA3F79;
}
.grn__hover:hover {
    background-color: #87A1AA;
}
.add-on-service-box:hover {
    color: white;
}
.add-on-service-box:hover p , .add-on-service-box:hover span {
    color: white;
}
.add-on-service-box:hover object {
    filter: brightness(0) saturate(100%) invert(95%) sepia(100%) saturate(2%) hue-rotate(107deg) brightness(110%) contrast(100%) !important;
}
.add-on-service-box p {
color: #4D4D4D;
}
.book-cta img {
    position: absolute;
    top: 0;
}
.book-cta {
    position: relative;
}

.book-cta .content h5  , .before-cta-wrap .content h4{
    font-size: 35px;
    line-height: 42px;
    color: white;
    text-shadow: 2px 2px 7px #2f2425;
    font-weight: 700;
}

.book-cta .content h3  , .before-cta-wrap .content h3{
    font-size: 55px;
    line-height: 55px;
    color: #000;
    padding: 10px 0;
    font-weight: 700;
}

.book-cta .content {
    padding-left: 40px;
}

.children-counter {
    display: grid;
    grid-template-columns: auto auto;
    gap: 25px;
}

.children-counter .counter-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.children-counter .counter-content span {
        font-size: 50px;
    font-family: "Sora", sans-serif;
    color: #fe977a;
    line-height: 45px;
    font-weight: 700;
}
.children-counter .counter-content div {
    width: 130px;
    display: block;
}
section.editing-wrap {
    background-color: #F6F6F6;
}
.receive-wrap .content ul {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.receive-wrap .content ul li p {
    display: flex;
    align-items: start;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px;
}

.receive-wrap .content ul li svg {
    font-size: 24px;
}
section.process-wrap .title h4 {
    font-size: 35px;
    font-weight: 700;
}

.process-wrap .content {
    padding: 60px 0 60px 60px;
}
.left-gradient {
    border-top: 2px solid #80808014;
    border-left: 2px solid #80808014;
    border-bottom: 2px solid #80808014;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.right-gradient{
    border-top: 2px solid #80808014;
    border-right: 2px solid #80808014;
    border-bottom: 2px solid #80808014;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.process-wrap .content h6 span {
    font-size: 35px;
     font-family: "Sora", sans-serif;
    padding-right: 10px;
    font-weight: 700;
}

.process-wrap .content h6 {
    font-size: 25px;
}

.process-wrap .content p {
    font-size: 16px;
    line-height: 25px;
}
.pw-60{
    max-width: 60%;
}
.before-cta-wrap {
    padding: 80px 0;
    position: relative;
}

.testimonial{
    background: url(../images/romance/faq-bg.webp)  center center/cover repeat;
}
.testimonial .test-box {
    padding: 25px 25px 50px 25px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #00000021;
    margin-top: 20px;
    position: relative;
}
.testimonial .text {
    padding-top: 10px;
    line-height: 22px;
    font-size: 16px;
}
.testimonial .quote {
    position: absolute;
    right: 7%;
    top: -14%;
}
section.before-testimonial-cta .second-tbn {
    background-color: var(--white);
}
.test-prev {
    bottom: -23%;
    position: absolute;
    left: 12%;
}

.test-next {
    position: absolute;
    bottom: -23%;
    filter: brightness(0) saturate(100%) invert(23%) sepia(78%) saturate(5733%) hue-rotate(343deg) brightness(90%) contrast(118%);
}
.form-wrap{
    background: url(../images/romance/form-bg.png)  center center/cover repeat;
}
.form-wrap form {
    background-color: #2D559A;
    max-width: 500px;
    padding: 50px 25px;
}
.form-wrap form input {
    min-width: 100%;
    display: block;
    height: 45px;
    margin: auto;
    margin-bottom: 10px;
    font-size: 15px;
    padding-left: 15px;
}
.form-wrap form textarea {
    min-width: 100%;
    display: block;
    border: 1px solid black;
    height: 115px;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    padding: 15px;
}
.after-bird {
    position: absolute;
    right: 0;
    top: -50%;
}
.footer{
    background: url(../images/romance/ft-bg.png)  center center/cover repeat;
}
.footer ul li a {
    font-size: 16px;
    color: white;
    line-height: 17px;
}

.footer ul li a span:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
    color: white;
    display: block;
}
.footer ul li a span svg {
    margin-right: 5px;
}
.footer ul li a:hover {
    color: #ffffffab;
}

.footer ul li a:hover span {
    color: #ffffffab;
}   
.ft-sec {
    padding: 30px 0;
    color: white;
    position: relative;
}
.ft-sec ul li a{
    color: var(--white);   
}
.ft-sec ul li a:hover{
    color: #ffffffab;
}
.up-arrow {
    position: absolute;
    top: -36%;
    right: 3%;
}

.test-prev {
    filter: none;
}
.f-25{ font-size: 25px;  line-height: 31px; }

.fw-800{font-weight: 800; }


.accod-tabs .accordion-item {
   background-color: white;
        margin-bottom: 10px;
    border-top: 1px solid #80808033;
    border-radius: 7px;
}
.accordion-button,
.accordion-button:not(.collapsed){
    background-color: transparent !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white);
    padding-bottom: 20px;
    font-family: 'Poppins';
    font-weight: 700;
}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
img.offer-tag {
    position: absolute;
    top: 0;
    right: 5%;
}
.add-on-service-box p {
    font-size: 15px !important;
}
.b-border {
    border-bottom: 0;
}
.add-on-service-wrap .b-border::before{
    border: 0;
}

.add-on-service-wrap .r-border::after {
    border-right: 0;
}

.thousand-wrap .content {
    border: 1px solid #80808036;
    border-radius: 20px;
    padding: 0 0 30px 0;
    text-align: center;
   
}
.thousand-wrap .content:hover {
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.thousand-wrap .content h5 {
    font-size: 40px;
    line-height: 40px;
}

.thousand-wrap .content strong {
    font-size: 20px;
    font-weight: 700;
}

.thousand-wrap .content object {
    margin-top: -56px;
}

.accod-tabs .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a.5.5 0 0 1 .5.5v6.5H15a.5.5 0 0 1 0 1H8.5V15a.5.5 0 0 1-1 0V9.5H1a.5.5 0 0 1 0-1h6.5V1.5A.5.5 0 0 1 8 1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

/* When accordion is open — show minus icon */
.accod-tabs .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
  transform: rotate(0deg);
}

.accod-tabs .accordion-body {
    padding: 1.5rem 1.25rem;
}
.kid {
    position: absolute;
    bottom: -5%;
    right: 5%;
}

.slick-dots li {
  width:30px;
  height: 3px;
  background-color: #0d2642;
}

.slick-dots li:active {
  background-color: #0d2642;
}

.slick-dots li.slick-active button:before {
  background-color: #fd9d3a;
  width:30px;
  height: 3px;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: transparent;
}

.before-cta-wrap-book {
    position: absolute;
    top: -3%;
    max-width: 26%;
        right: 18%;
}

.ring {
    animation: dzRing 1.2s infinite ease-in-out;
}

@-webkit-keyframes dzRing {
    0% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      transform: rotate(0) scale(1) skew(1deg);
    }
  
    10% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
  
    20% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
      transform: rotate(25deg) scale(1) skew(1deg);
    }
  
    30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
  
    40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
      transform: rotate(25deg) scale(1) skew(1deg);
    }
  
    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      transform: rotate(0) scale(1) skew(1deg);
    }
  
    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      transform: rotate(0) scale(1) skew(1deg);
    }
  
  }



  .lis_t div {
    display: flex !important;
}       