/*  */
.header-box-shadow{
  margin-bottom: 0
}

header#masthead{

  padding: 0.74rem 1rem 0rem 1rem !important
}

header#masthead.fixed-top{
  padding: .74rem 1rem !important
}

section.point-container {
  width: 100%;
  position: relative;
  height: 695px;
}
section.point-container .container {
  height: 100%;
}
section.point-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #1e416e;
  height: 333px;
  width: 100%;
  z-index: 0;
}

section.point-container .point-wrapper {
  height: auto;
  display: flex;
  color: #fff;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  padding-top: 48px;
}
.point-wrapper .item:first-child {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 221px;
  flex-direction: column;
}
.img-bg-lg {
  position: absolute;
  top: -4rem;
  left: -28rem;
  z-index: 0;
  width: 406px;
}
.point-wrapper .heading {
  font-weight: 700;
  font-size: 62px;
  color:#ffffff
}
.point-wrapper .desc {
  font-weight: 500;
  font-size: 43px;
}
.point-img {
  width: 89%;
  height: 500px;
  position:relative;
}
.point-img img {
  width: 100%;
  height: 100%;
}
.point-desc-container {
  margin-top: -285px;
}
.desc-wrapper {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  text-align: justify;
}
section.point-rules-container {
  margin-top: 92px;
}
.rules-item .item img {
  width: 100%;
  height: 214px;
}
.rules-item,
.rules-item-col {
  display: flex;
  justify-content: space-between;
}
.rules-item {
  align-items: center;
}
.rules-item-col {
  justify-content: flex-end;
  margin-top: 100px;
}
.rules-item .item {
  padding: 0 10px;
  position: relative;
}
.img-shadow {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 69px;
  background: rgba(30, 65, 110, 0.24);
  filter: blur(25px);
  left: 10px;
}
.rules-item .item ul {
  font-weight: 500;
  font-size: 20px;
  list-style: none;
  padding: 0;
}
.rules-item .item ul li {
  position: relative;
  padding: 10px 27px;
}
.rules-item .item ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  background: #1e416e;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.rules-item .item .heading {
  font-weight: 500;
  font-size: 32px;
  color: #ffffff;
  background: linear-gradient(90deg, #1e416e 0%, #5ad7f0 100%);
  border-radius: 39px 0px 0px 39px;
  width: 427px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rules-item .item .desc {
  margin-top: 33px;
  font-weight: 400;
  font-size: 20px;
}
section.point-text-container {
  margin-top: 127px;
}
.point-text-item {
  display: flex;
}

section.point-text-container .first {
  margin-bottom: 68px;
}
section.point-text-container .second,
section.point-text-container .fourth {
  margin-bottom: 115px;
  direction: ltr;
}

.point-text-item .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}
section.point-text-container .second .item {
  justify-content: flex-end;
}
section.point-text-container .third {
  margin-bottom: 121px;
}
section.point-text-container .third .item {
  justify-content: flex-end;
}
section.point-text-container .fourth {
  margin-bottom: 144px;
}
.point-text-item .item img {
  width: 100%;
  height: 100%;
}
.point-text-item .item .heading {
  font-weight: 700;
  font-size: 24px;
}
.point-text-item .item .desc {
  font-weight: 500;
  font-size: 20px;
  margin-top: 19px;
  direction: rtl;
  text-align: justify;
}
.col-img.item {
  width: 27%;
  height: 252px;
}
.second .col-img.item {
  height: 272px;
  width: 32%;
}
.col-text {
  width: 73%;
}
.second .col-text {
  width: 68%;
}
.third .col-img.item {
  height: 246px;
  width: 30.5%;
}
.third .col-text,
.fourth .col-img.item {
  width: 69.5%;
}
.fourth .col-img.item {
  width: 30.5%;
  height: 232px;
}
.fifth .col-img.item {
  height: 279px;
  width: 29%;
}
@media (max-width: 1199.98px) {
  .point-img {
    height: 432px;
  }
  .point-wrapper .heading {
    font-size: 50px;
  }
  .point-wrapper .desc {
    font-size: 33px;
  }
  .first .col-img {
    height: 182px;
    width: 250px;
  }
}
@media (max-width: 991.98px) {
  .point-img {
    height: 332px;
  }
  .point-wrapper .heading {
    font-size: 40px;
  }
  .point-wrapper .desc {
    font-size: 33px;
  }
  section.point-container {
    height: 595px;
  }
  section.point-container::before {
    height: 471px;
    top: -1px;
  }
  .rules-item .item:first-child {
    display: none;
  }
  .rules-item-col {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .point-text-item .item .desc {
    text-align: justify;
    font-size: 18px;
  }
  section.point-text-container {
    margin-top: 50px;
  }
  .second .col-img.item {
    height: 234px;
    width: 32%;
  }
  .third .col-img.item {
    height: 204px;
    width: 35.5%;
  }
  .fourth .col-img.item {
    width: 32.5%;
    height: 168px;
  }
  .fifth .col-img.item {
    height: 214px;
    width: 35%;
  }
}
@media (min-width: 768px) {
  .img-bg-xs {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .point-img {
    display: none;
  }
  section.point-container {
    height: 495px;
    position: relative;
  }
  section.point-container::before {
    height: 371px;
  }
  .rules-item .item .heading {
    font-size: 22px;
    width: 327px;
    height: 52px;
  }
  .rules-item .item .desc,
  .rules-item .item .desc li {
    font-size: 18px;
    text-align: justify;
  }
  .point-text-item {
    flex-direction: column;
  }

  .point-text-container .point-text-item .item {
    margin-bottom: 20px;
  }
  section.point-text-container .first,
  section.point-text-container .second,
  section.point-text-container .third,
  section.point-text-container .fourth,
  section.point-text-container .fifth {
    margin-bottom: 59px;
  }
  section.point-text-container .second,
  section.point-text-container .fourth {
    direction: rtl;
  }
  .col-text,
  .second .col-text,
  .third .col-text {
    width: 100%;
  }
  .fifth .col-img.item {
    height: 214px;
    width: 45%;
  }
  .fourth .col-img.item {
    width: 44.5%;
    height: 168px;
  }
  .third .col-img.item {
    height: 204px;
    width: 46.5%;
  }
  .second .col-img.item {
    height: 234px;
    width: 46%;
  }
  .img-bg-lg {
    display: none;
  }
  .img-bg-xs {
    display: block;
  }
  .point-wrapper .item:first-child {
    text-align: center;
  }
  .img-bg-xs {
    display: block;
    position: absolute;
    left: 0;
    width: 65%;
  }
}
@media (max-width: 575.98px) {
  .desc-wrapper {
    font-size: 15px;
  }
  .point-text-container .second .col-img {
    width: 131px;
    height: 84px;
  }
  .point-wrapper .heading {
    font-size: 32px;
  }
  .point-wrapper .desc {
    font-size: 24px;
  }
  .point-wrapper .item:first-child {
    text-align: center;
  }
  section.point-container {
    height: 204px;
  }
  section.point-container::before {
    height: 171px;
  }
  .point-wrapper .item:first-child {
    padding-bottom: 50px;
  }
  .point-desc-container {
    margin-top: 20px;
  }
  .point-text-item .item .desc {
    font-size: 15px;
  }
  .point-text-item .item .heading {
    font-size: 16px;
  }
  .rules-item .item .heading {
    font-size: 15px;
    width: 190px;
    height: 32px;
  }
  .rules-item .item ul li::before {
    width: 7px;
    height: 7px;
  }
  .rules-item .item .desc,
  .rules-item .item .desc li {
    font-size: 15px;
  }

  .first .col-img {
    width: 131px;
    height: 82px;
  }
  .third .col-img.item {
    width: 154px;
    height: 99px;
  }
  .fourth .col-img.item {
    width: 181px;
    height: 110px;
  }
  .fifth .col-img.item {
    height: 148px;
    width: 192px;
  }
}
