

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
@font-face {
  font-family: Neogrotesk Ess Alt;
  src: url("../font/NeogroteskEssAlt-Regular.woff") format("woff");
}

@font-face {
  font-family: Boston-SemiBold;
  src: url("../font/Boston-SemiBold.woff") format("woff");
}

@font-face {
  font-family: Neogrotesk Ess Alt Bold;
  src: url("../font/NeogroteskEssAlt-Bold.woff") format("woff");
}

@font-face {
  font-family: Boston-Regular;
  src: url("../font/Boston-Regular.woff") format("woff");
}

@font-face {
  font-family: Neogrotesk Ess Alt Light;
  src: url("../font/NeogroteskEssAlt-Light.woff") format("woff");
}
@font-face {
  font-family: Boston-Bold;
  src: url("../font/Boston-Bold.woff");
}

/*--------------------------- General Reset -------------------------- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/*--------------------------- General Elements -------------------------- */
::-webkit-scrollbar {
  width: 9px;
  }
::-webkit-scrollbar-track {
  border-radius: 20px;
  }
::-webkit-scrollbar-thumb {
  background-color: #1f64a7;
  border-radius: 20px;
  }
body {
  margin: 0 auto;
  overflow-x: hidden;
}
main {
  max-width: 1600px;
}
.scrolled {
  background-color: #1f64a7;
}
.exp:hover,
.jn:hover,
.ln:hover {
  background-color: #f96e46;
  color: white;
}

/*--------------------------- BANNER SECTION STARTS ----------------------------- */
.upper-section {
  background-image: url('../img/Group\ 2835.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 844px;
}
.container {
  width: 100%;
  height: 100vh;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1px;
}
.img-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -775px;
  align-items: center;
  height: 507px;
}
.img {
  width: 930px;
  height: 507px;
  opacity: 1;
  margin-bottom: -23px;
}
.img img {
  width: 100%;
  height: 100%;
}
.down-arrow {
  width: 26px;
  height: 44px;
  background: transparent url("../img/scroll down arrow.png") 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}


.container .learn {
  margin-top: -51px;
}
/* -------------------------------- BANNER SECTION ENDS -----------------------------------------------*/

/*--------------------------------- INITIAL SECTION STARTS ------------------------------*/
.initial {
  font-family: Neogrotesk Ess Alt;
  font-size: 3rem;
  margin: 2rem auto;
  color: #022859;
  text-align: center;
}
.initial-bold {
  font-family: Neogrotesk Ess Alt Bold;
}
/*--------------------------------- INITIAL SECTION ENDS ------------------------------*/

/*----------------------------- BODY SECTION STARTS ----------------------------------------*/
.body {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 2fr;
  grid-gap: 1rem;
  margin: 2rem auto;
  justify-content: center;
  font-family: Neogrotesk Ess Alt Bold;
  color: #022859;
  max-width: 900px;
  font-size: 43px;
}
.cir {
  height: 18rem;
  margin: auto;
  width: 18rem;
  border-radius: 50%;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
  font-family: Neogrotesk Ess Alt;
}
.cir p {
  font-size: 1.4rem;
  padding: 0.5rem 0.2rem;
}
.cir img {
  width: 40px;
  height: 35px;
  margin: 0.5rem;
}
.cir ul {
  list-style-type: none;
  width: 15rem;
  height: 16rem;
  margin-top: 3rem;
  margin-left: 2rem;
}
.cir li {
  margin: 0.5rem auto;
  display: flex;
  width: 100%;
}
.bb {
  margin: auto;
}
/*----------------------------- BODY SECTION ENDS ----------------------------------------*/


/*------------------------------------- TEXTT SECTION STARTS -----------------------------*/

.textt {
  text-align: center;
  width: 80%;
  margin: 2rem auto 0 auto;
  font-family: "Roboto Condensed", sans-serif;
}
/*----------------------------- TEXTT SECTION ENDS ----------------------------------------*/


/*-----------------------ABOVE CONTAINER SECTION STARTS---------------------------*/
.above-container {
}
.above-container .card-lower {
  max-width: 300px;
}
.card-section {
  max-width: 1220px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  margin: 0 auto;
  grid-gap: 1rem;
  justify-content: center;
}
.card-lower {
  /*box-shadow: 0 4px 8px 0 rgb(243, 241, 241);*/
  padding: 20px;
  text-align: left;
  margin: 0 auto;
  background-color: #ffffff;
  /*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
  display: flex;
  flex-direction: column;
  border-radius: 30px;
}
.card-lower:hover {
  box-shadow: 0px -1px 20px 6px #efeded;
}
.card-title {
  padding-top: 120px;
  font-size: 32px;
  color: #0d4162;
  font-weight: 600;
  padding-bottom: 20px;
  margin-top: -60px;
  font-family: Boston-SemiBold;
}
.card-content {
  font-size: 20px;
  font-family: Boston-Regular;
}
.card-btn {
  width: 150px;
  height: 50px;
  text-align: center;
  align-items: center;
  border: 2px solid #f96e46;
  margin-left: 50px;
  margin-top: 50px;
  border-radius: 15px;
  background-color: #fdfdfd;
  padding: 2px;
}
#btn1 {
  margin-top: 93px;
}
.card-img {
  width: 400px;
  height: 420px;
  opacity: 1;
  margin-top: 10px;
  z-index: 1;
  margin-bottom: -300px;
  align-items: center;
}
/*-----------------------ABOVE CONTAINER SECTION STARTS---------------------------*/



/*------------------------- VIDEO SECTION STARTS -------------------------------*/
.video-section {
  width: 70%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}

.video-content {
  margin: auto;
  font-size: 26px;
  color: #0d4162;
}
.caps {
  font-weight: 800;
  font-size: 40px;
}
.video {
  margin: auto;
  position: relative;
}
.video img {
  position: absolute;
  bottom: 15%;
  left: -18%;
  z-index: -1;
}
iframe {
  width: 534px;
  height: 377px;
  border-radius: 30px;
  margin-top: 56px;
}
/*------------------------- VIDEO SECTION STARTS -------------------------------*/


/* ----------------- BELOW CARD SECTION STARTS ----------------------- */
.belowContainer, .above-container {
  margin: 2rem auto;
  max-width: 1050px;
}
.card2, .card3 {}
.card-lower2, .card-lower3 {
  /*box-shadow: 0 4px 8px 0 rgb(243, 241, 241);*/
  width: 80%;
  padding: 0 1rem;
  text-align: left;
  background-color: #ffffff;
  /*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
}
.card-title2, .card-title3 {
  font-size: 1.6rem;
  padding: 0 0 0.5rem 0;
  color: #0d4162;
  font-family: Neogrotesk Ess Alt;
}
.card-content2, .card-content3 {
  color: #022859;
  font-family: Boston-Regular;
}
.card-img2, .card-img3 {
  margin: 1rem;
  width: 90px;
}
.card-img2 img, .card-img3 img {
  width: 100%;
}
.exp-div {
  align-items: center;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
  /* font-family: Boston-SemiBold; */
}
.exp {
  margin: 1rem auto;
  cursor: pointer;
  width: 216px;
  height: 68px;
  border: 2px solid #f96e46;
  border-radius: 10px;
  z-index: 99;
  opacity: 1;
  text-align: center;
  font-size: 12px;
  background-color: white;
  font-family: Boston-SemiBold;
  transition: all 0.4s;
}
/* ----------------- BELOW CARD SECTION ENDS ----------------------- */


/*------------------------- SLIDER SECTION STARTS -----------------------*/
@-webkit-keyframes slideComputer {
  0% {
    transform: translateX(-300px);
  }
  10% {
    transform: translateX(-300px);
  }
  20% {
    transform: translateX(300px);
  }
  30% {
    transform: translateX(300px);
  }
  40% {
    transform: translateX(-300px);
  }
  50% {
    transform: translateX(-300px);
  }
  60% {
    transform: translateX(-900px);
  }
  70% {
    transform: translateX(-900px);
  }
  80% {
    transform: translateX(300px);
  }
  90% {
    transform: translateX(300px);
  }
  100% {
    transform: translateX(-300px);
  }
}
@-webkit-keyframes slideMob {
  0% {
    transform: translateX(-250px);
  }
  10% {
    transform: translateX(-250px);
  }
  20% {
    transform: translateX(250px);
  }
  30% {
    transform: translateX(250px);
  }
  40% {
    transform: translateX(-250px);
  }
  50% {
    transform: translateX(-250px);
  }
  60% {
    transform: translateX(-750px);
  }
  70% {
    transform: translateX(-750px);
  }
  80% {
    transform: translateX(250px);
  }
  90% {
    transform: translateX(250px);
  }
  100% {
    transform: translateX(-250px);
  }
}
.sliderSection {}
.sliderSection .quotes {
  height: 200px;
  width: 200px;
}
.sliderSection .quotes img {
  width: 100%;
}
.sliderSection #upperQuote {
  margin-bottom: -80px;
  margin-left: 5%;
}
.sliderSection #lowerQuote {
  margin-top: -40px;
  margin-left: 80%;
}
.sliderSection .slideContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 2100px;
  transform: translateX(-600px);
  -webkit-animation-name: slideComputer;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-direction: alternate;
}
.sliderSection .slideCard {
  min-width: 650px;
  max-width: 650px;
  margin: 0 100px;
  padding: 1rem;
  border-radius: 10px;
  transition: 0.4s;
}
.sliderSection .slideCard:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.slideCard .upperCard {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 1rem;
}
.slideCard .upperCard .imgContainer {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #ffe194;
}
.slideCard .upperCard img {
  width: 100%;
}
.slideCard .upperCard .namePosition {
  margin: auto 0;
  text-align: left;
  color: #0d4162;
  font-family: Boston-SemiBold;
}
.slideCard .lowerCard {
  padding: 1rem;
}
.slideCard .lowerCard p {
  font-family: Boston-Regular;
  font-size: 20px;
}
.slider-frame {
  margin-top: 200rem;
  height: 600px;
  width: 600px;
  margin: 2rem auto;
}
.slide-cards {
  width: 3600px;
  height: 800px;
  margin: 0 0 0 -145%;
  position: relative;
  -webkit-animation-name: slide_animation;
  -webkit-animation-duration: 33s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-play-state: running;
}
.card-container {
  height: 500px;
  width: 500px;
  margin: 0 6rem;
  position: relative;
  float: left;
}
.slide-cards .card, .slide-cards .card .card-lower {
  width: 500px;
  min-height: 400px;
}
.appostrophe {
  width: 179px;
  height: 122px;
}
#upper-comma {
  margin-left: 100px;
  margin-bottom: -100px;
  margin-top: 120px;
}
#lower-comma {
  margin-left: 1200px;
  margin-top: -50px;
}
.appostrophe img {
  width: 100%;
  height: 100%;
}
/*------------------------- SLIDER SECTION ENDS -----------------------*/



/*-------------- FOOTER BEFORE SECTION STARTS ---------------*/
.footer-before {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}
.footer-before-image {
  padding-left: 5rem;
  /*margin-right: 200px;*/
}
.footer-before-image img {
  width: 100%;
}
.footer-before-content {}

.footer-before-content {
  display: flex;
  flex-direction: column;
  border: none;
}
.footer-before-content-title {
  font-size: 42px;
  color: #0d4162;
  font-weight: 700;
  text-align: left;
  /* font-family: "Roboto Condensed", sans-serif; */
  font-family: Neogrotesk Ess Alt Bold;
}
.footer-before-content-para1, .footer-before-content-para2 {
  font-size: 18px;
  text-align: left;
  padding-bottom: 20px;
  padding-top: 20px;
  font-family: Boston-Regular;
}
#para1 {
  margin-top: 50px;
}
#para2 {
  margin-bottom: 30px;
}
.jn {
  text-align: center;
  width: 194px;
  height: 62px;
  background-color: #ffe194;
  cursor: pointer;
  border: none;
  margin-right: 20px;
  border-radius: 15px;
  font-weight: 500;
  font-family: Boston-SemiBold;
  transition: all 0.4s;
}
.ln {
  text-align: center;
  width: 194px;
  height: 62px;
  color: black;
  border-radius: 15px;
  cursor: pointer;
  border: none;
  background-color: white;
  border: 2px solid #ffe194;
  font-weight: 500;
  font-family: Boston-SemiBold;
  transition: all 0.4s;
}
/*-------------- FOOTER BEFORE SECTION ENDS ---------------*/

.card1img {
  height: 210px;
  width: 210px;
  margin: 15px 70px;
}

.ellp {
  position: absolute;
  left: -60px;
}

@media screen and (min-width: 2700px) {
  .img-content {
    width: 100%;
  }
  .video-section {
    width: 50%;
    margin: auto;
  }
  #upper-comma {
    margin-left: 15%;
  }
  .slider-frame {
    width: 1304px;
    margin-left: 25%;
  }
  #lower-comma {
    margin-left: 72%;
  }
  .laptop-view {
    width: 50%;
    margin: 5px auto;
  }
  .video-section {
    width: 60%;
    margin: auto;
  }
  .footer-before-image>img {
    margin-left: 30%;
  }
  .footer {
    margin-left: 12%;
  }
  .footer-text {
    margin-right: 10%;
  }
}

@media screen and (max-width:1500px) {
  .laptop-view .innertext {
    left: 9%;
  }
}

@media screen and (max-width: 1300px) {
  
  .card-section {
    width: 100%;
  }
  .card-section .card .card-content {
    font-size: 1rem;
  }
  .card2, .card3 {
    min-width: 300px;
  }
  .card-section .card2 .card-content2, .card-section .card3 .card-content3 {
    font-size: 0.9rem;
  }
  .card-section .card .card-title {
    font-size: 1.4rem;
  }
  .card-section .card2 .card-title2, .card-section .card3 .card-title3 {
    font-size: 1.2rem;
  }
  .card-section .card .card-img {
    width: 300px;
    height: 320px;
    margin-bottom: -200px;
  }
  .above-container {
    padding: 0;
  }
  .laptop {
    margin-left: -10%;
  }
  .innertext {
    left: 0.5%;
  }
  .slider-frame .slide-cards .card-content {
    font-size: 1rem;
  }
}

@media screen and (max-width:1100px) {
  .sliderSection .quotes {
    height: 150px;
    width: 150px;
  }
  .sliderSection .slideContainer {
    width: 1800px;
  }
}

@media screen and (max-width: 1047px) {
  .largeContainer {
    max-width: 900px;
  }
  .largeContainer .innerContainer {
    top: 15vh;
    left: 200px;
  }
  .innerContainer h1 {
    font-size: 1.8rem;
  }
  .innerContainer h2 {
    font-size: 1.5rem;
  }
  .slide-cards {
    margin: 0 0 0 -105%;
    -webkit-animation-name: slide_animation_mobile;
    -webkit-animation-duration: 33s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
  }
  .header-container {
    position: relative;
  }
  .right-nav nav .nav-links {
    /* display: grid; */
    position: fixed;
    /* grid-template-columns: auto; */
    background: radial-gradient(#39a2db, #1f64a7, #043b81);
    height: 100vh;
    width: 100%;
    top: 0;
    right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-clip-path: circle(27% at 90% -20%);
    opacity: 0;
    transition: all 0.5s ease-in;
    /* display: none; */
  }
  .right-nav nav .nav-links.open {
    -webkit-clip-path: circle(179% at 90% -20%);
    opacity: 1;
  }
  .right-nav nav .mob-image {
    background: url("../img/mob-image.png") no-repeat center center/cover;
    position: absolute;
    cursor: pointer;
    right: 7%;
    top: 63%;
    transform: translate(-5%, -50%);
    width: 26px;
    height: 26px;
    z-index: 100;
  }
  
  .slider-frame {
    padding-left: 175px;
    width: 90%;
    margin-left: 0;
  }
  .group .bb {
    margin-left: -10%;
    font-size: 2rem
  }
  .video-content {
    font-size: 1.2rem;
  }
  .video-content .video iframe {
    max-width: 350px;
  }
  .video-content span {
    font-size: 1.6rem;
  }
  .video {
    min-width: 400px;
  }
  .video iframe {
    width: 100%;
  }
  .laptop {
    width: 85%;
    margin-left: -15%;
  }
  .innertext {
    left: 0
  }
  .laptop img {
    width: 100%;
  }
  .laptop-view .innertext {
    left: -32%;
  }
  .footer-before-content-title {
    font-size: 1.2rem;
  }
  .footer-before-image {
    width: 1000px;
    height: 1000px;
  }
  .footer-before-image img {
    width: 100%;
  }
  .footer-icons {
    width: 100%;
    margin: auto;
  }
  .card-section {
    grid-template-columns: 1fr 1fr;
  }
  .exp-div button.exp {
    margin-top: 50px;
  }
  .footer-before {
    margin: 2rem auto ;
    grid-template-columns: 1fr;
    height: 100%;
    width: 100%;
  }
  .footer-before-image {
    padding: 0;
    margin: 0 auto;
    width: 500px;
    height: 400px;
  }
  .footer-before-image img {
    width: 100%;
    height: 100%;
  }
  .footer-before-content {
    margin: 0 auto;
    width: 80%;
  }
  .footer-before-content-title {
    font-size: 36px;
    text-align: center;
  }
  .footer-before-content-para1, .footer-before-content-para2 {
    text-align: justify;
    margin: 5px auto;
  }
  .footer-before-content-button {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    text-align: center;
    justify-content: center;
  }
  .footer-before-content-button button {
    margin: 0 auto;
    font-size: 0.8rem;
  }
}

@media screen and (max-width:900px) {
  
  .belowContainer, .above-container {
    max-width: 850px;
  }
  .footer-icons {
    margin-left: 20px;
  }
  .insta, .fb, .linkedin, .tw {
    max-width: 30px;
  }
  .insta img, .fb img, .linkedin img, .tw img {
    width: 100%;
  }
  .initial {
    font-size: 1.6rem;
  }
  .laptop {
    margin-left: -25%;
  }
  .laptop img {
    display: none;
  }
  .innertext {
    top: 90%;
  }
  footer .footer-container .upper-footer {
    padding-left: 2rem;
    display: grid;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    grid-template-columns: 1fr;
  }
  footer .center-footer .footer-icons button, footer .center-footer .footer-icons input {
    margin: 0.5rem;
    border-radius: 10px;
  }
  .innertext {
    margin-top: -250px;
  }
  .innertext1, .innertext2 {
    color: black;
    margin: 1rem;
  }
  .demo {
    grid-gap: 2rem;
  }
  .flower img {
    display: none;
  }
  .slide-cards {
    margin: 0 0 0 -130%;
    -webkit-animation-name: slide_animation_middle;
    -webkit-animation-duration: 33s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
  }
}

@media screen and (max-width:950px) {
  .sliderSection .quotes {
    height: 100px;
    width: 100px;
  }
  .sliderSection .slideContainer {
    width: 1500px;
  }
  .slideCard .lowerCard p {
    font-size: 18px;
  }
}

@media screen and (max-width:775px) {
  .sliderSection .quotes {
    display: none;
  }
  .sliderSection .slideContainer {
    width: 1300px;
  }
  .sliderSection .slideContainer .slideCard {
    max-width: 400px;
    min-width: 400px;
  }
  .slideCard .lowerCard p {
    font-size: 16px;
  }
}

/*Mobile Display*/

@media screen and (max-width: 769px) {
  .largeContainer {
    margin-top: 150px;
    margin-bottom: 100px;
    height: 150vh;
  }
  .card-container .card-lower {
    margin-top: 30px;
  }
  .ellp {
    width: 115px!important;
    left: 0;
  }
  .textt h2 {
    font-size: 1.4rem;
  }
  .video iframe {
    width: 300px
  }
  .card2, .card3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .card-lower2, .card-lower3 {
    text-align: center;
    width: 80%;
  }
  .slide-cards {
    margin: 0 0 0 -55%;
    -webkit-animation-name: slide_animation_mobile2;
    -webkit-animation-duration: 33s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
  }
  .slide-cards .card-container .card {
    width: 300px;
  }
  .card-section {
    width: 75%;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
  .footer-before {
    padding: 0;
  }
  .container {
    height: calc(208% - 135px);
  }
  .laptop {
    margin: 0;
    margin: 0 auto;
    padding: 0;
  }
  .laptop form {
    grid-template-columns: 1fr;
  }
  .img-content {
    margin-top: -1007px;
  }
  .img {
    width: 597px;
    height: 366px;
    opacity: 1;
    /* margin-left: -100px; */
    margin-top: -527px;
  }
  .learn {
    margin-top: -42px;
  }
  .left-nav {
    margin-left: 39px;
  }
  .body {
    grid-template-columns: 1fr;
  }
  .video-section {
    grid-template-columns: 1fr;
  }
  .group .cir {
    margin-top: 0%;
    text-align: center;
  }
  .group .bb {
    padding: 0;
    margin: 0 auto;
  }
  .body-content {
    max-width: 244px;
  }
  .body-content ul {
    margin-left: -118px;
  }
  .body-title {
    display: none;
  }
  .rect-img {
    display: none;
  }
  .laptop-view {
    width: 200px;
  }
  .laptop-view.innertext {
    left: 0;
  }
  .lap-img {
    background: url("../img/Group 1507.png") 0% 0% no-repeat;
    margin-left: 46px;
    margin-top: 21px;
  }
  #lapp {
    display: none;
  }
  .textt {
    width: 85%;
    font-size: 19px;
  }
  .textt h2 {
    text-align: left;
  }
  .video-section {
    margin-top: 3rem;
    text-align: center;
    width: 100%;
  }
  .video-section img {
    display: none;
  }
  .video-content {
    font-size: 21px;
  }
  .video {
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    height: 248px;
  }
  iframe {
    width: 278px;
    height: 248px;
    margin-top: -100px;
  }
  .video img {
    position: absolute;
    top: 154%;
    left: 86%;
    z-index: -1;
  }
  .caps {
    font-size: 29px;
  }
  .line1, .line2, .line3 {
    margin: 5px 19px;
  }
  .card-title2, .card-title3 {
    font-size: 26px;
  }
  .card-content2, .card-content3 {
    font-size: 15px;
    max-width: 305px;
  }
  .exp-div {
    margin-left: 16%;
  }
  .exp {
    display: none;
  }
  .slider-frame {
    margin-left: 5px;
    margin-right: auto;
    padding-left: 0;
    margin-top: -167px;
    height: 444px;
  }
  .appostrophe {
    display: none;
  }
  #sli-img {
    height: 100px;
    width: 100px;
    margin-left: 9px;
  }
  #testimony-card-title {
    font-size: 16px;
    margin-left: 13px;
  }
  #testimony-card-content {
    margin-top: 38px;
  }
  .card-content {
    font-size: 15px;
    max-width: 300px;
  }
  .laptop-view {
    max-height: 500px;
  }
  .flower {
    width: 697px;
    height: 381px;
    margin-left: 21px;
  }
  .flower img {
    width: 100%;
    height: 100%;
    display: none;
  }
  .laptop {
    margin: -400px auto 0 auto;
    width: 300px;
    height: 280px;
  }
  #lpimg {
    height: 400px;
  }
  .laptop img, .logibe-img {
    display: none;
    width: 100%;
  }
  .innertext {
    width: 100%;
    top: -170%;
    transform: translate(0%, 65%);
    margin: 0 auto;
  }
  .laptop-view form {
    margin-bottom: 2rem;
  }
  .innertext1, .innertext2 {
    color: #0d4162;
    font-size: 22px;
  }
  .laptop-view .laptop .tryout {
    margin-top: -10%;
  }
  .laptop-view .laptop button.tryout {
    font-size: 15px;
  }
  .jn, .ln {
    margin: 5px;
    font-size: 18px;
  }
  .footer-above {
    margin-top: 152px;
  }
  .footer {
    height: 930px;
  }
  .footer-text {
    display: none;
  }
  input {
    font-size: 14px;
  }
  .innertext>button {
    font-size: 18px;
  }
  .logibe-img {
    background: url("../img/Group 1505.png") no-repeat center center/cover;
    width: 84px;
    height: 73px;
    position: absolute;
    top: 96%;
    left: 50%;
    transform: translate(-10%, 89%);
    z-index: 100;
  }
  .innertext {
    margin-left: 100px;
    margin-top: 49px;
  }
  .bgrnd {
    display: none;
  }
  #sli {
    width: 459px;
    justify-content: center;
    /* align-items: center; */
    margin-left: -16px;
  }
}

@media screen and (max-width:550px) {
  .sliderSection .slideContainer {
    width: 1050px;
  }
  .sliderSection .slideContainer .slideCard {
    max-width: 400px;
    min-width: 400px;
  }
}

@media screen and (max-width: 428px) {
  .sliderSection .slideContainer {
    -webkit-animation-name: slideMob;
    width: 900px;
  }
  .sliderSection .slideCard .upperCard h1 {
    font-size: 1.4rem;
  }
  .sliderSection .slideCard .upperCard h2 {
    font-size: 1.2rem;
  }
  .sliderSection .slideContainer .slideCard {
    max-width: 300px;
    min-width: 300px;
  }
  .img-content {
    margin-top: -1088px;
  }
  .slider-frame .slide-cards .card, .slider-frame .slide-cards .card .card-content, .slider-frame .slide-cards .card .card-lower {
    max-width: 300px;
  }
  .largeContainer {}
  .largeContainer .leafContainer {}
  .slide-cards {
    margin: 0 0 0 -185%;
    -webkit-animation-name: slide_animation_mobile_small;
  }
  .footer-before, .footer-before-content-para1, .footer-before-content-para2 {
    width: 300px;
  }
  .video-section {
    width: 96%;
  }
  footer .footer-container .upper-footer, footer .footer-container .center-footer {
    width: 100%;
    padding: 2rem;
  }
  footer .footer-container .upper-footer {
    padding-left: 4rem;
  }
  footer input {
    max-width: 180px!important;
  }
}
