
/* *, ::after, ::before{
  font-family: 'Almarai', sans-serif !important; */
/* } */
html{
  font-family: 'Almarai', sans-serif !important;
}
body {
    text-align: right;
    direction: rtl;
    font-family: 'Almarai', sans-serif !important;
    background-color: #fff;
    overflow-x: hidden !important;
    font-weight: 400;
    line-height: 32px;
    font-size: 16px;
    color: black;
}

@media (min-width: 320px) and (max-width: 1023px) {
  
  .cu-map {
    flex-direction: column;
    align-items: center;
  }
  
}

.container_social_icon-2{
  background-color: #303030b9;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.container_social_icon-2 img{
  width: 15px;
  height: 15px;
}
body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background-color: #141414;
}

body::-webkit-scrollbar-thumb {
    background-color: #202733;
    border-radius: 2px;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a {
  color: #696e7b;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #032B50;;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #293043;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a {
  color: white;
}

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

img {
  max-width: 100%;
  display: inline-block;
}

mark {
  color: #01c9f5;
  background: transparent;
  text-decoration: underline;
}

header:after,
section:after,
footer:after {
  display: block;
  clear: both;
  content: "";
}

/*======= Input Styles =======*/
input,
select,
textarea,
.nice-select,
.form-control {
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 18px 30px;
  background-color: #fff;
  border: 1px solid rgba(0, 102, 255, 0.1);
}

.nice-select {
  font-size: 18px;
  line-height: 1.3;
}

.nice-select:after {
  height: 8px;
  width: 8px;
  right: 25px;
  border-color: #293043;
}

.nice-select .list {
  width: 100%;
  border-radius: 0;
}

textarea {
  display: inherit;
  padding-top: 20px;
}

label {
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  color: #696e7b;
}

a > label:hover {
  color: #03aaa8;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

input:focus,
button:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #cfdbf1;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  height: auto;
  width: auto;
}

/* For Scroll Animation */
html {
  scroll-behavior: unset !important;
}
/* ===============Navbar=============== */
#second-nav nav{
  border-bottom: 1px solid #D0D0D0;
}
.line-vertical{
  width: 2px;
height: 39px;
flex-shrink: 0;
  background: rgba(20, 66, 97, 0.43);
}
@media screen and (min-width:992px) {
  #navbarNav{
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width:1400px) and (min-width:992px) {
  .item-search{
    display: none;
  }
}
@media screen and (max-width:350px) {
  .web-name{
    display: none;
  }
}
#box_search_main form input{
  color: #fff !important;
}
@media screen and (max-width:992px) {
  #navbarNavMain{
    background: rgb(0 0 0 / 90%);
    margin: 12px;
    border-radius: 12px;
    padding: 8px;
  }
  #box_search_main form input{
    background-color: rgb(0 0 0) !important;
    width: 100% !important;
    color: #fff !important;
  }
  .box_serach_second form input{
    width: 100% !important;
  }
  #item_search_main{
    width: 96%;
  }
  #item_search_second{
    width: 96%;
  }
  .box_serach{
    border: 1px solid #9a9a9a;
      border-radius: 4px;
  }
  .line-vertical{
    display: none;
  }
}
.navbar-toggler{
  background-color: #FFB52DC9;
}

.box_serach form input{
  width: 251px;
height: 33px;
flex-shrink: 0;
background-color: rgba(242, 242, 242, 0.33);
background-image: url('../images/search.png');
background-size: 20px;
background-repeat: no-repeat;
background-position-y: center;
background-position-x: 3%;
}
.box_serach form input::placeholder{
  color: #FFF;
font-family: Almarai;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: start;
}
.box_serach_second form input{
  width: 251px;
height: 33px;
flex-shrink: 0;
background-color: rgba(242, 242, 242, 0.33);
background-image: url('../images/search_dark.svg');
background-size: 20px;
background-repeat: no-repeat;
background-position-y: center;
background-position-x: 3%;
}
.box_serach_second input::placeholder{
  font-family: Almarai;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: start;
  color: #383838;
}
/* ===============Hero=============== */
.banner-image {
  background-image: url('../images/cover.webp');
  background-size: cover;
  background-position: center;
}
.bg-hero{
  background-color: #151515A6;
  position: absolute;
  height: 100vh;
  width: 100%;
}
.line{
  background-color: #FFB52DC9;
  height: 3px;
  width: 140px;
}
.btn-more{
  width: 180px;
height: 50px;
border-radius: 5px;
border: 2px solid #FFB52D;
background: rgba(255, 255, 255, 0.00);
color: #FFF;
text-align: center;
font-family: Almarai;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.search{
  padding-top: 20px !important;
}
/* ===============Activites=============== */
.activities{
  text-align: center;
}
.title_section{
  text-align: center;
  color: black;
    display: flex;
    justify-content: center;
}
.title_section h1{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal; 
}
.title_section h1::before,.title_section h1::after{
  content: "";
  border-top: 0.2rem solid #FFB52D;
  align-self: center;
  margin: -14px;
  }
.description_section p{
  color: #616161;
font-family: Almarai;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 36px; 
}
.card{
  display: flex !important;
  flex-direction: row;
}
@media screen and (max-width:1200px) {
  .card{
    display: flex !important;
    flex-direction: column;
  }
}
.card_img{
  width: 40%;
  padding: 10px;
}
@media screen and (max-width:1200px){
  .card_img{
    width: 100%;
  }
  .card_text{
    width: 100% !important;
  }
}
.card_img img{
  object-fit: fill;
  width: -webkit-fill-available;
  height: 300px;
  border-radius: 10px;
}
.card_text{
  width: 60%;
  display: block;
  margin: auto;
}
.card_title{
  color: #616161;
  margin: 10px 30px;
  text-align: right;
}
.card_description{
  color: #616161;
  margin:10px 30px;
  text-align: right;
}
/* ===============Services=============== */
.services{
  background-color: #F3F3F3;
  text-align: center;
  padding-bottom: 50px;
}
.service_card{
  background-color: #ffffff;
  text-align: right;
  padding: 30px;

}
.circle{
  width: 40px;
  height: 40px;
  background-color: #f0f1f2;
  border-radius: 50%;
  position: relative;
}
.service_card_img{
  display: flex;
  justify-content: right;
  position: absolute;
  top: 0;
  left: -20px;
}
.service_card_img img {
  width: 50px;
}
.service_card:hover .circle {
  background-color: #f7be20;
}
.service_card_title{
  padding-top: 20px;
  width: fit-content;
}
.service_card_title h3{
  color: #364d59;
border-bottom: 3px solid #aaaaaa;
padding-bottom: 10px;
font-weight: 600;
}
.service_card_description p{
  color: #666565;
  font-weight: 500;
  margin-bottom: 0;
}
.service_card:hover .service_card_title h3{
  border-color: #FFB52D;
}
.link_more{
  width: 100%;
}
.link_more a{
  color: #FFB52D;
  font-weight: 500;
}
.link_more a svg{
  width: 15px;
}
/* ===============Competition=============== */
.competition{
  
}
@media screen and (max-width:768px) {
  .competition .container .row .col-md-4{
    margin-top: 100px;
  }
}
/* .title_competition h1{
  border-bottom: 3px solid #FFB52D;
  padding-bottom: 10px;
} */
.competition_line{
  background-color: #FFB52DC9;
  height: 5px;
  width: 120px;
  margin-top: 20px;
}
.competition_img {
  position: relative;
}

.competition_img img {
  max-width: 100%;
  /* height: auto; */
  max-height: 160px;
  width: -webkit-fill-available;
}

.play_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:992px) {
  .play_video{
    width: 30px !important;
  }
  .title_comp {
    font-size: 20px !important;
  }
  .date span{
    font-size: 16px !important;
  }
}
.title_comp{
  color: #000;
text-align: right;
font-family: Cairo;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 45px; /* 160.714% */
letter-spacing: -0.84px;
}
.date span{
  color: rgba(108, 108, 108, 0.90);
text-align: right;
font-family: El Messiri;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.more_read{
  color: #1F1F1F;
text-align: right;
font-family: Cairo;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.more_read_content{
  display: block;
  margin: 20px 0;
}
.more_read_content span{
  color: #FFB52D;
text-align: right;
font-family: Cairo;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 177.778% */
}
.more_read_content h3{
  color: #1F1F1F;
text-align: right;
font-family: Cairo;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 160% */
}
.more_read_content p{
  color: #ABABAB;
text-align: right;
font-family: Cairo;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 30px */
}

/* ===============Gallery=============== */
.gallery{
  text-align: center;
}
.photo_gallery{
  text-align: center;
    display: flex;
    justify-content: center;
}
.photo_gallery a img{
  height: 250px;
}
.photo_gallery a{
  width: 400px;
  height: 250px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin: 0 16px;
}
.photo_gallery a img{
  width: 100%;
}
.photo_gallery a:hover .overlay {
  opacity: 1;
}
@media screen and (max-width:992px) and (min-width:768px) {
  .photo_gallery a{
    width: 300px;
  }
}
@media screen and (max-width:425px) {
  .photo_gallery{
    margin: 10px;
  }
}



/* ===============Contactus=============== */
.contactus{
  background-color: #F3F3F3;
}
.title_contactus{
  padding-top: 20px;
  width: fit-content;
}
.title_contactus h1{
color: #364d59;
padding-bottom: 10px;
font-weight: 600;
}
.contactus_line{
  background-color: #FFB52DC9;
  height: 3px;
  width: 60px;
}
.title_contactus p{
  margin-top: 20px;
  color: #666565;
  text-align: right;
  font-family: Cairo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}

#contact {
  background: #fff;
  padding: 25px;
}

#contact h3 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #666565;
  font-family: Cairo;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  text-align: right;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  
}

#contact textarea {
  height: 150px;
  max-width: 100%;
  resize: vertical;
}
#contact button[type="submit"] {
  cursor: pointer;
  width: 130px;
  border: none;
  background: #E7AB2C;
  color: #FFF;
  margin: 0 0 5px;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 4%;
}

#contact button[type="submit"]:hover {
  background: #032b50;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}


/* ===============Seasons=============== */
.season{

}
.seasons img{
  height: 350px;
  width: -webkit-fill-available;
  object-fit: cover;
}
@media screen and (max-width:768px) {
  .seasons img{
    margin-top: 30px;
  }
}
.nav{
  justify-content: center;
}
.nav-tabs{
  border-bottom: none;
  padding: 0;
}
.nav-tabs li{
  width: 300px;
  text-align: center;
  margin: 40px 5px;
}
@media screen and (max-width:768px) {
  .nav-tabs li{
    width: 300px;
    text-align: center;
    margin: 10px 5px;
  }
}
.nav-link{
  color: #000;
}
.nav-tabs .nav-link {
  border-bottom: 3px solid #aaa;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 3px solid #E7AB2C;
  color: #FFB52D;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border-color: transparent;
  border-bottom: 3px solid #E7AB2C;
  color: #FFB52D;
}
.social svg{
width: 30px;
margin: 5px;
}
.more_details{
  padding:10px 20px;
  border-radius: 4px;
  background: #545454;
  color: #FFF;
text-align: center;
font-family: Almarai;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
/* ===============Footer=============== */
footer{
  background-image: url('../images/hero.png');
  padding: 50px;
}
.footer_title{
  color: white;
  font-weight: 600;
}
.footer_phone p{
color: white;
text-align: right;
margin-bottom: 0;
}
.footer_email p{
color: white;
}
.footer_social_icon{
  display: flex;
  justify-content: center;
}
.container_social_icon{
  background-color: #30303044;
  width: 60px;
  height: 60px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.container_social_icon img{
  width: 30px;
  height: 30px;
}
.nav_title{
  color: #aaa;
}
.scroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 99;
    color: rgb(0, 0, 0);
    background-color: #FFB52D;
    font-size: 14px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 5px;
    animation: pulse 2s infinite;
}
/* ======================================= */
/* ===============End index=============== */
/* ======================================= */



/* ================Seasons================ */
.competition_seasons{
  /* background-color: #ffffff; */
  background: url('../images/bg.png');
  padding-bottom: 100px;
}
.card_season{
  width: 100%;
  margin:50px 0;
  padding: 30px;
  border-radius: 4px;
border: 1px solid #E4E4E4;
background: #FFF;
box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.02);
}
@media screen and (max-width:992px) {
  .card_season{
    margin: 0;
  }
}
@media screen and (max-width:768px) {
  .card_season{
    margin: 10px;
  }
}
.card_season img{
  width: 50px;
  height: 50px;
}
.card_season h3{
  color: #000;
text-align: right;
font-family: Almarai;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.card_season p{
  color: #797979;
text-align: right;
font-family: Almarai;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 23px;
}

.rings_season{
  display: flex;
  /* margin: 20px 40px; */
  margin: 20px 0;
  position: relative;
}
.line_rings_season{
  margin: auto 0;
  width: 37px;
height: 5px;
flex-shrink: 0;
margin-top: 18px;
margin-left: 10px;
background: #FFB52D;
}
.title_rings_season h3{
  color: #000;
text-align: center;
font-family: Almarai;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.rings_season_img{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  /* height: 170px; */
}
.rings_season_img img{
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rings_season_title{
  color: #000;
text-align: right;
font-family: Almarai;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 31px; /* 140.909% */
margin-bottom: 50px;
}
.rings_season_back{
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  background: #F3F3F3;
  height: 200px;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.rings_season_back img{
  height: 40px;
  width: 40px !important;
  margin-bottom: 10px;
}
.rings_season_back h1{
color: #000;
text-align: center;
font-family: Almarai;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 31px; /* 140.909% */
}
.desc_about{
  line-height: 40px;
}
/* ================heritage_window================ */
.book{
  width: 205px;
  margin:  20px;
}
.book_img img{
  display: block;
  margin: auto;
  height: 292px;
  width: 205px;
}
.book_img p{
  color: #000;
  text-align: center;
  font-family: Almarai;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; 
  margin-top: 20px;
}
.book_img h1{
  color: #262626;
  text-align: center;
  font-family: Almarai;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.download{
  padding: 5px 20px;
  border-radius: 10px;
background: #1E1E1E;
width: 134.117px;
height: 45.464px;
box-shadow: 0px 7px 20px 0px rgba(141, 40, 173, 0.15);
color: #F1F1F1;
text-align: center;
font-family: Almarai;
font-size: 20px;
font-style: normal;
font-weight: 700;
/* line-height: 24px;  */
margin-top: 20px;
}
.download:hover{
  color: #fff;
}
/* ================blinks================ */
.blink{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blink_video{
  /* width: 380px; */
  margin:  24px;
}
@media screen and (min-width:992px) {
  /* .blink_video{
    width: auto;
  } */
}
@media screen and (max-width:450px) {
  .blink_video{
    width: auto;
    margin:  24px;
  }
}
.blink_img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  /* height: 220px; */
}
.blink_img img{
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ================heritage_track================ */
.heritage_track{
  margin:50px 0;
  border-radius: 20px;
background: #FFF;
box-shadow: 0px 6px 10px -1px rgba(6, 25, 56, 0.07);

}
.question{
display: flex;
border-radius: 20px 20px 0px 0px;
background:  #1F2937;
box-shadow: 0px 6px 10px -1px rgba(6, 25, 56, 0.07);
padding: 5px 20px;
}
.question img{
  margin-left: 10px;
  margin-top: 5px;
}
.question h1{
  color: #FFF;
text-align: right;
font-family: Almarai;
font-size: 24px;
font-style: normal;
font-weight: 700;
margin: auto 0;
letter-spacing: -0.34px;
}

.answers{
  padding: 20px;
}
.answer{
  display: flex;
}
.answer label{
  color: #000;
text-align: right;
font-family: Almarai;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 10px ;
}
.check_answer{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:450px) {
  .check_answer{
    display: block;
  }
  .check_answer button{
    font-size: 16px !important;
    padding: 10px !important;
    margin-top: 10px;
  }
}
.check_answer button{
padding: 16px 32px;
border-radius: 8px;
border: 1px solid #1F2937;
background: #1F2937;
color: #FFF;
font-family: Almarai;
font-size: 20px;
font-style: normal;
font-weight: 700;
}
input[type="radio"]{
  width: 20px;
  background-color: #000 !important;
}
.about1 h1{
  color: #616161;
text-align: right;
font-family: Almarai;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px; 
margin: 50px 0;
}
.about2 h1{
  color: #616161;
text-align: right;
font-family: Almarai;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 150% */
}
.about2_list{
  display: flex;
  align-items: center;
  margin-top: 24px !important;
}
.about2_list img{
  width: 20px;
  height: 20px;
  margin-left: 20px;
}
.about2_list h2{
  color: #323232;
  text-align: right;
  font-family: Almarai;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0;
}
.about3 h1{
  color: #616161;
text-align: right;
font-family: Almarai;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px; 
margin-top: 100px;
margin-bottom: 50px;
}
.card_season_about{
  /* margin:50px 0; */
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  background: #F9F9F9;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.02);
  margin-bottom: 20px;
  width: -webkit-fill-available;
}
.card_season_about h3{
  color: #000;
font-family: Almarai;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.card_season_about p{
  color: #797979;
font-family: Almarai;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 23px;
}

/* ================activity inner================ */
.activity_title{
  text-align: right;
  color: #000;
  font-family: Almarai;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.activity_img{
  height: 470px;
}
.activity_img img{
  width: -webkit-fill-available;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width:992px) {
  .activity_img{
    height: auto;
  }
  .activity_img img{
    height: auto;
  }
}
.more_read h1{
  text-align: right;
  color: #000;
  font-family: Almarai;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.activity_more_read{
  display: flex;
  height: 100px;
  margin: 10px 0;
}
.activity_more_read_img {
  min-width: 140px;
  height: 100px;
  border-radius: 10px;
}
@media screen and (max-width:992px) and (min-width:768px) {
  .activity_more_read_img{
    min-width: 100px;
  }
}
.activity_more_read_img img {
  width: 140px;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.activity_more_read_text {
  margin-right: 10px;
}
.activity_more_read_text p {
  margin: 0;
  color: #1F1F1F;
  text-align: right;
  font-family: Cairo;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  height: 60px;
  overflow: hidden;
}
.activity_more_read_date {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.activity_more_read_date img {
  width: auto;
}
.activity_more_read_date p{
  height: auto; margin-right: 5px;
}

.activity_block{
  display: block !important;
  text-align: right;
  padding-right: 10px;
}
.activity_block h4{
  color: #1F1F1F;
text-align: right;
font-family: Cairo;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 32px; 
height: 60px;
overflow: hidden;
}
.activity_block p{
  color: #616161;
  text-align: right;
  font-family: Almarai;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
}
.activity_block span{
  color: rgba(108, 108, 108, 0.90);
text-align: right;
font-family: El Messiri;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.activity_block span img{
  width: 20px;
  border-radius: 4px;
}






.video , .activities{
  background: url('../images/bg.png');
}
#my-player{
  height: 100px !important;
  padding-top: 56%;
}
.vjs-theme-fantasy{
  --vjs-theme-fantasy--primary: #E7AB2C !important;
}
.video-js .vjs-control-bar{
  height: 4rem !important;
}
.title_self_viedos {
  font-family: 'Almarai';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  text-align: right;
  color: #3f3838;
  width: 100%;
}
.video_popular{
  width: 230px;
  margin: 20px;
}
.video_popular_img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  height: 170px;
}
.video_popular_img img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}





.img_book{
  /* height: 250px; */
  /* width: 250px; */
}
@media screen and (max-width:768px) {
  .info_book {
    margin: 30px 0;
  }
}
.img_book img{
object-fit: cover;
height: 292px;
width: 205px;
border-radius: 10px;
}
.info_book{

}
.info_book h1{
  color: #262626;
  font-family: Almarai;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.info_book p{
  color: #FFB52D;
font-family: Almarai;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
}

.related_books{
  background-color: #f1f1f1;
  padding: 10px;
}
.list_related_book{
  padding-right: 30px;
}
.list_related_book li{
  list-style: circle;
  color: #616161;
text-align: right;
font-family: Almarai;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 36px;
}

.social{
  display: flex;
  flex-wrap: wrap;
}
.social_media{
  display: flex;
  flex-wrap: wrap;
}

.page-item.active .page-link{
  background-color: #FFB52D;
  border-color: #FFB52D;
}
.page-link{
  color: #FFB52D;;
}