/* Google Fonts Link */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700;900&display=swap");
/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.EmailColor{
  background: -webkit-gradient(linear, right top, left top, from(#899538), color-stop(#899538), color-stop(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(right, #dcfe00, #dcfe00, #dcfe00, #dcfe00);
  background: -moz-linear-gradient(right, #dcfe00, #dcfe00, #dcfe00, #dcfe00);
  background: -o-linear-gradient(right, #dcfe00, #dcfe00, #dcfe00, #dcfe00);
  background: linear-gradient(to left, #dcfe00, #dcfe00, #dcfe00, #dcfe00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
 

}

@font-face {
	font-family: 'Harabara';
	src: local('Harabara'), url('./Harabara.woff') format('woff');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_80802">Text with this font applied</p> */
.fontsforweb_fontid_80802 {
	font-family: 'Harabara' !important;
}

@font-face {
	font-family: 'utmavo';
	src: local('utmavo'), url('./utmavo.woff') format('woff');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_40183">Text with this font applied</p> */
.fontsforweb_fontid_40183 {
	font-family: 'utmavo' !important;
  font-size: 1.7rem;
}



html {
  font-size: clamp(8px, 1vw, 10px);
  scrollbar-width: thin;
  scrollbar-color: #2c2c2c #0b0b0b;
}

html::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-track {
  background-color: #0b0b0b;
}

html::-webkit-scrollbar-thumb {
  background-color: #2c2c2c;
}

body {
  color: #ffffff;
  background-color: #0b0b0b;
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
}

h1, h2 {
  font-weight: 900;
}

/* Container Style */
.container {
  width: 100%;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* Primary Button Style */
.primary-btn {
  display: inline-block;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  padding: 1.5rem 2rem;
  border: 1px solid #ffffff;
  text-decoration: none;
  margin-top: 1rem;
  -webkit-box-shadow: 2px 2px 0 #0b0b0b, 0.3em 0.3em 0 #ffffff;
          box-shadow: 2px 2px 0 #0b0b0b, 0.3em 0.3em 0 #ffffff;
  -webkit-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  -moz-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
}

.primary-btn:hover, .primary-btn:focus {
  color: #0b0b0b;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 0 #0b0b0b, 0.3em 0.3em 0 #2c2c2c;
          box-shadow: 2px 2px 0 #0b0b0b, 0.3em 0.3em 0 #2c2c2c;
}

/* Common Banner and Footer Section Style */
.banner,
.footer {
  text-align: center;
  padding: 10rem 0;
  background-color: #0b0b0b;
}

.banner__title,
.footer__title {
  font-size: 4rem;
  font-family: 'Harabara' !important;
}

@media screen and (min-width: 600px) {
  .banner__title,
  .footer__title {
    font-size: 5rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 780px) {
  .banner__title,
  .footer__title {
    font-size: 6rem;
  }
}

.banner__text,
.footer__text {
  margin: 2rem auto;
  font-family: 'utmavo' !important;
}

.footer__textv2 {
  margin: 2rem auto;
  font-family: 'utmavo' !important;
  font-size: 1.3rem;
}


@media screen and (min-width: 500px) {
  .banner__text,
  .footer__text {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 600px) {
  .banner__text,
  .footer__text {
    /* max-width: 100%; */
  }
}

/* Banner Section Style */
.banner__sub-title {
  font-size: 3rem;
  background: -webkit-gradient(linear, right top, left top, from(#b25d46), color-stop(#a74141), color-stop(#743879), to(#4a3ca0));
  background: -webkit-linear-gradient(right, #b25d46, #a74141, #743879, #4a3ca0);
  background: -moz-linear-gradient(right, #b25d46, #a74141, #743879, #4a3ca0);
  background: -o-linear-gradient(right, #b25d46, #a74141, #743879, #4a3ca0);
  background: linear-gradient(to left, #b25d46, #a74141, #743879, #4a3ca0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Harabara' !important;
}


.AhsanBorderClass{
  border: 0.5px solid #ffa500;
  border-radius: 25px;
  padding: 20px;

}

.Ahsan-banner__sub-title {

  font-size: 3.2rem;
  background: -webkit-gradient(linear, right top, left top, from(#899538), color-stop(#899538), color-stop(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(right, #899538, #899538, #899538, #ffffff);
  background: -moz-linear-gradient(right, #899538, #899538, #899538, #ffffff);
  background: -o-linear-gradient(right, #899538, #899538, #899538, #ffffff);
  background: linear-gradient(to left, #899538, #899538, #899538, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Harabara' !important;
  
}


/* Timeline Section Style */
.timeline {
  position: relative;
}

.timeline__progressbar {
  --width: 2px;
  --left: -moz-calc(((15vw / 2) + 15px) - (var(--width) / 2));
  --left: calc(((15vw / 2) + 15px) - (var(--width) / 2));
  position: absolute;
  left: var(--left);
  width: var(--width);
  height: 100%;
  background-color: #2c2c2c;
  z-index: -1;
}

.timeline__progressbar::after {
  content: "";
  position: fixed;
  top: 0;
  left: var(--left);
  width: var(--width);
  height: 50vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#b25d46), color-stop(#a74141), color-stop(#743879), to(#4a3ca0));
  background: -webkit-linear-gradient(#b25d46, #a74141, #743879, #4a3ca0);
  background: -moz-linear-gradient(#b25d46, #a74141, #743879, #4a3ca0);
  background: -o-linear-gradient(#b25d46, #a74141, #743879, #4a3ca0);
  background: linear-gradient(#b25d46, #a74141, #743879, #4a3ca0);
}

@media screen and (min-width: 800px) {
  .timeline__progressbar {
    --width: 3px;
    --left: -moz-calc(50% - (var(--width) / 2));
    --left: calc(50% - (var(--width) / 2));
  }
}

/* ................................................................................................... */

button {
  --c:  #229091; /* the color*/
  border-radius: 9px;
  box-shadow: 0 0 0 .1em inset var(--c); 
  --_g: linear-gradient(var(--c) 0 0) no-repeat;
  background: 
    var(--_g) calc(var(--_p,0%) - 100%) 0%,
    var(--_g) calc(200% - var(--_p,0%)) 0%,
    var(--_g) calc(var(--_p,0%) - 100%) 100%,
    var(--_g) calc(200% - var(--_p,0%)) 100%;
  background-size: 50.5% calc(var(--_p,0%)/2 + .5%);
  outline-offset: .1em;
  transition: background-size .4s, background-position 0s .4s;
}
button:hover {
  --_p: 100%;
  transition: background-position .4s, background-size 0s;
}
button:active {
  box-shadow: 0 0 9e9q inset #0009; 
  background-color: var(--c);
  color: #fff;
}

button {
  font-family: system-ui, sans-serif;
  font-size: 3.5rem;
  cursor: pointer;
  padding: .1em .6em;
  font-weight: bold;  
  border: none;
}

/* ...................................................................................................... */


.timeline__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15vw 1fr;
      grid-template-columns: 15vw 1fr;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media screen and (min-width: 800px) {
  .timeline__block {
    -ms-grid-columns: 1fr 15vh 1fr;
        grid-template-columns: 1fr 15vh 1fr;
  }
}

@media screen and (min-width: 800px) {
  .timeline__block__head {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    text-align: right;
    position: -webkit-sticky;
    position: sticky;
    top: 50vh;
  }
}

.timeline__block__body {
  grid-column: 2 / -1;
}

@media screen and (min-width: 800px) {
  .timeline__block__body {
    grid-column: 3 / -1;
  }
}

.timeline__block__bullet-point {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 800px) {
  .timeline__block__bullet-point {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

.timeline__block__circle {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 4px solid #0b0b0b;
  background-color: #ffffff;
  border-radius: 50%;
}

.timeline__block__title {
  font-size: 3rem;
}

@media screen and (max-width: 799px) {
  .timeline__block__title {
    margin-top: -1.5rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 800px) {
  .timeline__block__title {
    line-height: 0;
  }
}

.timeline__block__text {
  text-decoration:  overline;
  font-size: 1.6rem;
}

@media screen and (min-width: 500px) {
  .timeline__block__text {
    font-size: 1.8rem;
  }
}

.timeline__hider {
  position: -webkit-sticky;
  position: sticky;
  bottom: -2px;
  width: 100%;
  height: 50vh;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#0b0b0b));
  background: -webkit-linear-gradient(transparent, #0b0b0b);
  background: -moz-linear-gradient(transparent, #0b0b0b);
  background: -o-linear-gradient(transparent, #0b0b0b);
  background: linear-gradient(transparent, #0b0b0b);
  pointer-events: none;
}
/*# sourceMappingURL=style.css.map */