/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
.main_heading {
  line-height: 40px;
  font-size: 40px;
  font-weight: 500;
  font-family: "Libre Baskerville";
  color: #1b1b1b;
}
.main_para {
  font-size: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville";
  color: #f48649;
}
span.price {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

/* --------- SLIDER--------- */

#slider { 
  max-width:100%; 
  margin:auto; 
  position:relative;
  padding: 0;
}
#slider .carousel-item img{
  width: 100%;
}
.slide_next_image img {
  width: auto !important;
  height: 100%;
}
#slider .slider-box h1 {
  margin: 0;
  padding: 0;
  font-size: 42px;
  color: #12aff5;
  font-weight: 400;
  font-family: "Libre Baskerville";
  margin-top: 10px;
  margin-bottom: 8px;
}
#slider .slider-box h4 {
  font-size: 35px;
  color: #f48649;
  font-weight: 300;
  font-family: "Libre Baskerville";
  text-align: center;
}
#slider .slider-box p {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Ubuntu";
}
#slider .slider-box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 50%;
  left: 0;
  right: 0;
}
#slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
}
#slider .slider-box a {
font-size: 16px;
padding: 14px 30px;
border-radius: 6px;
line-height: 30px;
color: #ffffff;
font-weight: 400;
font-family: 'Ubuntu';
text-align: center;
background: #12aff5;
}
#slider .slider-box a:hover {
background: #000;
box-shadow: 4px 4px 3px #12aff5;
color: #fff;
transition: 0.2s ease-in;
}
#slider .slide_btn {
margin-top: 40px
}
#slider .slider-box span{
font-family: 'Libre Baskerville';
font-size: 14px;
font-weight: 400;
}
#slider .player{
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
#slider .player #plyer-section {
padding: 20px 0;
}

/* --------------- About ------------- */
#about {
background-color: #f2f2f2;
}
#about .abt_right_imgs .small-img-div {
position: absolute;
left: 0;
bottom: 0;
transform: translateY(20px);
}
#about .main_heading {
font-size: 30px;
font-weight: 400;
color: #000;
padding-bottom: 0;
}
#about .main_para{
font-family: 'Ubuntu';
font-weight: 400;
color: #12aff5;
font-size: 20px;
}
#about .small-img-div .back-drop {
position: absolute;
background-color: #f2f2f2;
width: 80%;
height: 204px;
z-index: 0;
bottom: 0;
transform: translate3d(10px, 0px, 10px);
right: 0;
}
#about .small-img-div .small-img{
position: relative;
z-index: 1;
}
#about .small-img-div {
position: absolute;
animation: moveUpDown 4s ease-in-out infinite alternate; /* Animation properties */
}
@keyframes moveUpDown {
  0% {
    transform: translateY(-80px); /* Starting position */
  }
  50% {
    transform: translateY(20px)
  }
  100% {
    transform: translate(50px, 20px); /* Ending position */
  }
}
#about  .borders{
border: 4px solid #12aff5;
height: 500px;
position: absolute;
left: 9%;
top: 0;
width: 84%;
transform: translateY(-23px);
&:hover {
  outline: 1px solid transparent;
  background: 
      linear-gradient(90deg, #53c4d6 50%, transparent 0 ) repeat-x,
      linear-gradient(90deg, #53c4d6 50%, transparent 0) repeat-x,
      linear-gradient(0deg, #333 50%, transparent 0) repeat-y,
      linear-gradient(0deg, #333 50%, transparent 0) repeat-y;
  background-size: 4px 5px, 4px 5px, 20px 4px, 5px 4px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  animation: linearGradientMove .3s infinite linear;
  transition: 0.5s ease-in;
}
}

@keyframes linearGradientMove {
  100% {
      background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
  }
} 





#about .abt_right_imgs {
margin: 20px 0;
}
#about h4 {
font-family: 'Ubuntu';
font-weight: 500;
font-size: 30px;
margin-top: 15px;
}
#about p.sub_para {
font-family: 'Ubuntu';
font-size: 16px;
font-weight: 400;
color: #1f1f1f;
padding-left: 8px;
}
#about .about-points{
margin-top: 8%;  
}
#about .about_btn {
margin-top: 8%;
}
#about .about_btn a{
font-size: 16px;
background-color: #12aff5;
padding: 12px 22px;
color: #fff;
font-family: 'Ubuntu';
border-radius: 3px;
font-weight: 400;
}
#about .about_btn a:hover{
background: #000;
box-shadow: 4px 4px 3px #12aff5;
color: #fff;
transition: 0.2s ease-in;
}
.about-points i{
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-style: normal;
margin-right: 10px;
color: #12aff5;
}
#about p.sub_point{
font-size: 16px;
font-family: 'Ubuntu';
font-weight: 400;
color: #000;
}
#about p.sub_point:hover {
padding-left: 10px;
transition: 0.1s ease-in-out;
cursor: pointer;
}

/* --------------- podcast-product ------------- */

#podcast-product .main_heading {
font-size: 30px;
color: #000;
padding-bottom: 0;
}
#podcast-product .main_para {
font-family: 'Ubuntu';
font-size: 20px;
color: #12aff5;
}
div.podcast-product:hover {
box-shadow: 0px 2px 8px #12aff5;
transition: 0.2s ease-in;
}

.podcast_product_content h5 {
margin-bottom: 5px;
}
#podcast-product .podcast_product_content h5 a {
font-size: 18px;
line-height: 24px;
color: #353535;
font-weight: bold;
font-family: "Libre Baskerville";
text-align: center;
}
#podcast-product .podcast_product_content h5 a:hover {
  color: #12aff5;
}
#podcast-product .podcast_product_content p {
font-size: 14px;
line-height: 24px;
color: #7c7c7c;
font-weight: 400;
font-family: 'Ubuntu';
text-align: center;
}
#podcast-product .podcast_product_content {
padding-top: 15px;
text-align: center;
border: 1px solid transparent;
padding-bottom: 15px;
}
div.podcast-product:hover .podcast_product_content {
border: 1px solid #12aff5 !important;
}


/* --------------- latest Release ------------- */

#team h3.main_heading {
font-size: 30px;
font-weight: 400;
}
#team .release_head p {
color: #12aff5;
font-size: 20px;
font-family: 'Ubuntu';
}
#team .owl-carousel {
margin-top: 4%;
}
#team .our-team-content img {
border: 1px solid transparent;
border-radius: 50%;
}
#team .our-team-image:hover img {
filter: drop-shadow(2px 4px 6px black);
transition: 0.3s ease-in;
}
#team .our-team-image:hover .our-team-box a{
color: #12aff5;
}
#team .owl-nav{
display: block;
}
#team .owl-nav button {
background-color: #000;
padding: 12px 15px;
display: flex;
align-items: center;
}
#team button.owl-prev, #team button.owl-next {
position: absolute;
top: 32%;
border: none;
outline: none;
}
#team .our-team-box a {
color: #353535;
font-family: 'Libre Baskerville';
font-weight: 400;
font-size: 20px;
}
#team .our-team-box p {
font-family: 'Ubuntu';
font-size: 16px;
font-weight: 100;
}
#team .owl-nav button:hover {
background-color: #12aff5;
}
#team button.owl-prev i, #team button.owl-next i {
color: #ccc;
font-size: 15px;
}
#team button.owl-prev {
  left: 0px;
  transform: translateX(-18px);
}
#team button.owl-next {
  right: 0px;
  transform: translateX(18px);

}

/* ------------ Register ---------- */

#register h3 {
font-family: 'Libre Baskerville';
font-size: 24px;
font-weight: 400;
color: #12aff5;
}
#register h4 {
font-size: 16px;
letter-spacing: 0px;
line-height: 28px;
color: #fff;
font-family: "Libre Baskerville";
font-weight: 400;
}
#register p {
font-size: 14px;
line-height: 20px;
color: #ffffff;
font-weight: 100;
font-family: "Ubuntu";
padding: 0% 10%;
}
#register .counter_box{
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 23px;
  border: 1px solid #fff;
  font-family: "Ubuntu";
  border-radius: 10px;
}

#register .number {
font-size: 34px;
line-height: 25px;
color: #ffffff;
font-weight: bold;
font-family: "Ubuntu";
text-align: center;
}
#register .counter_box p:after {
display: block;
height: 1px;
width: 90px;
content: "";
background-color: #5ec9f8;
margin: 15px auto;
}
#register .title {
font-size: 20px;
line-height: 24px;
color: #ffffff;
font-weight: 400;
font-family: "Ubuntu";
text-align: center;
}
#register .counter_box {
  margin-top: 40px;
  padding: 25px 5px;
  background-color: #12aff5;
  outline-offset: calc(125px/-2);
  transition: 0.3s;
}
#register .counter_box:hover{
  outline: 8px solid #000;
  outline-offset: -10px;
  background-color: #fff;
}
#register .counter_box:hover p.number, #register .counter_box:hover h6{
color: #000;
transition: 1s;
}
#register .counter_box:hover p.number::after {
background-color: #000;
transition: 1s;
}



/* ------------ Testimonial ---------- */
#testimonial .testimonial-head h3 {
font-size: 30px;
font-family: 'Libre Baskerville';
font-weight: 400;
}
#testimonial .testimonial-head p {
color: #12aff5;
font-size: 20px;
font-family: 'Ubuntu';
}
#testimonial button.owl-dot:hover {
background-color: #12aff52e;
}

#testimonial .right_image {
  border: 5px solid #fff;
}
#testimonial .right_image:hover {
  border: 5px inset #12aff5;
}
#testimonial button.owl-dot {
  background: #ebe6e0;
  width: 40px;
  height: 5px;
  border: none;
  margin-right: 5px;
  outline: none;
}
#testimonial button.owl-dot.active {
background: #12aff5;
outline: none;
}
.seller-star i.far{
font-weight: 600;
font-size: 12px;
}
.seller-star i.fas {
color: #eac92f;
font-weight: 600;
font-size: 12px;
}
#testimonial .testimonial-box img {
width: 80px;
border-radius: 50%;
}
#testimonial .right-sec .bord{
border: 3px solid #fff;
}
.testimonial-content .main-text p {
color: #7c7c7c;
font-style: italic;
font-weight: bold;
font-family: 'Ubuntu';
font-size: 16px;
letter-spacing: 1px;
position: relative;
}

.testimonial-content .details{
width: 92%;
}
.testimonial-content .details p{
color: #7c7c7c;
font-style: italic;
font-family: 'Ubuntu';
font-size: 16px;
letter-spacing: 1px;
}
.testimonial-box h5 a {
color: #1b1b1b;
font-family: 'Ubuntu';
font-weight: 700;
font-size: 24px;
}
.testimonial-box h5 a{
  --b: 0.1em;
  --c: #12aff5; 
  
  color: #0000;
  padding-block: var(--b);
  background: 
    linear-gradient(var(--c) 50%,#000 0) 0% calc(100% - var(--_p,0%))/100% 200%,
    linear-gradient(var(--c) 0 0) 0% var(--_p,0%)/var(--_p,0%) var(--b) no-repeat;
  -webkit-background-clip: text,padding-box;
          background-clip: text,padding-box;
  transition: .3s var(--_s,0s) linear,background-size .3s calc(.3s - var(--_s,0s));
}
.testimonial-box h5 a:hover {
  --_p: 100%;
  --_s: .3s;
}
#testimonial .owl-dots {
margin-top: 30px;
}

/* ------------ Latest News ---------- */

#latest_news .latest-news-head h3 {
  color: #fff;
  font-size: 30px;
  font-family: 'Libre Baskerville';
}
#latest_news p.main_para {
font-family: 'Ubuntu';
font-size: 20px;
color: #12aff5;
}
#latest_news h5 {
  font-size: 14px;
  line-height: 30px;
  color: #fcf7f3;
  font-weight: 400;
  font-family: "Libre Baskerville";
}
#latest_news .borders {
  border: 4px solid #12aff5;
  height: 75%;
  position: relative;
  left: -20%;
  top: 14%;
}
div.blgs-clm:hover .borders {
border-color: #fff !important;
transition: 0.3s;
}
#latest_news p.admin-date{
display: flex;
justify-content: space-between;
margin-right: 10px;
margin-bottom: 5px;
}
#latest_news .author-name{
color: #fff;
font-family: 'Libre Baskerville';
}
#latest_news .author-name i {
font-family: 'Font Awesome 5 Free';
font-style: normal;
margin-right: 5px;
color: #fff;
}
#latest_news .date i{
margin-right: 5px;
}
#latest_news h5 a {
color: #12aff5;
font-family: 'Libre Baskerville';
font-size: 16px;
}

#latest_news h5 a:after {
content: '';
position: absolute;
left: 0;
display: inline-block;
height: 1em;
width: 90%;
border-bottom: 1px solid;
margin-top: 10px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(0,1);
transform: scale(0,1);
}

#latest_news h5 a:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
color: #fff;
}
#latest_news h5 a:hover{
color: #fff;
}




#latest_news .latest_content {
position: absolute;
top: 25%;
left: 0px;
}
#latest_news .date {
  font-size: 14px;
  color: #fcf7f3;
  font-weight: 400;
  font-family: "Libre Baskerville";
}
#latest_news .news_text {
  font-size: 14px;
  line-height: 22px;
  color: #dddddd;
  font-weight: 100;
  font-family: "Ubuntu";
  text-align: left;
  max-width: 250px;
  margin-top: 5px;
}
#latest_news .owl-nav{
text-align: center;
margin-top: 5%;
}
#latest_news .owl-nav button {
font-size: 18px;
padding: 9px 16px;
margin: 4px;
outline: none;
border: none;
border-radius: 4px;
}
#latest_news .owl-nav button i {
color: #000;
}
#latest_news .owl-nav button:hover i{
color: #fff;
}
#latest_news .owl-nav button:hover{
background-color: #12aff5;
}
/* ----------- Newsletter --------------- */

#newsletter {
  background-color: #f86335;
  position: relative;
}
#newsletter h3.heading {
font-size: 30px;
font-family: 'Libre Baskerville';
color: #fff;
font-weight: 400;
}
#newsletter p {
line-height: 30px;
color: #ffffff;
font-weight: 300;
font-family: 'Ubuntu';
margin-bottom: 0;
font-size: 20px;
}
#newsletter .newsletter-content input[type="email"] {
max-width: 75%;
border:1px solid #fff;
display: block;
margin: 24px auto;
margin-bottom: 0;
padding-left: 15px;
color: #fff;
}
#newsletter .newsletter-content input[type="email"]::placeholder
{
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  font-family: "Lato";
}
#newsletter .newsletter-content input[type="submit"] {
font-size: 18px;
letter-spacing: 2px;
color: #ffffff;
font-family: "Ubuntu";
font-weight: 400;
background: #12aff5;
margin: 0 auto;
display: block;
padding: 10px 30px;
border-radius: 4px;
}
#newsletter .newsletter-content input[type="submit"]:hover{
color: #fff;
background-color: #000;
box-shadow: 3px 2px 4px #12aff5;
}
#newsletter .newsletter-content {
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
#newsletter div.wpcf7 .ajax-loader {
  display: none;
}


/* PARTNER SECTION */
#platform .heads h3 {
font-family: 'Libre Baskerville';
font-size: 30px;
color: #000;
font-weight: 400;
}
#platform .heads p {
color: #12aff5;
font-size: 20px;
font-family: 'Ubuntu';
font-weight: 400;
}
.platform_content img:hover {
filter: invert(1);  
}

