:root {
  --dark-beige: #d8d4c8;
  --gold-color: #bd9c66;
  --dark-color: #000000;
  --blue-color: #5cbae0;
  --red-color: #9c001f;
  --beige-color: #f2efed;
  --light-color: #ffffff;
  --light-gold: #bc9b67;
  --border-color: #f1f0ec;
  --font-18: 18px;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Kamerik 205";
  src: url("../fonts/Kamerik205/Kamerik-205-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "Kamerik 205";
  src: url("../fonts/Kamerik205/Kamerik-205-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Kamerik 205";
  src: url("../fonts/Kamerik205/Kamerik-205-Book.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Rosella pro";
  src: url("../fonts/Rosella/Rosella-Solid.woff") format("woff");
}

@font-face {
  font-family: "Kepler Std";
  src: url("../fonts/keplerstr/FontsFree-Net-KeplerStd-Regular.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Kepler Std";
  src: url("../fonts/keplerstr/Kepler-Std-Light.otf");
  font-weight: 300;
}

body {
  margin: 0;
  padding: 0;
}

body.home-page {
  background-color: rgb(242, 239, 237);
}

body.home-page .header-section {
  background-color: rgba(255, 255, 255, 0) !important;
}

body.home-page .header-section .center-logo{
  display: none;
}

p {
  margin-bottom: 0 !important;
  font-size: var(--font-18);
  font-family: "Kepler Std";
}

li {
  list-style: none;
}

.font-Kamerik {
  font-family: "Kamerik 205" !important;
}

h2 {
  font-size: 24px !important;
  font-family: "Kamerik 205" !important;
  margin-bottom: 30px !important;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  font-weight: 700 !important;
}

.font-300 {
  font-weight: 300;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  box-shadow: none !important;
}

/*=========padding classes start=======*/
.padding_contact,
.padding_main {
  padding-left: 40px;
  padding-right: 40px;
}

.margin-main {
  margin-left: 40px;
  margin-right: 40px;
}

.padding-50 {
  padding-right: 50px !important;
}

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

.padding-30l {
  padding-left: 30px;
}

.padding-72l {
  padding-left: 72px;
}

.margin-2 {
  margin-top: 2rem;
}

.margin-12 {
  margin-bottom: 12px !important;
}

.margin-9 {
  margin-bottom: 9px !important;
}

.margin-150 {
  margin-top: 150px;
}

.margin-38 {
  margin-top: 38px;
}

.margin-25b {
  margin-bottom: 25px;
}

.margin-25t {
  margin-top: 25px;
}

.margin-16t {
  margin-top: 16px;
}

.row-reverse {
  flex-direction: row-reverse;
}

/*======padding classes end========*/
/*========background classes start========*/
.red_bg {
  background-color: var(--red-color) !important;
}

.gold_bg {
  background-color: var(--gold-color) !important;
}

.bg_blue {
  background-color: var(--blue-color);
}

/*=======background classes end=======*/
/*========color classes start========*/
.color-red {
  color: var(--red-color);
}

.color-blue {
  color: var(--blue-color);
}

.color-light-gold {
  color: var(--light-gold);
}

.gold-color {
  color: var(--gold-color);
}

.color-dark {
  color: var(--dark-color);
}

.color-light {
  color: var(--light-color);
}

.text-decoration-underline {
  text-decoration: underline;
}

/*========color classes end========*/
.container-inner {
  width: 100%;
  max-width: 1311px;
  margin-left: auto;
  margin-right: auto;
}

.input {
  border-width: 2.5px !important;
  border-style: solid !important;
  border-image: linear-gradient(0deg, var(--dark-beige), #d8d4c8) !important;
  border-image-slice: 5 !important;
  border-radius: 0 !important;
  font-family: "Kamerik 205";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px !important;
  padding: 12px !important;
}

.input::placeholder {
  background: linear-gradient(0deg, var(--dark-beige), #d8d4c8) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}


.gap-20 {
  gap: 20px;
}

.h1_title {
  font-size: 70px;
  font-family: "Rosella pro";
  line-height: 60px;
  margin-bottom: 40px !important;
}

.main-btn a:hover {
  color: var(--light-color);
  text-decoration: none;
}

.container-layout {
  width: 100%;
  max-width: 1650px !important;
  margin-left: auto;
  margin-right: auto;
}

.body_overlay {
  display: none;
  transition: all 0.7s ease-in-out !important;
}

body.menu-open .body_overlay {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(217, 217, 217, 0.3);
  z-index: 999;
  transition: all 0.7s ease-in-out !important;
}
/*=========header section css start======*/
.header-section {
  position: fixed;
  width: 100%;
  background-color: var(--light-color);
  height: 100px;
  display: flex;
  align-items: center;
  z-index: 9999;
}

body.menu-open .header-section {
  background-color: rgba(244, 244, 244);
  transition: all 0.7s ease-in-out !important;
}

.header-inner {
  width: 100%;
  /* z-index: 9999; */
}

.empty_div {
  height: 100px;
}

.header_click {
  cursor: pointer;
}

.side_header {
  position: absolute;
  background: #f2efed;
  left: -1000px;
  top: 0;
  width: 400px;
  height: 100vh;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
  transition: 0.5s ease-in-out;
  z-index: 99999;
  overflow-y: auto;
}

body.menu-open .side_header {
  left: 0px;
}

.header_text {
  font-size: 58px;
  line-height: 50px;
  color: var(--blue-color);
  text-transform: uppercase;
  font-family: "Rosella pro";
  font-weight: 600;
  width: 232px;
}

.header_text_main {
  margin-top: 55px;
}

.header-ritch-text h1 {
  color: var(--blue-color);
  font-family: Rosella Pro;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px; /* 81.25% */
  text-transform: capitalize;
}

.text_span {
  height: auto;
  transform: rotate(90deg) translate(-15px, -28px);
  font-size: 15px;
  font-family: "Kepler Std";
  text-transform: uppercase;
  font-weight: 600;
}

.sidebar_menu li:nth-child(1) {
  border-top: 1px solid var(--dark-beige);
}

.sidebar_menu li {
  border-bottom: 1px solid var(--dark-beige);
}

.sidebar_menu li a {
  color: var(--dark-color);
  text-transform: uppercase;
  font-family: "Kamerik 205";
  font-size: 16px;
  padding: 11px 0 9px 1px !important;
  letter-spacing: 1.4px;
  font-weight: 600;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar_menu li .active img{
  display: block !important;
}
.sidebar_menu li .nav-link img{
  display: none;
}
.sidebar_menu li img{
  width: 30px;
}

.header_text_main {
  margin-bottom: 39px;
}

.social_link img {
  width: 27px;
}

.social_link {
  margin-top: 37px;
  display: inline-flex;
  gap: 24px;
  margin-bottom: 25px;
}

.main-btn {
  padding: 11px 10px !important;
  letter-spacing: 6px !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  color: var(--light-color) !important;
  position: relative;
  display: inline-block;
  transition: all 0.9s ease-in-out !important;
  border: 2px solid #0000 !important;

}
.main-btn:hover {
  color: #bc9b67 !important;
  border: 2px solid #bc9b67 !important;
  box-shadow: inset 0 -100px 0 0 #fff;
}
.main-btn:active {
  transform: scale(0.9);
}

.close_icon {
  cursor: pointer;
}

/*=======header section css end=======*/
/*=======home banner section start====*/
.home-banner {
  background: url("../images/home-banner.png") no-repeat;
  background-size: 100%;
  background-position: center;
  height: calc(100vh - 100px);
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-inner {
  width: 651px;
  z-index: 99;
}

/*=======home banner section end======*/

/*=====inner pages banner start=====*/
.header-wrapper {
  border-width: 1px 0 1px 0;
  border-color: var(--border-color);
  border-style: solid;
  position: fixed;
  width: 100%;
  background: var(--light-color);
  z-index: 9;
}

.header-wrapper-inner {
  height: 50px;
  display: flex;
  align-items: center;
}

.inner-header-empty {
  height: 50px;
}

.container-layout .banner-wrapper{
  height: calc(100vh - 150px);
}
.category.banner-wrapper {
  height: 45vw !important;
}
.banner-wrapper {
  /* height: 45vw !important; */
  /* margin-left: 40px;
    margin-right: 40px; */
  background-repeat: no-repeat !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-position: center center !important;
  background-size: 100% 100% !important;
}

.wrapper-inner {
  position: relative;
}

.banner_title {
  color: var(--light-color);
  text-transform: uppercase;
  font-size: 90px;
  font-family: "Rosella pro";
  margin-bottom: 0;
  line-height: 76px;
  width: 880px;
  text-align: center;
}

.banner-text {
  color: var(--light-color);
  font-family: "Kamerik 205";
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 18px;
  font-weight: 700;
  margin-top: 35px;
}

.link_text {
  font-size: 13px !important;
  letter-spacing: 3px !important;
  font-weight: 700;
}

/* inner pages banner end */
.about-box {
  margin-top: 150px;
  margin-bottom: 150px;
  position: relative;
}

.right-text {
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  right: -33px;
  font-family: "Kamerik 205";
  transform: rotate(-90deg);
  font-size: 14px;
  letter-spacing: 3.2px;
  font-weight: 600;
}

.sub-wrapper {
  margin-top: 150px;
}

.sub-title {
  margin-bottom: 63px !important;
}

.sub-img {
  height: 700px;
  padding-right: 45px;
  /* margin-top: 150px; */
}

.sub-img img {
  height: 100%;
  width: 100%;
}

/*=====footer section start========*/

.footer-wrapper {
  border-top: 1px solid var(--border-color);
  margin-top: 80px !important;
  padding: 100px 0 100px 0;
}

.footer-content {
  justify-content: space-between;
}

.h3_title {
  font-size: 28px;
  font-family: "Rosella pro";
  text-transform: uppercase;
}

.footer-title {
  font-size: 18px;
  font-family: "Kepler Std";
}

.footer-nav li {
  width: auto;
  display: flex;
}

.footer-nav li a,
.footer-nav li {
  font-size: 18px;
  font-family: "Kepler Std";
  padding: 0 0 3px 0 !important;
  color: var(--dark-color);
  font-weight: 300;
  position: relative;
}

.footer-nav li:not(.noline) a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: var(--dark-color);
  bottom: 7px;
  left: 0;
  opacity: 0.5;
}

.footer-content {
  margin-top: 60px;
}

.content_none::after {
  content: unset !important;
}

.footer_add {
  margin-top: 40px;
}

.footer_add .footer-nav li {
  padding: 0 0 5px 0 !important;
}

.footer_add .footer-nav li.noline {
  padding: 0 !important;
}

.copyright p {
  font-size: 14px !important;
  font-family: "Kamerik 205";
  font-weight: 500;
  letter-spacing: 1.2px;
  margin-left: -85px;
  line-height: 20px;
}

.condition a {
  font-size: 14px;
  font-family: "Kamerik 205";
  text-decoration: underline;
  color: var(--dark-color);
  letter-spacing: 3.5px;
  line-height: 20px;
  font-weight: 700;
}

.condition a:hover {
  color: var(--dark-color);
}

.copyright-section {
  margin-top: 100px;
}

.condition,
.copyright {
  height: 10px;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  .footer_add .footer-nav.footer-mobileAdress li:nth-child(1) {
    padding: 0 9px 0 0 !important;
  }

  .footer_add .footer-nav.footer-mobileAdress li:nth-child(3) {
    padding: 0 9px 0 0 !important;
  }

  .footer_add .footer-nav.footer-mobileAdress li {
    padding: 0 0 0 0 !important;
  }
}

/*=====footer section end========*/
/* story page css start */
.animate-story a {
  color: var(--dark-color);
  font-size: 14px;
  font-family: "Kamerik 205";
  letter-spacing: 2.86px;
  text-transform: uppercase;
  font-weight: 400;
  text-wrap: nowrap;
}

.animate-story a:hover {
  text-decoration: none;
  color: var(--dark-color);
}

.animate-story {
  width: 80%;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  box-sizing: border-box;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
}

.story_left {
  width: 24%;
}

.animate_inner {
  display: flex;
  /* -webkit-animation: marquee 25s linear infinite running;
  -moz-animation: marquee 25s linear infinite running;
  -o-animation: marquee 25s linear infinite running;
  -ms-animation: marquee 25s linear infinite running;
  animation: marquee 25s linear infinite running; */
  gap: 36px;
}

.animate-story::-webkit-scrollbar {
  display: none;
}

.Marquee-tag {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  min-width: -webkit-fit-content !important;
  width: auto !important;
}

.animate_inner:hover {
  animation-play-state: paused;
}

/* story animation start */
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -o-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
  }
}

@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -o-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

/* story animation end */
.horse-text {
  font-size: 12px;
  font-family: "Kamerik 205";
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--dark-color);
  text-transform: uppercase;
}

.horse-right-inner {
  display: inline-flex;
  justify-self: center;
  align-items: end;
  gap: 65px;
  position: relative;
  width: 100%;
  justify-content: center;
}

.hosre_dis {
  margin-top: 66px;
}

.hosre_dis h5 {
  font-size: 20px;
  font-family: "Kamerik 205";
  font-weight: 600;
  letter-spacing: 4px;
}

.hosre_dis .main-btn {
  margin-top: 30px;
}

.horse-right-inner:after {
  content: "";
  position: absolute;
  width: 323px;
  height: 50px;
  background: url(../images/shape.svg);
  background-repeat: no-repeat;
  margin:auto;
  left: 0;
  right: 0;
  bottom: -64px;
  background-size: 100%;
}

.contact-text {
  right: -80px !important;
}

.contact-animation {
  animation-play-state: paused !important;
  padding-left: 18px;
}

.contact-head {
  width: 15% !important;
}

.contact-box {
  padding-left: 100px !important;
}

.contact-box .footer_add {
  margin-top: 30px !important;
}

.contact-form {
  padding-left: 43px !important;
  padding-right: 30px !important;
}

.contact-input {
  border: 2.3px solid var(--gold-color) !important;
  border-radius: 0 !important;
  font-family: "Kamerik 205";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px !important;
  padding: 11px !important;
}
.input_subscriber{
  font-size: 13px !important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.82px;
}

.label {
  color: var(--dark-color);
  font-size: 11px;
  font-family: "Kamerik 205";
  font-weight: 400;
  letter-spacing: 1.54px;
  text-transform: uppercase;
}

.contact-img {
  padding-left: 40px;
}

.contact-input::placeholder {
  background: linear-gradient(0deg, var(--dark-beige), #d8d4c8) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* .pessonal_details {
  padding-left: 18px;
} */

.form_details {
  padding-right: 18px;
}

/* checkbox css start */
.form-group {
  display: block;
}

.checkbox {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox_label {
  position: relative !important;
  cursor: pointer;
}

.checkbox_label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2.3px solid var(--gold-color);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 17px;
  height: 20px;
  width: 20px;
}

.checkbox:checked + .checkbox_label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--gold-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-inner .form-group {
  margin-bottom: 5px !important;
}

/* checkbox css end */
.file-box_h {
  height: 200px;
}

.file-box {
  position: relative;
  display: flex;
  cursor: pointer;
}

.input-file {
  height: 100%;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 99;
  opacity: 0;
}

.file-span {
  height: 100%;
  display: block;
  border: 2px dashed var(--gold-color);
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-decoration: underline;
  font-family: "Kamerik 205";
  font-weight: 600;
}

.accept-trm {
  font-family: "Kepler Std";
  font-weight: 300;
  text-transform: inherit !important;
  font-size: 15px !important;
}

.single-head {
  width: unset;
}

.single-head .link_text{
  text-wrap: nowrap;
}

.single-main {
  border: none;
}

.single-horseHeader {
  justify-content: space-between;
  align-items: center;
}

.horse-qatar {
  display: flex;
  align-items: center;
  gap: 18px;
}

.horse-headBtn {
  font-size: 12px !important;
  border-radius: 4px !important;
  padding: 7px 7px 7px 13px !important;
  letter-spacing: 3.6px !important;
  font-weight: bold !important;
}

.singleHorse_heading {
  width: 523px;
  margin: auto;
  text-align: center;
  margin-bottom: 70px !important;
}

.img-1 {
  padding-right: 10px;
}

.img-2 {
  padding-left: 10px;
}

/* pedigree css start */
.main-parent {
  position: relative;
}

.main-parent:after {
  content: "";
  position: absolute;
  width: 773px;
  height: 110px;
  background: url(../images/shape1.svg);
  top: 78px;
  background-repeat: no-repeat;
  left: -145px;
  background-size: 100%;
}

.pedigree {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.pedidree-title {
  font-size: 24px !important;
  font-family: "Kamerik 205" !important;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  font-weight: 700 !important;
}

.pedigree-inner {
  margin-top: 100px;
}

.main-parent {
  width: 481px;
  /* text-align: center; */
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0 auto;
  position: relative;
}

.pedigree-item {
  display: flex;
  gap: 9px;
  padding-left: 0;
}

.pedigree-item li {
  position: relative;
  font-family: "Kamerik 205" !important;
  display: flex;
  justify-content: center;
  padding: 18px 0 18px 0;
  text-transform: uppercase;
}

/* child one */
.child-1 {
  margin-top: 110px;
}

.child-1 li {
  font-size: 24px;
  flex: 0 0 49.8%;
  width: calc(49% - 9px);
  font-weight: 700;
  letter-spacing: 4.8px;
}

.child-1 li:nth-child(1) {
  border: 2px solid var(--gold-color);
  color: var(--gold-color);
}

.child-1 li:nth-child(2) {
  border: 2px solid var(--blue-color);
  color: var(--blue-color);
}

.child-1 li::before {
  content: "";
  height: 19px;
  width: 19px;
  border: 2px solid var(--gold-color);
  position: absolute;
  border-radius: 50%;
  bottom: -10px;
  background: #fff;
}

.child-1 li::after {
  content: "";
  height: 72px;
  width: 460px;
  position: absolute;
  background: url(../images/shape2.svg);
  background-repeat: no-repeat;
  background-size: 99% 113%;
  top: 74px;
}

/* second child */
.child-2 {
  margin-top: 70px;
}

.child-2 li {
  font-size: 18px;
  flex: 0 0 24.59%;
  width: calc(24.5% - 9px);
  font-weight: 500;
  letter-spacing: 3.6px;
}

.child-2 li:nth-child(even) {
  border: 2px solid var(--blue-color);
  color: var(--blue-color);
}

.child-2 li:nth-child(odd) {
  border: 2px solid var(--gold-color);
  color: var(--gold-color);
}

.child-2 li::before {
  content: "";
  height: 19px;
  width: 19px;
  border: 2px solid var(--gold-color);
  position: absolute;
  border-radius: 50%;
  bottom: -10px;
  background: #fff;
}

.child-2 li::after {
  content: "";
  height: 52px;
  width: 255px;
  position: absolute;
  background: url(../images/shape3.svg);
  background-repeat: no-repeat;
  background-size: 103% 113%;
  top: 73px;
}

/* third-child */
.child-3 {
  margin-top: 60px;
}

.child-3 li {
  font-size: 12px;
  flex: 0 0 12%;
  width: calc(12% - 9px);
  font-weight: 500;
  text-align: center;
  height: 62px;
  letter-spacing: 2.4px;
  padding-left: 20px;
  padding-right: 20px;
}

.child-3 li:nth-child(even) {
  border: 2px solid var(--blue-color);
  color: var(--blue-color);
}

.child-3 li:nth-child(odd) {
  border: 2px solid var(--gold-color);
  color: var(--gold-color);
}

.child-3 li::after {
  content: "";
  height: 48px;
  width: 255px;
  position: absolute;
  background: url(../images/shape4.svg);
  background-repeat: no-repeat;
  background-size: 94% 100%;
  top: 52px;
}

/* forth child */
.child-4 {
  margin-top: 40px;
}

.child-4 li {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.4px;
  width: 57px;
  height: 209px;
}

.child-4 li span {
  transform: rotate(-90deg) translate(-36%, 0);
  position: absolute;
  width: 209px;
  display: flex;
  justify-content: center;
}

.child-4-inner {
  display: flex;
  position: relative;
  width: 24.57%;
  justify-content: space-between;
}

.child-4-inner li:nth-child(1) {
  border: 2px solid var(--gold-color);
  color: var(--gold-color);
}

.child-4-inner li:nth-child(2) {
  border: 2px solid var(--blue-color);
  color: var(--blue-color);
}

/* pedigree css start */
.qatar_head {
  width: 6% !important;
}

/* index page css  */
.index-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 220px);
}

#box {
  width: 100px;
  height: 100px;
  background: #333;
  position: absolute;
  left: 200px;
  top: 200px;
}

.box {
  width: 67px;
  height: 47px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

.box.red {
  background-image: url("../images/hores-gold.svg");
}

.box.blue {
  background-image: url("../images/horse-red.svg");
}

.box.brown {
  background-image: url("../images/horse-blue.svg");
}

.box.mobileonly {
  display: none;
}
section {
  height: 10px;
}
.large_image {
  padding-left: 398px;
}
.mobile_banner {
  height: 300px !important;
}
.peragraphFont p {
  font-weight: 300;
  color: var(--dark-color);
}
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1) !important;
}
.horse-family{
  color: #000;
  font-family: "Kamerik 205";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
  margin-bottom: -130px !important;
  margin-top: 80px;
}

.redactor-content strong {
  color: var(--gold-color) ;
  font-size: 24px !important;
  font-family: "Kamerik 205" !important;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  font-weight: 700 !important;
}

.redactor-content p,li {
  font-size: var(--font-18);
  font-family: "Kepler Std";
  font-weight: 300;
  color: var(--dark-color)
}
.redactor-content li{
  list-style: disc;
}

.redactor-content h1,
.redactor-content h2,
.redactor-content h3,
.redactor-content h4,
.redactor-content h5,
.redactor-content h6{
  margin-bottom: 5px !important;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .box.mobileonly {
    display: block;
  }

  .large_image {
    padding-left: 11px;
  }
}

@media not all and (min-resolution:.001dpcm){
  .Marquee-tag{
   min-width: -webkit-fit-content !important;
   width: auto !important;
 }   
}

.new-banner-wrapper {
  display: flex;
  justify-content:center;
  align-items:center;
}

.new-banner-wrapper .banner-image{
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.new-banner-wrapper .wrapper-inner{
  position: absolute;
}