* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  src: url("../fonts/Switzer-Medium.otf");
  font-family: 'Switzer';
}

/******Reuseable Code*******/
.container {
  max-width: 1600px;
}

body {
  background-color: #f5f5f5;
  font-family: Switzer, sans-serif;
}

.lines {
  background-color: #9290f3;
  padding: 15px 10px;
  border-radius: 1000px;
}

.line1,
.line2,
.line3 {
  width: 23px;
  height: 3px;
  margin: 5px;
  transition: all 0.4s;
  background-color: #fff;
}

.line2 {
  margin-left: -1px;
}

.line1 {
  display: none;
}

.change .line1 {
  opacity: 1;
  display: flex;
  transform: rotate(-45deg) translate(-5px, 6px);
  transition: 0.1s all;
}

.change .line2 {
  opacity: 0;
}

.change .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
  transition: 0.1s all;
}

/***************************/
/******Header-section starts*******/
.header {
  background: #f5f5f5;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.1);
}

.logo {
  width: 120px;
  max-height: 60px;
  vertical-align: middle;
  display: inline-block;
}

.header .navbar-nav {
  padding-right: 120px;
}

.header .nav-link {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.dropdown-toggle::after {
  display: none;
}

.home {
  opacity: 0 !important;
}

.fa-chevron-down {
  margin-right: 12px;
  opacity: 0.35;
  font-size: 12px;
}

.dropdown-menu {
  border-radius: 15px;
}

.header-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 20px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #f5f5f5;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  text-decoration: none;
}

.cart-quantity {
  background-color: #ff0062;
  color: #fff;
  display: inline-block;
  height: 18px;
  min-width: 18px;
  margin-left: 8px;
  padding-right: 6px;
  padding-left: 6px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.main-section {
  background: #e6e0fc;
  height: 70vh;
  min-height: 600px;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 30%);
  width: 100%;
}

.hero-heading {
  margin-top: 0px;
  font-family: "Switzer", sans-serif;
  color: #000;
  font-size: 7.2em;
  line-height: 0.94;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
}

.smile-orange {
  background-image: url("../images/span1.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-right: 100px;
  background-size: 75%;
  background-repeat: no-repeat;
}

.scriblled {
  display: inline-block;
  padding-right: 1.5rem;
  padding-bottom: 1.2rem;
  background-image: url("../images/span2.svg");
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 10px;
}

.dropdown-menu .dropdown-item:hover {
  background-color: rgb(196, 149, 240);
  border-radius: 15px;
}

/***************/

.images-section {
  background-color: #e6e0fc;
}

.images-section .img-1 {
  border-radius: 50%;
  height: 300px;
  margin-top: 100px;
}

.images-section .img-2 {
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.images-section .img-3 {
  object-fit: cover;
  border-radius: 180px 180px 180px 180px;
  height: 420px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -100px;
}

.images-section .img-4 {
  height: 300px;
  margin-top: 100px;
}

/*************/
.tricker-section {
  background: #e6e0fc;
}

.tricker-section img {
  max-width: 180px;
  height: 6rem;
  vertical-align: middle;
  display: inline-block;
  margin: 0 18px;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(50%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-180%, 0, 0);
    transform: translate3d(-180%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(50%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-180%, 0, 0);
    transform: translate3d(-180%, 0, 0);
  }
}

.ticker-wrap {
  bottom: 0;
  overflow: hidden;
  box-sizing: content-box;
}

.ticker-wrap .ticker {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  line-height: 4rem;
  white-space: nowrap;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 20s;
  animation-duration: 10s;
}

.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 0rem;
}

.text-tricker {
  padding: 2rem 3.8rem;
  border-style: solid;
  border-width: 2px;
  border-color: #c7c6ff;
  border-radius: 200px;
  background-color: #faf8ff;
  color: #2b2b2b;
  font-size: 3.2rem;
  font-weight: 500;
  background-color: #fff;
}

/******************/
.image-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-box img {
  max-width: 100%;
}

.images-section-2 {
  margin-top: -100px;
}

.images-section-2 .img-1 {
  margin-top: -100px;
  height: 250px;
}

.images-section-2 .img-2 {
  object-fit: cover;
  border-radius: 180px 180px 180px 180px;
  height: 420px;
  vertical-align: middle;
  display: inline-block;
  margin-top: 200px;
}

.images-section-2 .img-3 {
  height: 250px;
  margin-top: 200px;
}

.images-section-2 .img-4 {
  border-radius: 50px 50px 50px 50px;
  margin-top: 0;
}

.anim-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 20px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #ffff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  border: none;
  font-size: 18px;
  font-family: Switzer, sans-serif;
  text-decoration: none;
}

.arrow {
  position: relative;
  transition: color 300ms ease;
}

.text {
  position: relative;
  transition: color 300ms ease;
}

.circle {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: #323233;
  border-radius: 10000px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: transform 300ms ease;
}

.anim-btn:hover .circle {
  transform: translate(-50%, -50%) scale(7);
  transition: 1s ease-out;
}

.anim-btn:hover .text {
  color: #ffeeed;
}

.anim-btn:hover .arrow {
  color: #ffeeed;
/*  transform: translate(-50%, -50%) scale(4);*/
}

/*****************/

.pills-section .nav-pills {
  border-radius: 1000px;
  width: 100%;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
  background-color: #fff;
}

.pills-section .nav-link {
  border-radius: 1000px;
  margin-right: 10px;
  padding: 40px 35px;
  color: #a5a5a5;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #a3a3a3;
  font-size: 20px;
  font-weight: 500;
  background-color: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #9290f3;
  color: #fff;
}

.pills-section .nav-link:focus {
  background-color: #9290f3;
  color: #fff;
}

.heading-small {
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: Switzer, sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.25;
  font-weight: 500;
}

.pill-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #ffe6f1;
  height: 80px;
  width: 80px;
}

.pill-image2 {
  background-color: #b6effd;
}

.pill-image3 {
  background-color: #dcffc2;
}

.pill-image4 {
  background-color: #e7dbff;
}

.pill-box {
  background-color: #fff;
  border-radius: 25px;
  width: 100%;
  margin-bottom: 10px;
}

.pill-box .inner-pill {
  padding: 50px 40px;
}

.pill-box p {
  font-family: "Switzer", sans-serif;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1em;
  line-height: 1.45;
  letter-spacing: 0.5px;
}

/****************************/
.video-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.video-box {
  position: relative;
  height: 70vh;
  min-height: auto;
  background: url("../images/play-box.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.play-box {
  position: absolute;
  width: 140px;
  height: 90px;
  border-radius: 50px;
  background-color: #9290f3;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: 0.5s all;
}

.play-box:hover {
  background-color: rgb(130, 169, 204);
  transition: 1s all;
}

.video-section a {
  text-decoration: none;
  list-style: none;
}

/************************************/

.big-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.big-box {
  width: 100%;
  padding: 3.8em 3.2em;
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 10px;
}

.inner-big-box ul li {
  list-style: none;
}

.heading-medium {
  margin-top: 10px;
  color: #000;
  font-size: 2.6em;
  line-height: 1.2;
  font-weight: 500;
}

.big-box-list {
  margin-top: 40px;
}

.big-box-list ul li {
  display: flex;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1em;
  font-family: "Switzer", sans-serif;
}

.big-box-list .steps {
  display: flex;
  align-items: center;
  color: #193a9b;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}

.big-box-list span i {
  align-items: center;
  background-color: rgba(147, 255, 65, 0.2);
  color: rgba(23, 228, 176, 0.65);
  border-radius: 100%;
  min-width: 22px;
  height: 22px;
  font-size: 9px;
  margin-right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
}

/**********************************/

.two-img-box {
  background-color: #ffeccd;
  border-radius: 25px;
  display: block;
  max-width: 100%;
}

.inner-small-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tag {
  margin-bottom: 15px;
  padding: 20px 30px;
  border-radius: 100px;
  font-family: "Switzer";
  background-color: hsla(0, 0%, 94%, 0.5);
  color: #414040;
  font-size: 0.9em;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.small-img-button .hero-button {
  background-color: #ffe595;
}

.heading-large {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Switzer";
  color: #000;
  font-size: 3.2em;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.small-card-box p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16.8px;
  font-family: "Switzer";
  line-height: 24.36px;
  letter-spacing: 0em;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.two-image-section  .col-lg-8{
  max-width: 61%;
  flex: 0 0 61%;
}
.two-image-section  .col-lg-4{
  max-width: 39%;
  flex: 0 0 39%;
}
.small-card-box {
  display: flex;
  height: auto;
  padding: 3em 3.5em;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  border-radius: 32px;
  background-color: #fff;
  margin-top: 130px;
  margin-left: -50px;
}

.two-image-section img {
  max-width: 100%;
}

.Boxes_2 .pill-image {
  margin-bottom: 43px !important;
}

.Boxes_2 .pill-box .inner-pill {
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0px;
  padding: 3.5em 3em 4em;
}

footer {
  padding-top: 6em;
  padding-bottom: 4em;
}

footer .footer_input {
  background: #fff;
  padding: 10px 12px;
  align-items: center;
  border-radius: 100px;
  margin: 0 0 15px;
}

footer .footer_input .form-control {
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
  outline: none;
  width: 100%;
  height: auto;
  min-height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 200px;
  box-shadow: inset 1px 1px 0 0 #fff;
}

footer .footer_input .form-control:focus {
  outline: 1px solid #193a9b;
  border-radius: 100px;
}

footer .footer_input .footer_btn {
  width: 3.2em;
  height: 3.2em;
  border-radius: 100%;
  background-color: #ff715b;
  background-image: url(../images/footer-tick.svg);
  background-position: 50% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 9px 15px;
}

footer .footer_text p {
  display: block;
  color: #363636;
  font-size: 1.45em;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 45px;
  margin-bottom: 45px;
}

.footer_list ul {
  list-style: none;
}

footer .footer_list ul li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.footer_list a {
  text-decoration: none;
}

footer .footer_list .heading-small {
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: Switzer, sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.25;
  font-weight: 500;
}

footer .footer_list .link-footer {
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.20s;
  text-decoration: none;
}
footer .footer_list .link-footer:hover{
  color: #000;
}
footer .footer-inner {
  display: flex;
  grid-column-gap: 20px;
}

footer .small-legal-text {
  color: #6e6e6e;
  font-size: 13px;
}

footer .link {
  text-decoration: none;
  color: #a5a5a5;
}

footer .footer_social {
  justify-content: start;
  justify-items: start;
  align-items: center;
  grid-auto-flow: column;
  grid-column-gap: 2em;
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 16px;
  margin-bottom: 12px;
}

footer .footer_auth {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 35px;
}
@media screen and (max-width: 991px){
  .two-image-section  .col-lg-8{
    max-width: 100%;
    flex: 0 0 100%;
  }
  .two-image-section  .col-lg-4{
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 600px) {
  footer .footer_auth {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 35px;
  }

  .images-section .img-3,
  .images-section .img-1,
  .images-section .img-2,
  .images-section .img-4 {
    height: auto;
    margin: 0;
    width: 25vw;
    height: 18vh;
  }

  .images-section .img-3 {
    display: flex;
    justify-content: right;
    align-items: flex-end;
  }

  .header {
    background-color: #fff;
  }

  .header .navbar-nav {
    padding-right: 0;
  }

  .fa-chevron-down {
    float: right;
  }

  .anim-btn {
    display: block;
    width: 100%;
    color: #000;
  }

  .anim-btn:hover .circle {
    display: none;
  }

  .anim-btn:hover .text {
    color: #000;
  }

  .anim-btn:hover .arrow {
    color: #000;
  }

  .main-section {
    background: #e6e0fc;
    height: 50vh;
    min-height: unset;
  }

  .hero-heading {
    font-size: 40px;
    line-height: 1;
  }
  .text-tricker{
    padding: 0rem 1rem;
    font-size: 1.25rem;
}
.tricker-section img {
  max-width: 92px;

}
  .smile-orange {
    background-image: url(../images/span1.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-right: 89px;
    background-size: 62%;
  }

  .scriblled {
    display: inline-block;
    padding-right: 1rem;
    padding-bottom: 0.8rem;
    background-image: url(../images/span2.svg);
    background-position: 100% 100%;
    background-size: 51%;
    background-repeat: no-repeat;
  }

  .hero-button {
    width: auto;
  }

  .pills-section .nav-pills {
    border-radius: 0 !important;
    width: 100%;
    padding: 10px 0px;
    background-color: transparent !important;
    display: block !important;
  }

 .pills-section   .nav-pills .nav-link.active,
  .pills-section  .nav-pills .show > .nav-link {
    background-color: #9290f3;
    color: #fff;
    width: 100%;
    text-align: start;
  }
   .pills-section  .nav-pills .nav-link{
        padding: 8px 10px;
  }

  .small-card-box {
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    padding: 70px 30px;
  }

  .heading-large {
    font-size: 32px;
  }

  .tag {
    font-size: 12px;
    font-weight: 400;
  }
}

@media screen and (min-width: 601px) and (max-width: 768px) {
  footer .footer_auth {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 35px;
  }

  .footer_text p {
    color: #363636;
    font-size: 1em;
    line-height: 1.4;
    letter-spacing: 0em;
  }

  .hero-content {
    transform: translate(-50%, 80%);
  }

  .header .navbar-nav {
    padding-right: 0;
  }

  .fa-chevron-down {
    float: right;
  }

  .images-section .img-3,
  .images-section .img-1,
  .images-section .img-2,
  .images-section .img-4 {
    height: auto;
    margin: 0;
    width: 25vw;
    height: 18vh;
  }

  .images-section .img-3 {
    display: flex;
    justify-content: right;
    align-items: flex-end;
  }

  .header {
    background-color: #fff;
  }

  .anim-btn {
    display: block;
    width: 100%;
    color: #000;
  }

  .anim-btn:hover .circle {
    display: none;
  }

  .anim-btn:hover .text {
    color: #000;
  }

  .anim-btn:hover .arrow {
    color: #000;
  }

  .hero-heading {
    font-size: 4em;
  }

  .smile-orange {
    background-image: url(../images/span1.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-right: 89px;
    background-size: 62%;
  }

  .scriblled {
    display: inline-block;
    padding-right: 1rem;
    padding-bottom: 0.8rem;
    background-image: url(../images/span2.svg);
    background-position: 100% 100%;
    background-size: 51%;
    background-repeat: no-repeat;
  }

  .hero-button {
    width: auto;
  }

  section .nav-pills {
    border-radius: 0 !important;
    width: 100%;
    padding: 10px 0px;
    background-color: transparent !important;
    display: block !important;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    background-color: #9290f3;
    color: #fff;
    width: 100%;
  }

  .small-card-box {
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    padding: 70px 30px;
  }
  


}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .header .nav-link {
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-content {
    transform: translate(-50%, 80%);
  }

  .header .navbar-nav {
    padding-right: 0;
  }

  .fa-chevron-down {
    float: right;
  }

  .images-section .img-3,
  .images-section .img-1,
  .images-section .img-2,
  .images-section .img-4 {
    height: auto;
    margin: 0;
    width: 25vw;
    height: 18vh;
  }

  .images-section .img-3 {
    display: flex;
    justify-content: right;
    align-items: flex-end;
  }

  .header {
    background-color: #fff;
  }

  .anim-btn {
    display: block;
    width: 100%;
    color: #000;
  }

  .anim-btn:hover .circle {
    display: none;
  }

  .anim-btn:hover .text {
    color: #000;
  }

  .anim-btn:hover .arrow {
    color: #000;
  }

  .hero-heading {
    font-size: 4em;
  }

  .smile-orange {
    background-image: url(../images/span1.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-right: 89px;
    background-size: 62%;
  }

  .scriblled {
    display: inline-block;
    padding-right: 1rem;
    padding-bottom: 0.8rem;
    background-image: url(../images/span2.svg);
    background-position: 100% 100%;
    background-size: 51%;
    background-repeat: no-repeat;
  }

  .hero-button {
    width: auto;
  }

  .pills-section .nav-pills {
    border-radius: 1000px;
    width: 100%;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    background-color: #fff;
  }

  .pills-section .nav-link {
    border-radius: 1000px;
    margin-right: 10px;
    padding: 10px 20px;
    color: #a5a5a5;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    background-color: transparent;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    background-color: #9290f3;
    color: #fff;
  }

  .pills-section .nav-link:focus {
    background-color: #9290f3;
    color: #fff;
  }

  .small-card-box {
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    padding: 70px 30px;
  }

  footer .footer_auth {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 35px;
  }

  .footer_text p {
    color: #363636;
    font-size: 1em;
    line-height: 1.4;
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 991px) and (max-width: 1155px) {
  .pills-section .nav-pills {
    border-radius: 1000px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    background-color: #fff;
  }

  .pills-section .nav-link {
    border-radius: 1000px;
    margin-right: 10px;
    padding: 10px 30px;
    color: #a5a5a5;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    background-color: transparent;
  }
}

@media screen and (min-width: 991px) and (max-width: 1113px) {
  .small-card-box {
    margin-top: 50px;
    margin-left: -40px;

  }
}

/**********media-Queries ends**********/

/* /////////////////////////////////////////////////// */

/* ///////////////////////////////////////////////// */
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.main-grid {
  position: relative;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-grid.gallery {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.hero-sub-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-sub-wrapper._01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
 

#box1_img1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#box1_img2 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
  -ms-grid-row-align: center;
  align-self: center;
}

#box1_img3 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 3;
  grid-column-end: 10;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#box1_img4 {
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-column-span: 3;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-hero-wrapper {
  overflow: hidden;
  width: 100%;
  height: 25em;
  border-radius: 48px;
}

.cover-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contain-image {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.image-hero-wrapper.circles {
  width: 20em;
  height: 20em;
  border-radius: 100%;
  background-color: #9290f3;
}

.image-hero-wrapper.square {
  width: 20em;
  height: 32em;
  border-radius: 300px;
}
 
 
.image-hero-wrapper.auto {
  width: 18vw;
  height: 18vw;
}
 

.images_box2 {
  width: 100%;
  overflow: hidden;
  background-color: #e6e0fc;
}
#box2_img1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}
.image-hero-wrapper.auto {
  width: 18vw;
  height: 18vw;
}
.hero-sub-wrapper._02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.class-new {
  grid-column-start:4;
  grid-column-end:7;
  grid-row-start:1;
  grid-row-end:7;align-self:center;
}
#box2_img2 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
  -ms-grid-row-align: center;
  align-self: center;
}

.hero-sub-wrapper._07 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#box2_img3 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 3;
  grid-column-end: 10;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}
#box2_img4 {
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-column-span: 3;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
  -ms-grid-row-align: start;
  align-self: start;
}
.images_box3 {
  display: none;
  width: 100%;
  overflow: hidden;
  background-color: #e6e0fc;
}

@media screen and (max-width: 991px) {
  .image-hero-wrapper {
    height: 12em;
  }

  .image-hero-wrapper.square {
    width: 25vw;
    height: 32vh;
  }

  .image-hero-wrapper.circles {
    width: 18vw;
    height: 18vw;
  }
}

@media screen and (max-width: 479px) {
  .main-grid {
    grid-row-gap: 1em;
  }

  #box1_img4 {
    grid-column-start: 8;
  }
  
  .image-hero-wrapper {
    height: 5em;
    border-radius: 8px;
  }

  .image-hero-wrapper.square {
    height: 18vh;
  }

  .image-hero-wrapper.circles {
    width: 35vw;
    height: 35vw;
  }
 

  #box2_img1 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #box2_img2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
  }

  #box2_img3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }

  #box2_img4 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .images_box2 {
    display: none;
  }

  .images_box3 {
    display: block;
  }
}

/*****************Login & Sign-Up page starts (06-12-2022)*************
**********************************************************************/
.signup-section {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Switzer';
  font-size: 12px;
  color: #a0a5a8;
}

.signup-main {
  position: relative;
  width: 1000px;
  min-width: 1000px;
  min-height: 600px;
  height: 600px;
  padding: 25px;
  background-color: #ecf0f3;
  box-shadow: 10px 10px 10px #d1d9e6, -10px -10px 10px #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .signup-main{
    transform: scale(0.7);
 }
}
@media (max-width: 1000px) {
    .signup-main {
    transform: scale(0.6);
 }
}
@media (max-width: 800px) {
  .signup-main {
    transform: scale(0.5);
 }
}
@media (max-width: 600px) {
  .signup-main {
    transform: scale(0.4);
 }
}
@media (max-width: 448px) {
  .signup-main {
    transform: scale(0.3);
 }
}
.signup-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 600px;
  height: 100%;
  padding: 25px;
  background-color: #ecf0f3;
  transition: 1.25s;
}
.form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.form__icon {
  object-fit: contain;
  width: 30px;
  margin: 0 5px;
  opacity: 0.5;
  transition: 0.15s;
}
.form__icon:hover {
  opacity: 1;
  transition: 0.15s;
  cursor: pointer;
}
.form__input {
  width: 350px;
  height: 40px;
  margin: 4px 0;
  padding-left: 25px;
  font-size: 13px;
  letter-spacing: 0.15px;
  border: none;
  outline: none;
  font-family: 'Switzer';
  background-color: #ecf0f3;
  transition: 0.25s ease;
  border-radius: 8px;
  box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
}
.form__input:focus {
  box-shadow: inset 4px 4px 4px #d1d9e6, inset -4px -4px 4px #f9f9f9;
}
.form__span {
  margin-bottom: 12px;
}
.form__link {
  color: #181818;
  font-size: 15px;
  margin-top: 25px;
  border-bottom: 1px solid #a0a5a8;
  line-height: 2;
}
.signup-section .title {
  font-size: 34px;
  font-weight: 700;
  line-height: 2.2;
  color: #181818;
}
.description {
  font-size: 14px;
  letter-spacing: 0.25px;
  text-align: center;
  line-height: 1.6;
}
.button {
  width: 180px;
  height: 50px;
  border-radius: 25px;
  margin-top: 35px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.15px;
  background-color: #8f63a4;
  color: #f9f9f9;
  box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #f9f9f9;
  border: none;
  outline: none;
}
/**/
.a-container {
  z-index: 100;
  left: calc(100% - 600px);
}
.b-container {
  left: calc(100% - 600px);
  z-index: 0;
}
.switch {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 400px;
  padding: 50px;
  z-index: 200;
  transition: 1.25s;
  background-color: #ecf0f3;
  overflow: hidden;
  box-shadow: 4px 4px 10px #d1d9e6, -4px -4px 10px #f9f9f9;
}
.switch__circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: #ecf0f3;
  box-shadow: inset 8px 8px 12px #d1d9e6, inset -8px -8px 12px #f9f9f9;
  bottom: -60%;
  left: -60%;
  transition: 1.25s;
}
.switch__circle--t {
  top: -30%;
  left: 60%;
  width: 300px;
  height: 300px;
}
.switch__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 400px;
  padding: 50px 55px;
  transition: 1.25s;
}
.switch__button {
  cursor: pointer;
}
.switch__button:hover {
  box-shadow: 6px 6px 10px #d1d9e6, -6px -6px 10px #f9f9f9;
  transform: scale(0.985);
  transition: 0.25s;
}
.switch__button:active, .switch__button:focus {
  box-shadow: 2px 2px 6px #d1d9e6, -2px -2px 6px #f9f9f9;
  transform: scale(0.97);
  transition: 0.25s;
}
/**/
.is-txr {
  left: calc(100% - 400px);
  transition: 1.25s;
  transform-origin: left;
}
.is-txl {
  left: 0;
  transition: 1.25s;
  transform-origin: right;
}
.is-z200 {
  z-index: 200;
  transition: 1.25s;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: 1.25s;
}
.is-gx {
  animation: is-gx 1.25s;
}
@keyframes is-gx {
  0%, 10%, 100% {
    width: 400px;
 }
  30%, 50% {
    width: 500px;
 }
}
/*****************Login & Sign-Up page ends (06-12-2022)*************
**********************************************************************/






.hire-student  .container , .details-job .container{
  max-width: 1200px;
}

.hire-student .card {
    background: #FFFFFF;
    border: 1.5px solid rgba(15, 13, 54, 0.06);
    box-sizing: border-box;
    box-shadow: 10px 15px 35px rgb(184 184 184 / 11%);
    border-radius: 8px;
    padding: 20px 10px;
}
.hire-student .card img {
    height: 90px;
    width: 90px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.icons-div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hire-student .card h5 {
/*    font-family: 'Sofia Pro';*/
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    color: #130A29;
    margin: 0;
    margin-top: 10px;
}


    .icons-div img {
    width: 27px!Important;
    height: 27px!Important;
}

.inner-pages{
  height: unset;
min-height: 230px;
}
.inner-pages .hero-heading{
  font-size: 2rem;
}

.details-job img{
  height: 300px;
  object-fit: cover;

}

.blog-news .quotes-header {
    background-color: #FBF9FF;
}


.detai_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.detai_flex span{
  font-size: 16px;
  color: #414040;

}

.Detal_data {
  background: #fff;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  padding: 20px ;
  width: 100%;
  overflow: hidden;
}
.Detal_data h6{

  color: #000;
  font-size: 25px;
  margin: 20px 0;
}
.form_card .hero-button ,.see_more_btn {
  background: #ffe595;
  padding: .8rem 2rem;
}
.details-job {
  position: relative;

}
.details-job .overlay h4{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.details-job  .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.form_box {
  background: #fff;
  padding:20px ;
  margin: 50px 0;
  border-radius: 14px;
  border-left: 10px solid #7c4a97;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);

}

.form_box  .logo_form {
  width: 150px;
  height: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form_box  h2{
  font-size: 45px;
  color: #7c4a97;
} 
.form_box label{
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
   

}
.form_box .form-control {
  border-radius: 2rem;
  height: 50px;
 box-shadow: none;
}
.form_box .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;

}
.form_box  p{
  font-size: 15px;
  margin-top: 20px;
}
.form_box .forget_link {
  color: #7c4a97;
  font-size: 15px;
  text-decoration: none;
}
 .form_box .anim-btn{
  padding: .8rem 3rem;
 }

 /* //////////////////////// css end 1/12/2023 */







