/* SASS Document */
/* CSS Document */
/* CSS Document */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: lato-regular;
  scroll-behavior: smooth;
  position: relative;
}

body {
  margin: 0;
  min-height: 100vh;
  background-image: url("/images/background/bg_02.jpg");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
}

/* Scss Document */
@font-face {
  font-family: imperial;
  src: url(/fonts/ImperialScript-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: oswald;
  src: url(/fonts/Oswald-VariableFont_wght.ttf);
  font-weight: normal;
}
@font-face {
  font-family: scriptl;
  src: url(/fonts/SCRIPALT.ttf);
  font-weight: normal;
}
@font-face {
  font-family: scriptin;
  src: url(/fonts/SCRIPTIN.ttf);
  font-weight: normal;
}
@font-face {
  font-family: ostrich;
  src: url(/fonts/ostrich-regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: ostrich;
  src: url(/fonts/OstrichSans-Heavy.otf);
  font-weight: bold;
}
@font-face {
  font-family: ostrich;
  src: url(/fonts/OstrichSans-Black.otf);
  font-weight: black;
}
@font-face {
  font-family: neo;
  src: url(/fonts/BebasNeue-Regular.otf);
  font-weight: normal;
}
@font-face {
  font-family: fira;
  src: url(/fonts/FiraSans-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: fira;
  src: url(/fonts/FiraSans-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: fira;
  src: url(/fonts/FiraSans-Italic.ttf);
  font-weight: italic;
}
@font-face {
  font-family: spart;
  src: url(/fonts/LeagueSpartan-Bold.otf);
  font-weight: bold;
}
@font-face {
  font-family: jose;
  src: url(/fonts/JosefinSans-SemiBold.ttf);
  font-weight: normal;
}
@font-face {
  font-family: lato-regular;
  src: url(/fonts/Lato-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: lato-bold;
  src: url(/fonts/Lato-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: ara3;
  src: url(/fonts/HAFS-Regular.otf);
  font-weight: bold;
}
@font-face {
  font-family: ara1;
  src: url(/fonts/Ara-Hamah-Alislam-Regular.otf);
  font-weight: bold;
}
@font-face {
  font-family: ara2;
  src: url(/fonts/Ara-Hamah-1982-Regular.ttf);
  font-weight: bold;
}
@font-face {
  font-family: ara4;
  src: url(/fonts/Arslan-Wessam-B.ttf);
  font-weight: bold;
}
@font-face {
  font-family: givy;
  src: url(/fonts/giveny1-webfont.woff);
  font-weight: bold;
}
@font-face {
  font-family: cormo;
  src: url(/fonts/CormorantInfant-Regular.woff);
  font-weight: normal;
}
@font-face {
  font-family: cormo-m;
  src: url(/fonts/CormorantInfant-Medium.woff);
  font-weight: normal;
}
@font-face {
  font-family: cormo-l;
  src: url(/fonts/CormorantInfant-Light.woff);
  font-weight: normal;
}
@font-face {
  font-family: cormo_bold;
  src: url(/fonts/CormorantInfant-Bold.woff);
  font-weight: bold;
}
/* SASS Document */
/* Buttons Styles */
.btn-style-1 {
  padding: 3px 9px;
  font-family: lato;
  font-size: 1.3rem;
  border-radius: 10px;
  background-color: #393939;
  color: #EEDDCA;
  border: none;
  outline: none;
  cursor: pointer;
  width: 10rem;
  height: 3rem;
  transition: all 0.3s ease-in-out;
}
.btn-style-1:hover {
  box-shadow: 0 4px 6px rgb(0, 0, 0);
  color: #00ad5f;
}
.btn-style-1:active {
  box-shadow: 0 2px 3px rgb(0, 0, 0);
  color: #00ad5f;
}
.btn-style-1:not(:last-child) {
  margin-right: 2rem;
}

.btn-style-2 {
  padding: 3px 20px;
  font-family: lato;
  background-color: transparent;
  border: 1px solid white;
  cursor: pointer;
  color: #771ed1;
  border-radius: 10px;
  margin-top: 1rem;
  transition: all 0.3s ease-in-out;
}
.btn-style-2:hover {
  box-shadow: 0 4px 7px rgb(166, 166, 175);
}
.btn-style-2:active {
  box-shadow: 0 2px 3.5px rgb(166, 166, 175);
}

.btn-style-3 {
  padding: 1rem 2rem;
  cursor: pointer;
  color: rgb(231, 111, 81);
  border-radius: 10px;
  border: 1px solid rgb(231, 111, 81);
  background-color: transparent;
  transition: all 0.3s ease;
}
.btn-style-3:hover {
  box-shadow: 0 4px 7px rgb(244, 162, 97);
  font-weight: bold;
}
.btn-style-3:active {
  box-shadow: 0 2px 3.5px rgb(244, 162, 97);
}

.btn-style-4 {
  display: block;
  width: 5rem;
  padding: 0.5rem 1rem;
  border-radius: 30em;
  font-size: 11px;
  font-family: inherit;
  border: none;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 6px 12px #c5c5c5;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-style-4::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 38, 255, 0.257);
  transition: all 0.3s ease-in-out;
}
.btn-style-4:not(:last-child) {
  margin-right: 2rem;
}
.btn-style-4:hover::before {
  box-shadow: 8px 8px 15px #959494;
  width: 100%;
}
.btn-style-4:active {
  box-shadow: 1px 3px 10px #959494;
}

.btn-style-5 {
  display: block;
  width: 9rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  border-radius: 30em;
  font-size: 11px;
  font-family: inherit;
  border: none;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 6px 12px #c5c5c5;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-style-5::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 38, 255, 0.257);
  transition: all 0.3s ease-in-out;
}
.btn-style-5:not(:last-child) {
  margin-right: 2rem;
}
.btn-style-5:hover::before {
  box-shadow: 8px 8px 15px #959494;
  width: 100%;
}
.btn-style-5:active {
  box-shadow: 1px 3px 10px #959494;
}

.btn-style-5-ar {
  display: block;
  width: 5rem;
  border-radius: 30em;
  font-size: 1rem;
  font-family: ara3;
  border: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 0;
  margin: 0 auto;
  cursor: pointer;
}
.btn-style-5-ar::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 38, 255, 0.257);
  transition: all 0.3s ease-in-out;
}
.btn-style-5-ar:not(:last-child) {
  margin-right: 2rem;
}
.btn-style-5-ar:hover::before {
  box-shadow: 8px 8px 15px #959494;
  width: 100%;
}
.btn-style-5-ar:active {
  box-shadow: 1px 3px 10px #959494;
}

.btn-style-6 {
  padding: 3px 9px;
  font-family: lato;
  font-size: 1.3rem;
  border-radius: 10px;
  background-color: #393939;
  color: #EEDDCA;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.btn-style-6:hover {
  box-shadow: 0 4px 6px rgb(0, 0, 0);
  border: 1px solid rgb(229, 229, 87);
  color: #00ad5f;
}
.btn-style-6:active {
  box-shadow: 0 2px 3px rgb(0, 0, 0);
  color: #00ad5f;
}
.btn-style-6:not(:last-child) {
  margin-right: 2rem;
}

.replyfrm-btn {
  width: -moz-max-content;
  width: max-content;
  align-self: center;
  justify-self: center;
  padding: 1rem 2rem;
  background-color: transparent;
  border: none;
  box-shadow: 0 1px 3px #393939;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  cursor: pointer;
}
.replyfrm-btn:not(:last-child) {
  margin-right: 1rem;
}
.replyfrm-btn:hover {
  box-shadow: 0 2px 5px #393939;
}
.replyfrm-btn:active {
  box-shadow: 0 1px 3px #393939;
}

.btn-style-7 {
  font-family: lato;
  font-size: 1.3rem;
  border-radius: 10px;
  background-color: #31327d;
  color: #EEDDCA;
  border: none;
  outline: none;
  cursor: pointer;
  width: 7rem;
  height: 2rem;
  transition: all 0.3s ease-in-out;
}
.btn-style-7:hover {
  box-shadow: 0 4px 6px rgb(0, 0, 0);
  color: #00ad5f;
}
.btn-style-7:active {
  box-shadow: 0 2px 3px rgb(0, 0, 0);
  color: #00ad5f;
}
.btn-style-7:not(:last-child) {
  margin-right: 2rem;
}

/* SASS Document */
@keyframes background {
  0% {
    background-image: linear-gradient(45deg, rgb(46, 39, 34) 30%, rgb(33, 8, 23));
  }
  100% {
    background-image: linear-gradient(900deg, rgb(33, 8, 23) 30%, rgb(46, 39, 34) 30%);
  }
}
@keyframes ispinoza {
  0% {
    width: 0%;
  }
  50% {
    width: 50%;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 75%;
  }
}
@keyframes logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(-14px, -130px) scale(30%);
  }
}
@keyframes logo_grp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Tables Styling */
.tbl-style1 {
  display: table;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  margin: 0 auto;
  font-family: lato-regular;
  font-size: 1.3rem;
}
.tbl-style1__fix {
  top: 0;
  position: sticky;
}
.tbl-style1__head {
  background-color: #534f4f;
  color: white;
  padding-left: 1rem;
}
.tbl-style1__data {
  padding-left: 1rem;
}
.tbl-style1__photo {
  width: 6rem;
  height: 8rem;
  text-align: center;
}
.tbl-style1__arab {
  font-family: ara3;
  font-size: 1.4rem;
  padding-right: 1rem;
  text-align: right;
}
.tbl-style1__flex {
  display: flex;
  justify-content: space-between;
}

.datatbl-style1 {
  width: 100%;
  justify-self: center;
  align-self: center;
  display: table;
  border-collapse: collapse;
  border: none;
  transition: all 0.4s;
  font-size: 1.4rem;
}
@media all and (max-width: 616px) {
  .datatbl-style1 .thide {
    display: none;
  }
}
@media all and (max-width: 360px) {
  .datatbl-style1 .thide {
    display: none;
  }
}
@media all and (max-width: 327px) {
  .datatbl-style1 .thide {
    display: none;
  }
}
.datatbl-style1 tr:hover {
  background-color: #423F3E;
  color: #00ad5f;
}
.datatbl-style1 tr:active {
  background-color: #423F3E;
  color: #00ad5f;
}
.datatbl-style1__thead {
  background-color: #393939;
  color: #00ad5f;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: lato-bold;
  padding: 0.5rem 0.5rem;
  position: sticky;
  top: 0;
  text-align: left;
}
.datatbl-style1__thead-ttl {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  font-family: lato-bold;
  padding: 0.5rem 0.5rem;
}
.datatbl-style1__footer {
  background-color: #393939;
  color: #00ad5f;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  font-family: lato-bold;
  padding: 0.5rem 0.5rem;
}
.datatbl-style1-wsm {
  width: 25%;
}
.datatbl-style1-wmd {
  width: 50%;
}
.datatbl-style1-wlrg {
  width: 75%;
}
.datatbl-style1-wxlrg {
  width: 100%;
}
.datatbl-style1-lsm {
  height: 2rem;
}
.datatbl-style1-lmd {
  height: 4rem;
}
.datatbl-style1-llrg {
  height: 8rem;
}
.datatbl-style1-lxlrg {
  height: 10rem;
}
.datatbl-style1__tdata {
  background-color: #222;
  color: gray;
  font-size: 0.9rem;
  font-family: lato-regular;
  padding: 0.5rem 0.5rem;
}
.datatbl-style1__tdata-actbutton {
  text-decoration: none;
  color: #00ad5f;
  font-size: 0.9rem;
  font-family: lato-regular;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.datatbl-style1__tdata-actbutton:hover {
  color: #fff;
}
.datatbl-style1__tdata-tblstar {
  float: right;
  margin-right: 2rem;
  font-size: 1.2rem;
}
.datatbl-style1__tdata-lnk1:link {
  text-decoration: none;
  color: #35fc84;
  font-size: 1.2rem;
  font-family: lato-regular;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
}
.datatbl-style1__tdata-lnk1:visited {
  background-color: #222;
  text-decoration: none;
  font-size: 0.9rem;
  font-family: lato-regular;
  padding: 0.5rem 0.5rem;
  color: gray;
}
.datatbl-style1__tdata-lnknorm {
  text-decoration: none;
  font-size: 0.9rem;
  font-family: lato-regular;
  padding: 0.5rem 0.5rem;
  color: gray;
}
.datatbl-style1__tdata-lnk2:link {
  text-decoration: none;
  color: #00ad5f;
  font-size: 1rem;
  font-family: lato-regular;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  transition: all 0.4s;
  text-shadow: 1px 1px 7px rgba(217, 228, 16, 0.86);
  animation: glow 2s infinite;
}
.datatbl-style1__tdata-lnk2:visited {
  text-decoration: none;
  color: #00ad5f;
  font-size: 1rem;
  font-family: lato-regular;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  transition: all 0.4s;
  text-shadow: 1px 1px 7px rgba(217, 228, 16, 0.86);
  animation: glow 2s infinite;
}
.datatbl-style1__tdata-img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.datatbl-style1__tdata-select {
  background-color: #393939;
  color: #00ad5f;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: lato-bold;
  border: none;
  outline: none;
}
.datatbl-style1-new {
  background-color: #534f4f;
  color: #35fc84;
  border: 0.2px solid #b09898;
}
.datatbl-style1__hidden {
  display: none;
  text-align: center;
}
.datatbl-style1__hidden-center {
  text-align: center;
  background-color: rgb(75, 81, 62);
}

.datatbl-style4 {
  width: 100%;
  display: table;
  table-layout: auto;
  font-family: lato-regular;
  border-collapse: collapse;
  border: 0.2px solid black;
  font-size: 1.1rem;
}
.datatbl-style4__fix {
  position: sticky;
  top: 0;
  background-color: #35fc84;
  font-size: 1.2rem;
  border: 0.2px solid black;
}
.datatbl-style4__data {
  padding: 0.5 0;
  padding-left: 1rem;
  border: 0.2px solid black;
}
.datatbl-style4__head {
  background-color: #35fc84;
  border: 0.2px solid black;
  text-align: left;
  padding-left: 1rem;
}
.datatbl-style4__arab {
  font-family: ara3;
  font-size: 1.3rem;
}

.datatbl-style5 {
  width: 100%;
  display: table;
  table-layout: auto;
  font-family: lato-regular;
  border-collapse: collapse;
  border: 0.2px solid black;
  font-size: 1.1rem;
}
.datatbl-style5__fix {
  position: sticky;
  top: 0;
  background-color: rgba(0, 38, 255, 0.257);
  font-size: 1.2rem;
  border: 0.2px solid black;
}
.datatbl-style5__data {
  padding: 0.5rem 0;
  border-top: 0.2px solid black;
  border-bottom: 0.2px solid black;
}
.datatbl-style5__head {
  background-color: rgba(0, 38, 255, 0.257);
  text-align: left;
  padding: 0.5rem 0;
  color: white;
}
.datatbl-style5__arab {
  font-family: ara3;
  font-size: 1.3rem;
}
.datatbl-style5__center {
  text-align: center;
}

.datatbl-style-pdf {
  width: 100%;
  display: table;
  table-layout: auto;
  font-family: lato-regular;
  border-collapse: collapse;
  border-radius: 10px;
  font-size: 1.1rem;
}
.datatbl-style-pdf__data-rl {
  padding: 0.3rem 0;
  padding-left: 0.1rem;
  border-top-left-radius: 10px;
}
.datatbl-style-pdf__data-rr {
  padding: 0.3rem 0;
  padding-left: 0.1rem;
  border-top-right-radius: 10px;
}
.datatbl-style-pdf__pad {
  padding: 0.3rem 0.3rem;
  text-align: center;
  border: 0.2px solid #d0bdbd;
}
.datatbl-style-pdf__border {
  border: 0.2px solid #d0bdbd;
}
.datatbl-style-pdf__fix {
  position: sticky;
  top: 0;
  background-color: #94a8c7;
  font-size: 1.2rem;
  z-index: 1;
  padding: 0.5rem;
  color: black;
}
.datatbl-style-pdf__head {
  text-align: left;
  padding: 0.5rem;
}
.datatbl-style-pdf__head-ar {
  text-align: left;
  text-align: center;
  font-family: ara3;
  font-size: 1.2rem;
}
.datatbl-style-pdf__head-norm {
  text-align: left;
}
.datatbl-style-pdf__ttl {
  background-color: #58615b;
  font-family: lato-regular;
  font-size: 0.85rem;
  text-align: center;
  padding: 0.5rem 0;
  font-weight: bold;
  color: white;
  border-right: 0.2px solid white;
  border-left: 0.2px solid white;
}
.datatbl-style-pdf__ttl-ar {
  background-color: #73c990;
  font-family: ara3;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.5rem 0;
  font-weight: bold;
  color: white;
}
.datatbl-style-pdf__ttl-dark {
  background-color: rgb(28, 27, 32);
  font-family: ara3;
  font-size: 1.3rem;
  text-align: center;
  padding: 0.5rem 0;
  font-weight: bold;
  color: white;
  border-right: 0.2px solid white;
  border-left: 0.2px solid white;
}
.datatbl-style-pdf__foot {
  background-color: #2f3431;
  font-family: lato-regular;
  font-size: 1.1rem;
  text-align: center;
  padding: 0.1rem 0;
  font-weight: bold;
  color: white;
}
.datatbl-style-pdf__subttl {
  text-align: left;
  font-family: inherit;
  font-weight: bold;
  background-color: #b0beb6;
  padding: 0.5rem 0;
  padding-left: 1rem;
}
.datatbl-style-pdf__hor {
  display: flex;
  justify-content: center;
}
.datatbl-style-pdf__data {
  padding: 0.3rem 0;
  border: 0.2px solid #d0bdbd;
  padding-left: 0.1rem;
}
.datatbl-style-pdf__data::hover {
  background-color: rgba(106, 56, 56, 0.4862745098);
}
.datatbl-style-pdf__data-img {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  margin: 0 auto;
}
.datatbl-style-pdf__data-img-sm {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
}
.datatbl-style-pdf__data-imgtxt {
  text-align: center;
  width: 20rem;
}
.datatbl-style-pdf__data-arab {
  font-family: ara3;
  font-size: 1.3rem;
  text-align: right;
  padding-right: 0.5rem;
  border: 0.2px solid #d0bdbd;
}
.datatbl-style-pdf__data-arab-lrg {
  font-family: ara3;
  font-size: 1.6rem;
  border: 0.2px solid #d0bdbd;
  text-align: right;
  padding-right: 0.5rem;
}
.datatbl-style-pdf__bold {
  font-weight: bold;
}
.datatbl-style-pdf__center {
  text-align: center;
}
.datatbl-style-pdf__subtotal {
  background-color: #4d4945;
  color: white;
  font-size: 1.1rem;
}
.datatbl-style-pdf__gtotal {
  background-color: #262524;
  color: white;
  font-size: 1.1rem;
}
.datatbl-style-pdf__mob {
  display: none;
}
.datatbl-style-pdf__fixwd {
  width: 33.33%;
}
.datatbl-style-pdf__ver {
  display: flex;
  flex-direction: column;
}
.datatbl-style-pdf__ver-g2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.datatbl-style-pdf__span {
  display: block;
}
.datatbl-style-pdf__hor {
  display: flex;
  justify-content: center;
}
.datatbl-style-pdf__hlight:hover {
  background-color: #68cf95;
  cursor: pointer;
}
.datatbl-style-pdf__blue {
  background-color: #c099f1;
  color: white;
  font-family: ara3;
  font-size: 1.4rem;
  text-align: center;
}
.datatbl-style-pdf__red {
  background-color: #ac0a0f;
  color: white;
  font-family: ara3;
  text-align: left;
}
.datatbl-style-pdf__green {
  background-color: #54a037;
  color: white;
  font-family: ara3;
  font-size: 1.4rem;
  text-align: center;
}
.datatbl-style-pdf__orange {
  background-color: #ece10c;
  color: rgb(22, 6, 6);
  font-family: ara3;
  font-size: 1.4rem;
  text-align: center;
}
.datatbl-style-pdf__highlight {
  background-color: #ac0a0f;
  color: white;
  font-family: ara3;
  font-size: 1.4rem;
  text-align: center;
  border-style: solid;
  border-width: 4px;
  border-color: #858ec1;
}
.datatbl-style-pdf__softlight {
  background-color: #d06a6d;
  color: white;
}
.datatbl-style-pdf__softlight-blue {
  background-color: #acc1eb;
}
.datatbl-style-pdf__pps {
  width: 5%;
}
.datatbl-style-pdf__pp1 {
  width: 10%;
}
.datatbl-style-pdf__pp2 {
  width: 20%;
}
.datatbl-style-pdf__pp3 {
  width: 30%;
}
.datatbl-style-pdf__pp4 {
  width: 40%;
}
.datatbl-style-pdf__pp5 {
  width: 50%;
}
.datatbl-style-pdf__pp6 {
  width: 60%;
}
.datatbl-style-pdf__hp1 {
  width: 5%;
}
.datatbl-style-pdf__hp2 {
  width: 15%;
}
.datatbl-style-pdf__hp3 {
  width: 25%;
}
.datatbl-style-pdf__hp4 {
  width: 35%;
}
.datatbl-style-pdf__hp5 {
  width: 45%;
}
.datatbl-style-pdf__hp6 {
  width: 55%;
}
.datatbl-style-pdf__sfont {
  font-size: 0.95rem;
}
.datatbl-style-pdf__alnk {
  padding: 0.5rem;
}
.datatbl-style-pdf__btop {
  border-top: 1px solid black;
}
.datatbl-style-pdf__btom {
  border-bottom: 1px solid black;
}
.datatbl-style-pdf__br {
  border-right: 1px solid black;
}
.datatbl-style-pdf__bl {
  border-left: 1px solid black;
}
.datatbl-style-pdf__ico {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.datatbl-style-pdf__sf {
  font-size: 0.79rem;
}
.datatbl-style-pdf__rf {
  font-size: 1rem;
}
.datatbl-style-pdf__lf {
  font-size: 1.25rem;
}
.datatbl-style-pdf__xlf {
  font-size: 1.5rem;
}

.datatbl-style-fixed {
  display: table;
  table-layout: fixed;
  font-family: lato-regular;
  border-collapse: collapse;
  border: 0.2px solid black;
  font-size: 1.1rem;
  width: 100%;
}
.datatbl-style-fixed__data {
  width: 33.33%;
  padding: 0.3rem 0;
  border: 0.2px solid #d0bdbd;
  padding-left: 0.1rem;
}
.datatbl-style-fixed__fix {
  position: sticky;
  top: 0;
  background-color: #8a7979;
  font-size: 1.2rem;
  border: 0.2px solid black;
  color: white;
}
.datatbl-style-fixed__head {
  text-align: left;
  border: 0.2px solid #d0bdbd;
  padding: 0.5rem 0;
}

.info_grid-3 {
  display: grid;
  grid-template-columns: 7rem 1fr 7rem 1fr;
  grid-row-gap: 0.5rem;
  padding: 0.5rem;
  border: 0.2px solid black;
}
.info_grid-3__lvlred {
  background-color: red;
  color: white;
  font-weight: bold;
}
.info_grid-3__grp {
  grid-column: 1/5;
  text-decoration-color: aqua;
}

@keyframes glow {
  0% {
    text-shadow: 1px 1px 7px rgba(217, 228, 16, 0.86);
  }
  50% {
    text-shadow: 1px 1px 12px rgba(217, 228, 16, 0.86);
  }
  100% {
    text-shadow: 1px 1px 17px rgba(217, 228, 16, 0.86);
  }
}
.datatbl-style2 {
  width: 100%;
  justify-self: center;
  align-self: center;
  display: table;
  border-collapse: collapse;
  border: none;
  transition: all 0.4s;
  font-size: 1.4rem;
}
.datatbl-style2__thead {
  background-color: #393939;
  color: #00ad5f;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: lato-bold;
  padding: 0.5rem 0.5rem;
  position: sticky;
  top: 0;
  text-align: left;
}
.datatbl-style2__thead-ttl {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  font-family: lato-bold;
  padding: 0.5rem 0.5rem;
}
.datatbl-style2__footer {
  background-color: #393939;
  color: #00ad5f;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  font-family: lato-bold;
  padding: 0.5rem 0.5rem;
}

.datatbl-style3 {
  width: 100%;
  justify-self: center;
  align-self: center;
  display: table;
  border-collapse: collapse;
  border: none;
  transition: all 0.4s;
  font-size: 1.4rem;
  font-family: lato;
}
.datatbl-style3__thead {
  background-color: #393939;
  color: #00ad5f;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: lato-bold;
  padding: 0.5rem 0.5rem;
  position: sticky;
  top: 0;
  text-align: left;
}
.datatbl-style3 td {
  font-size: 1rem;
}
.datatbl-style3__special {
  background-color: #393939;
  color: #00ad5f;
  text-align: center;
}

.datatbl-style-m {
  display: table;
  table-layout: auto;
  width: 100%;
  margin: 0 auto;
  font-family: lato-regular;
  border-collapse: collapse;
}
.datatbl-style-m__fix {
  top: 0;
  position: sticky;
}
.datatbl-style-m__head {
  background-color: #35fc84;
  color: black;
  font-weight: bold;
  border: 0.2px solid black;
  padding-left: 1rem;
}
.datatbl-style-m__data {
  border: 0.2px solid black;
  padding-left: 1rem;
}
.datatbl-style-m:not(:first-child):hover {
  background-color: #b09898;
}

.datatbl-style-tsk {
  display: table;
  table-layout: auto;
  width: 100%;
  margin: 0 auto;
  font-family: ara3;
  border-collapse: collapse;
}
.datatbl-style-tsk__fix {
  top: 0;
  position: sticky;
}
.datatbl-style-tsk__head-en {
  background-color: #555756;
  color: white;
  font-family: lato-regular;
  font-size: 1.3rem;
  padding: 0.8rem 0;
}
.datatbl-style-tsk__head-ar {
  background-color: #555756;
  color: white;
  font-family: ara3;
  font-size: 1.4rem;
  padding: 0.8rem 0;
}
.datatbl-style-tsk__data-en {
  padding-left: 1rem;
  text-align: center;
  font-size: 1.2rem;
  font-family: lato-regular;
  text-transform: capitalize;
}
.datatbl-style-tsk__data-ar {
  font-family: ara3;
  font-size: 1.4rem;
  padding-left: 1rem;
  text-align: center;
}
.datatbl-style-tsk__bg1 {
  background-color: #d4d4d3;
}
.datatbl-style-tsk:not(:first-child):hover {
  background-color: #b09898;
}
.datatbl-style-tsk__rl {
  padding-left: 0.1rem;
  border-top-left-radius: 10px;
}
.datatbl-style-tsk__rr {
  padding-left: 0.1rem;
  border-top-right-radius: 10px;
}
.datatbl-style-tsk__w5 {
  width: 5%;
}
.datatbl-style-tsk__w1 {
  width: 10%;
}
.datatbl-style-tsk__w2 {
  width: 20%;
}
.datatbl-style-tsk__w3 {
  width: 30%;
}
.datatbl-style-tsk__w4 {
  width: 40%;
}
.datatbl-style-tsk__w5 {
  width: 50%;
}
.datatbl-style-tsk__w6 {
  width: 60%;
}
.datatbl-style-tsk__w7 {
  width: 70%;
}
.datatbl-style-tsk__center {
  text-align: center;
}
.datatbl-style-tsk__right {
  text-align: right;
}
.datatbl-style-tsk__left {
  text-align: left;
}
.datatbl-style-tsk__bor-t {
  border-top: 0.2px solid black;
}
.datatbl-style-tsk__bor-b {
  border-bottom: 0.2px solid black;
}
.datatbl-style-tsk__bor-l {
  border-left: 0.2px solid black;
}
.datatbl-style-tsk__bor-r {
  border-right: 0.2px solid black;
}
.datatbl-style-tsk__bor-lr {
  border-right: 0.2px solid black;
  border-left: 0.2px solid black;
}
.datatbl-style-tsk__pad1 {
  padding: 0.5rem 0;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .datatbl-style-pdf__mob {
    display: none;
  }
  .datatbl-style-pdf__sf {
    font-size: 0.79rem;
  }
  .datatbl-style-tsk {
    width: 90%;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .datatbl-style-pdf__mob {
    display: table-cell;
  }
  .datatbl-style-pdf__sf {
    font-size: 1rem;
  }
  .datatbl-style-tsk {
    width: 85%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .datatbl-style-pdf__mob {
    display: table-cell;
  }
  .datatbl-style-pdf__sf {
    font-size: 1rem;
  }
  .datatbl-style-tsk {
    width: 85%;
  }
}
@media all and (min-width: 1281px) {
  .datatbl-style-pdf__mob {
    display: table-cell;
  }
  .datatbl-style-pdf__sf {
    font-size: 1rem;
  }
  .datatbl-style-tsk {
    width: 85%;
  }
}
.layout_g2 {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  justify-content: center;
  align-content: center;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .layout_g2 {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-content: center;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .layout_g2 {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-content: center;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .layout_g2 {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-content: center;
  }
}
@media all and (min-width: 1281px) {
  .layout_g2 {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-content: center;
  }
}
/* Navbar */
.menucontainer {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

.menucontainer__g {
  position: relative;
  width: 100%;
  background: #787b7a;
}

.menucontainer video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}

.menucontainer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.logo_link {
  display: block;
  width: 5rem;
  height: 5rem;
}

.logo_link__g {
  display: block;
  width: 5rem;
  height: 5rem;
}

.tg_logo_1 {
  display: block;
  width: 5rem;
  height: 5rem;
}

.tg_logo_2 {
  display: block;
  width: 5rem;
  height: 5rem;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}

.navbar__g {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  z-index: 100;
  background-color: #787b7a;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}

.intotxt {
  display: block;
  width: 80%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.intotxt__head {
  color: white;
  font-family: givy;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.1;
}
.intotxt__btn {
  display: block;
  margin: 0 auto;
  margin-top: 5rem;
  padding: 1rem 2rem;
  border-radius: 5px;
  border: 3px solid white;
  background-color: transparent;
  font-family: givy;
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.intotxt__btn:hover {
  box-shadow: 0 4px 6px rgb(240, 234, 234);
  color: #00ad5f;
}
.intotxt__btn:active {
  box-shadow: 0 2px 3px rgb(226, 219, 219);
  color: #00ad5f;
}

.menubar {
  display: none;
}

.menubar_mob {
  position: relative;
  display: none;
  padding: 2rem;
  text-align: center;
  position: absolute;
  transform: translateX(-100%);
  list-style: none;
  z-index: 999;
  /* Real glass look */
  background: linear-gradient(135deg, rgba(34, 15, 15, 0.35), rgba(255, 255, 255, 0.12));
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(4px) saturate(180%);
  border-radius: 16px;
  /* Glass edges */
  border: 1px solid rgba(255, 255, 255, 0.4);
  /* Depth & light reflection */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.15);
}
.menubar_mob li {
  display: block;
  padding: 1rem;
  margin: 0 auto;
}
.menubar_mob li a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 0 2rem;
  font-family: givy;
  font-size: 1.2rem;
  text-decoration: none;
  margin: 0 auto;
  color: white;
}
.menubar_mob li a:hover {
  background-color: #023e2f;
  color: white;
}
.menubar_mob li a:active {
  background-color: #023e2f;
  color: white;
}

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: 0;
  cursor: pointer;
  margin-right: 2rem;
}

.hamburger span {
  width: 25px;
  height: 2px;
  background: #f6f2f2;
  transition: 0.3s;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .hamburger {
    display: flex;
  }
  .logo {
    display: block;
    width: 10rem;
    height: 10rem;
  }
  .tg_logo_1 {
    display: block;
    width: 10rem;
    height: 10rem;
  }
  .tg_logo_2 {
    display: block;
    width: 5rem;
    height: 5rem;
  }
  .menucontainer video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .menubar {
    display: none;
  }
  .intotxt {
    display: block;
    position: absolute;
    width: 72%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .intotxt__head {
    color: white;
    font-family: givy;
    font-size: 5rem;
    text-align: center;
    line-height: 1.1;
  }
  .intotxt__btn {
    display: block;
    margin: 0 auto;
    margin-top: 5rem;
    padding: 1rem 2rem;
    border-radius: 5px;
    border: 3px solid white;
    background-color: transparent;
    font-family: givy;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .intotxt__btn:hover {
    box-shadow: 0 4px 6px rgb(240, 234, 234);
    color: #00ad5f;
  }
  .intotxt__btn:active {
    box-shadow: 0 2px 3px rgb(226, 219, 219);
    color: #00ad5f;
  }
  .navbar__g {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    z-index: 100;
    background-color: #787b7a;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    transition: all 0.3s ease-in-out;
  }
  .logo_link__g {
    display: block;
    width: 5rem;
    height: 5rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .hamburger {
    display: none;
  }
  .logo_link {
    display: block;
    width: 10rem;
    height: 10rem;
  }
  .tg_logo_1 {
    display: block;
    width: 10rem;
    height: 10rem;
  }
  .tg_logo_2 {
    display: block;
    width: 5rem;
    height: 5rem;
  }
  .menucontainer video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .menubar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background-color: transparent;
    padding: 1rem 2rem;
    width: 100%;
    height: 6rem;
  }
  .menubar li {
    list-style: none;
    margin-right: 2rem;
  }
  .menubar li a {
    display: block;
    padding: 1rem 1rem;
    text-decoration: none;
    color: white;
    font-size: 2rem;
    font-family: givy;
    transition: all 0.3s ease-in-out;
  }
  .menubar li a:hover {
    color: rgba(205, 192, 192, 0.884);
  }
  .intotxt {
    display: block;
    position: absolute;
    width: 72%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .intotxt__head {
    color: white;
    font-family: givy;
    font-size: 5rem;
    text-align: center;
    line-height: 1.1;
  }
  .intotxt__btn {
    display: block;
    margin: 0 auto;
    margin-top: 5rem;
    padding: 1rem 2rem;
    border-radius: 5px;
    border: 3px solid white;
    background-color: transparent;
    font-family: givy;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .intotxt__btn:hover {
    box-shadow: 0 4px 6px rgb(240, 234, 234);
    color: #00ad5f;
  }
  .intotxt__btn:active {
    box-shadow: 0 2px 3px rgb(226, 219, 219);
    color: #00ad5f;
  }
  .navbar__g {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    z-index: 100;
    background-color: #787b7a;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    transition: all 0.3s ease-in-out;
  }
  .logo_link__g {
    display: block;
    width: 5rem;
    height: 5rem;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .hamburger {
    display: none;
  }
  .logo_link {
    display: block;
    width: 10rem;
    height: 10rem;
  }
  .tg_logo_1 {
    display: block;
    width: 10rem;
    height: 10rem;
  }
  .tg_logo_2 {
    display: block;
    width: 5rem;
    height: 5rem;
  }
  .menucontainer video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .menubar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background-color: transparent;
    padding: 1rem 2rem;
    width: 100%;
    height: 6rem;
  }
  .menubar li {
    list-style: none;
    margin-right: 2rem;
  }
  .menubar li a {
    display: block;
    padding: 1rem 1rem;
    text-decoration: none;
    color: white;
    font-size: 2rem;
    font-family: givy;
    transition: all 0.3s ease-in-out;
  }
  .menubar li a:hover {
    color: rgba(205, 192, 192, 0.884);
  }
  .intotxt {
    display: block;
    position: absolute;
    width: 72%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .intotxt__head {
    color: white;
    font-family: givy;
    font-size: 5rem;
    text-align: center;
    line-height: 1.1;
  }
  .intotxt__btn {
    display: block;
    margin: 0 auto;
    margin-top: 5rem;
    padding: 1rem 2rem;
    border-radius: 5px;
    border: 3px solid white;
    background-color: transparent;
    font-family: givy;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .intotxt__btn:hover {
    box-shadow: 0 4px 6px rgb(240, 234, 234);
    color: #00ad5f;
  }
  .intotxt__btn:active {
    box-shadow: 0 2px 3px rgb(226, 219, 219);
    color: #00ad5f;
  }
  .navbar__g {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    z-index: 100;
    background-color: #787b7a;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    transition: all 0.3s ease-in-out;
  }
  .logo_link__g {
    display: block;
    width: 5rem;
    height: 5rem;
  }
}
@media all and (min-width: 1281px) {
  .hamburger {
    display: none;
  }
  .logo_link {
    display: block;
    width: 15rem;
    height: 15rem;
  }
  .tg_logo_1 {
    display: block;
    width: 15rem;
    height: 15rem;
  }
  .tg_logo_2 {
    display: block;
    width: 5rem;
    height: 5rem;
  }
  .menucontainer video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .menubar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background-color: transparent;
    padding: 1rem 2rem;
    width: 100%;
    height: 6rem;
  }
  .menubar li {
    list-style: none;
    margin-right: 2rem;
  }
  .menubar li a {
    display: block;
    padding: 1rem 1rem;
    text-decoration: none;
    color: white;
    font-size: 2rem;
    font-family: givy;
    transition: all 0.3s ease-in-out;
  }
  .menubar li a:hover {
    color: rgba(205, 192, 192, 0.884);
  }
  .intotxt {
    display: block;
    position: absolute;
    width: 72%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .intotxt__head {
    color: white;
    font-family: givy;
    font-size: 5rem;
    text-align: center;
    line-height: 1.1;
  }
  .intotxt__btn {
    display: block;
    margin: 0 auto;
    margin-top: 5rem;
    padding: 1rem 2rem;
    border-radius: 5px;
    border: 3px solid white;
    background-color: transparent;
    font-family: givy;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .intotxt__btn:hover {
    box-shadow: 0 4px 6px rgb(240, 234, 234);
    color: #00ad5f;
  }
  .intotxt__btn:active {
    box-shadow: 0 2px 3px rgb(226, 219, 219);
    color: #00ad5f;
  }
  .navbar__g {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    z-index: 100;
    background-color: #787b7a;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    transition: all 0.3s ease-in-out;
  }
  .logo_link__g {
    display: block;
    width: 5rem;
    height: 5rem;
  }
}
.content_offers {
  display: none;
}

.content_main {
  position: relative;
  background-color: white;
  padding: 0 2rem;
  z-index: 1;
}

.grid_photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.grid_img {
  position: relative;
  padding: 10rem;
}

.grid_text {
  font-family: cormo-m;
  font-size: 1.6rem;
  padding: 3rem;
  line-height: 1.7;
}

.sec1_txt {
  order: 2;
}

.sec1_img {
  margin-top: 2rem;
  order: 1;
}

.sec2_txt {
  order: 4;
  padding: 0 0 1rem 0;
}

.sec2_img {
  order: 3;
}

.grid_ttl {
  color: rgb(182, 163, 163);
}

.grid_btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  background-color: rgb(147, 145, 147);
  color: white;
  font-family: cormo-l;
  font-size: 2rem;
  padding: 1rem 2rem;
  border-radius: 5px;
  margin: 3rem 0;
  transition: all 0.3s ease-in-out;
}
.grid_btn:hover {
  background-color: rgb(97, 92, 92);
  box-shadow: 2px 2px 4px rgb(77, 74, 74);
}

.d_col {
  position: relative;
  order: 5;
}

.d_col video {
  position: static;
  width: 100%;
  height: auto;
  display: block;
}

.single_col {
  position: relative;
  order: 6;
  grid-column: 1/-1;
}
.single_col__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(11, 10, 10, 0.677);
  z-index: 1;
  pointer-events: none;
}
.single_col__cont {
  position: relative;
  background-image: url("/images/background/bg_02.jpg");
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-content: center;
  z-index: 2;
}
.single_col__ttl {
  position: relative;
  z-index: 2;
  font-family: givy;
  font-size: 1.5rem;
  color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.single_col__ttl h1 {
  font-family: givy;
  font-size: 2.7rem;
  color: white;
  display: block;
  width: 90%;
  margin: 10rem auto 0 auto;
  line-height: 1.7;
}
.single_col__vid {
  position: relative;
  z-index: 2;
  justify-self: center;
  align-self: center;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .grid_img {
    position: relative;
  }
  .grid_text {
    padding: 3rem;
  }
  .sec1_txt {
    order: 1;
  }
  .sec1_img {
    order: 2;
  }
  .sec2_txt {
    order: 4;
    padding: 10rem 10rem 1rem 10rem;
  }
  .sec2_img {
    order: 3;
  }
  .d_col {
    position: relative;
    order: 5;
    grid-column: 1/-1;
  }
  .d_col video {
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }
  .single_col {
    position: relative;
    order: 6;
    grid-column: 1/-1;
  }
  .single_col__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(11, 10, 10, 0.677);
    z-index: 1;
    pointer-events: none;
  }
  .single_col__cont {
    position: relative;
    background-image: url("/images/background/bg_02.jpg");
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-content: center;
    z-index: 2;
  }
  .single_col__ttl {
    position: relative;
    z-index: 2;
    font-family: givy;
    font-size: 1.5rem;
    color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .single_col__ttl h1 {
    font-family: givy;
    font-size: 3.7rem;
    color: white;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single_col__vid {
    position: relative;
    z-index: 2;
    justify-self: center;
    align-self: center;
    width: 100%;
    height: 100%;
    max-width: 420px;
    border-radius: 29.5rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .grid_img {
    position: relative;
  }
  .grid_text {
    padding: 3rem;
  }
  .sec1_txt {
    order: 1;
  }
  .sec1_img {
    order: 2;
  }
  .sec2_txt {
    order: 4;
    padding: 10rem 10rem 1rem 10rem;
  }
  .sec2_img {
    order: 3;
  }
  .d_col {
    position: relative;
    order: 5;
    grid-column: 1/-1;
  }
  .d_col video {
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }
  .single_col {
    position: relative;
    order: 6;
    grid-column: 1/-1;
  }
  .single_col__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(11, 10, 10, 0.677);
    z-index: 1;
    pointer-events: none;
  }
  .single_col__cont {
    position: relative;
    background-image: url("/images/background/bg_02.jpg");
    display: grid;
    grid-template-columns: 60% 40%;
    justify-content: center;
    align-content: center;
    z-index: 2;
  }
  .single_col__ttl {
    position: relative;
    z-index: 2;
    font-family: givy;
    font-size: 1.5rem;
    color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .single_col__ttl h1 {
    font-family: givy;
    font-size: 3.7rem;
    color: white;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single_col__vid {
    position: relative;
    z-index: 2;
    justify-self: center;
    align-self: center;
    width: 100%;
    height: 100%;
    max-width: 420px;
    border-radius: 29.5rem;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .grid_img {
    position: relative;
  }
  .grid_text {
    padding: 10rem;
  }
  .sec1_txt {
    order: 1;
  }
  .sec1_img {
    order: 2;
  }
  .sec2_txt {
    order: 4;
    padding: 10rem 10rem 1rem 10rem;
  }
  .sec2_img {
    order: 3;
  }
  .d_col {
    position: relative;
    order: 5;
    grid-column: 1/-1;
  }
  .d_col video {
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }
  .single_col {
    position: relative;
    order: 6;
    grid-column: 1/-1;
  }
  .single_col__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(11, 10, 10, 0.677);
    z-index: 1;
    pointer-events: none;
  }
  .single_col__cont {
    position: relative;
    background-image: url("/images/background/bg_02.jpg");
    display: grid;
    grid-template-columns: 60% 40%;
    justify-content: center;
    align-content: center;
    z-index: 2;
  }
  .single_col__ttl {
    position: relative;
    z-index: 2;
    font-family: givy;
    font-size: 1.5rem;
    color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .single_col__ttl h1 {
    font-family: givy;
    font-size: 3.7rem;
    color: white;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single_col__vid {
    position: relative;
    z-index: 2;
    justify-self: center;
    align-self: center;
    width: 100%;
    height: 100%;
    max-width: 420px;
    border-radius: 29.5rem;
  }
}
@media all and (min-width: 1281px) {
  .grid_img {
    position: relative;
  }
  .grid_text {
    padding: 10rem;
  }
  .sec1_txt {
    order: 1;
  }
  .sec1_img {
    order: 2;
  }
  .sec2_txt {
    order: 4;
    padding: 10rem 10rem 1rem 10rem;
  }
  .sec2_img {
    order: 3;
  }
  .d_col {
    position: relative;
    order: 5;
    grid-column: 1/-1;
  }
  .d_col video {
    position: static;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }
  .single_col {
    position: relative;
    order: 6;
    grid-column: 1/-1;
  }
  .single_col__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(11, 10, 10, 0.677);
    z-index: 1;
    pointer-events: none;
  }
  .single_col__cont {
    position: relative;
    background-image: url("/images/background/bg_02.jpg");
    display: grid;
    grid-template-columns: 60% 40%;
    justify-content: center;
    align-content: center;
    z-index: 2;
  }
  .single_col__ttl {
    position: relative;
    z-index: 2;
    font-family: givy;
    font-size: 1.5rem;
    color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .single_col__ttl h1 {
    font-family: givy;
    font-size: 3.7rem;
    color: white;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single_col__vid {
    position: relative;
    z-index: 2;
    justify-self: center;
    align-self: center;
    width: 100%;
    height: 100%;
    max-width: 420px;
    border-radius: 29.5rem;
  }
}
.footer {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f9f3f3;
}
.footer__cont {
  display: grid;
  height: 100%;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-content: center;
  padding: 1rem 0;
}
.footer__sociallinks {
  grid-column: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 50%;
}
.footer__logininfo {
  grid-column: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer__copyright {
  display: block;
  text-align: center;
  padding: 1rem;
  font-size: 1.2rem;
  font-family: givy;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f9f3f3;
  }
  .footer__cont {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-content: center;
    padding: 1rem 0;
  }
  .footer__sociallinks {
    grid-column: 4;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 50%;
  }
  .footer__logininfo {
    grid-column: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer__copyright {
    display: block;
    text-align: center;
    padding: 1rem;
    font-size: 1.2rem;
    font-family: givy;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f9f3f3;
  }
  .footer__cont {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-content: center;
    padding: 1rem 0;
  }
  .footer__sociallinks {
    grid-column: 4;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 50%;
  }
  .footer__logininfo {
    grid-column: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer__copyright {
    display: block;
    text-align: center;
    padding: 1rem;
    font-size: 1.2rem;
    font-family: givy;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f9f3f3;
  }
  .footer__cont {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-content: center;
    padding: 1rem 0;
  }
  .footer__sociallinks {
    grid-column: 4;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 50%;
  }
  .footer__logininfo {
    grid-column: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer__copyright {
    display: block;
    text-align: center;
    padding: 1rem;
    font-size: 1.2rem;
    font-family: givy;
  }
}
@media all and (min-width: 1281px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f9f3f3;
  }
  .footer__cont {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-content: center;
    padding: 1rem 0;
  }
  .footer__sociallinks {
    grid-column: 4;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 50%;
  }
  .footer__logininfo {
    grid-column: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer__copyright {
    display: block;
    text-align: center;
    padding: 1rem;
    font-size: 1.2rem;
    font-family: givy;
  }
}
.res_grid {
  position: relative;
  margin-top: 6rem;
  background-color: rgba(255, 255, 255, 0.95);
  height: 100vh;
}
.res_grid__img-cont {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.res_grid__img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.res_grid__form-cont {
  display: block;
  position: relative;
  width: 100%;
  align-self: center;
}
.res_grid__form {
  display: grid;
  width: 90%;
  margin: 0 auto;
  grid-template-columns: 20% 1fr;
  row-gap: 1rem;
  border-radius: 10px;
  border: 0.8px solid black;
  padding: 5rem;
}
.res_grid .form_ttl {
  grid-column: 1/-1;
  text-align: center;
  font-family: givy;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2rem 0;
}
.res_grid .form_lbl {
  font-family: givy;
  font-size: 1.4rem;
  justify-items: left;
  padding: 1rem 0;
}
.res_grid .form_input {
  border-radius: 12px;
  width: 80%;
  justify-items: left;
  border: 1px solid black;
  transition: border-color 0.3s ease;
  padding-left: 1rem;
}
.res_grid .form_input:focus {
  outline: none;
}
.res_grid .form_input:focus-visible {
  border: 1px solid rgb(183, 220, 113);
}
.res_grid .form_sel {
  border-radius: 12px;
  width: 80%;
  justify-items: left;
  border: 0.2px solid black;
  transition: all 0.3s linear;
}
.res_grid .form_sel:focus {
  border: 0.2px solid rgb(183, 220, 113);
}
.res_grid .form_btn {
  grid-column: 1/-1;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 1.5rem 4rem;
  margin: 0 auto;
  margin-top: 2rem;
  font-family: givy;
  font-size: 1.9rem;
  color: white;
  background-color: rgb(116, 140, 31);
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 4px black;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.res_grid .form_btn:hover {
  box-shadow: 0 2px 4px rgb(101, 89, 89);
}