/*
Theme Name: Final Confession
Author: Muneeb Saleem
Description: A Project built with❤️
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sport
*/

/* global styling */
@font-face {
  font-family: "Comic";
  src: url(./font/COMIC.TTF);
}
@font-face {
  font-family: "Sign";
  src: url(./font//Dellyani-2OBvX.otf);
}
@font-face {
  font-family: "Heading";
  src: url(./font//Gobold\ Bold.otf);
}
@font-face {
  font-family: "Link";
  src: url(./font//Gobold\ Regular.otf);
}
html,
body{
  padding: 0;
  margin: 0;
}
html{
  scroll-behavior: smooth;
}
body{
  max-width: 100vw;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 26px;
}
*{
  box-sizing: border-box;
}
*::before,
*::after{
  box-sizing: inherit;
}
h1,
h2{
  margin: 0;
  font-family: "Heading";
  font-weight: 600;
}
h3,
h4{
  font-family: "Comic";
  margin: 0;
  font-weight: 600;
}
h5,
h6{
  font-family: "Sign";
  margin: 0;
  font-weight: 600;
}
p{
  margin: 0;
  font-family: 'Poppins', sans-serif;
}
a{
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
button,
input[type='button'],
input[type='submit']{
  box-shadow: none;
  font-weight: 500;
}
.container{
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container-small{
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.woolentor-checkout__step-footer .woolentor-checkout__text-link {
    display: none !important;
}

@media only screen and (max-width: 1280px) {
  .container,
  .container-small{
    padding: 0 20px;
  }
}
.d-flex{
  display: flex;
}
.wrap{
  flex-wrap: wrap;
}
.just-end{
  justify-content: flex-end;
}
.just-center{
  justify-content: center;
}
.items-center{
  align-items: center;
}
.text-center{
  text-align: center;
}
.space-between{
  justify-content: space-between;
}
.dir-column{
  flex-direction: column;
}
img{
  max-width: 100%;
  display: block;
}
.btn{
  padding: 12px 20px;
  font-size: 18px;
  text-transform: uppercase;
  transition: .3s ease-in-out;
  letter-spacing: 1px;
}
.btn-transparent {
  border: 2px solid #fff;
  color: #fff;
}
.btn-transparent:hover{
  color: #00a2ff;
  background-color: #fff;
}
.btn-primary{
  background-color: #00a2ff;
  color: #fff;
  border: 2px solid #00a2ff;
}
.btn-primary:hover{
  background-color: transparent;
}
@media only screen and (max-width: 640px) {
  .btn-primary{
    font-size: 16px;
  }
}



/* Header */
.header{
  background-color: #00a2ff;
  padding: 20px 0;
}
.top_bar_title{
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 35px;
}
.bar_link{
  gap: 15px;
}
.bar_link img{
  width: 40px;
}
.mobile_bar{
  display: none;
}
@media only screen and (max-width: 640px) {
  .top_bar_title{
    width: 160px;
    white-space: wrap;
    font-size: 18px;
  }
  .bar_link{
    gap: 10px;
    padding: 10px 15px;
  }
  .bar_link img{
    width: 20px;
  }
  .bar_link p{
    display: none;
  }
  .mobile_bar{
    display: block;
    font-size: 14px;
    white-space: nowrap;
  }
}









/* Front Page */


/* Hero */
.hero{
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
}
.hero-texts,
.hero-image{
  flex: 1;
}
.hero_title{
  color: #fff;
  line-height: 85px;
  font-size: 60px;
  text-transform: uppercase;
  font-style: italic;
  padding-bottom: 20px;
}
.hero_title span:first-of-type{
  color: #aa9740;
}
.hero_title span:last-of-type{
  color: #00a2ff;
}
.hero_text{
  color: #fff;
  font-size: 20px;
  width: 520px;
  padding-bottom: 30px;
  line-height: 30px;
}
.hero_btn{
  width: 450px;
  gap: 20px;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
}
.hero_btn img{
  width: 30px;
}
.hero-image{
  position: relative;
}
.hero_image{
  width: 470px;
  height: 100%;
}
.hero_price_image{
  position: absolute;
  right: 0;
  top: -50px;
  width: 250px;
}
@media only screen and (max-width: 860px) {
  .hero-content{
    flex-direction: column;
    gap: 60px;
  }
  .hero-texts,
  .hero-image{
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .hero_text,
  .hero_btn{
    margin: 0 auto;
  }
  .hero_image{
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .hero{
    padding: 60px 0;
  }
  .hero-content{
    gap: 120px;
  }
  .hero-texts{
    text-align: left;
  }
  .hero_title{
    font-size: 40px;
    line-height: 65px;
    padding-bottom: 10px;
  }
  .hero_text{
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 22px;
  }
  .hero_btn{
    font-size: 15px;
    gap: 10px;
    padding: 10px 15px;
  }
  .hero_btn img{
    width: 20px;
  }
  .hero_text,
  .hero_btn{
    margin: 0;
    width: 100%;
  }
  .hero_price_image{
    top: -100px;
    width: 150px;
  }
}





/* Auto Graph */
.graph-texts,
.autograph-image{
  width: 50%;
}
.graph-texts{
  padding: 60px 60px;
  background-size: cover;
}
.graph_title{
  text-transform: uppercase;
  font-size: 48px;
  color: #aa9740;
  margin-bottom: 30px;
}
.graph_author{
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 20px;
}
.graph_text{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.graph_copy{
  text-transform: uppercase;
  font-size: 40px;
  color: #00a2ff;
  margin-bottom: 30px;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
}
.graph_sign{
  font-size: 50px;
  margin-bottom: 40px;
}
.graph_link{
  color: #000;
  font-weight: 600;
  font-size: 22px;
}
@media only screen and (max-width: 860px) {
  .autograph-content{
    flex-direction: column-reverse;
  }
  .graph-texts,
  .autograph-image{
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .graph-texts{
    padding-left: 20px;
    padding-right: 20px;
  }
  .graph_title{
    font-size: 35px;
    margin-bottom: 20px;
  }
  .graph_author{
    font-size: 25px;
    margin-bottom: 15px;
  }
  .graph_text{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .graph_copy{
    font-size: 25px;
    line-height: 30px;
  }
  .graph_link{
    font-size: 18px;
  }
}







/* Video Section */
.video_section{
  padding: 80px 0;
  background-size: cover;
}
.video_image{
  position: relative;
}
.youtube_image{
  position: absolute;
  top: 44%;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.youtube_image img{
  width: 120px;
}
.video_link{
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 860px) {
  .video_link{
    display: none;
  }
  .youtube_image img{
    width: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .video_section{
    padding: 40px 0;
  }
  .video_link{
    display: none;
  }
  .youtube_image img{
    width: 30px;
  }
}










/* About Section */
.about_section_text,
.about_section_image{
  width: 50%;
}
.about_section_text{
  background-size: cover;
  padding: 60px;
}
.about_title{
  font-size: 48px;
  text-transform: uppercase;
  color: #aa9740;
  margin-bottom: 40px;
}
.about_tagline{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #00a2ff;
}
@media only screen and (max-width: 860px) {
  .about_section_content{
    flex-direction: column;
  }
  .about_section_text,
  .about_section_image{
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .about_section_text{
    padding: 60px 20px;
  }
  .about_title{
    font-size: 40px;
    margin-bottom: 30px;
  }
  .about_tagline{
    font-size: 25px;
    margin-bottom: 20px;
  }
}









/* Client Reviews */
.client_reviews{
  padding: 80px 0;
  background-size: cover;
}
.client_reviews_title{
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
}
.myClient{
  padding: 60px 0 !important;
}
.client_slider_image img{
  width: 100%;
  height: 100%;
}
.client_slider_texts{
  background-color: #aa9740;
  padding: 20px 20px;
}
.client_slider_texts img{
  width: 100px;
  margin-bottom: 20px;
}
.client_slider_texts h2{
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.client_slider_texts p{
  color: #fff;
  font-size: 15px;
}
.swiper-slide-duplicate-prev .client_slider_texts{
  background-color: #00a2ff;
}
.swiper-button-next{
  top: 94% !important;
  left: 52% !important;
  color: #00a2ff !important;
}
.swiper-button-prev{
  top: 94% !important;
  left: 46% !important;
  color: #aa9740 !important;
}
@media only screen and (max-width: 640px) {
  .client_reviews{
    padding: 60px 0;
  }
  .client_reviews_title{
    font-size: 42px;
  }
  .myClient {
    padding-top: 40px !important;
  }
  .client_slider_content{
    flex-direction: column;
  }
  .client_slider_texts{
    text-align: center;
  }
  .client_slider_texts img{
    margin: auto;
  }
  .client_slider_texts h2{
    margin-bottom: 10px;
  }
  .swiper-button-next{
    top: 96% !important;
    left: 56% !important;
    color: #00a2ff !important;
  }
  .swiper-button-prev{
    top: 96% !important;
    left: 42% !important;
    color: #aa9740 !important;
  }
}










/* still_waiting */
.still_waiting_image,
.still_waiting_text{
  width: 50%;
  padding: 60px;
  background-size: cover;
}
.still_waiting_image img{
  width: 400px;
  margin: 0 auto;
}
.still_title{
  font-size: 48px;
  color: #aa9740;
  line-height: 65px;
  text-transform: uppercase;
}
.still_book{
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
}
.still_link{
  text-align: center;
  margin-top: 20px;
}
.still_link a:hover{
  color: #00a2ff;
}
@media only screen and (max-width: 860px) {
  .still_waiting_content{
    flex-direction: column-reverse;
  }
  .still_waiting_image,
  .still_waiting_text{
    width: 100%;
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 640px) {
  .still_waiting_image,
  .still_waiting_text{
    width: 100%;
    padding: 50px 20px;
  }
  .still_title{
    font-size: 35px;
    line-height: 50px;
  }
  .still_book{
    font-size: 30px;
    line-height: 40px;
  }
  .still_price_image{
    width: 180px;
  }
}





/* Esports Faq's */
.esports_faqs{
  padding: 80px 0;
  background-size: cover;
}
.esports_faqs_title{
  color: #fff;
  font-size: 48px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.faqs_title_bottom{
  color: #00a2ff;
  line-height: 60px;
  font-size: 38px;
  text-transform: uppercase;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .faqs_title_bottom{
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
  }
}









/* Footer */
.footer{
  padding: 80px 0;
  background-size: cover;
}
.footer-content{
  gap: 20px;
}
.subscribe,
.find-us,
.contact-us{
  flex: 1;
}
.subscribe_title{
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
}
.wpcf7-email{
  padding: 12px 10px;
  text-align: center;
  background-color: #aa9740;
  outline: none;
  border: 2px solid #aa9740;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
  transition: .6s ease-in-out;
}
.wpcf7-email::placeholder{
  color: #fff;
}
.wpcf7-email:hover{
  background-color: transparent;
}
.wpcf7-submit{
  padding: 12px 10px;
  text-align: center;
  background-color: #00a2ff;
  outline: none;
  border: 2px solid #00a2ff;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  transition: .6s ease-in-out;
}
.wpcf7-submit:hover{
  background-color: transparent;
}
.wpcf7-spinner{
  display: none;
}

.find_title{
  text-align: center;
  color: #fff;
  font-size: 30;
  text-transform: uppercase;
}
.socials{
  margin-top: 30px;
}

.contact_title{
  color: #fff;
  font-size: 30;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.email-content{
  gap: 10px;
  color: #fff;
}
.copy_rigth{
  margin-top: 40px;
  color: #fff;
}
@media only screen and (max-width: 860px) {
  .footer-content{
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }
  .socials{
    margin-top: 20px;
  }
  .contact_title{
    margin-bottom: 20px;
  }
  .email-content{
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .subscribe_title{
    line-height: 45px;
    margin-bottom: 20px;
  }
  .footer{
    padding: 60px 0;
  }
}



/* Extra Style */
.wpcf7-response-output{
  color: #fff;
  font-family: "Heading";
  text-transform: uppercase;
  margin-top: 15px !important;
}
.socials a:first-child{
  background-color: #00a2ff;
  padding: 8px;
  border-radius: 120px;
  transition: .3s ease-in-out;
}
.socials a:first-child:hover{
  background-color: #fff;
}
.socials a:first-child img{
  width: 30px;
}