@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&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');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  width: 100%;
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}

p {
   font-size: 16px;
   color: var(--c1);
   padding: 0;
   margin: 0;
   line-height: 30px; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #1F1F1F; /* Black */
  --c2: #fff; /* White */
  --c3: #5B86AE; /* Primery Button Color */
  --c4: #0b0b0b; /* Background Color */
  --c5: #6b6b6b; /* Background Color */
  --c6: #8e8e8e;
  --f1: arima_madurairegular;
}

/* ::selection {
  background: var(--c5);
} */

.aic {
    align-items: center;
}

a.primery-button {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    background: var(--c3);
    color: var(--c2);
    padding: 12px 24px;
    border: 2px solid var(--c3);
    border-radius: 8px;
    margin-top: 24px;
    transition: all 0.3s ease-in-out;
}

a.primery-button:hover {
    background: transparent;
    color: var(--c3);
}

a.secondery-button {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    background: var(--c2);
    color: var(--c3);
    padding: 12px 24px;
    border: 2px solid var(--c2);
    border-radius: 8px;
    margin-top: 24px;
    transition: all 0.3s ease-in-out;
}

a.secondery-button:hover {
    background: transparent;
    color: var(--c2);
}

a.primery-button.unfill {
    background: transparent;
    color: var(--c3);
}

a.primery-button.unfill:hover {
    background: var(--c3);
    color: var(--c2);
}

.spacer {
    padding: 80px 0;
}

/*Header Styling*/

header.header {
    padding: 14px 0;
}

.logo a {
    font-size: 34px;
    font-weight: 400;
    line-height: normal;
    color: #475067;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
}

.nav-bar nav ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.nav-bar nav ul li, .nav-bar nav ul li a {
    font-size: 14px;
    font-weight: 600;
    color: var(--c1);
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.nav-bar nav ul li a:hover {
    color: var(--c3);
}

.cart {
    text-align: right;
}

/*Home Page Styling*/

section.banner.home-banner {
    background-image: url(/wp-content/uploads/2025/07/closeup-portrait-smiling-business-team-stairway.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 85vh;
    background-position: top;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background-size: cover;
}

section.banner.home-banner:before, section.video-section.second:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000096;
    z-index: -1;
}

.banner-content {
    text-align: center;
}

.banner-content h1 {
    font-size: 70px;
    font-weight: 500;
    color: var(--c2);
    line-height: normal;
}

.banner-content p {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
}

/*About Section Styling*/

.about-image img {
    /*width: fit-content;*/
}

.about-image {
    display: flex;
    justify-content: center;
}

.content h2, .video-title h2, .audio-info h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 10px;
}

svg.two_elementor_element {
    fill: #5b86ae;
    width: 20px;
}

.book-links a i {
    font-size: 20px;
}

.book-links {
    display: flex;
    gap: 20px;
    transform: translate(-50px, 158%);
    position: absolute;
    top: 0;
    right: 8%;
    flex-direction: column-reverse;
}

.image-furture {
    position: relative;
}

.book-links a {
    writing-mode: sideways-lr;
    text-orientation: mixed;
    color: var(--c3);
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.book-links a span svg.two_elementor_element {height: unset;width: 16px;}

/*Video Section Styling*/

.arrow-icon {
    display: inline-block;
    animation: bounceArrow 1.5s infinite ease-in-out;
}

@keyframes bounceArrow {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}

section.video-section {
    background-image: url(/wp-content/uploads/2025/07/friends-are-resting-after-they-got-mountain.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    height: 1100px;
}

.video-title {
    text-align: center;
    padding: 80px 0 30px 0;
}

.video-title span:first-child {
    background: #A6A6A6;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 8px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.video-title h2 {
    padding: 30px 0 20px 0;
}

video#bookVideo {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
}

video.book-video {
    width: 100%;
    height: auto;
}


/*Aurtor Section Styling*/

section.author {background-color: #5B86AE;}

.aurtor-content h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: var(--c2);
}

.aurtor-content p {
    color: var(--c2);
}

.aurtor-image {
    border-radius: 8px;
    overflow: hidden;
    margin-left: 50px;
}


/*Spanish Book Section Styling*/

.spanish-image img {
    /*width: 80%;*/
}

section.video-section.second {
    position: relative;
    z-index: 1;
    background-image: url(/wp-content/uploads/2025/07/three-skiers.webp);
}

.video-title.ns span, .video-title.ns h2, .video-title.ns h5 {color: var(--c2);}

.video-title.ns span:first-child {
    background: var(--c3);
}

.book-in-spanish-furture {
    position: relative;
}

.book-in-spanish-links {
    position: absolute;
    top: 83%;
    right: 14%;
}

.book-in-spanish-links a {
    writing-mode: sideways-lr;
    text-orientation: mixed;
    color: var(--c3);
    font-size: 18px;
    font-weight: 600;
}

/*Footer Styling*/

footer.footer {
    background-color: #F3EBF4;
    padding: 60px 0;
}

.footer-logo span {
    text-align: center;
    display: block;
    font-size: 80px;
    font-weight: 400;
    color: #3e404d;
    font-family: "Bebas Neue", sans-serif;
    line-height: normal;
}

.footer-menu ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 30px 0 50px 0;
}

.newslatter {width: 30%;margin: 0 auto;text-align: center;}

.newslatter h5 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #3e404d;
    letter-spacing: 2px;
    line-height: normal;
    padding-bottom: 10px;
}

footer.footer .frm_submit.frm_flex {
    text-align: center;
}

button.frm_button_submit {
    font-family: "Poppins", sans-serif;
    margin: 0 !important;
}

input#field_94rik {
    border: unset;
}

.footer-social-links ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.footer-social-links ul li a svg.two_elementor_element {
    height: unset;
}

.footer-social-links ul li a {
    font-size: 24px;
    color: var(--c3);
}

.footer-menu ul li, .footer-menu ul li a {
    color: #3e404d;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.footer-menu ul li a:hover {
    color: var(--c3);
}


/*Audio Section Styling*/

.audio-book img {
    border-radius: 8px 8px 0 0;
}

.audio {
    background: #232728;
    border-radius: 0 0 8px 8px;
    padding: 30px;
}

audio.book-audio {
    width: 100%;
    border-radius: 8px;
    border: 2px solid #f1f3f4;
    background: #f1f3f4;
}

.audio-title {
    color: var(--c2);
}

.audio-title p {
    color: var(--c2);
    padding-bottom: 10px;
}

.audio-info h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}

.audio-link {
    display: flex;
    gap: 10px;
}

section.audio-section {
    background-image: url(/wp-content/uploads/2025/07/audioPlayerBg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.audio-main {
    width: 36%;
}

.audio-info-main {
    width: 64%;
    position: relative;
}

.audio-bg {
    position: absolute;
    bottom: 0;
}

/*Blog Section*/

.blog-thumbnal img {
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-detail h5 {font-size: 18px;font-weight: 500;line-height: normal;padding: 15px 0 5px 0;}

.blog-item {
    background: #fff;
    border: 0.5px solid #d3d3d36e;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 16px 32px 0px #5b86ae45;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.blog-item:hover {
    transform: translate(0px, -10px);
}

.blog-detail p {
    height: 150px;
}
