@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@-webkit-keyframes TransitionIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes TransitionIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes Pop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes Pop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navigationmenu {
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.nav-link {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #62B1EA;
  text-align: center;
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .aboutinfo {
    -webkit-animation: TransitionIn;
            animation: TransitionIn;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 1000;
    font-size: 35px;
    line-height: 47px;
    text-align: center;
    color: #2E175A;
    padding-top: 40px;
  }
  .aboutinfo .aboutinfosub {
    -webkit-animation: TransitionIn;
            animation: TransitionIn;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    font-weight: 400;
    font-size: 19px;
    margin-top: -15px;
    -webkit-animation-duration: 1.1s;
            animation-duration: 1.1s;
  }
  .aboutinfo p {
    -webkit-animation: TransitionIn;
            animation: TransitionIn;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    margin-top: 30px;
    text-align: justify;
  }
  .Featuretitle {
    z-index: 999;
    -webkit-animation: TransitionIn;
            animation: TransitionIn;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 1000;
    text-align: center;
    font-size: 35px;
    margin-top: 25px;
  }
  .Features {
    -webkit-animation: TransitionIn;
            animation: TransitionIn;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    padding: 30px 0;
    border-radius: 50px;
  }
  .Features img {
    -webkit-animation: TransitionIn;
            animation: TransitionIn;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    width: 80%;
    margin: 15px 0;
  }
  .stayahead {
    -webkit-animation: TransitionIn;
            animation: TransitionIn;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1.6s;
            animation-duration: 1.6s;
    margin: 10px 0;
  }
  .stayahead .onemonth {
    -webkit-animation: TransitionIn;
            animation: TransitionIn;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1.8s;
            animation-duration: 1.8s;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #B1B1B1;
    border-radius: 14.6364px;
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    padding: 10px;
  }
  .stayahead .onemonth h2 {
    font-weight: bold;
    font-size: 32.6178px;
    line-height: 41px;
    text-align: center;
    color: #2E175A;
    margin-top: 50px;
  }
  .stayahead .onemonth h1 {
    font-weight: bold;
    font-size: 27.5212px;
    line-height: 34px;
    text-align: center;
    color: rgba(46, 23, 90, 0.5);
    margin-top: 30px;
  }
  .stayahead .onemonth h1 .pricing {
    font-size: 48.9266px;
    color: #2E175A;
  }
  .stayahead .onemonth p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18.6387px;
    line-height: 23px;
    text-align: center;
    background: #2E175A;
    padding: 5px 10px;
    border-radius: 37.3745px;
    color: #FFFFFF;
    margin-top: 30px;
  }
  .stayahead .onemonth h3 {
    width: 90%;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #B1B1B1;
  }
  .stayahead .onemonth h4 {
    font-size: 24.7481px;
    line-height: 31px;
    text-align: center;
    color: #2E175A;
    margin: 50px 0;
  }
  .stayahead .onemonth h4 a {
    text-decoration: none;
  }
  .stayahead .premium {
    -webkit-animation: TransitionIn;
            animation: TransitionIn;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1.7s;
            animation-duration: 1.7s;
    height: auto;
    background: #2E175A;
    border-radius: 14.6364px;
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    padding: 10px;
    margin: 20px 0px;
  }
  .stayahead .premium h2 {
    font-weight: bold;
    font-size: 32.6178px;
    line-height: 41px;
    text-align: center;
    color: #ffffff;
    margin-top: 50px;
  }
  .stayahead .premium h1 {
    font-weight: bold;
    font-size: 27.5212px;
    line-height: 34px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 30px;
  }
  .stayahead .premium h1 .pricing {
    font-size: 48.9266px;
    color: #ffffff;
  }
  .stayahead .premium p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18.6387px;
    line-height: 23px;
    font-weight: 500;
    text-align: center;
    background: #FFA41B;
    padding: 5px 10px;
    border-radius: 37.3745px;
    color: #ffffff;
    margin-top: 30px;
  }
  .stayahead .premium h3 {
    width: 80%;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #EAE4E4;
  }
  .stayahead .premium h4 {
    font-size: 24.7481px;
    line-height: 31px;
    text-align: center;
    margin: 50px 0;
  }
  .stayahead .premium h4 a {
    color: #ffffff;
    text-decoration: none;
    background: #FFA41B;
    padding: 15px 20px;
    border-radius: 37.3745px;
  }
  .hideon {
    display: none;
  }
  .footer {
    height: auto;
    background-color: #61A8E9;
  }
  .footer_container {
    justify-items: center;
    padding: 25px 0;
  }
  .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
  }
  .card-header {
    padding: 0.5 rem 1 rem;
    margin-bottom: 0;
    background-color: #61A8E9;
    border-bottom: 1 px solid rgba(0, 0, 0, 0.125);
  }
  .footerhead {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 21.1556px;
    line-height: 26px;
    color: #ffffff;
  }
  .footerpara {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 18.1333px;
    line-height: 30px;
    margin-top: 10px;
    color: #ffffff;
  }
  .accordion-button, .accordion-item {
    background-color: #61a8e9;
    color: #ffffff;
  }
  .accordion-body {
    background-color: #86bcee;
    color: white;
  }
  .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #61A8E9;
  }
}

@media (min-width: 768px) {
  .aboutinfo {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 1000;
    font-size: 45px;
    line-height: 47px;
    text-align: center;
    color: #2E175A;
    padding-top: 40px;
  }
  .aboutinfo .aboutinfosub {
    font-weight: 400;
    font-size: 23px;
    margin-top: -10px;
  }
  .aboutinfo p {
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    margin-top: 30px;
    text-align: justify;
  }
  .Featuretitle {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 1000;
    text-align: center;
    font-size: 35px;
    position: absolute;
    margin-top: 45px;
  }
  .Features {
    padding: 0px 0;
    background: none;
    border-radius: 0px;
  }
  .Features img {
    width: 100%;
    margin: 25px 0;
  }
  .stayahead {
    margin: 10px 0;
  }
  .stayahead .onemonth {
    height: auto;
    background: #FFFFFF;
    border: 1px solid #B1B1B1;
    border-radius: 14.6364px;
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    padding: 10px;
  }
  .stayahead .onemonth h2 {
    font-weight: bold;
    font-size: 32.6178px;
    line-height: 41px;
    text-align: center;
    color: #2E175A;
    margin-top: 50px;
  }
  .stayahead .onemonth h1 {
    font-weight: bold;
    font-size: 27.5212px;
    line-height: 34px;
    text-align: center;
    color: rgba(46, 23, 90, 0.5);
    margin-top: 30px;
  }
  .stayahead .onemonth h1 .pricing {
    font-size: 48.9266px;
    color: #2E175A;
  }
  .stayahead .onemonth p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18.6387px;
    line-height: 23px;
    text-align: center;
    background: #2E175A;
    padding: 5px 10px;
    border-radius: 37.3745px;
    color: #FFFFFF;
    margin-top: 30px;
  }
  .stayahead .onemonth h3 {
    width: 90%;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #B1B1B1;
  }
  .stayahead .onemonth h4 {
    font-size: 24.7481px;
    line-height: 31px;
    text-align: center;
    color: #2E175A;
    margin: 50px 0;
  }
  .stayahead .onemonth h4 a {
    text-decoration: none;
  }
  .stayahead .premium {
    height: auto;
    background: #2E175A;
    border-radius: 14.6364px;
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    padding: 10px;
    margin: 20px 0px;
  }
  .stayahead .premium h2 {
    font-weight: bold;
    font-size: 32.6178px;
    line-height: 41px;
    text-align: center;
    color: #ffffff;
    margin-top: 50px;
  }
  .stayahead .premium h1 {
    font-weight: bold;
    font-size: 27.5212px;
    line-height: 34px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 30px;
  }
  .stayahead .premium h1 .pricing {
    font-size: 48.9266px;
    color: #ffffff;
  }
  .stayahead .premium p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18.6387px;
    line-height: 23px;
    font-weight: 500;
    text-align: center;
    background: #FFA41B;
    padding: 5px 10px;
    border-radius: 37.3745px;
    color: #ffffff;
    margin-top: 30px;
  }
  .stayahead .premium h3 {
    width: 80%;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #EAE4E4;
  }
  .stayahead .premium h4 {
    font-size: 24.7481px;
    line-height: 31px;
    text-align: center;
    margin: 50px 0;
  }
  .stayahead .premium h4 a {
    color: #ffffff;
    text-decoration: none;
    background: #FFA41B;
    padding: 15px 20px;
    border-radius: 37.3745px;
  }
  .hideon {
    display: none;
  }
  .footer {
    height: auto;
    background-color: #61A8E9;
  }
  .footer_container {
    justify-items: center;
    padding: 25px 0;
  }
  .footerhead {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 21.1556px;
    line-height: 26px;
    color: #ffffff;
  }
  .footerpara {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 18.1333px;
    line-height: 30px;
    margin-top: 10px;
    color: #ffffff;
  }
}

@media (min-width: 992px) {
  .logo {
    height: auto;
    width: 150px;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .show.nav-link {
    color: #61A8E9;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    display: block;
    padding: 0.5rem 0 0 4rem;
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #2E175A;
  }
  .navbar-expand-lg .navbar-nav .nav-link .nav-link.active {
    font-weight: 600;
  }
  .aboutinfo {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 1000;
    font-size: 45px;
    line-height: 47px;
    text-align: center;
    color: #2E175A;
    padding-top: 40px;
  }
  .aboutinfo .aboutinfosub {
    font-weight: 400;
    font-size: 23px;
    margin-top: -10px;
  }
  .aboutinfo p {
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    margin-top: 30px;
    text-align: justify;
  }
  .Featuretitle {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 1000;
    text-align: center;
    font-size: 45px;
    position: absolute;
    margin-top: 45px;
  }
  .Features {
    padding: 0px 0;
    background: none;
    border-radius: 0px;
  }
  .Features img {
    width: 100%;
    margin: 15px 0;
  }
  .stayahead {
    margin: 50px 0;
  }
  .stayahead .onemonth {
    height: auto;
    background: #FFFFFF;
    border: 1px solid #B1B1B1;
    border-radius: 14.6364px;
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    padding: 10px;
  }
  .stayahead .onemonth h2 {
    font-weight: bold;
    font-size: 32.6178px;
    line-height: 41px;
    text-align: center;
    color: #2E175A;
    margin-top: 50px;
  }
  .stayahead .onemonth h1 {
    font-weight: bold;
    font-size: 27.5212px;
    line-height: 34px;
    text-align: center;
    color: rgba(46, 23, 90, 0.5);
    margin-top: 30px;
  }
  .stayahead .onemonth h1 .pricing {
    font-size: 48.9266px;
    color: #2E175A;
  }
  .stayahead .onemonth p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18.6387px;
    line-height: 23px;
    text-align: center;
    background: #2E175A;
    padding: 5px 10px;
    border-radius: 37.3745px;
    color: #FFFFFF;
    margin-top: 30px;
  }
  .stayahead .onemonth h3 {
    width: 90%;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #B1B1B1;
  }
  .stayahead .onemonth h4 {
    font-size: 24.7481px;
    line-height: 31px;
    text-align: center;
    color: #2E175A;
    margin: 50px 0;
  }
  .stayahead .onemonth h4 a {
    text-decoration: none;
  }
  .stayahead .premium {
    height: auto;
    background: #2E175A;
    border-radius: 14.6364px;
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    padding: 10px;
    margin: -30px 10px 0 10px;
  }
  .stayahead .premium h2 {
    font-weight: bold;
    font-size: 32.6178px;
    line-height: 41px;
    text-align: center;
    color: #ffffff;
  }
  .stayahead .premium h1 {
    font-weight: bold;
    font-size: 27.5212px;
    line-height: 34px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 30px;
  }
  .stayahead .premium h1 .pricing {
    font-size: 48.9266px;
    color: #ffffff;
  }
  .stayahead .premium p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18.6387px;
    line-height: 23px;
    font-weight: 500;
    text-align: center;
    background: #FFA41B;
    padding: 5px 10px;
    border-radius: 37.3745px;
    color: #ffffff;
    margin-top: 30px;
  }
  .stayahead .premium h3 {
    width: 80%;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #EAE4E4;
  }
  .stayahead .premium h4 {
    font-size: 24.7481px;
    line-height: 31px;
    text-align: center;
    margin: 50px 0;
  }
  .stayahead .premium h4 a {
    color: #ffffff;
    text-decoration: none;
    background: #FFA41B;
    padding: 15px 20px;
    border-radius: 37.3745px;
  }
  .hideon {
    display: block;
  }
  .footer {
    height: auto;
    background-color: #61A8E9;
  }
  .footer_container {
    justify-items: center;
    padding: 25px 0;
  }
  .Timeline {
    width: 30rem;
  }
  .footerhead {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 21.1556px;
    line-height: 26px;
    color: #ffffff;
  }
  .footerpara {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 18.1333px;
    line-height: 30px;
    margin-top: 10px;
    color: #ffffff;
  }
}
/*# sourceMappingURL=About.css.map */