.file {
  margin-bottom: 30px;
}

.file h3 {
  color: #1c86c0;
}

.section-1 .file p {
  font-size: 15px !important;
  color: #465567 !important;
}

.file a.main-a {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
  height: 280px;
}

.file a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.file a span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #1c86c0;
  top: 0;
  left: 0;
  padding: 15px;
  opacity: 0.5;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.file a > span img {
  width: 70px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.file a:hover span img {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.file a:hover span {
  opacity: 0.7;
}

figure.snip1579.custom-shape > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-1.e-section h2 span:first-child {
  color: #1d5475;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
}

.section-1.e-section h2 span:last-child {
  font-size: 30px;
}

@media (min-width: 1024px) {
  .e-section .col-lg-3 + .col-lg-3 {
    border-left: 1.033px solid #dfdfdf;
    border-right: 0;
  }
  html[lang="ar"] .e-section .col-lg-3 + .col-lg-3 {
    border-right: 1.033px solid #dfdfdf;
    border-left: 0;
  }
}

.e-img {
  height: 70px;
  width: 165px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 16px;
}

.e-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.e-text h3 {
  color: #1c86c0;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.782px;
  margin-bottom: 18px;
}

.e-text p {
  color: #52525b;
  text-align: center;
  font-size: 16.521px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.847px;
}

.p-img-holder {
  width: 100%;
  height: 385px;
  position: relative;
  overflow: hidden;
  border-radius: 6.738px;
  background: #fff;
  box-shadow: 1px 3.369px 3.369px 0px rgba(0, 0, 0, 0.45);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.p-img-holder img,
.p-img-holder video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.image-cards {
  position: relative;
  height: 400px;
}
.p-img-holder.first {
  z-index: 1;
}
.p-img-holder.last {
  transform: translate(20px, 20px);
  opacity: 0.3;
}

.image-cards:hover .p-img-holder.first {
  transform: translate(-99px, 20px) rotate(-7deg);
}

.image-cards:hover .p-img-holder.last {
  transform: translate(88px, 20px) rotate(7deg);
  opacity: 1;
}
.p-img-holder.last:hover {
  z-index: 2;
}

/* font variables */
:root {
  --blue-color: #1c86c0;
  --shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  --gray-bg: #f8f8f8;
  --dark-gray-p: #465567;
}

h2 {
  font-family: "DIN Next LT W23", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 34.2px;
  color: var(--blue-color);
}
h3 {
  font-family: "DIN Next LT W23", sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 34.2px;
  color: black;
}
h4 {
  font-family: "DIN Next LT W23", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32.63px;
  color: black;
}
h6 {
  font-family: "DIN Next LT W23", sans-serif;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 32.63px;
}
p {
  font-family: "DIN Next LT W23", sans-serif;
  font-size: 18px !important;
  line-height: 34.2px !important;
}
li {
  font-family: "DIN Next LT W23", sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 32.63px;
  color: #465567;
}

.section-padding {
  padding-bottom: 130px;
}
body {
  font-family: "DIN Next LT W23", sans-serif;
}

/* ------------------------navbar---------------------------------- */

.bread-crumb {
  /* ----------to make extension of navbar height---------- */

  height: 320px;
}
/* -------------------end navbar--------------------------- */

/* ---------------------------------------privacy-policy-section */
.privacy-policy-text {
  background: var(--blue-color);
  padding: 20px;
  box-shadow: var(--shadow);
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.privacy-policy-text h2 {
  font-family: "DIN Next LT W23", sans-serif; /* Define the font family */
  font-weight: 400; /* Define the font weight */
  font-size: 32px; /* Define the font size */
  line-height: 34.2px; /* Define the line height */
  color: white;
}
.privacy-policy-text h2 {
  font-family: "DIN Next LT W23", sans-serif; /* Define the font family */
  font-weight: 400; /* Define the font weight */
  font-size: 32px; /* Define the font size */
  line-height: 34.2px; /* Define the line height */
  color: white;
}
.privacy-policy-text p {
  font-family: "DIN Next LT W23", sans-serif; /* Define the font family */

  color: white;
}

.lock-img {
  box-shadow: var(--shadow);
  background: white;
  border-radius: 4px;
  text-align: center;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.privacy-policy .container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -80px !important;
}

/* ---------------------------------------end privacy-policy-section */

/*----------------------definition-section----------------------------*/

.definition {
  background: var(--gray-bg);
  padding-bottom: 40px;
}

.definition-upper .text-part h2 {
  font-family: "DIN Next LT W23", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 34.2px;
  color: var(--blue-color);
}
.definition-upper .text-part h3 {
  font-family: "DIN Next LT W23", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34.2px;
  color: black;
}
.definition-upper .text-part p {
  font-family: "DIN Next LT W23", sans-serif;
  color: var(--dark-gray-p) !important;
  font-size: 18px !important;
  line-height: 34.2px !important;
}
.img-part {
  text-align: center;
  padding: 40px 0px;
}
.text-part {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.right-part h6 {
  color: var(--blue-color);
}
.left-part h6 {
  color: var(--blue-color);
}

/*---------------------definition-absolute-part-------------------------------*/

.definition-absolute-part .container {
  position: relative;
  top: -80px;
  z-index: 99;
  background: white;
  box-shadow: 0px 4px 12px 0px #00000040;
}

.middle-part {
  text-align: center;
}

.right-part {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.container .row {
  padding: 20px;
  justify-content: space-between;
}

/*----------------------------  collecting-using-personal-data-------*/
.collecting-using-personal-data {
  background: var(--gray-bg);
}
.collecting-using-personal-data .text-part ul li {
  color: var(--blue-color) !important;
}

/*------------------------------using-personal-data--------------*/
.using-personal-data .container .row {
  justify-content: space-between;
}

/*-----------------------delete personall data----------*/

.delete-personal-data {
  background: var(--gray-bg);
}

/*------------------------------update-personal-data----------*/
.update-personal-data {
  background: var(--gray-bg);
  margin-bottom: 80px;
}

/*----------------------updates-section----------------------------*/

.updates {
  background: var(--gray-bg);
  padding-bottom: 40px;
}

.updates-upper .text-part h2 {
  font-family: "DIN Next LT W23", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 34.2px;
  color: var(--blue-color);
}
.updates-upper .text-part h3 {
  font-family: "DIN Next LT W23", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34.2px;
  color: black;
}
.updates-upper .text-part p {
  font-family: "DIN Next LT W23", sans-serif;
  color: var(--dark-gray-p) !important;
  font-size: 18px !important;
  line-height: 34.2px !important;
}

/*----------------------updates-section----------------------------*/

.updates {
  background: var(--gray-bg);
  padding-bottom: 40px;
}

.updates-upper .text-part h2 {
  font-family: "DIN Next LT W23", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 34.2px;
  color: var(--blue-color);
}
.updates-upper .text-part h3 {
  font-family: "DIN Next LT W23", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34.2px;
  color: black;
}
.updates-upper .text-part p {
  font-family: "DIN Next LT W23", sans-serif;
  color: var(--dark-gray-p) !important;
  font-size: 18px !important;
  line-height: 34.2px !important;
}
