/*!
Theme Name: the-blueprint
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Outfit:wght@100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@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');
body{
  padding: 0;
  margin: 0;
  background: #000 !important;
}
.container-fluid {
    width: calc(100% - 25px) !important;
}
.container {
    padding: 0;
    width: 100%;
    max-width: 1240px !important;
    margin: 0 auto !important;
}
/*desktop header start*/
.header-sec {
    opacity: 1;
    background: linear-gradient(180deg, #FFFF4D 0%, #35CA9F 23%, #37A6C7 40%, #E57DA8 59%, rgba(154, 249, 92, 0) 80%);
}
.navbar-brand {
    width: 30%;
    margin-left: -12px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    padding-top: 22px;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    z-index: 1;
}
.custom-logo-link img {
    width: 152px !important;
    height: 120px !important;
    text-align: left !important;
}
a.navbar-brand.logo-nav {
    display: none !important;
}
div#navbarSupportedContent {
    justify-content: end;
    width: 70%;
}
.custom-menu ul {
    display: flex;
    padding-left: 65px;
    margin-bottom: 0;
    list-style: none;
}
.custom-mobile-menu ul{
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0px;
}
.custom-menu ul li {
    padding: 0px 18px;
}
.custom-menu ul li a {
    font-family: Public Sans;
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #000000 !important;
    padding: 0px;
    text-decoration: none;
}
/*.custom-menu ul li a.active {
    color: #000 !important;
}*/
.custom-menu ul li a:hover {
    color: #000 !important;
}
.header-btn {
    border-radius: 10000px;
    opacity: 1;
    background: #000000;
    padding: 13px 31px;
    font-family: Public Sans;
    font-size: 17px;
    font-weight: normal;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 100px;
}
.header-btn:hover {
background: linear-gradient(101deg, #31C08A -5%, #FFEE6A 51%, #D66672 109%);
color: #000;
text-decoration: none;
transition: .2s;
}
.mobile-menu {
    display: none;
}
nav.navbar.navbar-expand-lg.navbar-light.custom-navbar {
    z-index: 1;
}

/*desktop header end*/
/*hero section start here*/

.hero-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-top-right-radius: 24px;
}
.hero-content {
    width: 50%;
}
.hero-media {
    width: 50%;
    text-align: end;
}
.hero-bg {
   /* background-image: url('../images/hero-bg.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;   
    mask-size: cover;
    margin-top: -148px;
}
.hero-media-inner img {
    margin-top: 165px;
    width: 486px;
    height: auto;
}
.hero-content-inner h1 {
    background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 76px;
    letter-spacing: 0em;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 54px;
    margin-bottom: 0px;
    padding-bottom: 24px;
}
.hero-content-inner h1 span {
    font-family: 'Cormorant';
    font-size: 84px;
        background: linear-gradient(121deg, #31C08A -3%, #FFEE6A 45%, #D66672 96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.hero-content-inner p {
    font-family: Public Sans;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.6);
    max-width: 557px;
    margin-bottom: 0px;
    padding: 0px 0px 24px 0px;
    text-align: justify;
}
strong {
    font-weight: 800;
}
.explore-more-btn {
    border-radius: 10000px;
    opacity: 1;
    background: linear-gradient(101deg, #31C08A -5%, #FFEE6A 51%, #D66672 109%);
    padding: 13px 31px;
    font-family: Public Sans;
    font-size: 17px;
    font-weight: normal;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0em;
    color: #080908;
    text-decoration: none;
}
.explore-more-btn:hover{
  color: #000;
}
.learn-more-btn {
    border-radius: 100px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid transparent;
    background: linear-gradient(101deg, #31C08A -5%, #FFEE6A 51%, #D66672 109%);
    box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.25);
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
    font-family: Public Sans;
}
.learn-more-btn:hover{
  color: #fff;
}
.learn-more-btn p {
    padding: 10px 31px;
    background: #000;
     border-radius: 100px;
     margin-bottom: 0px;
}
.learn-more-btn p:hover {
    background: linear-gradient(101deg, #31C08A -5%, #FFEE6A 51%, #D66672 109%);
    color: #000;
}
.navbar-light .navbar-toggler {
    display: none;
}
/*hero section end here*/
/*available platforms style start here*/
.available-platform-sec {
    padding: 40px 0px 50px 0px;
}
.available-platform-title p {
    color: #FFF;
    text-align: center;
    font-family: "Public Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0px;
    opacity: 0.7;
}
.platforms-logo-outer {
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    padding-top: 30px;
}
.platforms-logo-box {
    width: 20%;
}
.platforms-logo-media img {
    width: 139px;
    height: 81.15px;
}
/*available platforms style end here*/
/* key feature section start here*/
.key-feature-sec {
    padding: 60px 0px;
}
.section-main-title h2 {
    text-align: center;
    font-family: Cormorant;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 63px;
    margin-bottom: 0px;
    background: linear-gradient(90deg, #FFF 0%, #999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 55px;
}
.section-main-title h2 span {
    background: var(--Primary-gr, linear-gradient(127deg, #31C08A -3.26%, #FFEE6A 44.99%, #D66672 94.13%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Cormorant;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 63px;
}
.key-feature-card iframe {
    width: 352px;
    height: 197px;
    flex-shrink: 0;
    border-radius: 20px;
}
.key-feature-card {
    width: 356px;
    height: 200px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #252525;
    box-shadow: 4px 4px 164px 26px rgba(255, 238, 106, 0.04);
    position: relative;
    margin-bottom: 50px;
    z-index: 9999;
}
.background-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000005c;
}

.key-feature-card:hover .background-bg {
    display: none;
}
.row.key-video-row {
    position: relative;
}
img.img-fluid.key-feature-line {
    position: absolute;
    left: -20px;
    opacity: 0.9;
    z-index: 0;
}
/* key feature section end here*/
/*about book section start here*/
section#about-book {
    padding: 60px 60px 40px 60px;
}
.about-book-outer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}
.about-book-left-content {
    width: 45%;
    padding: 50px;
}
.about-book-right-content {
    width: 49%;
}
.about-book-detials span {
    font-family: Poppins;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
    background: var(--Primary-gr, linear-gradient(127deg, #31C08A -3.26%, #FFEE6A 44.99%, #D66672 94.13%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-book-detials h2 {
    color: var(--white, #FFF);
    font-family: 'Poppins';
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 0px;
    padding: 0px 0px 40px 0px;
    max-width: 556px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-book-detials p {
    font-family: Public Sans;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.6);
    max-width: 557px;
    margin-bottom: 0px;
    padding-bottom: 26px;
    text-align: justify;
}
.book-details-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 40px;
}
.books-number {
    width: 11%;
}
.books-number-content {
    width: 84%;
}
.books-number h3 {
    font-family: "Public Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: var(--Primary-gr, linear-gradient(127deg, #31C08A -3.26%, #FFEE6A 44.99%, #D66672 94.13%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: black; /* Sets the inside color to black */
    -webkit-text-stroke: 2px #000; /* Creates the stroke with black color */
}
.books-number-content h4 {
    color: var(--white, #FFF);
    font-family: Cormorant;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
}
.books-number-content p {
    color: rgba(255, 255, 255, 0.60);
    font-family: "Public Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    width: 474px;
    margin-bottom: 0px;
    padding-top: 9px;
}
.about-book-detials h2 strong {
    background: var(--Primary-gr, linear-gradient(127deg, #31C08A -3.26%, #FFEE6A 44.99%, #D66672 94.13%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Cormorant';
    font-size: 64px;
    text-transform: capitalize;
}
.about-book-media {
    padding: 17px;
    border: 1px solid #2a2a2a;
    border-radius: 20px;
}
/*about book section end here*/
/*feaured video section start here*/
.featured-video-sec {
    padding: 60px 0px;
}
.section-main-title.featured-video {
    width: 630px;
    margin: 0 auto;
}
.section-main-title.featured-video h2 {
    padding-bottom: 14px;
}
.section-main-title.featured-video p {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: "Public Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0px;
}
.feature-video-card {
    width: 100%;
    height: 653px;
    border-radius: 20px;
    border: 1px solid #252525;
    box-shadow: 4px 4px 164px 35px rgba(255, 238, 106, 0.08);
    margin: 60px 0px;
}
.feature-video-card iframe {
    width: 100%;
    height: 653px;
    border-radius: 20px;
    border: 1px solid #252525;
    box-shadow: 4px 4px 164px 35px rgba(255, 238, 106, 0.08);
}
.feature-video-card {
    position: relative;
    display: inline-block;
}

.feature-video-card iframe {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}


.video-thumbnail.hidden {
    opacity: 0;
    visibility: hidden;
}
.feature-video-card {
    position: relative;
    display: inline-block;
}


.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 3; /* Ensure thumbnail and play button are above iframe */
    display: flex;
    justify-content: center;
    align-items: center; /* Center play button */
    transition: opacity 0.3s ease;
    border-radius: 20px;
}

.video-thumbnail .play-button {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 4; /* Ensure play button is above the thumbnail */
}

.video-thumbnail .play-button::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid red; /* Triangle color */
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
}
.youTube-btn {
    text-align: center;
}
/*feaured video section end here*/
/*about author section start here*/
.author-sec {
    position: relative;
}
.author-sec::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    flex-shrink: 0;
    border-radius: 600px;
    background: var(--Primary-gr, linear-gradient(127deg, #31C08A -3.26%, #FFEE6A 44.99%, #D66672 94.13%));
    filter: blur(127px);
    z-index: -1;
    top: 55px;
    left: 0;
}
.author-outer {
    display: flex;
    padding: 60px 0px 90px 0px;
    justify-content: center;
    align-items: center;
    gap: 160px;
    align-self: stretch;
    z-index: 1;
}
.autor-details h2 {
    font-family: Cormorant;
    font-size: 61px;
    font-style: normal;
    font-weight: 600;
    line-height: 57px;
    background: linear-gradient(90deg, #FFF 0%, #999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
}
.autor-details h2 span {
    background: var(--Primary-gr, linear-gradient(127deg, #31C08A -3.26%, #FFEE6A 44.99%, #D66672 94.13%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.autor-details p {
    color: rgba(255, 255, 255, 0.60);
    font-family: "Public Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
    padding-top: 25px;
    text-align: justify;
}
.author-info-outer {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    margin-top: 25px;
}
.autor-signature img {
    width: 285px;
    height: 85px;
}
.author-info h3 {
    color: var(--white, #FFF);
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
}
.author-info p {
    color: var(--Font-light, #A3A3A3);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.8px;
    padding-top: 5px;
}
.autor-left-content {
    width: 45%;
}
.autor-right-content {
    width: 55%;
}
/*about author section end here*/
/*faq section start here*/
.section-main-title.faq-main-title h2 {
    width: 607px;
    margin: 0 auto;
    padding-bottom: 0px;
}
.faq-card {
    padding: 40px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 56px;
    margin-bottom: 5px;
}
.accordion {
  background-color: #181818;
  border: none;
  color: #fff;
  border-radius: 8px;
  padding: 10px;
}

.accordion-item {
    background-color: transparent !important;
    border-bottom: 1px solid #3A3A3A;
    margin-bottom: 5px;
}

.accordion-header {
  font-size: 18px;
}

.accordion-button {
    background-color: transparent !important;
    border: none !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    padding: 23px !important;
    margin-bottom: 0px !important;
    color: var(--white, #FFF) !important;
    font-family: Cormorant !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 40px !important;
}

.accordion-body {
    background-color: transparent !important;
    border-radius: 6px !important;
    border-top: navajowhite !important;
    color: rgba(255, 255, 255, 0.60) !important;
    font-family: "Public Sans" !important;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 24px !important;
    max-width: 863px ;
    padding-bottom: 29px !important;
}

.accordion-button::after {
    content: '+' !important;
    font-size: 35px !important;
    color: #fff !important;
    text-align: center !important;
    line-height: 41px !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    background: linear-gradient(
    127deg,
    rgba(49, 192, 138, 0.5) -3.26%,
    rgba(255, 238, 106, 0.5) 44.99%,
    rgba(214, 102, 114, 0.5) 94.13%
  ) !important;
    display: inline-block !important;
    margin-left: auto !important;
    transition: transform 0.3s ease, background 0.3s ease !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    font-weight: 700 !important;
}

.accordion-button:not(.collapsed)::after {
    content: '-' !important;
    transform: rotate(6deg) !important;
    font-size: 41px !important;
}

/*faq section end here*/
/*client feedback section start here*/
.client-feedback-sec {
    padding: 80px 0px;
    background: #070707;
}
.feedback-cards {
    padding: 30px 30px 20px 30px;
    border-radius: 15px;
    background: #101010;
    /*box-shadow: 0px 22.652px 70px 0px rgba(255, 238, 106, 0.03);*/
    margin: 0px 8px;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border: none !important;
    outline: none;
}
.user-infor-outer {
    display: flex;
    padding: 0px 10px;
    align-items: center;
    gap: 20px;
    margin-bottom: 34px;
}
.user-media {
    width: 63.837px;
    height: 63.837px;
    border-radius: 75.163px;
}
.user-media img{
    width: 63.837px;
    height: 63.837px;
    border-radius: 75.163px;
}
.user-detials h3 {
    color: #FFF;
    font-family: Cormorant;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.711px;
    margin-bottom: 0px;
}
.user-detials p {
    color: rgba(255, 255, 255, 0.60);
    font-family: "Public Sans";
    font-size: 15.445px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.711px;
    margin-bottom: 0px;
    padding-top: 3px;
}
.feedback-cards p {
    color: var(--Light-Font, #797979);
    font-family: "Public Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.711px;
    margin-bottom: 0px;
    width: 313px;
}
.feedback-cards ul {
    display: inline-flex;
    list-style: none;
    padding-left: 0px;
    padding-top: 24px;
}
.feedback-cards ul li {
    padding-right: 6px;
}
.feedback-cards ul li i{
    color: #FDCC0D;
}
.feedback-cards-row {
    padding: 63px 0px;
}
.custom-arrow {
  width: 61px;
  height: 61px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 50%; /* Optional: If you want circular arrows */
}

.custom-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
}

.arrow-icon {
  display: inline-block;
  font-family: "Arial", sans-serif; /* Adjust as needed */
}
.slick-next.custom-arrow.slick-arrow {
    position: absolute;
    right: 44%;
    bottom: -30px;
}
.slick-prev.custom-arrow.slick-arrow {
    position: absolute;
    bottom: -30px;
    left: 44%;
}
.custom-arrow {
    width: 61px !important;
}
/*client feedback section end here*/
/*contact us section start here*/
.contact-us-sec {
    padding: 70px 0px;
}
.contact-us-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-wrap: wrap;
    width: 100%;
}
.contact-right-content {
    width: 60%;
}
.contact-left-content {
    width: 40%;
}
.contact-info h2 {
    color: var(--white, #FFF);
    font-family: Cormorant;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 69px;
    width: 313px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.contact-info a {
    color: rgba(255, 255, 255, 0.60);
    font-family: "Public Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-decoration: none;
    margin-bottom: 0px;
}
.contact-info a:hover {
    background: var(--Primary-gr, linear-gradient(127deg, #31C08A -3.26%, #FFEE6A 44.99%, #D66672 94.13%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-us-form {
    padding: 36.5px 39px 35.5px 39px;
    border-radius: 10px;
    background: #101010;
    box-shadow: 0px 22px 66px 0px rgba(0, 0, 0, 0.06);
}
.contact-card input {
    padding: 10px 10px 10px 22px;
    width: 100%;
    height: 58px;
    border-radius: 10px;
    border: 1px solid #3A3A3A;
    background: #101010;
}
.contact-card textarea {
    padding: 10px 10px 10px 22px;
    width: 100%;
    height: 245px;
    border-radius: 10px;
    border: 1px solid #3A3A3A;
    background: #101010;
}
.contact-card{
    margin-bottom: 28px;
}
/* Placeholder styling */
.form-control::placeholder {
  color: #A6A6A6;
  font-family: "Public Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 158.824% */
}

/* Input and Textarea styling for text */
.form-control {
  color: #A6A6A6 !important; /* Match placeholder color */
  font-family: "Public Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 158.824% */
  background-color: transparent;
  outline: none;
  border: none; /* Remove default borders */
}

/* Input and Textarea styling when focused */
.form-control:focus {
  outline: none !important;
  box-shadow: none !important; /* Remove Bootstrap's default focus ring */
  background-color: transparent !important; /* Ensure background remains transparent */
}

/* Ensure the field looks good without borders */
.form-group .form-control:focus {
  border-bottom: 1px solid #49C48B !important; /* Change underline color on focus */
}
.talk-btn {
    padding: 16px 23px;
    width: 100%;
    text-align: center;
    display: block;
    border-radius: 10000px;
    background: var(--Primary-gr, linear-gradient(127deg, #31C08A -3.26%, #FFEE6A 44.99%, #D66672 94.13%));
    text-decoration: none;
    color: #080908;
    text-align: center;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}
.talk-btn:hover {
    color: #000;
}
/*contact us section end here*/
/*footer start here*/
footer {
    background: #101010;
}
.footer-outer {
    display: flex;
    padding: 20px 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.footer-logo-media img {
    width: 114px;
    height: 89px;
}
.copyright p {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0px;
}
.social-box ul {
    display: inline-flex;
    list-style: none;
    padding-left: 0px;
}
.social-box ul li {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: linear-gradient(127deg, rgba(49, 192, 138, 0.50) -3.26%, rgba(255, 238, 106, 0.50) 44.99%, rgba(214, 102, 114, 0.50) 94.13%);
    margin: 0px 6px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.social-box ul li a {
    color: #fff;
    font-size: 19px;
}
.social-box ul li:hover {
    background: var(--Primary-gr, linear-gradient(127deg, #31C08A -3.26%, #FFEE6A 44.99%, #D66672 94.13%));
}
.social-box ul li:hover a{
    color: #000;
}
/*footer end here*/
/*coming soon page*/
.coingsoon-content {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 28px;
    height: 100vh;
}
.coingsoon-content img {
    width: 152px;
}
@keyframes blink {
    0% {
        opacity: 1; /* Fully visible */
    }
    50% {
        opacity: .5; /* Fully invisible */
    }
    100% {
        opacity: 1; /* Fully visible again */
    }
}

.coingsoon-content h2 {
    background: var(--Primary-gr, linear-gradient(127deg, #31C08A -3.26%, #FFEE6A 44.99%, #D66672 94.13%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Cormorant;
    font-size: 61px;
    font-style: normal;
    font-weight: 600;
    line-height: 57px;
    padding-bottom: 13px;
    animation: blink 3s infinite;
}
.coingsoon-content p {
    text-align: center;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
}

/*coming soob page end*/
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    color: #fff !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff !important;
}
.autor-media img {
    border-radius: 20px;
}
.autor-media {
    border-radius: 20px;
    border: 1px solid #b9b9b9;
    padding: 8px;
}
/*online appendix page start here*/
.online-appendix-sec {
    background: #000;
    padding: 70px 0px;
}
.alphabatic-box ul {
    display: inline-flex;
    list-style: none;
    padding-left: 0px;
    flex-wrap: wrap;
}
.alphabatic-box ul li {
    padding: 8px 15px;
    border: 1px solid;
    margin: 0px 10px 10px 10px;
}
.alphabatic-box ul li a {
    color: #fff;
    font-family: Public Sans;
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    padding: 0px;
    text-decoration: none;
    padding: 10px 20px;
}
.alphabatic-box ul li {
    padding: 8px 0px;
    border: 1px solid;
    margin: 0px 5px 10px 5px;
}
.online-appendix-content {
    padding-top: 50px;
}
.online-appendix-detials h2 {
    color: #fff;
    text-transform: capitalize;
}
.online-appendix-detials p {
    font-family: Public Sans;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0px;
    padding: 15px 0px 8px 0px;
    text-align: justify;
}
.online-appendix-detials {
    margin-bottom: 35px;
}
.alphabatic-box ul li:hover {
    background: linear-gradient(101deg, #31C08A -5%, #FFEE6A 51%, #D66672 109%);
}
.alphabatic-box ul li:hover a{
   color: #000;
}
.online-appendix-detials img {
    width: 100%;
    padding: 10px;
    border: 1px solid;
    border-radius: 20px;
    margin: 20px 0px;
}
.online-appendix-video iframe {
    width: 100%;
    padding: 20px;
    border: 1px solid;
    border-radius: 20px;
    margin: 30px 0px;
}
.online-appendix-video {
    width: 100%;
}
    .alphabatic-box {
      padding: 10px 0;
      text-align: center;
      transition: all 0.3s ease;
    }

    .alphabatic-box ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      gap: 15px;
    }

    .alphabatic-box li {
      display: inline-block;
    }

    .alphabatic-box a {
      text-decoration: none;
      color: black;
      font-weight: bold;
    }

.alphabatic-box.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #080707;
    box-shadow: 0px 2px 5px rgba(0, 0, 20, 0.1);
}
.alphabatic-box.sticky ul {
    width: 77%;
    margin: 0 auto;
}
/*online appendix page end here*/