/**
 Author - Saahil Madaan
 Git - https://bitbucket.org/techSavvySaahil/
 **/

*,*::after,*::before{
  margin : 0;
  padding : 0;
}

html {
  font-size : 62.5%;
}

body {
  line-height : 1.7;
  overflow-x :hidden;
}

a, button, input {
  outline : none;
}

h1 {
  font-weight: initial;
}

#__next {
  display : grid;
  grid-template-columns : repeat(12,1fr);
}

ul {
  list-style-type : none;
}

.popup {
  position : fixed;
  width : 100%;
  height : 100%;
  z-index : 999;
  display: none;
}

.hide-scroll {
  overflow: hidden;
  height: 100%;
}

.slick-list {
  height: 100%;
}

.header {
  position: relative;
  background: transparent;
  /* background: #fff; */
  /* opacity: 1; */
  grid-row: 1 /2;
  grid-column: 1 / -1;
}

.slick-slider {
  height: 100%;
  margin: auto;
  transition: height 200ms ease;
}

.slick-list {
  height: 100%;
}

.fly-into {
  animation: fly-into 1s ease forwards;
}

.animate-link {
  display : inline;
}

.btn-animation:hover,
.btn-animation:focus,
.btn-animation:active {
  transform : scale(1.05);
}

.animate-link > span {
  transition : all 200ms ease-in;
}

.animate-link:hover > span,
.animate-link:focus > span {
  transform : translateX(3px);
}

.bottom-anim {
  transform : translateY(50px);
  opacity : 0;
}

.fade-in {
  opacity : 0;
  transform : translateY(0);
}

.in-view {
  opacity :1;
  transform : translateY(0);
  transition : opacity 1.5s ease, transform 1s ease;
}

.grecaptcha-badge { visibility: hidden; }

.close-btn {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  right: 50px;
  padding: 5px;
  cursor: pointer;
  z-index: 9999;
}

.close-btn:before, .close-btn:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #fff;
}
.close-btn:before {
  transform: rotate(45deg);
}
.close-btn:after {
  transform: rotate(-45deg);
}

.close-btn-popup:before, .close-btn-popup:after {
  background-color: #000;
}

@media(min-width: 48.1em) {
  .invest-slider-container .slick-dots {
    text-align: left;
    width: auto;
    bottom: 0;
  }
  .invest-slider-container .slick-list{
    height: 90%;
  }
}

@media (min-width : 112.5em) {
  html {
    font-size : 75%;
  }
}


@media (max-width : 75rem) {
  html {
    font-size : 56.25%;
  }
}

@media (max-width : 56.25em) {
  html {
    font-size : 50%;
  }
}

@media (max-width:48em) {
  .close-btn {
    top: 10px;
    right: 15px;
  }

  .home-intro-section {
    grid-template-rows : 8rem auto auto;
  }

  .header {
    opacity: 0.7;
  }
}

@media (max-width : 33em) {
  .advice-heading, .asset-heading,.mobile-app-heading,.invest-heading,.achievement-heading {
    font-size :3rem;
  }

  .slick-dots {
    left : -4%;

  }
}
@media (max-width : 22.5em) {
  html {
    font-size : 45%;
  }
}
;
