

/* Font Family */

 /* @import url('https://fonts.cdnfonts.com/css/brockmann'); */

                
/* Default Css */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  overflow-x: hidden !important;
}
body{
  font-family: "Geist", sans-serif;
  font-weight: 400;
  color: #363940;
  overflow: hidden;
}

h1,h2,h3,h4,h5,h6{
  padding: 0;
  margin: 0;
}
a{
  text-decoration: none;
  color: inherit;
}
a:hover{
  color: inherit;
}

.container{
  max-width: 1240px;
  padding: 0px 20px;
  width: 100%;
  margin: auto;
}


.heading1{
  color: #FFF;
  font-size: 107px;
  font-style: normal;
  font-weight: 600;
  line-height: 106px; 
}
.heading2{
  color: #3B43FE;
  font-size: 74px;
  font-style: normal;
  font-weight: 600;
  line-height: 73px;
}
.heading3{
  color: #3B43FE;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.heading4{
  color: #3B43FE;
  font-size: 39px;
  font-style: normal;
  font-weight: 600;
  line-height: 39px;
}
.font30{
  color: #3B43FE;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.font23{
  color: #3B43FE;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.font18{
  color: #3B43FE;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.font22{
  color: #3B43FE;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; 
}
.font18{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; 
}


/* ===================================================================
                            Header Area CSS Start
====================================================================*/
.border-left{
  border-left: 2px solid #FFF;
}
.text-oposeidon-blue {
  color: #3B43FE;
}

.text-oposeidon-grey {
  color: #F2F0F0;
}

.text-oposeidon-orange {
  color: #EF6429;
}

.bg-oposeidon-blue {
  background-color: #3B43FE;
}
.bg-oposeidon-red {
  background-color: #E70F0F;
}
.btn-oposeidon-blue {
  border-color: #3B43FE;
  background-color: #3B43FE;
  color: #FFF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2); /* Initial shadow for 3D effect */ !important
}
.btn-oposeidon-blue:active {
  color: #FFF;
  background-color: #0C3899;
  border-color: #0C3899;
}
.btn-oposeidon-blue:hover {
  color: #FFF;
  background-color: #3B43FE;
  border-color: #3B43FE;
}
.btn-outline-oposeidon-blue {
  border-color: #3B43FE;
  color: #3B43FE;
  background-color: #FFF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2); /* Initial shadow for 3D effect */ !important
}
.btn-outline-oposeidon-blue:hover {
  border-color: #3B43FE;
  color: #FFF;
  background-color: #3B43FE;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2); /* Initial shadow for 3D effect */ !important
}
.btn-oposeidon-orange {
  border-color: #EF6429;
  background-color: #EF6429;
  color: #FFF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1); /* Initial shadow for 3D effect */ !important
}
.btn-oposeidon-orange:hover {
  color: #FFF;
  background-color: #DF5420;
  border-color: #EF6429;
}
.btn-outline-oposeidon-orange {
  border-color: #EF6429;
  color: #3B43FE;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2); /* Initial shadow for 3D effect */ !important
}
.btn-outline-oposeidon-orange:hover {
  border-color: #EF6429;
  color: #FFF;
  background-color: #EF6429;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2); /* Initial shadow for 3D effect */ !important
}
.bg-oposeidon-grey {
  background-color: #F2F0F0;
}
.bg-oposeidon-orange {
  background-color: #EF6429;
}
.btn-home{
  color: #3B43FE !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  transition: 0.3s;
  text-align: center;
}
s, strike{
  text-decoration:none;position:relative;
}
s::before, strike::before {
  top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
  background:red; /*this is the color of the line*/
  opacity:.7;
  content: '';
  width: 110%;
  position: absolute;
  height:.1em;
  border-radius:.1em;
  left: -5%;
  white-space:nowrap;
  display: block;
  transform: rotate(-15deg);
}
s.straight::before, strike.straight::before{transform: rotate(0deg);left:-1%;width:102%;}

/*Start Mobile Menu icon*/
.mobile-menu {
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
	right: 0px;
  display: none;
}
#nav-icon {
  width: 28px;
  height: 23px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 8px;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 16px;
  transform-origin: left center;
}
#nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -2px;
  left: 2px;
}
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 18px;
  left: 2px;
}
/*End Mobile Menu icon*/


/* Banner Area Start */
.banner-area{
  position: relative;
  background: #3B43FE;
  z-index: 1;
}

.banner-area::after{
  position: absolute;
  content: "";
  height: 83%;
  width: 65%;
  left: 0;
  bottom: 0;
  background: url("../images/banner-shep.5d2027c19ca4.png")no-repeat scroll center center / cover;
  background-size: 100% 100%;
  z-index: -1;
}
.banner_content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 42px;
}
.banner_content_left{
  position: relative;
  flex-basis: 85%;
}
.banner_content_right{
  flex-basis: 35%;
  display: flex;
  justify-content: flex-end;
}
.heading1 span{
  color: #3B43FE;
  display: block;
}
.banner_content_left .heading4{
  padding-top: 25px;
}
.pricing_circle{
  height: 366px;
  width: 366px;
  background: #FFF;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pricing_circle .heading2{
  font-size: 97px;
  padding: 20px 0px;
}



/* Card-car Area Start  */
.Card-car-area{
  padding-top: 96px;
  padding-bottom: 60px;
}
.Card-car-content{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, max-content));
  justify-content: center;
  gap: 16px;
}
.single-card-car{
  max-width: 380px;
  width: 100%;
  margin: auto;
  border-radius: 50px;
  background: #E70F0F;
  height: 100%;
  padding-bottom: 45px;
}
.bavBg{
  background: #001B57;
}
.greenBg{
  background: #66A65C;
}
.single-card-inner .heading4{
  text-align: right;
  padding-right: 30px;
  padding-bottom: 17px;
  color: #FFF;
  margin-top: -30px;
}
.single-card-inner{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card-btn{
  max-width: 199px;
  width: 100%;
  margin: 0px auto;
  color: #3B43FE;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 50px;
  background:  #FFF;
  padding: 11px 16px;
  transition: 0.3s;
}
.card-btn:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: #3B43FE;
}
.single-card-content img{
  max-width: 200px;
}
.bento-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bento-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.bento-icon {
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 15px;
}
.service-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}
/* Categoria Page css */
.banner-content2 .desktop-img-composition{
  max-width: 400px;
  height: auto;
  margin-bottom: 10px;
  display: block;
}
.desktop-img-composition .course-img{
  position: absolute;
  bottom: 15%;
  right: -10%;
  height: 100px;
  width: 100px;
  background-color: #FFF;
  border-radius: 50%;
  overflow: hidden;
  outline: 8px solid #FFF;
  outline-offset: -1px;
}

.mobile-img-composition .course-img{
  position: absolute;
  bottom: 10%;
  right: 0%;
  height: 60px;
  width: 60px;
  background-color: #FFF;
  border-radius: 50%;
  overflow: hidden;
  outline: 5px solid #FFF;
  outline-offset: -1px;
}

}
.banner-content2{
  margin-top: 0px;
}

.banner_content_left .mobile-img-composition{
  display: none;
}

/* Ficha Page Css */
.price-card-section .row{
  row-gap: 20px;
  --bs-gutter-x: 20px;
}
.price-card-section{
  padding: 65px 0 65px 0;
  background: #f2f0f0;
  margin-bottom: 40px;
}
.ficha-price-card{
  border-radius: 50px;
  background: #fff;
  padding: 45px 10px;
  text-align: center;
  transition: .3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ficha-price-card:hover{
  background: rgba(169, 234, 152, 0.5);
}
.ficha-price-card > .title{
  font-weight: 600;
  font-size: 60px;
  line-height: 97px; 
  color: #3b43fe;
}
.ficha-price-card > .info{
  font-weight: 400;
  font-size: 30px;
  line-height: 39px; 
  color: #3b43fe;
  margin-bottom: 40px;
}
.orange-btn{
  background: #ef6429;
  border-radius: 50px;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #fff;
  transition: .3s;
  display: inline-block;
  min-width: 199px;
}
.orange-btn:hover{
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.curso-list-area{
  background: #f2f0f0;
  border-radius: 50px;
  padding: 56px 40px 30px 40px;
}
.curso-list-area > .title{
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  color: #3b43fe;
  margin-bottom: 30px;
}
.curso-list-area > .subtitle{
  font-weight: 500;
  font-size: 23px;
  text-align: center;
  color: #3b43fe;
  margin-bottom: 50px;
}
.curso-list-area > .subtitle .bold{
  font-weight: 600;
}

.curso-list-wrap{
  column-gap: 60px;
  row-gap: 5px;
}
.curso-list{
  flex: 0 0 calc(50% - 30px);
}
.curso-list > li:not(:last-child) {
  margin-bottom: 5px;
}
.curso-list-item{
  font-weight: 500;
  font-size: 14px;
  line-height: 25px; 
  color: #3b43fe;
}

.otros-items-area{
  margin-bottom: 82px;
  margin-top: 60px;
}
.otros-items-area > .title{
  font-weight: 600;
  font-size: 45px;
  text-align: center;
  color: #3b43fe;
  margin-bottom: 40px;
}
.otros-list{
  gap: 20px;
}
.otros-list > li{
  flex: 0 0 calc(50% - 10px);
}
.flug-single-item{
  background: #e0e0e0;
  border-radius: 50px;
  padding: 15px 19px;
  gap: 5px;
}
.flug-single-item .flug{
  height: 58px;
  min-width: 58px;
  width: 58px;
}
.flug-single-item .flug img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.flug-item-details{
  margin-left: 19px;
}
.flug-item-details > .title{
  font-weight: 600;
  font-size: 26px;
  color: #3b43fe;
  margin-bottom: 4px;
}
.flug-item-details > .subtitle{
  font-weight: 400;
  font-size: 19px;
  color: #3b43fe;
}
.flug-single-item .orange-btn-sm{
  margin-left: auto;
}
.orange-btn-sm{
  background: #ef6429;
  border-radius: 50px;
  padding: 9.5px 16.5px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #fff;
  transition: .3s;
}
.orange-btn-sm:hover{
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.lucha_button_item{
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  gap: 6px 27px;
  
}

.luchaBtn{
  text-align: center;
  width: 100%;
  margin-top:8px;
  margin-bottom:8px;
  padding: 19px 10px;
  border-radius: 50px;
  border: 1px solid #3B43FE;
  background: #FFF;
  display: block;
  color: #3B43FE;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s;
}
.luchaBtn:hover{
  color: #3B43FE;
  box-shadow: rgba(0, 0, 0, 0.226) 0px 5px 15px;
}
.activeBtn{
  background: #3B43FE;
  color: #FFF;
}
.activeBtn:hover{
  color: #FFF;
}

.mouse {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  border: 2px solid #fff;
  height: 60px;
  width: 42px;
  position: relative;
}

button{
  border-width: 0px;
}

.move {
  position: absolute;
  color: #FFF;
  font-weight: 500;
  font-size: 18px;
  left: 50%;
  animation: move 2s linear infinite;
}

@keyframes move {
  0% {
    transform: translate(-50%,10px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%,20px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%,35px);
    opacity: 0;
  }
}

/* Tests Acertada Page Css Start */

.test_acertada_page{
  max-width: 393px;
  width: 100%;
  margin: 0 auto;
}

.mobile_heder_area{
  background: #E0E0E0;
  padding: 13px 24px 12px 20px;
}

.mobile_header_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile_logo_area img{
  max-width: 156px;
  width: 100%;
  object-fit: contain;
}

.page_counter_area .page_counter_text{
  color: #888;
  text-align: right;
  text-decoration-line: underline;
}

.tests_acertada_body_content{
  background:  #FFF;
}

.tests_acertada_all_content .top_content{
  color: #000;
  padding: 51px 19px 51px 0;
}

.all_btns_area{
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 20px 0 63px 0;
}

.all_btns_area .btn_for_mobile{
  border-radius: 61.642px;
  border: 1.233px solid var(--Gris, #E0E0E0);
  background: #FFF;
  padding: 25px 20px;
  text-align: center;
  color: #686565;
  font-size: 18.191px;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s;
  max-width: 361px;
  width: 100%;
  margin: auto;
}

.bg_green{
  background: #48D730;
  color: #FFF;
}

.btn_for_mobile:hover {
	box-shadow: rgba(0, 0, 0, 0.226) 0px 5px 15px;
}

.test-footer{
  background: #EEFBEA;
}
.mobile_footer_area {
	padding: 5px 4px;
	display: flex;
	align-items:center;
	justify-content: space-between;
}

.mobile_footer_area .btn_for_mobile{
  background: transparent;
  font-size: 16.191px;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s all ease-in-out;
  border-radius: 61.642px;
}

.mobile_footer_area .btn_for_mobile.active,
.mobile_footer_area .btn_for_mobile:hover{
  background: #48D730;
  color: #FFF;
}

/* Tests Acertada Page Css End */

/* Tests Error Page CSS Start */

/* .test_error_page{
  max-width: 393px;
  width: 100%;
  margin: 0 auto;
} */

.right_answer .btn_for_mobile{
  color: #48D730;
}

.right_answer .btn_for_mobile:hover{
  background: #48D730;
  color: #FFF;
}

.wrong_answer .btn_for_mobile{
  background: #FCE0D4;
  color: #EF6429;
}

.wrong_answer .btn_for_mobile:hover{
  background: #EF6429;
  color: #FFF;
}

.neutral_answer .btn_for_mobile{
  color: #757575;
}

.neutral_answer .btn_for_mobile:hover{
  color: #FFF;
  background: #757575;
}

.bg_orrange{
  background: #FCE0D4;  
  color: #494949; 
}

.tests_error_body_content .mobile_footer_area{
  background: #FCE0D4;
}

.error_page .btn_for_mobile{
  color: #EF6429; 
}

.error_page .btn_for_mobile.active,
.error_page .btn_for_mobile:hover{
  background: #EF6429; 
  color: #FFF; 
}
.error-footer{
  background: #fce0d4;
}

/* Tests Error Page CSS End */



.tests_content{
  padding: 0 5px;
}

.tests_all_content .top_content{
  text-align: center;
  color: #000; 
  padding: 16px 0;
}

.all_tests_items{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.single_tests{
  border-radius: 20px;
  background: #F2F0F0;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.test_right{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.test_count_text{
  color: #000;
  text-align: right;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px; 
  text-decoration-line: underline;
}

.test_right img{
  max-width: 22px;
  width: 100%;
  object-fit: contain;
}

.dot_icons{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.dot_icons img{
  width: 10px;
  object-fit: contain;
}
/* Tests Page CSS End */

/* dasktop_v1 Page Css Start */

.dasktop_v1{
  max-width: 1440px; 
  width: 100%;
  margin: 0 auto;
  background: #E0E0E0;
}

.dasktop_v1_main{
  padding: 50px 0 100px 0;
}

.dasktop_v1_wrapper{
  max-width: 1179px; 
  width: 100%;
  margin: 0 auto;
  border-radius: 50px;
  background: #FFF;
}

.dasktop_v1_wrapper .top_content{
  color: #000; 
  max-width: 1079px;
  padding: 73px 99px;
}

.dasktop_v1_btns .btn_for_mobile{
  max-width: 361px;
  width: 100%;
  margin: 0 auto;
}

.dasktop_v1_footer{
  border-radius: 0 0 50px 50px;
}

/* dasktop_v1 Page Css End */

/* Tables Page Css Start */
.table_page_header{
  background: #F7F7F7;
}

.table_page_content .top_content{
  color: #000;
  font-weight: 500;
  line-height: 28px; 
  padding: 13px 0 8px 18px;
}

.all_table_items{
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.table_tittle_text{
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 28px; 
  padding-bottom: 15px;
}

.rwd_table_main{
  width: 100%;
}

.review_table_body tr{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0 6px 0;
}

.tests_table_body tr td{
  padding: 10px 0 10px 0;
 
}
.tests_table_body tr:not(:last-child){
  border-bottom: 1px solid #777;
}
.review_table_body tr:not(:last-child){
  border-bottom: 1px solid #777;
}

.table_item .table_data{
  font-weight: 400; 
}

.review_btn_area{
  display: flex;
  justify-content: end;
  padding-top: 13px;
  gap: 10px;
}
.review_btn_area .review_btn {
  border-width: 0px;
  border-radius: 53.982px;
  background: #3B43FE;
  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 17px 25px;
  transition: transform 0.1s ease, box-shadow 0.1s ease; /* Smooth transition for press-down effect */
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2); /* Initial shadow for 3D effect */
  cursor: pointer; /* Make it clear it's clickable */
}

/* Press-down effect */
.review_btn_area .review_btn:active {
  transform: scale(0.95); /* Slightly scale down when pressed */
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2); /* Reduce shadow to make it look "pressed" */
}

.review_btn_area .modo_btn{
  border-radius: 53.982px;
  background: #ef6429;
  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 17px 25px;
  position: relative;
}
.review_btn_area .modo_btn::after{
  content: "BETA";
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 9px;
}

.table_item th{
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px; 
  padding-bottom: 10px;
}

.btn-gray{
  font-weight: 600;
  font-size: 11px !important;
  text-align: center;
  color: #FFF !important;
  background: #777;
  border-radius: 33px;
  padding: 10px 18px;
}

/* Tables Page Css End */

.pb-125{
  padding-bottom: 125px;
}

.fixed-footer{
  position: fixed;
  bottom:0px;
  left: 0;
  width: 100%;
}

.savings-pill {
  display: inline-block;
  padding: 12px 24px;
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
  background: linear-gradient(135deg, #ef6429, #3b43fe);
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(59, 67, 254, 0.3);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.savings-pill:hover {
  background: linear-gradient(-135deg, #ef6429, #3b43fe);
 }

.savings-pill::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: rgba(255, 255, 255, 0.2);
  transition: width 0.3s ease, height 0.3s ease, top 0.3s ease, left 0.3s ease;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.savings-pill:hover::before {
  width: 0%;
  height: 0%;
}
