@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300;400;500;600;700;800;900&family=Inter:wght@100..900&family=Roboto:wght@300;400;500;700;900&display=swap");

:root {
  --en-website-width: 1200px;
}

/* General */
html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.DB_mask {
  z-index: 9999999999 !important;
}
.DB_dialog {
  z-index: 99999999999 !important;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

#wrapper_main {
  position: relative;
  background: #000;
}

/* video */
.en-widescreen-video,
.en-widescreen-video video {
  max-height: unset;
  height: 100%;
  background: #000;
}
.en-widescreen-video button {
  z-index: 2;
  cursor: pointer;
  background: #33338d;
  color: #fff;
  border: none;
}

.en-widescreen-video button:hover {
  background: #000;
  color: #fff;
}

.en-widescreen-video .en-video-controls {
  left: 20px;
  bottom: 40px !important;
  z-index: 3;
}

/* #wrapper_main::before {
  content: "";
  position: absolute;
  background: rgba(13, 13, 38, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 3;
} */

@media only screen and (min-width: 991px) {
  .en-widescreen-video,
  .en-widescreen-video video {
    height: 87.5vh;
  }
}

@media only screen and (max-width: 991px) {
  .en-widescreen-video,
  .en-widescreen-video video {
    height: clamp(350px, 72.86vw, 780px);
  }
}

#wrapper_bottom {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  max-width: 1200px;
  text-align: center;
  padding: 0 60px;
  box-sizing: border-box;
  z-index: 3;
}
#wrapper_bottom h2 {
  font-family: "Inter", sans-serif;
  font-size: clamp(25px, 6vw, 60px);
  line-height: clamp(38px, 7vw, 60px);
  color: #fff;
  font-weight: 700;
  position: relative;
  padding: 0;
  margin: 0 0 6px 1px;
  letter-spacing: -1.5px;
  box-sizing: border-box;
  display: none;
}
#wrapper_bottom a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(35px, 3.5vw, 44px);
  line-height: clamp(35px, 3.5vw, 44px);
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 26.5px 28px 29.5px 27px;
  box-sizing: border-box;
  border: 5px solid #f0f0fc;
  text-decoration: none;
  display: flex;
  justify-content: center;
  place-items: center;
  margin: 0 auto;
  bottom: -25px;
  letter-spacing: 0.8px;
  max-width: 380px;
  width: 100%;
  background: url(/splash/pics/enterweb_bg.jpg) no-repeat center;
  z-index: 2;
  transition: 0.4s all ease;
}

/*-----------header----------*/
header {
  height: 101px;
  position: relative;
  display: none;
}
#header_logo {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#header_logo a {
  position: absolute;
  left: 1px;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  display: inline-grid;
  z-index: 4;
  top: 15px;
}
a:focus {
  outline: 2px dotted #3091ff !important;
}
#header_logo a img {
  width: clamp(150px, 25vw, 279px);
}
#wrapper_bottom a::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transition: 0.4s all ease-in-out;
  z-index: -1;
}
#wrapper_bottom a:is(:hover, :focus)::after {
  width: 100%;
}
#wrapper_bottom a:is(:hover, :focus) {
  color: #000;
  padding-left: 35px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
  #wrapper_bottom a {
    padding: 20px 20px;
    font-size: clamp(25px, 3.5vw, 44px);
    line-height: clamp(25px, 3.5vw, 44px);
  }
  #wrapper_bottom h2 {
    margin: 0 auto;
  }
  .en-widescreen-video .en-video-controls {
    left: 10px;
  }
}

@media only screen and (max-width: 345px) {
  #wrapper_bottom h2 {
    font-size: clamp(22px, 6vw, 60px);
    line-height: clamp(34px, 7vw, 60px);
  }
}

/*-----------Footer----------*/
.enf-subfooter-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  min-height: 41px;
  align-items: center;
  position: relative;
  border-top: 3px solid #fff;
}
#footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 64.5px 0 39.5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  z-index: 1;
  justify-content: space-between;
}
.enf-address a {
  font-family: "Inter", sans-serif;
  color: #32324d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.enf-address a:is(:hover, :focus) {
  text-decoration: underline;
  color: #2d2d80;
}
.enf-address {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 535px;
  width: 100%;
  left: -1px;
}
#footer {
  background: url(/pics/footer_bg.jpg) repeat-y center,
    linear-gradient(to right, rgb(222, 229, 239) 0%, rgb(226, 213, 222) 100%);
  position: relative;
  z-index: 1;
}
.enf-subfooter-inner #edunet {
  position: absolute;
  display: inline-grid;
  left: -1px;
  top: 7px;
  right: 0;
  margin: 0 auto;
  max-width: 181px;
}
.enf-address #footer_contact1 {
  left: 4px;
}
.enf-address #footer_contact1 span {
  margin: 0 8.5px 0 0;
}
#footer_inner::after {
  content: "";
  position: absolute;
  background: url(/splash/pics/footer_arrow.png) no-repeat center top;
  width: 330px;
  height: 208px;
  left: 0;
  right: -261.5px;
  margin: 0 auto;
  top: 0;
  z-index: -1;
}
.enf-subfooter {
  position: relative;
  z-index: 1;
}
#footer_social {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  right: -8.5px;
  top: -1px;
}
#footer_social a {
  display: inline-flex;
  width: 35px;
  height: 35px;
  position: relative;
  justify-content: center;
  place-items: center;
  border-radius: 50px;
  transition: 0.4s all ease;
}
#footer_social a:nth-child(1) {
  left: 2px;
}
#footer_social a:nth-child(3) {
  left: -2px;
}
#footer_social a:is(:hover, :focus) {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transform: scale(1.08);
}
#footer_bottom {
  background: #fff;
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
#footer_bottom p {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  text-align: center;
  font-family: "Roboto";
  font-size: 13px;
  line-height: 18px;
  color: #4a4a73;
  font-weight: 400;
  letter-spacing: 0.65px;
  left: 0.5px;
  top: 0.5px;
}
.enf-subfooter-inner a,
.enf-subfooter-inner p {
  padding: 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-family: "Roboto";
  font-size: 13px;
  line-height: 18px;
  color: #4a4a73;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.65px;
}
.enf-subfooter-inner p {
  left: -0.5px;
}
.enf-subfooter-inner div a::before {
  content: "";
  position: absolute;
  background: url(/splash/pics/arrow_icon_links.png) no-repeat left center;
  width: 9px;
  height: 10px;
  left: 0;
  top: 4px;
}
.enf-subfooter-inner div a {
  padding: 0 0 0 17.5px;
}
.enf-subfooter-inner div a:is(:hover, :focus) {
  text-decoration: underline;
  color: #2d2d80;
}
.enf-subfooter-inner div:last-child {
  position: relative;
  right: -0.5px;
}
.enf-subfooter-inner div:last-child a:first-child {
  margin: 0 33.5px 0 0;
  top: 0.5px;
}

@media only screen and (max-width: 1220px) {
  #footer_inner {
    padding: 64.5px 15px 39.5px;
  }
  .enf-subfooter-inner,
  #footer_bottom {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 850px) {
  .enf-subfooter-inner #edunet {
    position: relative;
    left: 0;
    top: 0;
    grid-row: 3;
    margin: 15px 0 0;
  }
  .enf-subfooter-inner {
    display: grid;
    place-items: center;
    justify-content: center;
    padding: 25px 15px;
    row-gap: 20px;
  }
  .enf-subfooter-inner div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer_inner::after {
    content: none;
  }
}

@media only screen and (max-width: 768px) {
  #footer_inner {
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: center;
  }
  #footer_social {
    gap: 5px;
    right: 0;
    top: 0;
  }
  .enf-address #footer_contact1,
  .enf-address {
    left: 0;
  }
  .enf-address {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    place-items: center;
    max-width: 100%;
    row-gap: 15px;
  }
  .enf-address a {
    text-align: center;
  }
  #footer_bottom {
    padding: 12px 15px;
  }
}

/*-----------------------*/
#slideshow img,
#slideshow .nivoSlider,
#slideshow .nivo-slice {
  max-height: 85vw;
  display: block;
  min-width: 100%;
  width: unset !important;
  position: relative;
  margin-left: 0 !important;
}

#footer_inner {
  display: none;
}

@media only screen and (min-width: 851px) {
  .enf-subfooter-inner {
    min-height: 100px;
  }
  .enf-subfooter-inner #edunet {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 850px) {
  .enf-subfooter-inner {
    padding: 50px 15px 25px;
  }
}

@media only screen and (min-width: 992px) {
  #footer {
    position: absolute;
    bottom: 0;
    z-index: 4;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #wrapper_bottom,
  .en-widescreen-video .en-video-controls {
    z-index: 5;
  }
  #wrapper_bottom {
    bottom: auto;
    top: -105px;
  }
  #wrapper_main #wrapper_bottom {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  #wrapper_main #wrapper_bottom {
    display: block;
  }
  #footer #wrapper_bottom {
    display: none;
  }
}

.en-widescreen-video .en-video-controls {
  display: none !important;
}

@media only screen and (min-width: 992px) and (max-width: 1800px) {
  body .en-widescreen-video video {
    object-fit: unset;
  }
}

@media only screen and (min-width: 992px) {
  body .en-widescreen-video video {
    object-fit: contain;
    background: #f0f0fc;
  }
}
