* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Aref Ruqaa', serif; */
}

body {
  overflow-x: hidden;
  background-color: #000000;
}

/* ------coman css--- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #ffffff;
}

.form-control:focus {
  box-shadow: none;
}

.form-select:focus {
  box-shadow: none;
  border: none;
}
/* -----------------main color--------------- */
.fw_4 {
  font-weight: 400;
}
.fw_5 {
  font-weight: 500;
}
.fw_6 {
  font-weight: 600;
}
.fw_7 {
  font-weight: 700;
}

.fs_50 {
  font-size: 50px;
}
.fs_20 {
  font-size: 20px;
}
.fs_18 {
  font-size: 18px;
}
.pb_40 {
  padding-bottom: 40px;
}
.pb_30 {
  padding-bottom: 30px;
}
.pb_16 {
  padding-bottom: 16px;
}
.pb_150 {
  padding-bottom: 150px;
}
p {
  line-height: 23.22px;
}
.bg_black {
  background: #2a3138;
}
/* =====================================Header start====================================== */
.navbar-nav {
  align-items: center;
  gap: 30px;
}

.nav-item .nav-link {
  font-size: 22px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.nav-item .nav-link:hover {
  color: #00bdcd;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #00bdcd;
}
/* --------------------sticky-header---------------------- */

.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgb(139 139 139 / 10%);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  animation: slideDown 0.35s ease-out;
  background-color: #000000;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* =====================================Header end====================================== */

/*====================================== main-conetnt strat====================================*/
.hero_section {
  padding: 91px 0 127px;
}
.play-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.headline {
  /* font-family: 'Aref Ruqaa', serif; */
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}
.hero_section {
  background-image: url("../imges/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pointe_btn span {
  padding: 14px 14px;
  border: 1px solid #49657b33;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.pointe_btn span:hover {
  box-shadow: 0px 0px 5.53px 0px #ffffff;
  transform: translatey(10px);
  -webkit-transform: translatey(10px);
  -moz-transform: translatey(10px);
  -ms-transform: translatey(10px);
  -o-transform: translatey(10px);
}
.red_bg {
  background: #ff5f48;
}
.blue_bg {
  background: #00bdcd;
}
.learning_txt h6 {
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}
.learning_txt p {
  font-size: 12.55px;
  line-height: 16.19px;
}
.radius {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.Refer_card {
  background: linear-gradient(111.73deg, #ffada2 12.99%, #ff5f48 97.3%);
}
.Refer_card h6 {
  font-size: 35px;
  line-height: 50px;
}
.invite_btn {
  font-size: 16.73px;
  line-height: 16.73px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 13px 20px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  text-align: center;
}
.invite_btn:hover {
  background: #ff5f48;
  box-shadow: 0px 0px 5.53px 0px #ffffff;
  transform: translatey(3px);
  -webkit-transform: translatey(3px);
  -moz-transform: translatey(3px);
  -ms-transform: translatey(3px);
  -o-transform: translatey(3px);
}
footer nav a {
  font-size: 16px;
  line-height: 21.6px;
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
footer nav {
  gap: 20px;
  padding-top: 30px;
  border-top: 1px solid #ffffff21;
}
footer nav a:hover {
  color: #00bdcd;
  border-bottom: 1px solid #00bdcd;
}
section {
  overflow-x: hidden;
}

.error-text {
  color: red;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

/*======================================Blog Page ====================================*/
.blog-card{
    background: #2a3138;
    padding: 22px;
    border-radius: 10px;
    overflow: hidden;
box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
border-radius: 1em;
color: #fff;
}
.blog-card:hover .blog-img img{
    transform: scale(1.1);
    transition: 0.4s all ease-in-out;
}
.blog-card .blog-img{
    height: 200px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    

}
.blog-card .blog-img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: 0.4s all ease-in-out;
}
.blog-card .blog-details h4.title{
    font-size: 1.5rem;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
    font-family: "Proxima Soft";
    font-weight: 600;
}
.blog-detail-img{
    height: 480px;
    width: 100%;
    border-radius: 10px;
    object-fit: contain;
    margin-bottom: 28px;
}
.blog-detail-img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* Add this CSS to your stylesheet */
.blog-description a {
  color: rgb(62, 62, 184); 
  text-decoration: underline; 
}

.blog-description a:hover {
  color: rgb(110, 110, 148);
}

/* quil font style */
/* Custom font sizes for Quill editor */
.ql-size-small {
  font-size: 12px !important;
}

.ql-size-medium {
  font-size: 16px !important;
}

.ql-size-large {
  font-size: 24px !important;
}

.ql-size-huge {
  font-size: 32px !important;
}


