.body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dd0f00;
}

.main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.main-wrapper.hide {
  display: none;
}

.heading {
  color: #fff;
  font-size: 20px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block {
  padding-left: 8px;
  color: #fff;
  text-decoration: none;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.logo-banner-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.agla-logo {
  height: 40px;
}

.agla-slider {
  overflow: visible;
  height: 920px;
}

.agla-bottom-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.agla-bottom-inner-con {
  max-width: 1170px;
}

.right-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.agla-logo-hor {
  margin-bottom: 20px;
}

.agla-logo-hor.invisible {
  margin-bottom: 15px;
  opacity: 0;
}

.p-left {
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
}

.social-media-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.social-media-text {
  margin-top: 5px;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 21px;
}

.social-media-logo {
  margin-left: 10px;
}

.yuzuladi-slide {
  background-color: #f6eecf;
  background-image: url('../images/sunburst-cropped.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.djoflarot-slide {
  background-color: #f6eecf;
  background-image: url('../images/flames.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.koala-slide {
  background-color: #dd0f00;
}

.image {
  position: absolute;
  left: -1596px;
  top: -167%;
  right: 0%;
  bottom: 0%;
  width: 12000px;
  max-width: 200%;
}

.slide-content-con {
  position: static;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide-content-con.djoflarot {
  max-width: 38%;
}

.yuzuladi-slide-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/yuzuladi-floskur-min.png'), url('../images/dragon-cropped.svg');
  background-position: 95% 50%, -2% 50%;
  background-size: auto 50%, auto 55%;
  background-repeat: no-repeat, no-repeat;
}

.dragon {
  width: 1080px;
}

.p-center {
  margin-top: 20px;
  font-family: Helvetica, sans-serif;
  color: #001804;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
}

.p-center.beige {
  color: #f8f1d8;
}

.agla-body {
  display: block;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dd0f00;
}

.djoflarot-slide-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/djoflarot-floskur-min.png'), url('../images/djofull.svg');
  background-position: 0% 50%, 115% 50%;
  background-size: auto 50%, auto 40%;
  background-repeat: no-repeat, no-repeat;
}

.koala-slide-con {
  display: none;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/koala-min.png'), url('../images/koala-floskur-min.png');
  background-position: 100% 50%, 5% 50%;
  background-size: auto 40%, auto 50%;
  background-repeat: no-repeat, no-repeat;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  color: #fff;
}

.bannad-ad-thamba {
  height: 40px;
}

@media screen and (min-width: 1280px) {
  .slide-content-con {
    max-width: 40%;
  }
  .yuzuladi-slide-con {
    background-size: auto 55%, auto 55%;
  }
  .djoflarot-slide-con {
    background-size: auto 55%, auto 45%;
  }
  .koala-slide-con {
    background-size: auto 45%, auto 55%;
  }
}

@media screen and (min-width: 1440px) {
  .slide-content-con {
    max-width: 35%;
  }
  .yuzuladi-slide-con {
    background-position: 95% 50%, 0% 50%;
    background-size: auto 65%, auto 65%;
  }
  .djoflarot-slide-con {
    background-position: 0% 50%, 120% 50%;
    background-size: auto 65%, auto 55%;
  }
  .koala-slide-con {
    background-size: auto 50%, auto 65%;
  }
}

@media screen and (min-width: 1920px) {
  .yuzuladi-slide-con {
    background-size: auto 75%, auto 100%;
  }
  .djoflarot-slide-con {
    background-size: auto 75%, auto 65%;
  }
  .koala-slide-con {
    background-size: auto 60%, auto 75%;
  }
}

@media screen and (max-width: 991px) {
  .logo-banner-con {
    height: 100px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .agla-logo {
    height: 30px;
  }
  .agla-bottom-con {
    padding-right: 10px;
    padding-bottom: 70px;
    padding-left: 10px;
  }
  .yuzuladi-slide {
    background-position: 30% 0%;
  }
  .slide-content-con {
    max-width: 80%;
    margin-bottom: 40px;
  }
  .slide-content-con.djoflarot {
    max-width: 80%;
  }
  .yuzuladi-slide-con {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/yuzuladi-floskur-min.png'), url('../images/dragon-cropped.svg');
    background-position: 95% 10%, 0% 0%;
    background-size: auto 45%, auto 45%;
    background-repeat: no-repeat, no-repeat;
  }
  .yuzuladi-floskur {
    max-width: 35%;
    margin-top: 20px;
  }
  .p-center {
    font-size: 18px;
    line-height: 22px;
  }
  .yuzuladi-logo {
    max-width: 50%;
  }
  .djoflarot-slide-con {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 0% 10%, 130% 10%;
    background-size: auto 45%, auto 40%;
  }
  .djoflarot-logo {
    max-width: 50%;
  }
  .koala-slide-con {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/koala-min.png'), url('../images/koala-floskur-min.png');
    background-position: 100% 10%, 5% 10%;
    background-size: auto 45%, auto 45%;
    background-repeat: no-repeat, no-repeat;
  }
  .koala-logo {
    max-width: 50%;
  }
  .bannad-ad-thamba {
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    width: auto;
  }
  .logo-banner-con {
    height: 100px;
  }
  .agla-logo {
    height: 25px;
  }
  .slide-content-con.djoflarot {
    max-width: 90%;
  }
  .yuzuladi-slide-con {
    background-size: auto 35%, auto 35%;
  }
  .djoflarot-slide-con {
    background-size: auto 35%, auto 30%;
  }
  .koala-slide-con {
    background-size: auto 35%, auto 35%;
  }
  .bannad-ad-thamba {
    height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .logo-banner-con {
    height: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .agla-logo {
    height: 20px;
  }
  .yuzuladi-slide-con {
    background-image: url('../images/yuzuladi-floskur-min.png');
    background-position: 50% 10%;
    background-size: auto 35%;
    background-repeat: no-repeat;
  }
  .p-center {
    font-size: 16px;
    line-height: 19px;
  }
  .yuzuladi-logo {
    max-width: 80%;
  }
  .djoflarot-slide-con {
    background-image: url('../images/djoflarot-floskur-min.png');
    background-position: 50% 10%;
    background-size: auto 35%;
    background-repeat: no-repeat;
  }
  .djoflarot-logo {
    max-width: 80%;
  }
  .koala-slide-con {
    background-image: url('../images/koala-floskur-min.png');
    background-position: 50% 10%;
    background-size: auto 35%;
    background-repeat: no-repeat;
  }
  .koala-logo {
    max-width: 80%;
  }
  .right-icon {
    max-width: 50%;
  }
  .left-icon {
    max-width: 50%;
  }
  .bannad-ad-thamba {
    height: 20px;
  }
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStd-Roman.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}