/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

html {
  font-size: 16px;
  /* scroll-behavior: smooth; */ }

body {
  line-height: 1;
  font-family: "PanchariUni";
  font-size: 1rem;
  color: #000000; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

img {
  max-width: 100%;
  outline: none; }

.fullwidth {
  width: 100%; }

.clearfix, main,
.clear {
  clear: both; }
  .clearfix::after, main::after, .clearfix::before, main::before,
  .clear::after,
  .clear::before {
    content: '';
    clear: both;
    display: table; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.img-figure {
  margin-bottom: 0;
  display: block; }

.img-fluid {
  display: block;
  max-width: 100%;
  object-fit: contain; }

/* .......................  Social media style  .........................*/
.shareboxwrp {
  display: none;
  float: left;
  width: 100%; }

.shareboxwrpin {
  margin: 0 auto;
  display: table;
  width: 40px; }

.social-media-main {
  width: 50px;
  height: 192px;
  float: left;
  position: fixed;
  bottom: 10px;
  z-index: 9;
  right: 10px;
  padding-top: 60px;
  z-index: 999; }

.shretle {
  font-size: 11px;
  font-family: arial;
  font-weight: bold;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-size: 30px 62px;
  background-image: url("../images/social-share.svg");
  background-repeat: no-repeat;
  background-position: 8px -23px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background-color: #FFFFFF;
  padding: 3px 0;
  color: #fff;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  float: left;
  position: absolute;
  top: 125px;
  left: 0;
  cursor: pointer;
  -moz-transition: top .2s linear .0s;
  -webkit-transition: top .2s linear .0s;
  transition: top .2s linear .0s; }

.shretle.open {
  top: 0;
  background-position: 10px 15px; }

.social-media-ins {
  width: 100%;
  height: 180px;
  float: left;
  margin: 0px; }

.social-media-head {
  width: 100%;
  height: auto;
  float: left;
  font-family: arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  line-height: 110%; }

.social-media-icon {
  width: 40px;
  height: 40px;
  float: left;
  cursor: pointer;
  background-image: url("../images/social2.svg");
  background-size: 50px auto;
  background-repeat: no-repeat;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 5px; }

.tw-clr {
  background-position: -4px -107px;
  background-color: #000000; }

.gl-clr {
  background-position: -4px -56px;
  background-color: #fb443e; }

.wt-clr {
  background-position: -4px -159px;
  background-color: #13b345; }

.fb-clr {
  background-color: #2b44a0;
  background-position: -6px -5px; }

.centered, main .hero .hero-img-1, main .hero .hero-img-2, main .hero .prizes-wrap {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

/* .........................  /Social media style end  .........................*/
p {
  font-family: "PanchariUni";
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  font-weight: 400; }
  p:not(:last-child) {
    margin-bottom: 15px; }
  p.text-white {
    color: #fff; }
  p.lead {
    font-size: 18px; }

.cta {
  display: block;
  max-width: 460px;
  height: auto;
  margin: 0 auto;
  transition: all 0.4s ease;
  transform: translateY(0); }
  .cta img {
    height: auto; }
  .cta:hover, .cta:focus {
    transform: translateY(-10px); }

main {
  max-width: 100%; }
  main .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      main .container {
        width: 750px; } }
    @media (min-width: 992px) {
      main .container {
        width: 970px; } }
    @media (min-width: 1200px) {
      main .container {
        width: 1170px; } }
  main .hero {
    background: #fff url("../images/hero-bg-pattern.png") left top repeat;
    padding-top: 50px;
    padding-bottom: 80px; }
    main .hero .main-header {
      margin-bottom: 30px; }
      main .hero .main-header .main-logo {
        margin: 0 auto;
        max-width: 1000px; }
        main .hero .main-header .main-logo img {
          height: auto; }
        main .hero .main-header .main-logo figcaption {
          font-family: "EGGIndulekhaUni";
          text-align: center;
          color: #d61f2c;
          font-size: 110px;
          line-height: 85px;
          max-width: 870px;
          margin-left: auto;
          margin-right: auto; }
    main .hero .hero-img-1 {
      max-width: 900px; }
      main .hero .hero-img-1 img {
        height: auto; }
    main .hero .hero-img-2 {
      margin-top: 60px;
      max-width: 900px; }
      main .hero .hero-img-2 img {
        height: auto; }
      @media only screen and (max-width: 576px) {
        main .hero .hero-img-2 {
          margin-top: 30px; } }
    main .hero .prizes-wrap {
      max-width: 1000px;
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 15px;
      margin-bottom: 35px; }
    main .hero .prizes {
      flex-wrap: wrap;
      justify-content: center;
      margin-left: -15px;
      margin-right: -15px; }
      main .hero .prizes .prize-item {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        padding: 15px; }
        main .hero .prizes .prize-item .prize-item-image img {
          max-width: 200px;
          height: auto;
          width: 100%; }
        main .hero .prizes .prize-item .prize-item-image figcaption {
          text-align: center;
          font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-weight: bold;
          color: #d61f2c;
          font-size: 50px;
          display: block;
          margin-top: 15px; }
        @media screen and (min-width: 520px) {
          main .hero .prizes .prize-item {
            flex: 1 1 calc(100% / 2);
            width: calc(100% / 2);
            max-width: calc(100% / 2); }
            main .hero .prizes .prize-item .prize-item-image img {
              max-width: 250px; } }
        @media screen and (min-width: 992px) {
          main .hero .prizes .prize-item {
            flex: 1 1 calc(100% / 3);
            width: calc(100% / 3);
            max-width: calc(100% / 3); }
            main .hero .prizes .prize-item .prize-item-image img {
              max-width: 301px; } }
  main .details {
    background-color: #ebda9f;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media screen and (min-width: 992px) {
      main .details {
        padding-top: 120px;
        padding-bottom: 105px; } }
    main .details .section-title {
      font-size: 70px;
      font-family: "EGGIndulekhaUni";
      color: #000000;
      line-height: 50px;
      font-weight: normal;
      text-align: center; }
    main .details .description-list {
      padding-left: 0;
      margin-top: 50px;
      margin-bottom: 50px; }
      main .details .description-list li {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 28px;
        font-family: "EGGIndulekhaUni";
        color: #000000;
        padding-left: 45px;
        line-height: 1.3; }
        main .details .description-list li:not(:last-child) {
          margin-bottom: 25px; }
        main .details .description-list li:before {
          position: absolute;
          content: '';
          width: 30px;
          height: 29px;
          display: block;
          left: 0;
          top: 0;
          background: transparent url("../images/option-type-img.png") center no-repeat;
          background-size: 30px 29px; }
      @media screen and (min-width: 992px) {
        main .details .description-list {
          margin-top: 68px;
          margin-bottom: 120px; } }

.main-footer {
  background-color: #d61f2c;
  padding-top: 30px;
  padding-bottom: 30px; }
  .main-footer .social-media-symbols {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -2.5px 17.5px; }
    .main-footer .social-media-symbols .social-media-symbol {
      flex: 0 0 calc(43px + 2.5px);
      width: calc(43px + 2.5px);
      max-width: calc(43px + 2.5px);
      height: calc(43px + 2.5px);
      padding: 2.5px; }
      .main-footer .social-media-symbols .social-media-symbol a {
        display: block;
        width: 43px;
        height: 43px;
        background: transparent url("../images/social-icons2.png") left no-repeat;
        font-size: 0;
        overflow: hidden;
        transition: all 0.4s ease;
        transform: translateY(0); }
        .main-footer .social-media-symbols .social-media-symbol a:hover, .main-footer .social-media-symbols .social-media-symbol a:focus {
          transform: translateY(-10px); }
        .main-footer .social-media-symbols .social-media-symbol a.facebook {
          background-position: bottom left;
          /*&:hover, 
          &:focus{
          	background-position: top left;
          }*/ }
        .main-footer .social-media-symbols .social-media-symbol a.twitter {
          background-position: bottom left -43px;
          /*&:hover, 
          &:focus{
          	background-position: top left -43px;
          }*/ }
        .main-footer .social-media-symbols .social-media-symbol a.instagram {
          background-position: bottom left -86px;
          /*&:hover, 
          &:focus{
          	background-position: top left -86px;
          }*/ }
        .main-footer .social-media-symbols .social-media-symbol a.youtube {
          background-position: bottom right;
          /*&:hover, 
          &:focus{
          	background-position: top right;
          }*/ }
  .main-footer .copyright-p {
    text-align: center;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #fff;
    margin-bottom: 0;
    line-height: 18px; }

/* main footer end*/
@media screen and (max-width: 991.98px) {
  #goTop {
    display: none !important; } }
@media screen and (min-width: 992px) {
  #goTop {
    position: fixed;
    display: none;
    bottom: 25px;
    right: 70px;
    z-index: 999;
    left: auto;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    line-height: 50px;
    transition: all 0.4s ease;
    justify-content: center;
    align-items: center;
    background-color: #d61f2c;
    border: 1px solid #fff;
    cursor: pointer; }
    #goTop span,
    #goTop i,
    #goTop svg {
      margin: 0;
      color: #fff;
      fill: #fff; }
    #goTop svg {
      transform: rotate(-90deg); }
    #goTop:hover span,
    #goTop:hover i, #goTop:focus span,
    #goTop:focus i {
      transform: translateY(-5px);
      margin-right: 0; } }
