@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

h1, h2, h3, h4, h5, h6{
    font-family: "Unbounded", sans-serif !important;

} 

/* Custom styles for hover effect */
.dropdown:hover .dropdown-menu {
    display: block;
}

/*scroll*/
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #89D501 0%, #33B1AD 100%);
    border-color: #FEBC1F;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #000001;
}
.header-main {
    position: absolute;
    top: 0;
    background-color: transparent;
    transition: background-color 0.3s ease;
    z-index: 1000;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -5px; */
    left: 0;
    right: 0;
    /*margin: 30px;*/
    border-radius: 30px;
}

.top-header {
   
    padding: 14px 0px !important;
}

.top-socials ul li i {
    color: #81D212;font-size: 26px;
}
.menu-btn {
    padding: 20px 0px;
    margin: -6px 9px;
}
ul.circle-items li {
    list-style: none;
}
.header-content img{width:200px;}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    filter: brightness(0) invert(1);
}
.menu-btn a {
    border-radius: 30px;
    background: linear-gradient(to right, #89D501, #33B1AD);
    padding: 12px 25px !important;
    font-size: 14px;
    border: 2px solid #fff;
    color: #ffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.button {
    width: 182px;
    height: 47px;
    margin: 8px;
    background: linear-gradient(90deg, #89D501 0%, #FCEE21, #33B1AD 100%);
    background-size: 100%;
    font-size: 19px;
    font-weight: 600;
    border-radius: 100px;
    color: white;
    border: none;
    padding: 0em 2em;
    cursor: pointer;
    transition: all 500ms ease;
    box-shadow: 0 4px 6px -1px hsla(0, 0%, 0%, 0.1), 0 2px 4px -2px hsla(0, 0%, 0%, 0.1);
}


        
        .five {
            background: linear-gradient(to right, #89D501, #FCEE21, #00A8C5, #D9E021);
            background-size: 350% 100%;

            transition: all .4s ease-in-out;
                border: 2px solid #d9e021ab;
        }

      .five:hover {
            background-position: 100% 0;
            color: #000;
        }

        .btn:hover {
            animation-name: flow;
            animation-duration: 500ms;
            animation-timing-function: linear;
        }

      

        @keyframes flow {
            0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100%;
  }
        }

    .top-contact a:hover {
  
    color: #fff;
    font-weight: 600;
    transition: all .4s ease-in-out;
}    


.top-socials ul li {
    list-style: none;
    display: contents;
}
.message-icon-content a {
    color: #fff;
    text-decoration: none;
}
.outer-header {
    display: flex;
    justify-content: end;
}
.top-socials {
    margin: 23px 0px;
}
.top-socials li i {margin: -5pxx -2px;}
.top-contact li {
    display: inline-block;
    padding: 4px 15px;
}
.top-contact ul li a {
    color: #FFFFFF;
    text-decoration: none;
}
.top-contact i {
    color: #81D212;
    font-size: 24px;
    margin-right: 23px;
    margin-top: 7px;
}
.top-contact ul {
    margin: -2px -24px;
}
.top-contact ul li:nth-child(3) a {
    border: 2px solid #ffff;
    padding: 11px 26px;
    border-radius: 51px;
    background: linear-gradient(90deg, rgba(137, 213, 1, 1) 0%, rgba(51, 177, 173, 1) 100%);
}
.top-contact {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    /* text-align: end; */
    text-decoration: none;
}
.top-socials ul {
    margin: -16px;
}

.top-socials i {
    margin-right: 5px;
}



a.nav-link {
    color: #ffff !important;
    font-size: 19px;
    font-weight: 400;
    margin: 0px 3px;
}
a.nav-link .main-menu a {
    color: #ffff;
    font-size: 20px;
    font-weight: 500;
}
.main-menu a.nav-link {
    color: #ffff;
    font-size: 20px;
    margin: 0px 12px;
}
.main-menu a.nav-link.active.home {
    color: #81D212;
}
.hero-section {
    padding: 47px 0px;
   
}
.hero-section {
    padding-top: 220px;
}
.hero-section .row {
    align-items: center;
}
.background-img {
    background-image: url(../images/background-hero-section.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-color-linear-gradient {
       background: linear-gradient(90deg, #89D501 0%, #33B1AD 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    line-height: 57px;
    width: 106%;
}
.hero-section-content p {
    color: #fff;
    font-size: 21px;
    font-family: "Urbanist", sans-serif;
}
ul.circle-items {
    display: flex;
    gap: 30px;
    margin: 0px;
    padding: 0px;
}

.circle-items i {
    margin-right: 10px;
    font-size: 48px;
    vertical-align: middle;
}
.circle-items li {
    border: 1px solid #ffff;
    padding: -1px 8px;
    border-radius: 71px;
    padding-right: 29px;
}
.circle-items a {
    text-decoration: none;
    color: #ffff;
    font-weight: 600;
}
.circle-items li {
    background: #f05e5e8c;
}
.circle-items li:nth-child(2){
    background: #a5ce5854;

}
.circle-items li:nth-child(3){
    background: #3494926b;

}

.hero-image img{width: 100%;}


form {
    position: relative;
}
.form-container {
    background: #F9F8FA;
    border-radius: 15px;
    padding: 16px 35px;
    width: 100%;
    /* max-width: 600px; */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin-top: 44px;
    position: relative;
  }
  .form-container:before {
    content: "";
    position: absolute;
    left: -14px;
    top: -19px;
    width: 104%;
    height: 109%;
    background: #ffffff61;
    border-radius: 20px;
    z-index: 0;
}
  
  .form-container h2 {
    margin-top: 0;
    color: #000;
    position: relative;
  }
  .form-container h2:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -63px;
    width: 48px;
    height: 39px;
    background: url(../images/linear-img.png);
}
  
  .form-container p {
    margin-bottom: 1.5rem;
    color: #444;
    font-family: "Unbounded", sans-serif !important;
    line-height: 5px;
}

  
  
 
  
  input, textarea {
    padding: 10px 71px;
    border: 2px solid #c6f0c6;
    border-radius: 10px;
    font-size: 1rem;
    width: 100%;
    
  } 
  
  .form-feild textarea {
    width: 100%;
    height: 66px;
    resize: none;
  }
  
  .phone-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
  }
  
  .phone-wrapper .flag {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.95rem;
    pointer-events: none;
  }
  
  .phone-wrapper input {
    padding-left: 50px;
  }

  .submit {
    display: flex;
    justify-content: end;
}
.submit input {
    margin-top: 1rem;
    width: 24%;
    padding: 12px 38px;
    font-size: 18px;
    color: white;
    border: none;
    border-radius: 30px;
    background: linear-gradient(to right, #89D501, #33B1AD);
    cursor: pointer;
    /* float: right; */
    transition: background 0.3s;
    font-weight: 700;
}
.form-feild {
    position: relative;
    margin: 10px 0px;
}

.form-feild label {
    position: absolute;
    top: -11px;
    left: 33px;
    background: #F9F8FA;
    padding: 1px 12px;
    font-size: 20px;
    font-weight: 400;
}
  button:hover {
    background: linear-gradient(to right, #56ab2f, #a8e063);
  }
  .form-feild input {
    border: double 2px transparent;
    border-radius: 6px;
    background-image: linear-gradient(#F9F8FA, #F9F8FA), linear-gradient(to right, #33b1adb3, #a5ce58a1);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 16px;
  }
  
  .form-feild select {
    /* margin-top: 22px; */
    padding: 16px;
    border: double 2px transparent;
    border-radius: 6px;
    background-image: linear-gradient(#F9F8FA, #F9F8FA), linear-gradient(to right, #33b1adb3, #a5ce58a1);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    width: 100%;
}

.form-feild textarea {
    border: double 2px transparent;
    border-radius: 6px;
    background-image: linear-gradient(#F9F8FA, #F9F8FA), linear-gradient(to right, #33b1adb3, #a5ce58a1);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 16px;
  }

/* section-1 */
.section-1 .row{align-items: center;}
section.section-1 h2 {
    font-size: 39px;
}
section.section-1 p {
    font-size: 18px;
}
p.business {
    font-weight: 700;
    font-size: 20px !important;
}
.section-3 .top-contact ul li a {
    background: #000;
    padding: 15px 56px;
    border: 2px solid #ffff;
    border-radius: 24px;
    font-size: 11px;
    margin-left: -26px;
    line-height: 48px;
}
section.section-3 {
    background: linear-gradient(to right, #89D501, #33B1AD);
}
.section-1.pt-5 img {
    width: 100%;
}

section.section-3 img {
    margin-top: -136px;
}
.section-3 .row {
    align-items: center;
    color: #ffff;
    margin-top: 42px;
}
.section-4{
    background: url(../images/background-sec-4.png);
    padding: 71px 0px;
    color: #ffff;
    text-align: left;

}
.section-4 p {
    font-size: 18px;
    width: 42%;
}
p.fiction-content {
   width: 269px;
    font-size: 15px;
}
.fiction-box {
    border-right: 2px solid #ffffff73;
    padding: 20px 42px;
    display: inline-grid;
    align-content: space-between;
}

.fiction-box:nth-child(4) {
    border: none;
}
.fiction-box h4 {
    color: linear-gradient(to right, #89D501, #33B1AD);
    background: linear-gradient(90deg, #89D501 0%, #33B1AD 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 21px;
}
.row.fiction-books {
    padding: 46px 0px;
}
.fiction-box i {
    font-size: 27px;
    background: transparent;
}
.fiction-box i {
    color: #ffff;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 3px 5px;
    font-size: 24px;
}
.section-4 li a {
    background: #81D212;
    padding: 15px 41px;
    border: 2px solid #ffff;
    border-radius: 24px;
    font-size: 14px;
    margin-left: -26px;
    line-height: 48px;
    color: #000 !important;
    font-weight: 600;
}
.scroll-up marquee {
    text-align: center;
}
.scroll-up marquee img {
    width: 80%;
}
.scroll-up marquee img:hover {
    transform: scale(1.1);
    margin: 10px 0px;
    transition: all 0.5s ease-in-out;
}
/* tabs-section */
  .tabs {
      width: 200px;
    }
.detail-tabs .tab {
    display: flex;
    align-items: center;
    margin: 30px 20px;
    cursor: pointer;
    gap: 46px;
    font-size: 22px !important;
    font-weight: 500;
}


   

    .tab-number {
         width: 39px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #ccc;
    text-align: center;
    line-height: 33px;
    color: #ccc;
    font-weight: bold;
    font-size: 16px;
    }
    .tab.active .tab-number {
      background-color: #7AC400;
      color: white;
      border-color: #7AC400;
    }

 
   
    .detail-link {
      color: #7AC400;
      text-decoration: none;
      font-weight: bold;
    }

.tabs .tab {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s ease;
}


.tab-content.active p {
    margin: 26px 0px;
    font-size: 19px;
}
.tab-number {
      width: 36px;
    height: 36px; 
    border-radius: 50%;
    border: 2px solid #ccc;
    color: #ccc;
    text-align: center;
    line-height: 31px;
    font-weight: bold;
}

.tab.active .tab-number {
  background-color: #7AC400;
  color: white;
  border-color: #7AC400;
}

.detail-tabs .tab-text {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}

.tab-icon {
      width: 71px;
    height: 60px;
    filter: grayscale(1);
    transition: 0.3s ease;

}

.tab.active .tab-icon {
  filter: brightness(0) saturate(100%) invert(35%) sepia(94%) saturate(741%) hue-rotate(55deg) brightness(94%) contrast(95%);
}

.tab-content {
  display: none;
  padding: 20px;
}

.tab-content.active {
  display: block;
}

.detail-link {
  color: #7AC400;
  font-weight: bold;
  text-decoration: none;
}
/* section-portfolio */
.portfolio {
   margin-top: 132px;
    text-align: center;
    padding: 48px 0px;
}
.portfolio img {
    width: 39%;
}
.portfolio-content h3 {
    font-weight: 500;
}
.portfolio-content p {
    font-size: 19px;
    font-weight: 400;
}
.main-portfolio {
        margin: 60px 11px;
    align-items: center;
    justify-content: center;
}

.portfolio-box-1 {
    position: relative;
    border: double 3px transparent;
    border-radius: 6px;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(to right, #2dc1bcb3, #afeb40a1);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 29px 38px;
    text-align: left;
    width: 70%;
    margin: 0 auto;
        height: 292px;

}
.portfolio-box-1:before {
position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    background: #89D501;
    left: 501px;
    right: 14px;
    margin: 0 auto;
    border-radius: 24px;
    top: 113px;
}
.row.main-portfolio {
    position: relative;
}
.row.main-portfolio:before {
        position: absolute;
    content: '';
    background: #89D501;
    width: 4px;
    height: 417px;
    right: 44px;
    left: 0;
    margin: 0 auto;
    top: 170px;

}


.main-portfolio:last-child:before{display: none;}
.portfolio-box-2 {
      position: relative;
    border: double 3px transparent;
    border-radius: 6px;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(to right, #33b1adb3, #a5ce58a1);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 29px 38px;
    text-align: left;
    width: 70%;
    margin: 0 auto
}

.portfolio-box-1:after {
       position: absolute;
    content: '';
    width: 73px;
    height: 23px;
    right: -89px;
    top: 121px;
    border-top: 2px dashed #89d501;
}

.portfolio-box-2:before {
    position: absolute;
    content: '';
    background-image: url(../images/portfolio-frame-2.png);
    width: 17px;
    height: 17px;
    background: #89D501;
    left: -666px;
    right: 14px;
    margin: 0 auto;
    border-radius: 24px;
    top: 101px;
}
.portfolio-box-2:after {
    position: absolute;
    content: '';
    width: 115px;
    height: 9px;
    right: 437px;
    top: 109px;
    border-top: 2px dashed #89d501;
}



.portfolio-box:before {
       position: absolute;
    content: '';
    background: url(../images/portfolio-frame.png);
    width: 20%;
    height: 110%;
    right: 92px;
    top: -12px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.portfolio-box {
    position: relative;
}
.right-portfolio-box{position: relative;}
.right-portfolio-box:before {
      position: absolute;
    content: '';
    background: url(../images/portfolio-frame-2.png);
    width: 20%;
    height: 112%;
    left: 14%;
    top: -16px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.portfolio-box-image img {
    height: 370px;
}
/*section-5*/
.section-5 {
    padding: 56px 0px;
    text-align: center;
    position: relative;
}

.quality-content p {
    font-size: 19px;
}
/* marquee-slider */
.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 332px;
    overflow-x: hidden;
  }
  .marquee img {
    width: 254px;
    height: 314px;
    margin: 7px;
}
  .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
  }
  
 
  .scroll-left {
    animation: marquee-left 32s linear infinite;
  }
  .scroll-right {
    animation: marquee-right 32s linear infinite;
  }
  @keyframes marquee-left {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }
  @keyframes marquee-right {
    from { transform: translateX(-50%); }
    to   { transform: translateX(0); }
  }

  .track.scroll-right {
    position: relative;
}
.Green-button {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    background: linear-gradient(90deg, #6EAC00 0%, #27A9A5 100%);
    right: 0px;
    left: 0px;
    top: 46%;
    border-radius: 121px;
    width: 238px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
   
}

.Green-button a {
    text-decoration: none;
    color: #fff;
}

.Green-button a:hover {
    color: #3F51B5;
}

.quality-content {
    position: relative;
}
.book-guide a {
    color: #81D212;
    text-decoration: none;
    border: 1px solid #81D212;
    border-radius: 20px;
    padding: 7px 19px;
    font-weight: 600;

}
.selling-buttons {
    display: flex;
     gap: 22px;
        
}
.book-guide h2 {
    font-size: 34px;
    font-weight: 600;
}
.section-6 {
    padding: 64px;
    line-height: 56px;
}
.section-6{
    background:url(../images/background-5.png);
    background-repeat: no-repeat;
    background-size: 86%;
    padding: 49px;
}
.book-guide {
    color: #ffff;
}
.book-guide p {
    font-size: 20px;
    /* width: 66%; */
    line-height: 28px;
    font-size: 16px;
}
a.main-btn-06 {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;

}

a.main-btn-06:hover {
    /* color: #000; */
    transition: 0.5s ease;
    transform: scale(1.1);
}
.btn-inner p {
    font-size: 14px !important;
}

.btn-inner span {
    font-size: 16px !important;
}

.btn-inner span {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #81D212;
}

.btn-inner p {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin: 0;
}
.circle-btn-2 {
    -webkit-text-fill-color: #81d212;
    /* color: red; */
    background: #000;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 25px;
    width: 40px;
    text-align: center;
    height: 40px;
    place-content: center;
}
.circle-btn {
    -webkit-text-fill-color: #fff;
    /* color: red; */
    background: #000;
    padding: 0;
    border-radius: 25px;
    width: 30px;
    text-align: center;
    height: 30px;
    place-content: center;
}
a.main-btn-05 {
    padding: 10px 20px;
    font-size: 26px;
    color: #000;
    text-decoration: none;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 600;
    font-size: 14.5713px;
    line-height: 22px;
    background: #81D212;
    border-radius: 30px;
    align-items: center;
}
.circle-btn {
    -webkit-text-fill-color: #fff;
    /* color: red; */
    background: #000;
    padding: 0;
    border-radius: 25px;
    width: 30px;
    text-align: center;
    height: 30px;
    place-content: center;
}

a.main-btn-05:hover {
    color: #000;
    transition: 0.5s ease;
    transform: scale(1.1);
}
a.main-btn-05 {
    display: flex;
    gap: 10px;
} 

.background-book{
    background: url(../images/background-6.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    padding: 21px;
}
.background-book img {
    width: 89%;
}
.selling-buttons a:nth-child(2) {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #fff;
}
a.call-now i {
    background: transparent;
    color: #81D212;
    font-size: 18px;
    border: 2px solid #fff;
    padding: 11px 11px;
    border-radius: 32px;
    margin-right: 9px;
}
/*.section-7*/
.section-7 img {margin-left: -149px;margin-top: -13px;}

.section-7 {
    padding: 62px;
    text-align: center;
}

.section-7 p {
    font-size: 20px;
    width: 96%;
}
.row.layout p {
    font-size: 16px;
}

.row.layout {
    text-align: start;
    background: #fff !important;
    margin-top: -70px;
    position: relative;
}
.layout-box label {
    font-size: 70px;
    right: 73px;
    position: absolute;
    top: -20px;
    opacity: 0.1;
    color: #bbbbbb;
}
.layout-box {
    position: relative;
    padding: 30px;
        border: 2px solid #0000000a;
        /* border-radius: 20px; */
}


.layout-box:nth-child(even) {
    background: #F0FFE1;
}
.section-7-content {
    margin-top: 70px;
}
/* .section-8 */
.section-8{
    padding: 82px 0px;
}
.section-8 img {
    width: 100%;
}
section.section-8 span {
    color: #81D212;
    font-weight: 700;
    font-size: 23px;
    font-weight: 700;
}
.section-8 p {
    color: #6F6C90;
    font-size: 21px;
    padding: 9px 0px;
}
.business-box .row {
    align-items: center;
}

.section-8 h2 {
    font-size: 42px;
    margin: 16px 0px;
}
.section-8 h4 i {
    margin-right: 19px;
    padding: 5px 7px;
    background: #81D212;
    border-radius: 20px;
    color: #ffff;
    font-size: 18px;
}

.section-8 h4 {
    font-size: 19px;
}
.tips-content{
    position: relative;
    padding: 22px 26px;
    
}


.tips-content p {
    margin-left: 54px !important;
}

.tips-content .call-now i {
    border: 1px solid #81D212;
}
/* .section-9 */
.section-9 h2{
font-size: 33px;
    width: 59%;
}
/* .section-9 */
.section-9 .selling-buttons a {
    padding: 9px 16px;
    font-size: 14px;
}

section.section-9 {
    padding: 29px;
    margin-bottom: 114px;
}
.section-9 .selling-buttons a {
    padding: 9px 16px;
    font-size: 14px;
    background:linear-gradient(90deg, #89D501 0%, #33B1AD 100%);
    padding: 15px 22px;
    font-size: 26px;
    color: #000;
    text-decoration: none;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 600;
    font-size: 14.5713px;
    line-height: 22px;
    border-radius: 30px;
    align-items: center;
}
.row.Client-box {
    background: #E0FFD3;
    padding: 31px;
    border-radius: 23px;
    margin-top: 25px;
    margin: 10px;
}
.main-review-box {
    display: flex;
    gap: 20px;
}
.Client-review span {
    color: #140545;
    font-size: 28px;
    font-weight: 700;
}
.section-9 p {
    font-size: 21px;
    margin: 29px 0px !important;
}

.Client-review p {
    margin: -4px 0px !important;
}

.Client-review p {
    font-size: 19px;
    margin: -5px 0px;
    font-weight: 600;
    color: #0D0D0D;
}

.more-btn {
    text-align: end;
    margin-top: 9px;
}
.more-btn a {
    text-decoration: none;
    border: 2px solid #000;
    padding: 10px 16px;
    border-radius: 31px;
    font-weight: 600;
    color: #000;
}
.main-genre-box h5 {
    color: #140545;
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
}
.main-genre-box  span {
    font-weight: 600;
    font-size: 17px;
}
.main-genre-box {
    border-right: 2px solid #000;
    padding-right: 42px;
}
.main-genre-box.\32 {
    border: none;
}
.more-btn i {
    margin-left: 7px;
    border: 1px solid #000;
    padding: 3px 4px;
    border-radius: 14px;
}
/* service-slider */
.service-slider .slick-slide {
    
    height: auto;
}
.slick-dotted {
    margin-bottom: 157px;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #81D212;
    font-size: 12px;
}
.section-10 img {
    width: 191px;
    height: 67px;
    margin: 64px 20px;
}
/* hire-box */
.Hire-box .container {
    background: linear-gradient(90deg, #89D501 0%, #33B1AD 100%);
    padding: 38px 0px;
    text-align: center;
    color: #fff;
    position: absolute;
    border-radius: 9px;
    z-index: 1;
    right: 0;
    margin-top: -102px;
    left: 0;
}
.Hire-box .row {
    align-items: center;
}
.Hire-box .content a {
    width: 250px;
    font-size: 20px;
    background: #000;
    padding: 10px 17px;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.hire-box h3 {
    margin: 21px;
}

/* faqs section 13*/
section.faqs {

    background: url(../images/faq-background.png);
    background-repeat: no-repeat;
    padding: 130px 0;
    background-size: cover;
}
section.faqs {
    padding: 143px 0px;
    background: url(../images/faq-background.png);
    color: #ffff;
    position: relative;
    margin: -10px 0px;
}


.accordion-button::after {
    background-image: url(../assets/images/plus.png);
    transform: scale(1) !important;
}
.accordion-button:not(.collapsed) {
    color: #FFFFFF !important;
    background-color: transparent !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
    border-bottom: 1px solid #fff !important;
}

.faq-heading h3 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 51px;
    color: #FFFFFF;
}
.faq-heading p {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 40px;
}
.faqs {
    & .faqs-sec {
        .accordion-button::after {
            background-image: url(../images/plus.png);
            transform: scale(1) !important;
            filter: contrast(0) brightness(2);
        }
    }
}
.faqs {
    & .faqs-sec {
        .accordion-button:not(.collapsed)::after {
            background-image: url(../images/minus.png);
            filter: contrast(0) brightness(2);
        }
    }
}
/* Remove default white background and text color on open/close */
.accordion-button {
    background-color: transparent !important;
    color: #ffff !important;
    box-shadow: none !important;
    font-family: 'Urbanist';
    font-style: normal;
    font-size: 20.0374px !important;
}
/* Optional: Add hover effect if needed */
.accordion-button:hover {
    background-color: rgba(255, 255, 255, 0);
}
/* Remove white background on open accordion */
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    /* color: inherit !important; */
}
/* Remove border if you want a cleaner look */
.accordion-button,
.accordion-item {
    border: none;
}
.accordion-item {
    background-color: transparent !important;
    border: 1px solid rgba(0, 0, 0, .125);
}
.accordion-button {
    border-bottom: 1px solid #fff !important;
}
.accordion-body p {
    color: #fff;
    font-family: 'Urbanist';
    font-style: normal;
    font-size: 18px;
}
section.business-box {
    background: linear-gradient(90deg, #89D501 0%, #33B1AD 100%);
    color: #ffff;
    padding: 38px 0px;
    display: flex;
    align-items: center;
    padding: 50px 0px;
}
section.business-box p {
    font-size: 18px;
    font-weight: 600;
}
section.business-box a {
    background: #000;
    padding: 9px 33px;
    text-decoration: none;
    border: 3px solid #fff;
    border-radius: 20px;
    color: #fff;
    margin: 26px;
}
/* footer */
ul.footer-contact {
    padding: 0px;
    margin: 0px;
}
.social-links ul {
    padding: 9px 19px;
}
footer {
    background: #080808;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 5px;
}

footer p {
    font-size: 18px;
    color: #DDDDDD;
    margin: 47px 0px;
}

footer .row {
    margin: 15px 0px;
    line-height: 33px;
}
footer ul li {
    list-style: none;
    text-align: left;
    text-decoration: none;
    margin: 7px 0px;
    font-weight: 700;
    font-size: 21px;
}


footer a {
    text-decoration: none;
    color: #ffffffbf;
    font-size: 17px;
}
footer a:hover {
    color: #89D501;
}
footer h4 {
    margin-bottom: 30px;
}
footer i {
    color: #78CE24;
    margin-right: 11px;
    font-size: 20px;
}
.Copyright p {
    text-align: center;
    margin: 1px;
}

.Copyright {
    padding: -16px;
}


  .btn {
    padding: 15px;
    font-weight: 700;
    font-size: 2rem;
    text-decoration: none;
    text-align: center;
    transition: all .5s ease; 
  }
  
  .btn--doar {
    color: #fff;
    padding-right: 0;
    background-color: #c0392b;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 70%, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 75% 100%, 0 100%);
  
  }
  
  .btn--doar:hover { 
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);  
  }
  
  .btn--doar:after {
    content: "\f004";
    color: #e74c3c;
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    right: -55px;
    transition: all 0.2s ease;
  }
  
  .btn--doar:hover:after {
    margin: -5px 15px;
    right: 0px;
  }
  
  .btn--promo {
    color: #dff9fb;
    background-color: #130f40;
    border-radius: 50px;
  }
  
  .btn--promo:after {
    content: '40% OFF';
    display: inline-block;
    font-size: 1rem;
    color: #130f40;
    background-color: #f0932b;
    border-radius: 25px;
    padding: 5px;
    position: absolute;
    margin-top: -30px; 
    margin-left: -55px; 
  }
  
  .btn--action{
    display: block;
    width: 100%;
    padding: 10px 0px;
    color: #000;
    transition: all .5s ease 0s;
    text-align: justify;
    
  }
  .btn--action span{
    display: inline-block;
    position: relative;
    transition: all .5s ease;
  }
  .section-4 .btn--action span:before {
    content: 'lets talk';
    color: #fff;
    font-size: 18px;
    margin: -4px 0px;

    display: inline-block;
    left: 0.5rem;
    opacity: 0;
    transition: all 0.7s ease 0s;
    white-space: nowrap;
    width: 0px;
    overflow: hidden;
}

  /* .btn--action:hover span{
    padding-left: 1.5rem; 
  } */
  
  .btn--action:hover span:before{
    width: 75px;
    opacity: 1;}
  
  .btn--action:active {
    box-shadow: 0 5px #f0932b;
    transform: translateY(5px);
  }
  /* fiction */
  .Book-Free-Consultation {
    border: none;
}
.Consultation-img {
    background: url(../images/fiction-bg-1.png);
    background-repeat: no-repeat;
    height: 100%;
    background-size: 80% 100%;
    background-position: center;
}
.Consultation-img img {
    width: 100%;
}
.Consultation-section .row {
    align-items: end;
}
.Consultation-section.pt-5 {
    padding: 0px;
}
.inner-section-1 {
    padding: 83px 0px;
}
.inner-section-1 p {
    margin: 19px 0px;
    line-height: 26px;
}
.inner-section-1 img {
    width: 100%;
}
.row.experts h4 {
    font-size: 17px;
}

.row.experts p {
    margin-left: 5px !important;
}


.row.experts i {
      margin-right: 19px;
    padding: 5px 7px;
    background: #81D212;
    border-radius: 20px;
    color: #ffff;
    font-size: 11px;
    position: absolute;
    left: -18px;
}

.row.experts {
    padding: 59px 0px;
}
.content.fiction-button a {
    border-radius: 53px;
    font-size: 16px;
    padding: 9px;
    width: 217px;
}
.inner-section-2 {
    padding: 135px 0px;
}
.inner-section-img{
background-repeat: no-repeat;
    background-size: cover;

}
.inner-section-2:before {
    content: '';
    position: absolute;
    width: 24%;
    height: 634px;
    background: url(../images/fiction-bg-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    left: 0;
}

.inner-section-2 {
    position: relative;
}

.detail-tabs .row {
    border: 1px solid #81D212;
    border-radius: 20px;
    align-items: center;
    background: #fdfdfd;
    padding: 20px 0px;
    margin-bottom: 104px
}
.tab-content.active img {
    width: 100%;
}
section.detail-tabs {
    padding: 30px;
}
.inner-section-3 {
    padding: 68px 0px;
} 
.inner-section-3 h2 {
    line-height: 47px;
} 
.grey-box {
    border: 1px solid #fbfcfc;
    background: #FBFCFC;
    padding: 51px 18px;
    border-radius: 23px;
}
.grey-box h4 {
    font-size: 20px;
    margin: 20px 0px;
}
.grey-box {
    border: 1px solid #fbfcfc;
    background: #FBFCFC;
    padding: 24px;
    border-radius: 23px;
    
}
.grey-box p {
    font-size: 17px !important;
}
.inner-section-3 p {
    font-size: 20px;
    width: 46%;
    color: #8C8C8C;
}
.row.main-grey-box p {
    width: 100%;
}
/* .inner-section-4 */
.inner-section-4 {
    background: url(../images/ineer-section-bg.png);
    background-size: cover;
    padding: 103px 0px;
}

.care-box {
    border: 1px solid #ffff;
    padding: 24px;
    font-size: 12px;
    border-radius: 24px;
    background: #E7E8E9;
    color: #000;
    margin-bottom: 20px;
}
.care-box:hover {
    background: #ffff;
}
.care-box:hover {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.care-box img {
    background: #81D212;
    margin: 7px 0px;
    border-radius: 16px;
}
.care-box p {
    margin: 14px 0px;
    color: #687588;
    font-size: 16px;
}


.care-box h4 {
    font-size: 17px;
}
    .f-logo img {
    width: 200px;
}


/* onload popup */
.model-onload span {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #292f36;
  display: block;
  font-family: "Zilla Slab", serif;
}

.onload-popup .model-sec {
  max-width: 900px;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}

.model-onload input,
.model-onload textarea {
  border-color: #00000010 !important;
  border: 1px solid;
  background: #fbfbfb;
}

.model-onload input::placeholder,
.model-onload textarea::placeholder {
  color: #b0b0b0 !important;
  font-weight: 400;
  font-size: 15px;
}

.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-onload {
  padding: 30px 40px 30px 340px;
  background: #ffffff;
  border-radius: 30px;
  z-index: 999;
  position: relative;
}

/*.model-onload::before {*/
/*  content: "";*/
/*  background-image: url(../images/popup-img.png);*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  position: absolute;*/
/*  top: -20px;*/
/*  height: 100%;*/
/*  left: 40px;*/
/*  width: 100%;*/
/*  transform: scale(1.1);*/
/*  z-index: -1;*/
/*}*/

.model-textarea { 
  height: 170px;
}

.model-onload .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none !important;
  background-color: #ff633c;
  border-radius: 50px;
  padding: 12px !important;
}

/* end */
/*about-us*/
.years-of-experience {
    background: #F4FFE4;
    text-align: center;
    padding: 56px 17px;
}
.years-of-experience h3 {
    font-size: 56px;
}
.years-of-experience span {
    font-weight: 600;
    font-size: 18px;
}
.years-of-experience hr {
    width: 99%;
    align-items: center;
}

.about-inner-right img {
    width: 100%;
}
section.about-inner-sec-1 {
     padding: 97px 0px;
    margin-top: 76px;
}
.main-free-section {
    display: flex;
    gap: 31px;
}
.about-inner-sec-1{
   background: url(../images/about-us-bg.png);

}
.-about-inner-content {
    color: #ffff;
}
.-about-inner-content h4 {
    font-size: 20px;
}
.-about-inner-content p {
    font-size: 16px;
    width: 68%;
}
.main-free-section {
    display: flex;
    gap: 31px;
    padding-bottom: 29px;
}
section.section-9.about-testimonial {
    padding: 182px 0px;
    
}




.scrolled
 {
     background: linear-gradient(90deg, #89d501b5 0%, #33b1ada6 100%) !important;
    box-shadow: 0 2px 4px rgba(185, 185, 185, 0.1);
    margin: 0 50px;
    border-radius: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.scrolled img {
    filter: contrast(0) brightness(2);
}
.dropdown-item.active, .dropdown-item:active {
    background: linear-gradient(90deg, #89D501 0%, #33B1AD 100%);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background: linear-gradient(90deg, #89D501 0%, #33B1AD 100%);
}
ul.navbar-nav {
    align-items: center;
}







/*.navbar-nav .nav-link::after {*/
/*    background: none repeat scroll 0 0 transparent;*/
/*    bottom: 0;*/
/*    content: "";*/
/*    display: block;*/
/*    height: 23px;*/
/*    position: absolute;*/
/*    top: 22px;*/
/*    right: 4px;*/
/*    background: var(--secondary);*/
/*    transition: width 0.3s ease 0s, left 0.3s ease 0s;*/
/*    width: 0;*/
/*    filter: drop-shadow(0 -1px 4px var(--secondary-light));*/
/*}*/


.navbar-nav .nav-link::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;

    position: absolute;
    background: linear-gradient(90deg, #89D501 0%, #33B1AD 100%);;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    filter: drop-shadow(0 -1px 4px #33B1AD);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
    left: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}



.dropdown-toggle::after

 {
    border: none;
}
.navbar-nav li a {
    font-size: 1rem;
    font-weight: 400;
    
    display: inline-block;
    position: relative;
}

section.thank-you {
    background: #fff;
    text-align: center;
    padding: 50px 0;
}

section.thank-you h1 {
    font-size: 50px;
    font-weight: 600;
}

section.thank-you h1 span {
    color: #FEBC1F;
}

.mythnkurw p {
    font-size: 18px;
    font-weight: 600;
}

p.myfnts a:hover {
    color: #fff;
}

p.myfnts {
   font-size: 22px;
    /* text-align: center; */
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
}
.myfnts {
    color: #fff !important;
}
/*.mythnkurw i {*/
/*       font-size: 100px;*/
/*    color: #fff !important;*/
/*}*/

.myfnts a {
      text-decoration: none;
    color: #fff;
    font-weight: 700;

}





.model-discount {
    padding: 20px 40px;
}

.modal-main input {
    background-image: linear-gradient(#fff, #F9F8FA), linear-gradient(to right, #33b1adb3, #a5ce58a1);
}
.modal-main label {
    background: #fff;
    border-radius: 15px;
}
.model-discount .btn-close {
    position: absolute;
    top: 6px;
    right: 8px;
    box-shadow: none !important;
    background-color: #7cd01b;
    border-radius: 50px;
    padding: 12px !important;
}
.animate-div {
    display: inline-flex;
    justify-content: space-between;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
.model-discount span {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    color: #7cd01b;
}
.btn-close:hover{
    background: #7cd01b !important;
    
}
.modal-btn {
    border-radius: 30px;
    background: linear-gradient(to right, #89D501, #33B1AD);
    padding: 12px 25px !important;
    font-size: 14px;
    border: 2px solid #fff;
    color: #ffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.modal-btn:hover {
    transition: 0.5s ease;
    transform: scale(1.1);
}


.top-contact ul li a:hover {
    animation-name: flow;
    animation-duration: 500ms;
    animation-timing-function: linear;
}
.detail-tabs .tab-text strong {
    font-size: 20px;
    font-weight: 500;
}

  