@font-face {
    font-family: 'Switzer';
    src: url('fonts/Switzer-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('fonts/Switzer-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('fonts/Switzer-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('fonts/Switzer-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*==Font-setup==*/

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    color: #000;
    background: #fff;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

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

/*==Basic-setup==*/
.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 15px;
}

/*==container-setup==*/
.topper-area {
  background: #FF3535;
  padding: 8px 0;
}

.topper-main ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
}

.topper-main ul li img {
  width: 24px;
  display: block;
}

.topper-main ul li {
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}

.topper-main ul li span {
  background: #ffffff;
  border-radius: 56px;
  display: inline-block;
  padding: 5px 16px;
  color: #FF3535;
  margin: 0 6px;
}

.header-area {
  padding: 9px 0;
  background: #ffffff;
}

.header-main {
  display: grid;
  grid-template-columns: 58px auto 10%;
  align-items: center;
}

.logo-item img {
  max-width: 56px;
  display: block;
}

.main-nav ul {
  display: flex;
  align-items: center;
  column-gap: 23px;
  justify-content: center;
}

.main-nav ul li {
  position: relative;
}

.main-nav ul li a {
  font-weight: 700;
  font-size: 16px;
  color: #060E2E;
  letter-spacing: 5%;
  text-transform: uppercase;
  transition: 0.2s all ease;
}

.main-nav ul li a:hover {
  color: #FF3535;
}

.menu-btn {
  width: 25px;
  cursor: pointer;
  margin-left: auto;
  display: none;
}

.menu-btn span {
  height: 3px;
  background: #060E2E;
  margin-top: 4px;
  display: block;
}

.mobil-brand img {
  max-width: 50px;
  display: block;
}

.sidebar-menu {
  position: fixed;
  top: 0;
  left: -400px;
  max-width: 400px;
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  transition: left 0.4s ease;
  z-index: 10000;
  display: none;
}

.sidebar-menu.active {
  left: 0;
}

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid rgba(4,28,27,.2);
}

.menu-wrap {
  padding: 15px 20px 0 20px;
}

.close-icon {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-icon i {
  font-size: 25px;
  color: #000000;
}

.menu-item a {
  font-weight: 700;
  font-size: 16px;
  color: #060E2E;
  display: block;
  cursor: pointer;
  padding: 10px 0;
  letter-spacing: 5%;
  transition: 0.2s all ease;
}

.menu-item a:hover {
  color: #FF3535;
}

/*==overlay-css==*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.shop-item img {
  width: 24px;
  display: block;
  margin-left: auto;
}

.header-right {
  display: grid;
  
  column-gap: 10px;
}

.topper-main ul li br {
  display: none;
}

/*==hero-section==*/
.hero-area {
  background: url('images/hero-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-main {
  display: grid;
  grid-template-columns: 39.5% auto;
  column-gap: 183px;
  align-items: center;
}

.hero-left {
  padding: 85px 0;
}

.hero-top-cnt ul {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.hero-top-cnt ul li:nth-of-type(1) img {
  max-width: 128px;
  display: block;
}

.hero-top-cnt ul li p {
  font-weight: 700;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 5%;
  display: flex;
  align-items: center;
  column-gap: 4px;
  margin: 0;
}

.hero-top-cnt ul li p span img {
  width: 16px;
  display: block;
}

.hero-top-cnt h4 {
  font-weight: 700;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  margin-top: 16px;
  line-height: 100%;
}

.hero-top-cnt h2 {
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 100%;
}

.hero-top-cnt p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 150%;
  margin-top: 16px;
}

.pass-main {
  margin-top: 32px;
}

.pass-topper {
  background: #F2F282;
  border-radius: 12px 12px 0 0;
  border: 1px solid rgba(40, 20, 8, 0.12);
  border-bottom: 0;
  max-width: 371px;
  margin: auto;
}

.pass-topper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
  column-gap: 6px;
}

.pass-topper ul li {
  font-weight: 600;
  font-size: 12px;
  color: #060E2E;
  text-transform: uppercase;
}

.pass-topper ul li img {
  width: 13px;
  display: block;
}

.pass-title-btn a {
  display: block;
}

.pass-title {
  background: #ffffff;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  border: 2px solid rgba(6, 14, 46, 0.12);
  transition: 0.2s all ease;
}

.pass-title:hover {
  opacity: 0.9;
}

.pass-title h3 {
  font-weight: 700;
  font-size: 18px;
  color: #060E2E;
  text-transform: uppercase;
  letter-spacing: 5%;
}

.pass-title h4 {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #060E2E;
}

.pass-flex {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 8px;
  column-gap: 8px;
}

.pass-item {
  display: grid;
  grid-template-columns: 40px auto;
  column-gap: 12px;
  align-items: center;
  background: rgba(245, 246, 247, 0.04);
  border: 1px solid rgba(245, 246, 247, 0.12);
  border-radius: 8px;
  padding: 12px;
}

.pass-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2E3B69;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.pass-circle1 img {
  width: 17px;
}

.pass-circle2 img {
  width: 24px;
}

.pass-circle3 img {
  width: 22px;
}

.pass-check img {
  position: absolute;
  width: 14px;
  right: -2px;
  bottom: -1px;
}

.pass-item-right h2 {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
}

.hero-right img {
  width: 100%;
}

.hero-btm-area {
  background: url('images/hero-btm-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding: 16px 0;
}

.hero-btm-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-btm-item {
  width: max-content;
}

.hero-btm-item ul {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.hero-btm-item ul li {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.hero-btm-item ul li img {
  display: block;
}

.btm-img1 {
  max-width: 48px;
}

.btm-img2 {
  max-width: 44px;
}

.btm-img2 {
  max-width: 28px;
}

.desk-none {
  display: none;
}

.headline-slider {
  position: relative;
}

.headline-wrapper {
  display: flex;
  column-gap: 24px;
  grid-auto-flow: column; 
  will-change: transform;
}

.headline {
  width: max-content;
}

.hero-btm-area {
  margin-top: 20px;
}

.headline-container {
  display: none;
}

/*==living-section-section==*/
.living-area {
  background: #F5F6F7;
  padding: 56px 0;
  overflow: hidden;
}

.living-area {
  position: relative;
}

.living-all-wrap::after {
  content: "";
  display: block;
  position: absolute;
  max-width: 1298px;
  height: 471px;
  border-radius: 50%;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #C9D0EB;
  filter: blur(400px);
  z-index: 1;
}

.living-main {
  display: grid;
  grid-template-columns: 48% auto;
  column-gap: 80px;
  position: relative;
  z-index: 2;
}

.living-left img {
  width: 100%;
  border-radius: 24px;
}

.lining-cnt h2 {
  font-weight: 700;
  font-size: 40px;
  color: #060E2E;
  line-height: 120%;
  text-transform: uppercase;
}

.lining-cnt p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(6, 14, 46, 0.64);
  line-height: 150%;
  margin-top: 12px;
}

.living-box-wrap {
  margin-top: 24px;
  max-width: 544px;
}

.living-box-flex {
  display: grid;
  grid-template-columns: 96px auto;
  column-gap: 12px;
  background: rgba(216, 0, 39, 0.04);
  border-radius: 12px;
  padding: 16px;
  position: relative;
  margin-top: 8px;
}

.living-box-flex::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 204, 213, 0.04), #D80027);
  
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.living-box-left {
  position: relative;
  z-index: 2;
}

.living-box-left h2 {
  font-weight: 700;
  font-size: 40px;
    background: linear-gradient(-180deg, #D80027, rgba(6, 14, 46, 0.7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.living-box-left h2 span {
  font-size: 16px;
  display: block;
  line-height: 14px;
  position: relative;
  top: -5px;
}

.living-right {
  padding-right: 30px;
}

.living-box-right {
  position: relative;
  z-index: 2;
}

.living-box-right h4 {
  font-weight: 700;
  font-size: 18px;
  color: #060E2E;
}

.living-box-right p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(6, 14, 46, 0.64);
  line-height: 150%;
  margin-top: 8px;
}

.program-main {
  display: grid;
  grid-template-columns: 46% auto;
  column-gap: 80px;
  margin-top: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.program-left {
 padding-left: 20px;
}

.program-cnt-wrap h2 {
  font-weight: 700;
  font-size: 32px;
  color: #060E2E;
  line-height: 120%;
}

.program-cnt-wrap p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(6, 14, 46, 0.64);
  margin-top: 12px;
  line-height: 150%;
}

.program-cnt-wrap ul {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-top: 28px;
}

.program-cnt-wrap ul li {
  font-weight: 400;
  font-size: 16px;
  color: #060E2E;
  line-height: 150%;
  display: grid;
  grid-template-columns: 24px auto;
  column-gap: 10px;
}

.program-cnt-wrap ul li img {
  width: 24px;
  display: block;
}

.program-right-img img {
  width: 100%;
  border-radius: 24px;
}

.pass-title2 {
  background: linear-gradient(#1435B8, #060E2E);
  border: 2px solid rgba(6, 14, 46, 0.12);
    
}

.pass-title2 h3 {
  color: #ffffff;
}

.pass-title2 h4 {
  color: #ffffff;
}

.pass-circle20 {
  background: none;
}

.pass-item2 {
  background: #E9EAEC;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.pass-item2 h2 {
  color: #060E2E;
}

.pass-main2 {
  margin-top: 26px;
}

.program-right {
  position: relative;
}

.program-write-cnt {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  position: absolute;
  width: 92%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.program-write-cnt h4 {
  font-weight: 400;
  font-size: 16px;
  color: rgba(6, 14, 46, 0.8);
  line-height: 150%;
}

.program-write-flex {
  display: grid;
  grid-template-columns: 48px auto;
  column-gap: 10px;
  margin-top: 16px;
}

.right-program-left img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.right-program-right ul {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.right-program-right ul li img {
  width: 14px;
}

.right-program-right ul li {
  font-weight: 400;
  font-size: 16px;
  color: #060E2E;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.right-program-right ul li:nth-of-type(2) {
  font-weight: 700;
  font-size: 12px;
  color: #060E2E;
}

.prog-star img {
  width: 100px;
}

/*==master-section==*/
.master-area {
  background: #ffffff;
  padding: 56px 0;
}

.master-title {
  text-align: center;
}

.master-title span {
  font-weight: 400;
  font-size: 16px;
  color: #060E2E;
  text-transform: uppercase;
  display: block;
}

.master-title h2 {
  font-weight: 600;
  font-size: 56px;
  color: #060E2E;
  text-transform: uppercase;
}

.master-title h3 {
  font-weight: 600;
  font-size: 36px;
  color: #060E2E;
  text-transform: uppercase;
  line-height: 20px;
}

.master-flex {
  display: grid;
  grid-template-columns: 372px 400px auto;
  column-gap: 24px;
  margin-top: 16px;
}

.master-item2 img {
  width: 100%;

}

.master-cnt2 {
  text-align: right;
}

.master-cnt-wrap {
  margin-top: 24px;
}

.master-cnt-wrap:first-child {
  margin-top: 0;
}

.master-cnt-wrap img {
  max-width: 100px;
}

.master-cnt-wrap h4 {
  font-weight: 700;
  font-size: 18px;
  color: #060E2E;
  text-transform: uppercase;
  margin-top: 12px;
}

.master-cnt-wrap p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(6, 14, 46, 0.8);
  margin-top: 8px;
}

.all-btn-item a {
  display: block;
}

.all-btn-cnt {
  background: linear-gradient(#1435B8, #060E2E);
  border: 2px solid rgba(6, 14, 46, 0.12);
  text-align: center;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  transition: 0.2s all ease;
}

.all-btn-cnt:hover {
  opacity: 0.9;
}

.all-btn-cnt h3 {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 5%;
}

.all-btn-cnt h4 {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}

.all-btn-wrap ul {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-top: 8px;
  justify-content: center;
}

.all-btn-wrap ul li:nth-of-type(1) img {
  max-width: 128px;
  display: block;
}

.all-btn-wrap ul li p {
  font-weight: 700;
  font-size: 12px;
  color: #060E2E;
  text-transform: uppercase;
  letter-spacing: 5%;
  display: flex;
  align-items: center;
  column-gap: 4px;
  margin: 0;
}

.all-btn-wrap ul li p span img {
  width: 16px;
  display: block;
}

/*==reason-section==*/
.reason-area {
  background: #F5F6F7;
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}

.reason-area::after {
  content: "";
  display: block;
  position: absolute;
  max-width: 1298px;
  height: 471px;
  border-radius: 50%;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #C9D0EB;
  filter: blur(400px);
  z-index: 1;
}

.reason-title {
  text-align: center;
}

.reason-title h2 {
  font-weight: 600;
  font-size: 40px;
  color: #060E2E;
  margin-top: 10px;
}

.reason-title p {
  font-weight: 600;
  font-size: 20px;
  color: #060E2E;
}

.reason-title img {
  max-width: 56px;
}

.reason-main {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 16px;
  margin-top: 36px;
  position: relative;
  z-index: 2;
}

.reason-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
}

.reason-item-top {
  text-align: center;
} 

.reason-item-top img {
  max-width: 64px;
}

.reason-item-btm {
  text-align: center;
  margin-top: 16px;
}

.reason-item-btm h3 {
  font-weight: 700;
  font-size: 18px;
  color: #060E2E;
  line-height: 133%;
}

.reason-item-btm span {
  max-width: 188px;
  height: 5px;
  background: #060E2E;
  border-radius: 55px;
  display: block;
  margin: auto;
  margin-top: 7px;
}

.reason-item-btm p {
  font-weight: 400;
  font-size: 15px;
  color: #060E2E;
  line-height: 150%;
  margin-top: 15px;
  opacity: 0.5;
}

.result-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin-top: 36px;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(6, 14, 46, 0.12);
  position: relative;
  z-index: 2;
}

.living-box-flex20 {
  display: grid;
  grid-template-columns: 72px auto;
  column-gap: 12px;
  background: #F5F6F7;
  border-radius: 12px;
  padding: 24px;
  position: relative;
  margin-top: 8px;
  align-items: center;
}

.living-box-flex20::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(180deg, #FFFFFF00, #060E2E);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.result-right-cnt {
  margin-bottom: 24px;
}

.result-right-cnt h4 {
  font-weight: 600;
  font-size: 28px;
  color: #060E2E;
  text-transform: uppercase;
}

.result-right-cnt p {
  font-weight: 400;
  font-size: 16px;
  color: #060E2E;
  line-height: 150%;
  margin-top: 10px;
}

.living-box-left20 {
  position: relative;
  z-index: 2;
}

.living-box-left20 h2 {
  font-weight: 400;
  font-size: 37px;
  color: #060E2E;
}

.living-box-right20 {
  position: relative;
  z-index: 2;
}

.living-box-right20 p {
  font-weight: 400;
  font-size: 16px;
  color: #060E2E;
}

.result-right {
  padding: 24px;
}

.result-left img {
  width: 100%;
  border-radius: 12px 0 0 12px;
}

.all-btn-wrap2 {
  margin-top: 16px;
}

/*==video-section==*/
.video-area {
  padding: 56px 0;
  background: #F5F6F7;
  position: relative;
  overflow: hidden;
}

.video-area::before {
  content: "";
  display: block;
  position: absolute;
  max-width: 1298px;
  height: 471px;
  border-radius: 50%;
  width: 100%;
  right: 0;
  bottom: 0;
  background: #D4D9EE;
  filter: blur(300px);
  z-index: 1;
}

.video-title {
  text-align: center;
  position: relative;
  z-index: 2;
}

.video-title h2 {
  font-weight: 700;
  font-size: 24px;
  color: #060E2E;
  letter-spacing: 5%;
  text-transform: uppercase;
}

.video-title h3 {
  font-weight: 700;
  font-size: 48px;
  color: #060E2E;
  text-transform: uppercase;
}

.video-title p {
  font-weight: 400;
  font-size: 16px;
  color: #060E2E;
  line-height: 150%;
}

.video-title ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
  margin-top: 12px;
}

.video-title ul li {
  font-weight: 400;
  font-size: 16px;
  color: #060E2E;
}

.video-title ul li img {
  max-width: 120px;
  display: block;
}

.video-main {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 12px;
  position: relative;
  z-index: 2;
  margin-top: 36px;
}

.award-main-wrap {
  background: #ffffff;
  border-radius: 16px;
  padding: 36px;
  max-width: 670px;
  margin: auto;
  margin-top: 36px;
  position: relative;
  z-index: 2;
}

.award-flex {
  display: grid;
  grid-template-columns: 120px auto;
  column-gap: 16px;
  align-items: center;
  margin-top: 28px;
}

.award-flex-left img {
  width: 100%;
  display: block;
}

.award-flex-right h4 {
  font-weight: 700;
  font-size: 18px;
  color: #060E2E;
}

.award-flex-right p {
  font-weight: 400;
  font-size: 15px;
  color: rgba(6, 14, 46, 0.8);
  line-height: 150%;
  margin-top: 12px;
}


.video-box {
  position: relative;
}

.video-box video {
  width: 100%;
  /*! border-radius: 20px; */
  /*! display: block; */
  /*! background: #000; */
  /*! height: 100%; */
  /*! object-fit: cover; */
  height: 466px;
  object-fit: cover;
}

/* PLAY OVERLAY */
.play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-overlay img {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
}


/* OWL-CAROUSEL-01 */
.main-content1 {
    position: relative;
}

.main-content1 .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
    display: none;
}

.main-content1 .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 10px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 2px solid  #5B2B81!important;
}

.main-content1 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: red;
}

.main-content1 .owl-dots button {
    border: none !important;
    outline: none !important;
}

.main-content1 .owl-nav button {
    border: none !important;
    outline: none !important;
}

.main-content1 .owl-theme .custom-nav {
    position: relative;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}
.main-content1 .owl-theme .custom-nav .owl-prev, .main-content1 .owl-theme .custom-nav .owl-next {
    position: initial;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content1 .owl-theme .custom-nav .owl-prev i, .main-content1 .owl-theme .custom-nav .owl-next i {
    font-size: 20px;
    color: #370B35;
    background: #EBEEF4;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    margin-right: 16px;
    margin-top: 36px;
    border: 1px solid rgba(55, 11, 53, 0.12);
    cursor: pointer;
    font-size: 24px;
}

.main-content1 .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content1 .owl-theme .custom-nav .owl-next {
    right: 0;
}

/*==thumb-section==*/
.thumb-area {
  background: #ffffff;
  padding: 56px 0;
}

.thumb-main {
  display: grid;
  grid-template-columns:  auto 546px;
  column-gap: 100px;
}


/*==thumb-css==*/
.carousel-main .carousel-cell {
  width: 100%;
  overflow: hidden;
}

.carousel-main .carousel-cell img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.carousel-nav {
  margin-top: 8px;
}

.carousel-nav .carousel-cell {
  width: 13.3%;
  height: 80px;
  margin-right: 6px;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid #E3E3E3;
  border-radius: 8px;
}

.carousel-nav .carousel-cell:last-child {
  margin-right: 0;
}

.carousel-nav .carousel-cell img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
  vertical-align: bottom;
}

.carousel-nav .carousel-cell.is-selected {
  opacity: 1;
  border: 2px solid #56B6C1;
  border-radius: 8px;
}

.flickity-button {
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: #56B6C1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 4px;
  display: none;
}

.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button.previous::after {
  content: "\f104";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 13px;
  display: block;
  line-height: 24px;
  text-align: center;
}

.flickity-prev-next-button.next::after {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 13px;
  display: block;
  line-height: 24px;
  text-align: center;
}

.flickity-prev-next-button.next {
  right: -13px;
}

.flickity-prev-next-button.previous {
  left: -13px;
}

.flickity-button:hover {
  background: #56B6C1;
}

.flickity-button:disabled {
  opacity: 1;
  cursor: default;
  background: #E3E3E3;
}

.flickity-button:active {
  opacity: 1 !important;
}

/*==thumb-right-css==*/
.all-btn-wrap122 ul {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.all-btn-wrap122 ul li p {
  font-weight: 700;
  font-size: 12px;
  color: #060E2E;
  text-transform: uppercase;
  letter-spacing: 5%;
  display: flex;
  align-items: center;
  column-gap: 6px;
  margin: 0;
}

.all-btn-wrap122 ul li p span img {
  width: 16px;
  display: block;
}

.all-btn-wrap122 ul li:nth-of-type(1) img {
  max-width: 128px;
  display: block;
}

.thumb-right-cnt1 h4 {
  font-weight: 600;
  font-size: 16px;
  color: #060E2E;
  text-transform: uppercase;
  margin-top: 16px;
}

.thumb-right-cnt1 h2 {
  font-weight: 600;
  font-size: 36px;
  color: #060E2E;
  line-height: 100%;
  margin-top: 5px;
}

.thumb-right-cnt2 ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 16px;
}

.thumb-right-cnt2 ul li:nth-of-type(1) {
  font-weight: 600;
  font-size: 14px;
  color: rgba(6, 14, 46, 0.56);
}

.thumb-right-cnt2 ul li:nth-of-type(2) {
  font-weight: 600;
  font-size: 18px;
  color: #060E2E;
}

.thumb-right-cnt2 ul li:nth-of-type(3) span {
  font-weight: 600;
  font-size: 18px;
  color: #060E2E;
  background: #F2F282;
  border: 1px solid rgba(6, 14, 46, 0.12);
  display: inline-block;
  border-radius: 99px;
  padding: 5px 10px;
}

.thumb-right-cnt3 ul {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-top: 12px;
}

.pulse-circle {
  width: 8px;
  height : 8px;
  background: #3BBC6C;
  border-radius: 50%;
  box-shadow: rgba(59, 188, 108, 0.7);
  animation: pulse 1.5s ease-out infinite;
}

@keyframes pulse {
  0%{
    transform:scale(1);
    box-shadow:0 0 0 0 rgba(59, 188, 108, 0.7);
  }
  70%{
    
    transform:scale(1.25);
    box-shadow:0 0 0 8px rgba(0,255,204,0);
  }
  100%{
    transform:scale(1);
    box-shadow:0 0 0 0 rgba(59, 188, 108, 0);
  }
}

.thumb-right-cnt3 ul li:nth-of-type(2) span {
  width: 2px;
  height: 20px;
  display: block;
  background: rgba(0, 0, 0, 0.12);
}

.thumb-right-cnt3 ul li {
  font-weight: 700;
  font-size: 14px;
  color: #060E2E;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.thumb-right-cnt3 ul li:nth-of-type(3) img {
  display: block;
  width: 20px;
}

.thumb-right-cnt3 p {
  font-weight: 400;
  font-size: 16px;
  color: #060E2E;
  line-height: 24px;
  margin-top: 24px;
}

.pass-item3 {
  background: #F5F6F7;
  border: 1px solid rgba(18, 28, 66, 0.12);
}

.pass-item3 h2 {
  color: #060E2E;
}

.pass-circle30 {
  background: #0E7297;
}

/*==radio-css==*/
.plan {
    border: 2px solid rgba(18, 28, 66, 0.12);
    border-radius: 12px;
    padding: 15px;
    margin-top: 8px;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #F5F6F7;
}

.plan-flex {
 display: grid;
 grid-template-columns: 78% auto;
 align-items: center;
}

.plan.active {
    border: 2px solid #001B84; 
    background: rgba(0, 27, 132, 0.12);
}

 .plan-left {
    display: grid;
    grid-template-columns: 16px auto;
    column-gap: 10px;
    align-items: center;
}

.plan input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.plan input[type="radio"] + .radio-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(40, 20, 8, 0.12);
    display: flex;
    justify-content: center;
    align-items: center; 
    transition: all 0.25s ease;
}

.plan input[type="radio"] + .radio-circle::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #001B84;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.2s ease;
}

.plan input[type="radio"]:checked + .radio-circle {
    border-color: #2f67ff;
}

.plan input[type="radio"]:checked + .radio-circle::after {
    transform: scale(1);
}

.price-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 4px;
}

.price-save {
  text-align: right;
}

.price-save span {
  font-weight: 600;
  font-size: 14px;
  color: #060E2E;
  background: #F2F282;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 56px;
  padding: 5px 10px;
  margin-top: 4px;
}

.plan-flex-inner1 h4 {
  font-weight: 500;
  font-size: 16px;
  color: #060E2E;
}

.plan.active .plan-flex-inner1 h4 {
  font-weight: 700;
}

.plan-flex-inner1 p {
  font-weight: 400;
  font-size: 12px;
  color: #060E2E;
  opacity: 0.5;
}

.price-main {
  font-weight: 400;
  font-size: 14px;
  color: #060E2E;
}

.old {
   font-weight: 400;
   font-size: 12px;
   color: rgba(6, 14, 46, 0.56);
   text-decoration: line-through;
}

.label-list-wrap {
  padding-top: 12px;
  border-top: 2px dashed #281408;
  margin-top: 12px;
}

.label-list-wrap ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  row-gap: 13px;
}

.label-list-wrap ul li {
  font-weight: 400;
  font-size: 14px;
  color: #060E2E;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.thumb-btn-wrap {
  margin-top: 24px;
}

.thumb-btn-topper {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 5%;
  background: #F2F282;
  border: 1px solid rgba(40, 20, 8, 0.12);
  border-radius: 12px 12px 0 0;
  text-align: center;
  max-width: 505px;
  margin: auto;
  padding: 7px;
}

.thumb-btn-main a {
  background: linear-gradient(#1435B8,#060E2E);
  border: 2px solid rgba(6, 14, 46, 0.12);
  display: block;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}

.thumb-btn-main a:hover {
  opacity: 0.9;
}

.thumb-gurante {
  border: 1px solid rgba(6, 14, 46, 0.12);
  border-radius: 12px;
  background: #F5F6F7;
  padding: 16px;
  margin-top: 8px;
}

.thumb-gurante ul {
  display: flex;
  align-items: center;
  column-gap: 6px;
  justify-content: center;
}

.thumb-gurante ul li {
  font-weight: 400;
  font-size: 14px;
  color: #060E2E;
}

.thumb-gurante ul li img {
  width: 20px;
  display: block;
}

.accordion-main-wrap-cd20 {
  margin-top: 24px;
}

.ac-trigger-cd20 {
  font-weight: 400;
  font-size: 16px;
  color: #060E2E;
  padding: 12px 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid rgba(6, 14, 46, 0.12);
}

.ac-trigger-cd20::after {
  content: "\2b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ac-cd20.is-active-cd20 .ac-trigger-cd20::after {
  content: "\f068";
}

.ac-panel-cd20 {
  overflow: hidden;
  transition: height 0.3s ease;
  height: 0;
}

.ac-panel-cnt-cd20 {
  font-weight: 400;
  font-size: 16px;
  padding: 12px 0;
}

/* OWL-CAROUSEL-02 */
.thub-slide-title h2 {
  font-weight: 600;
  font-size: 16px;
  color: #060E2E;
  text-transform: uppercase;
}

.main-content2 {
    position: relative;
    margin-top: 24px;
}

.main-content2 .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
    display: none;
}

.main-content2 .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 10px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 2px solid  #5B2B81!important;
}

.main-content2 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #5B2B81;
}

.main-content2 .owl-dots button {
    border: none !important;
    outline: none !important;
}

.main-content2 .owl-nav button {
    border: none !important;
    outline: none !important;
}

.main-content2 .owl-theme .custom-nav {
    position: relative;
    top: 20%;
    left: 0;
    right: 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 11px;
    margin-bottom: 16px;
    margin-top: -22px;
}

.main-content2 .owl-theme .custom-nav .owl-prev, .main-content2 .owl-theme .custom-nav .owl-next {
    position: initial;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content2 .owl-theme .custom-nav .owl-prev img, .main-content2 .owl-theme .custom-nav .owl-next img {
    max-width: 24px;
    cursor: pointer;
}

.main-content2 .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content2 .owl-theme .custom-nav .owl-next {
    right: 0;
}

.play-overlay2{
  display: none !important;
}

.video-box2 video {
  height: 180px;
  object-fit: cover;
  cursor: pointer;
}

.ems-box {
  background: #F5F6F7;
  border: 1px solid rgba(6, 14, 46, 0.12);
  padding: 16px 24px;
  border-radius: 16px;
  margin-top: 16px;
}

.ems-box h4 {
  font-weight: 700;
  font-size: 16px;
  color: #060E2E;
}

.ems-box p {
  font-weight: 400;
  font-size: 16px;
  color: #060E2E;
  line-height: 24px;
  margin-top: 8px;
}

.ems-box ul {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-top: 10px;
}

.ems-box ul li {
  font-weight: 400;
  font-size: 16px;
  color: #060E2E;
}

.ems-box ul li img {
  width: 36px;
  display: block;
}

.thub-slide-title h2 br {
  display: none;
}

/*==table-section==*/
.table-area {
  background: #F5F6F7;
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}

.table-area::after {
  content: "";
  display: block;
  position: absolute;
  max-width: 1298px;
  height: 471px;
  border-radius: 50%;
  width: 100%;
  right: 0;
  bottom: 0;
  background: #D4D9EE;
  filter: blur(300px);
  z-index: 1;
}

.table-title {
  text-align: center;
  position: relative;
  z-index: 2;
}

.table-title h4 {
  font-weight: 400;
  font-size: 16px;
  color: #060E2E;
  text-transform: uppercase;
}

.table-title h2 {
  font-weight: 600;
  font-size: 48px;
  color: #060E2E;
  text-transform: uppercase;
  line-height: 120%;
  margin-top: 12px;
}

.table-wrap-main {
  max-width: 800px;
  margin: auto;
  margin-top: 36px;
  position: relative;
  z-index: 2;
}

.table-topper {
  display: grid;
  grid-template-columns: 400px 200px auto;
  align-items: center;
  position: relative;
}

.table-top-col2 {
  background: linear-gradient( 89deg,#060E2E, #1435B8, #060E2E);
  text-align: center;
  padding: 16px;
  border-radius: 16px 16px 0 0;
  position: relative;
  bottom: -1px;
  right: -1px;
}

.table-top-col {
  text-align: center;
}

.table-top-col img {
  width: 48px;
}

.table-top-col h4 {
  font-weight: 400;
  font-size: 16px;
  color: #060E2E;
}

.table-main {
  display: grid;
  grid-template-columns: 400px 200px auto;
  border: 1px solid rgba(6, 14, 46, 0.12);
  background: #FFFFFF;
  border-radius: 16px;
}

.table-col1 {
  text-align: center;
}

.table-col1 li {
  font-weight: 400;
  font-size: 18px;
  color: #060E2E;
  padding: 14px 0;
  border-bottom: 2px dashed rgba(6, 14, 46, 0.12);
}

.table-col1 li:last-child {
  border-bottom: 0;
}

.table-col2 {
  background: linear-gradient( 89deg,#060E2E, #1435B8, #060E2E);
  text-align: center;
}

.table-col2 ul {
  display: grid;
  grid-template-columns: 100%;
}

.table-col2 ul li {
  padding: 14px 0;
}

.table-col2 ul li img {
  width: 29px;
  display: block;
  margin: auto;
}

.table-logo img {
  max-width: 56px;
}

.table-col3 {
  text-align: center;
}

.table-col3 ul li {
  padding: 14px 0;
}

.table-col3 ul li img {
  max-width: 20px;
}

.average-main {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px 36px;
  max-width: 800px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  position: relative;
  z-index: 2;
  margin-top: 12px;
  column-gap: 24px;
}

.average-left h4 {
  font-weight: 600;
  font-size: 16px;
  color: #060E2E;
}

.average-left p {
  font-weight: 400;
  font-size: 15px;
  color: rgba(6, 14, 46, 0.8);
  line-height: 150%;
  margin-top: 8px;
}

.average-left p:nth-of-type(2) {
  margin-top: 20px;
}

.average-right img {
  width: 100%;
}

/*==question-section==*/
.question-area {
  background: #ffffff;
  padding: 56px 0;
}

.question-main {
  display: grid;
  grid-template-columns: 548px auto;
  column-gap: 50px;
}

.question-left img {
  width: 100%;
  border-radius: 20px;
}

.question-cnt h4 {
  font-weight: 600;
  font-size: 36px;
  color: #060E2E;
  text-transform: uppercase;
}

.question-cnt p {
  font-weight: 400;
  font-size: 15px;
  color: rgba(6, 14, 46, 0.8);
  margin-top: 8px;
}

.ac-trigger4 {
  background: #F5F6F7;
  padding: 24px 24px 24px 58px;
  border-bottom: 0;
  border-radius: 12px;
}

.ac-trigger4::after {
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.ac5 {
  margin-top: 8px;
}

/*==instructors-section==*/

.instructors-area {
  background: #F5F6F7;
  padding: 56px 0;
  overflow: hidden;
  position: relative;
}

.instructors-area::after {
  content: "";
  display: block;
  position: absolute;
  max-width: 1298px;
  height: 471px;
  border-radius: 50%;
  width: 100%;
  right: 0;
  bottom: 0;
  background: #D4D9EE;
  filter: blur(300px);
  z-index: 1;
}

.instructors-main {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 16px;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}

.instructors-item {
  background: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
}

.instructors-title h2 {
  font-weight: 600;
  font-size: 36px;
  color: #060E2E;
  text-align: center;
}

.instructors-item p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(6, 14, 46, 0.8);
  margin-top: 16px;
  line-height: 150%;
}

.instructors-item ul {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-top: 16px;
}

.instructors-item ul li {
  font-weight: 600;
  font-size: 15px;
  color: #060E2E;
}

.isntr-img img {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
}

.instructors-btm {
  max-width: 400px;
  margin: auto;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}


/* OWL-CAROUSEL-03 */
.main-content3 {
    position: relative;
    z-index: 2;
}

.main-content3 .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
    display: none;
}

.main-content3 .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 10px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 2px solid  #5B2B81!important;
}

.main-content3 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #5B2B81;
}

.main-content3 .owl-dots button {
    border: none !important;
    outline: none !important;
}

.main-content3 .owl-nav button {
    border: none !important;
    outline: none !important;
}

.main-content3 .owl-theme .custom-nav {
    position: initial;
    top: 20%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    column-gap: 16px;
    margin-top: 12px;
}

.main-content3 .owl-theme .custom-nav .owl-prev, .main-content3 .owl-theme .custom-nav .owl-next {
    position: initial;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content3 .owl-theme .custom-nav .owl-prev img, .main-content3 .owl-theme .custom-nav .owl-next img {
    font-size: 20px;
    color: #ffffff;
    background: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.main-content3 .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content3 .owl-theme .custom-nav .owl-next {
    right: 0;
}

.main-content3 .center .slider-item {
     transition: 0.3s;
}

.isntr-mobil {
  margin-top: 24px;
}

/*==footer-section==*/
.footer-area {
  background: url('images/hero-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding: 56px 0;
}

.foooter-main {
  display: grid;
  grid-template-columns: auto 544px;
  column-gap: 56px;
  align-items: center;
}

.footer-left img {
  width: 100%;
}

.footer-top-cnt {
  text-align: center;
}

.footer-inner ul {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-top: 12px;
}

.footer-inner ul li {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.footer-inner ul li:nth-of-type(3) img {
  display: block;
  width: 20px;
}

.footer-inner ul li:nth-of-type(2) span {
  width: 2px;
  height: 20px;
  display: block;
  background: rgba(255, 255, 255, 0.12);
}

.footer-top-cnt h2 {
  font-size: 36px;
  margin-top: 6px;
}

.footer-top-cnt p {
  color: rgba(255, 255, 255, 0.64);
}

.pass-ci200 {
  background: #32448B;
}


