.common-btn-style,
body {
  font-family: "avenirmedium" !important;
  line-height: 20px;
  margin: 0px !important;
}

.btn-box,
.rules-card {
  box-shadow: 0 0 17px rgba(186, 186, 186, 0.07);
}

/* Category Global CSS */
.category {
  width: 100%;
  height: 100%;
  background-color: #f6f5ef;
}

.parent-section {
  display: flex;
  flex-direction: row;
  position: relative;
}

.logoPosition {
  position: absolute;
  top: 10px;
  left: 10px;
}

.sections {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.category-img {
  min-width: 300px;
  min-height: 220px;
  max-width: 1020px;
  max-height: 900px;
  margin-top: 60px;
}

.cate-btn {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: space-evenly;
  border: none;
  border-radius: 10px;
  padding: 10px;
  width: 120px;
  z-index: 2;
  text-decoration: none !important;
  cursor: pointer;
}

.category-details {
  display: flex;
  flex-direction: column;
  height: 220px;
  width: 460px;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 25px;
  position: relative;
}

.cd-arrow-1 {
  position: absolute;
  top: 1px;
  right: 1px;
}

.cd-arrow-2 {
  position: absolute;
  top: 1px;
  right: 1px;
  margin-right: -50px;
}

.white {
  color: #ffffff;
}

/* Category Global CSS End */
.left_section {
  background-color: #f6f5ef;
}

.post-work-btn-color {
  background-color: #3d59ab;
  color: #ffffff;
}

.find-work-btn-color {
  background-color: #ffd700;
  color: #161616;
}

.company-category {
  width: 95%;
  height: 90%;
  box-sizing: content-box;
  margin: 20px 20px 20px 20px;
}

.right_section {
  background: linear-gradient(90.18deg, #3d59ab 6.64%, #191970 161.96%);
}

.expert-category {
  width: 95%;
  height: 90%;
  box-sizing: content-box;
  margin: 20px 20px 0px 20px;
}

/* Responsive */
@media only screen and (min-width: 1006px) and (max-width: 1180px) {
  .expert-category {
    margin-left: 0px !important;
  }

  .category-details {
    min-width: 300px;
    width: 80%;
    box-sizing: content-box;
  }

  .cd-arrow-1 {
    visibility: hidden;
    display: none;
  }

  .cd-arrow-2 {
    visibility: hidden;
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  /* .category-img {
    /* padding: 40px; 
  } */
}

@media only screen and (max-width: 821px) {
  .parent-section {
    display: flex;
    flex-direction: column-reverse;
  }

  .pl_25 {
    padding-left: 0px !important;
  }

  .sections {
    width: 100%;
    height: 50%;
    padding: 20px 0px 70px 0px;
  }

  .company-category {
    border-radius: 40px;
    margin: 0px !important;
  }

  .category-img {
    margin-top: 20px;
  }

  .category-details {
    min-width: 300px;
    width: 90%;
    box-sizing: content-box;
    height: 100% !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .cd-arrow-1 {
    visibility: hidden;
    display: none;
  }

  .cd-arrow-2 {
    visibility: hidden;
    display: none;
  }

  .expert-category {
    margin-left: 0px !important;
  }
}

/* Responsive End */

@font-face {
  font-family: "avenirlight";
  src: url("../fonts/avenirlight.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "avenirmedium";
  src: url("../fonts/avenirmedium.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "avenirheavy";
  src: url("../fonts/avenirheavy.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "avenirblack";
  src: url("../fonts/avenirblack.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "avenirroman";
  src: url("../fonts/avenirroman.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "avenirbookoblique";
  src: url("../fonts/avenirbookoblique.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

body {
  font-style: normal;
  color: #3c3c3c !important;
  background-color: #f6f5ef;
  overflow-y: auto;
  overflow-x: hidden;
  /* scrollbar-width: none; */
  /* -ms-overflow-style: none;  */
}

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

.body::-webkit-scrollbar:focus,
body::-webkit-scrollbar:hover {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

body::-webkit-scrollbar-thumb {
  background-color: #191970 !important;
  border-radius: 4px;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #000080;
}

.body::-webkit-scrollbar-corner {
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: avenirheavy;
}

.border-btm {
  border-bottom: 1px solid !important;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

.form-control:hover,
.form-control:focus {
  border: 1px solid #3d59ab;
  box-shadow: none;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.common-btn-style {
  /* display: flex; */
  /* flex-direction: row; */
  /* gap: 18px; */
  /* align-items: center; */
  text-transform: capitalize;
  color: #000;
  border: none;
  border-radius: 6px !important;
  padding: 16px 45px 16px 20px;
  background-color: #ffd700;
  background: url("../images/arrow-right.svg") center right 5px/25px no-repeat gold;
}

.common-btn-style.blue-btn {
  background: url("../images/arrow-right-white.svg") center right 5px/25px no-repeat #3d59ab !important;
  color: #fff;
}

.section-head {
  font-family: avenirheavy;
  font-size: 40px;
  line-height: 50px;
  color: #000;
  margin-bottom: 30px;
  margin-top: 15px;
}

.section-padding {
  padding: 15px 0;
}

.text-orange {
  color: gold;
}

.text-blue {
  color: #3d59ab;
}

.banner-section.contact .card-title,
.text-dark {
  color: #3c3c3c;
}

/* 
.banner-content{
  width: 45vw;
  margin-bottom: 3rem;
} */

.blue-bg {
  background-color: #3d59ab !important;
}

.f-12 {
  font-size: 12px;
}

.herotext {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding-left: 16px;
}

.aidoos-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.aidoos-sub-header-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.home-btn-AD {
  background-color: #ffd700;
  border: none;
  outline: none;
  margin-left: 15px;
  font-size: 14px;
  line-height: 30px;
  margin-top: 15px;
  font-family: "avenirmedium";
  font-weight: 500;
  gap: 18px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  text-transform: capitalize;
}

.narrow-header {
  background: #191970;
  color: #fff;
  min-height: 48px;
}

.token-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 0;
  padding: 8px 24px;
  font-size: 14px;
  line-height: 20px;
  outline: none;
  border: 0px !important;
}

.menu {
  padding-top: 10px !important;
  margin-right: 10px;
  outline: none;
  border: 0px !important;
}

.fsp {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.pl_25 {
  padding-left: 25px !important;
}

.logo {
  width: 134px;
  height: 34px;
}

/* .login-button1 {
  background: 0 0;
  padding: 4px 0 0 0;
}

.login-button2 {
  background: 0 0;
  padding: 5px 0 0 20px
} */

.login-button {
  background: 0 0;
  padding: 4px 0 0;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #3d59abf0 21.46%, #191970f0 107.05%);
  overflow-x: hidden;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay.open {
  width: 50%;
}

.overlay a {
  font-size: 28px;
  display: block;
  line-height: 2;
  color: #d6d6d6;
}

.overlay a:focus,
.overlay a:hover {
  color: #fff;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 3%;
  font-size: 45px;
}

.banner-section {
  /* z-index: -1; */
  padding: 0px 0 10px;
  display: flex;
  align-items: flex-start !important;
  background: #f6f5ef;
  /* margin-top: -10px !important; */
  margin-bottom: 10px;
}

.cont-animation {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.back-shapes {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.floating.circle {
  display: inline-block;
  width: 39px;
  height: 39px;
  border: 5px solid #3d59ab;
  border-radius: 50%;
  opacity: 0.2;
}

.floating.square {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 5px solid #ffd700;
  opacity: 0.2;
}

.floating.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 35px 20px;
  border-color: transparent transparent #ffc4be transparent;
  display: inline-block;
  opacity: 0.2;
}

.floating.cross {
  width: 35px;
  height: 35px;
  position: relative;
  display: inline-block;
  border: 0px solid #0202029c;
  opacity: 0.2;
}

.floating.cross:before,
.floating.cross:after {
  content: "";
  position: absolute;
  background: #e1ae71;
}

.floating.cross:before {
  width: 100%;
  height: 5px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.floating.cross:after {
  width: 5px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.floating {
  position: absolute;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 9s;
  -webkit-animation-duration: 9s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%) rotate(-55deg);
  }

  50% {
    transform: translateY(300%) rotate(55deg);
  }

  100% {
    transform: translateY(0%) rotate(-55deg);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(300%);
  }

  100% {
    -webkit-transform: translateY(0%);
  }
}

.sub-contactpage-0 {
  margin-top: 1%;
}

.sub-contactpage {
  margin-top: 4%;
}

.banner-section.blog-banner::after {
  background: #f6f5ef;
  z-index: -9 !important;
}

.blog-nav {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.blog-nav>span,
.blog-nav>a {
  font-size: 16px !important;
  color: #3d59ab !important;
}

.blog-nav>a:hover {
  text-decoration: underline !important;
}

.post-meta {
  font-size: 14px !important;
}

.post-meta>.post-author-img {
  display: inline-block;
  width: 50px !important;
  height: 100% !important;
  border-radius: 50% !important;
}

.experts-section,
.grow-section::after {
  background: linear-gradient(90deg, #3d59ab 21.46%, #191970 107.05%);
}

.banner-section.about,
.banner-section.company {
  min-height: 640px;
}

.blog-btn-style {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  text-transform: capitalize;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 14px 20px 14px 20px;
  background-color: #3d59ab;
}

.banner-section.blog-banner {
  /* z-index: -1; */
  align-items: center !important;
}

.banner-section.blog-banner.model {
  height: 100vh;
}

.banner-section.blog-banner::after,
.grow-section::after {
  content: "";
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.banner-section.contact,
.card {
  overflow: hidden;
}

.banner-section.contact .contact-small-img {
  position: relative;
}

.banner-section.contact .contact-card {
  margin-top: 15px;
}

.banner-section.contact .contact-card .card-body {
  padding: 16px 0 16px 16px;
}

.banner-section.contact .contact-form .form-control {
  background-color: #f6f6f6;
  height: 46px;
}

.banner-section.contact .contact-form textarea.form-control {
  height: 70px;
  resize: none;
}

.experts-sec-head {
  line-height: 104.6%;
}

.experts-nav-tabs.nav-pills .nav-link {
  padding: 5px 0;
  margin-right: 40px;
  font-family: avenirroman;
}

.experts-nav-tabs.nav-pills .nav-link.active {
  background-color: transparent;
  border-bottom: 2px solid gold;
  border-radius: 0;
}

.experts-nav-tabs-head {
  margin-bottom: 30px;
  line-height: 38px;
  font-family: avenirroman;
}

.experts-section .tab-content .tab-img {
  max-height: 345px;
  object-fit: contain;
}

.team-section,
.testimonial-section,
.works-for-you-section {
  background-color: #f6f5ef;
}

.works-for-you-section .card-img-top {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.banner-section.contact .card-title,
.grow-section .card-title,
.works-for-you-section .card-title {
  font-size: 20px;
  line-height: 27px;
}

.how-we-are-diff-section {
  background: #ffffff;
}

.banner-index {
  z-index: 9;
}

.how-we-are-diff-sec-head.section-head {
  font-size: 20px;
  line-height: 27px;
  color: gold;
}

.bottom-section {
  background-color: gold;
}

.bottom-section .common-btn-style {
  color: #000;
  background-color: #fff;
}

.testimonial-content {
  position: relative;
  text-align: left;
  line-height: 24px;
  font-family: avenirroman;
}

.testimonial-content:before {
  content: "“";
  color: #3d59ab;
  font-size: 72px;
  line-height: 1;
  font-family: avenirheavy;
  position: absolute;
  left: -10px;
  top: -20px;
}

.feed-div .client-image,
.testimonial-nav-tabs.nav-pills .nav-link img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.testimonial-nav-tabs.nav-pills .nav-link .client-details {
  display: none;
}

.testimonial-nav-tabs.nav-pills .nav-link.active .client-details {
  display: block;
}

.testimonial-nav-tabs.nav-pills .nav-link {
  align-items: center;
  display: flex;
  padding: 3px;
}

.testimonial-nav-tabs.nav-pills .nav-link.active {
  background-color: transparent;
  border: 0;
}

.testimonial-nav-tabs .client-name {
  font-size: 18px;
  line-height: 28px;
  color: #18191f;
  font-family: avenirheavy;
}

.testimonial-nav-tabs .client-profession {
  font-size: 14px;
  line-height: 24px;
  color: #18191f;
  font-family: avenirbookoblique;
}

.testimonial-tab-content .tab-pane {
  box-shadow: 0 30px 40px rgba(212, 217, 232, 0.2);
}

.file_upload {
  border: none;
  background: 0 0;
}

.faq-accordion.accordion>.card>.card-header {
  cursor: pointer;
  position: relative;
}

.faq-accordion.accordion>.card>.card-header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #161616 #161616 transparent transparent;
}

.faq-accordion.accordion>.card>.card-header.collapsed::after {
  border-color: transparent transparent #161616 #161616;
}

.we-think-section .nav-pills .nav-link {
  border-radius: 0;
  background: #fff;
  box-shadow: 0 10px 20px rgba(41, 41, 42, 0.07);
  margin-bottom: 36px;
  min-height: 66px;
  display: flex;
  align-items: center;
  padding: 10px 26px;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #3d59ab;
  max-width: 223px;
  position: relative;
}

.we-think-section .nav-pills .nav-link:hover {
  color: #fff;
  background-color: #3d59ab;
}

.we-think-section .nav-pills .nav-link.active,
.we-think-section .nav-pills .show>.nav-link {
  color: #3d59ab;
  background-color: gold;
}

.drop-shadow-img {
  border: 1px solid #e1e1e1;
  filter: drop-shadow(0px 0px 15px rgba(139, 139, 139, 0.18));
  margin-bottom: 32px;
}

/* .footer-section {
  background-color: #3c3c3c;
  font-family: avenirbookoblique;
  font-size: 16px;
  line-height: 26px;
} */

/* .footer-head {
  font-size: 24px;
  line-height: 104.6%;
  margin-bottom: 24px;
  font-family: avenirroman;
} */

/* .footer-menu-links li {
  margin-bottom: 5px;
} */

.signup-head {
  font-size: 20px;
  line-height: 30px;
  font-family: avenirmedium;
}

.copyright-text {
  line-height: 30px;
  margin-bottom: 30px;
}

.social-links li {
  margin-right: 16px;
}

.newsletter-group {
  border-radius: 8px;
  overflow: hidden;
}

.newsletter-group .btn,
.newsletter-group .form-control {
  background-color: #ffffff20;
}

.newsletter-group .form-control::-webkit-input-placeholder {
  color: #d9dbe1;
}

.newsletter-group .form-control::-moz-placeholder {
  color: #d9dbe1;
}

.newsletter-group .form-control:-ms-input-placeholder {
  color: #d9dbe1;
}

.newsletter-group .form-control::placeholder {
  color: #d9dbe1;
}

.social-icon {
  width: 32px;
  height: 32px;
}

.sendmail {
  width: 18px;
}

.last-row-images {
  height: 200px;
}

.last-row-images.image3 {
  background-image: url("../images/blog-3.png");
}

.last-row-images.image2 {
  background-image: url("../images/blog-2.png");
}

.last-row-images.image1 {
  background-image: url("../images/blog-11.png");
}

.signup-logo {
  position: absolute;
  left: 4%;
  top: 2%;
}

.signup-image-container .content-container .content-head {
  font-size: 50px;
  line-height: 104.6%;
  font-family: avenirbookoblique;
}

.signup-form-container {
  padding: 30px;
  flex: 1;
}

.form-content-container {
  max-width: 380px;
  margin: auto;
}

.signup-form .form-control {
  height: 46px;
  border: 1px solid #bbbbbb !important;
  border-radius: 8px;
  background-color: #f6f5ef !important;
  background: #f6f5ef !important;
}

.signup-form .form-control:focus,
.signup-form .form-control:hover {
  border: 1px solid #3d59ab !important;
}

.signup-form label {
  font-size: 16px;
  margin-bottom: 3px;
}

.form-head {
  font-size: 24px;
  line-height: 33px;
  color: #3d59ab;
  font-family: avenirroman;
  margin-bottom: 30px;
}

.user-login {
  font-size: 16px;
  line-height: 20px;
  color: #3d59ab;
  margin-top: 47px;
  border-top: 2px solid #3d59ab;
  padding-top: 16px;
  max-width: 274px;
}

.game-study-box {
  background: #3d59ab;
}

.game-study-box .study-head {
  font-size: 24px;
  line-height: 28px;
}

.game-work-div {
  background: url("../images/study-bg.png") center center/cover no-repeat;
}

.game-work-div .work-head {
  font-size: 40px;
  line-height: 104.6%;
  margin-bottom: 35px;
}

.game-work-div .work-head span {
  display: block;
  font-family: avenirlight;
}

.rules-card .card-header {
  box-shadow: 0 0 17px rgba(54, 54, 54, 0.07);
}

.rules-card .card-footer {
  background: #e5e5e5;
  box-shadow: 0 0 17px rgb(186 186 186 / 7%);
  border: 0;
}

.rules-lists li {
  margin-bottom: 25px;
}

.leader-lists {
  list-style: none;
  counter-reset: leader-counter;
}

.leader-lists li {
  counter-increment: leader-counter;
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-left: 30px;
}

.leader-lists li::before {
  content: counter(leader-counter);
  font-family: avenirheavy;
  color: #3d59ab;
  font-size: 20px;
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
}

.posting-head {
  font-size: 24px;
  line-height: 20px;
  color: #3d59ab;
}

.posting-textarea {
  resize: none;
}

.btn-box {
  padding: 13px;
  background: #fff;
  display: inline-block;
}

.btn-box.border-box {
  border: 1px solid #f3f3f3;
  padding: 8px;
}

.attachment-name {
  width: 65px;
  font-size: 14px;
  line-height: 20px;
  color: #2660cf;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}

.testimonial-nav-tabs.feed-div .client-name,
.testimonial-nav-tabs.feed-div .client-profession {
  font-size: 14px;
  line-height: 20px;
}

.feed-div .client-image {
  width: 42px;
  height: 42px;
}

.event-head {
  font-size: 14px;
  height: 55px;
  font-family: "avenirheavy";
  line-height: 18px;
}

.event-section {
  padding-left: 3rem;
}

.participate-btn {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.16px;
  color: #3d59ab;
  border: 1px solid #3d59ab;
  border-radius: 0;
}

.participate-btn.challenge-btn {
  background-color: gold;
  border-color: gold;
  color: #000;
}

.attachment-img,
.chat-img,
.delete-img,
.face-satisfied-img,
.list-img,
.share-img,
.star-img,
.upload-img,
.window-base-img {
  height: 20px;
}

.participate-img {
  height: 15px;
}

.small-head {
  font-size: 20px;
}

.who-we-are-card-title {
  font-family: avenirroman;
  font-size: 28px;
  line-height: 38px;
  color: #3b3b3b;
}

.team-section .team-card .card-text,
.team-section .team-card .card-title {
  font-size: 14px;
  line-height: 22px;
}

.team-section .team-card .card-img-top {
  object-fit: cover !important;
  width: 100%;
  height: 250px;
}

.team-section .card-head-text {
  font-family: avenirheavy;
  font-size: 20px;
  line-height: 24px;
  color: #191970;
  background: gold;
  box-shadow: 0 10px 20px rgba(41, 41, 42, 0.07);
  padding: 15px 22px;
}

.limit-paragraph {
  max-width: 100%;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  color: #3c3c3c;
  font-size: 14px !important;
  height: 100px;
  font-family: "avenirroman";
}

.common-btn-AD {
  display: flex;
  flex-direction: row;
  background-color: #3d59ab;
  align-items: center;
  font-family: "avenirmedium";
  font-weight: 500;
  color: #f6f5ef;
  font-size: 14px;
  line-height: 25px;
  border: none;
  outline: none;
  padding: 12px 20px;
  border-radius: 6px;
  gap: 18px;
  position: relative;
  text-transform: capitalize;
  cursor: pointer;
}

.contentheading {
  display: flex;
  flex-wrap: nowrap;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 20px 0px 18px;
  text-overflow: ellipsis;
}

.contentheading-1 {
  display: flex;
  flex-wrap: nowrap;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  padding: 20px 0px 18px;
  text-overflow: ellipsis;
  /* width: 760px; */
}

.contentheading-2 {
  display: flex;
  flex-wrap: nowrap;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  padding: 20px 0px 18px !important;
  text-overflow: ellipsis;
  /* width: 760px; */
}

.contentDisplaymain {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
  color: #000;
  font-size: 14px;
  font-family: "avenirmedium";
}

.contentDisplaymain strong {
  font-weight: 600;
}

#contentDisplay {
  line-height: 16px;
}

.contentmainimage {
  display: flex;
  max-width: 32%;
}

.adproducts {
  margin: 45px 0 45px 100px !important;
}

.adproright {
  padding-left: 1rem;
}

.ccbox {
  display: inline-flex;
  align-items: center;
  height: 20px;
  cursor: pointer;
  user-select: none;
}

.ccbox input[type="checkbox"] {
  display: none;
}

.checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #bbbbbb;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
}

.checkmark:hover {
  border: 2px solid #3d59ab;
}

.checkmark:before {
  content: "\2713";
  font-size: 16px;
  font-weight: bolder;
  font-family: "avenirheavy";
  color: #000;
  /* Set the color to black */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(18deg);
  /* Rotate and center the checkmark */
  display: none;
}

.ccbox input:checked+.checkmark {
  background-color: #ffd700;
  border: 2px solid #978417b2;
}

.ccbox input:checked+.checkmark:before {
  display: block;
}

.banner-bg_new {
  width: 100%;
  min-width: 100%;
  min-height: auto;
}

@media only screen and (min-width: 1440px) {
  .contentDisplaymain {
    font-size: 15px !important;
  }

  .banner-bg_new {
    width: 94% !important;
    min-width: 90% !important;
    min-height: auto;
  }
}

@media only screen and (min-width: 1280px) {
  .fsp {
    padding-left: 40px !important;
    padding-right: 3rem !important;
  }

  .container {
    max-width: 1425px;
  }

  .banner-section.blog-banner::after {
    right: 44%;
  }

  .banner-section.contact::after {
    content: "";
    display: block;
    height: 100%;
    /* background: linear-gradient(90deg, #3d59ab 21.46%, #191970 107.05%); */
    background-color: #f6f5ef;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -9;
    right: 0;
    left: auto;
    width: 50%;
  }

  .works-for-you-section .card {
    width: 95%;
    box-shadow: 0 10px 20px;
  }

  .bottom-aligned-btn {
    position: absolute;
    bottom: 0;
    left: 15px;
  }

  .positioned-div {
    position: absolute;
    right: 0;
    top: 5px;
    height: 100%;
  }

  .img-size {
    top: 5%;
    position: relative;
    height: 89.5% !important;
  }

  .positioned-cont {
    display: grid;
    position: relative !important;
    justify-content: center;
    align-content: center;
    height: 90vh;
  }

  .blog-banner .positioned-div {
    bottom: 0;
  }

  .who-we-are-card {
    top: 100px;
    border-radius: 20px !important;
  }

  .who-we-are-card .card-body {
    padding: 45px;
    border-radius: 20px !important;
  }

  .team-section {
    padding-top: 150px;
  }

  .team-section .team-card {
    width: 250px;
  }

  .grow-section {
    padding-bottom: 160px;
  }

  .grow-section::after {
    right: 40%;
  }

  .grow-card1 {
    top: 35px;
  }

  .grow-card2 {
    top: 135px;
  }

  .grow-card3 {
    top: 235px;
  }

  .about-banner-arrow {
    background: url("../images/about-banner-arrow.svg") center center/cover no-repeat;
    /* top: -40px; */
    left: 94%;
    width: 107px;
    height: 175px;
  }

  .grow-positioned-div {
    position: relative;
    left: -125px;
    top: -30px;
  }

  .left-border {
    border-left: 1px solid #cfcfcf;
    padding-left: 63px;
  }

  .we-think-section .nav-pills .nav-link.active::after {
    content: "";
    position: absolute;
    top: 0;
    right: -73px;
    width: 1px;
    height: 100%;
    /* background-color: #f90; */
    z-index: 1;
  }

  .contentheading-2 {
    display: flex;
    flex-wrap: nowrap;
    color: #000;
    font-size: 24px;
    line-height: 30px;
    padding: 65px 0px 30px;
    text-overflow: ellipsis;
    width: 760px;
  }

  .contentDisplaymain {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    color: #000;
    font-family: "avenirmedium";
  }
}

@media only screen and (min-width: 992px) {
  .fsp {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .banner-arrow-1 {
    margin-left: -6%;
    top: auto;
    max-width: 407px;
    max-height: 238px;
    height: 220px;
  }

  .experts-arrow {
    background: url("../images/experts-sec-arrow.svg") center center/contain no-repeat;
    top: 100%;
    right: 0;
    width: 112px;
    height: 108px;
  }

  .contact-bgcard {
    background-color: rgba(255, 255, 255, 0.57) !important;
  }

  .who-we-are-arrow {
    background: url("../images/experts-sec-arrow.svg") center center/contain no-repeat;
    top: auto;
    bottom: 40px;
    width: 176px;
    height: 100px;
    right: -10px;
  }

  .grow-section .who-we-are-arrow {
    right: auto;
    bottom: auto;
    top: -140px;
    transform: rotate(-175deg);
    left: 15px;
  }

  .banner-section.contact .who-we-are-arrow {
    left: 98%;
    top: -12px;
    transform: scaleX(-1) rotate(40deg);
  }

  .works-arrow {
    background: url("../images/works-for-you-sec-arrow.png") center right/contain no-repeat;
    top: 57%;
    right: -30px;
    width: 119px;
    height: 58px;
  }

  .how-we-are-diff-arrow {
    background: url("../images/how-we-are-diff-sec-arrow.svg") center center/contain no-repeat;
    top: -50px;
    left: 97%;
    width: 60px;
    height: 102px;
  }

  .banner-section.model .how-we-are-diff-arrow {
    top: auto;
    left: auto;
    bottom: -50px;
    right: 97%;
    transform: scale(-1, -1);
  }

  .testimonial-sec-arrow {
    background: url("../images/testimonial-sec-arrow.png") center center/contain no-repeat;
    top: 22px;
    left: 100%;
    width: 50px;
    height: 87px;
  }

  .bottom-sec-arrow {
    background: url("../images/bottom-sec-arrow.png") center right/contain no-repeat;
    top: 70%;
    right: 86%;
    width: 157px;
    height: 65px;
    color: white;
  }

  .company-banner-arrow {
    background: url("../images/company-sec-arrow.svg") center right/cover no-repeat;
    right: -75px;
    top: -45px;
    width: 107px;
    height: 174px;
  }

  .blog-banner-arrow {
    background: url("../images/blog-arrow.svg") center center/cover no-repeat;
    top: 80%;
    left: 24%;
    width: 127px;
    height: 116px;
    /* bottom: -40px */
  }

  .banner-head {
    font-size: 60px;
    line-height: 63px;
  }

  .contentheading-2 {
    font-size: 20px;
    width: auto !important;
  }

  .contentDisplaymain {
    width: auto !important;
  }

  .banner-section.blog-banner {
    min-height: 80vh !important;
  }
}

@media only screen and (min-width: 768px) {
  .fsp {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .testimonial-content {
    padding: 10px 0 10px 40px;
  }

  .banner-bg_new {
    width: 100%;
    min-width: 100%;
    min-height: auto;
  }

  .about-banner-arrow {
    background: url("../images/about-banner-arrow.svg") center center/cover no-repeat;
    /* top: -40px; */
    left: 90%;
    width: 107px;
    height: 175px;
  }

  .testimonial-nav-tabs.nav-pills .nav-link {
    position: relative;
  }

  .testimonial-nav-tabs.nav-pills .nav-link:after {
    display: none;
    opacity: 0;
  }

  .testimonial-nav-tabs.nav-pills .nav-link.active:after {
    content: "";
    opacity: 1;
    display: block;
    animation: 1s opacity;
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 25px;
    height: 25px;
    background-color: #fff;
  }

  @keyframes opacity {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .participate-btn.challenge-btn {
    position: absolute;
    right: 0;
    bottom: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .fsp {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .banner-section {
    min-height: auto;
  }

  .banner-arrow-1 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .fsp {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .pl_25 {
    padding-left: 0px !important;
  }

  .section-head {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }

  .section-padding {
    padding: 45px 0;
  }

  .banner-section {
    min-height: auto;
  }

  .testimonial-content {
    margin-top: 50px;
  }

  .testimonial-nav-tabs.nav-pills .nav-link.active {
    border: 2px solid #000;
    border-radius: 50%;
  }

  .testimonial-nav-tabs.nav-pills .nav-link.active .client-details {
    position: absolute;
    bottom: -80px;
    width: 100%;
    text-align: center;
    left: 0;
  }

  .testimonial-content::before {
    left: -5px;
    top: -50px;
  }

  .overlay a {
    font-size: 18px;
  }

  .contentDisplaymain {
    font-size: 14px;
    width: auto;
  }

  .contentheading-2 {
    font-size: 20px;
    width: auto;
  }

  .banner-section.blog-banner {
    min-height: 60vh !important;
  }
}

.terms-conditions-section {
  margin-top: 100px;
}

@media only screen and (max-width: 420px) {
  body {
    overflow-x: hidden;
  }

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

  .body::-webkit-scrollbar:focus,
  body::-webkit-scrollbar:hover {
    width: 10px;
  }

  body::-webkit-scrollbar-track {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
  }

  body::-webkit-scrollbar-thumb {
    background-color: #191970 !important;
    border-radius: 4px;
  }

  body::-webkit-scrollbar-thumb:hover {
    background-color: #000080;
  }

  .herotext {
    max-width: 100%;
    flex: auto;
  }

  .sub-contactpage {
    margin-top: 16%;
  }

  .aidoos-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .aidoos-sub-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .logo {
    height: auto;
  }

  .banner-section {
    min-height: calc(78vh) !important;
  }

  .token-btn {
    padding: 8px 8px !important;
  }

  .banner-arrow {
    display: none !important;
  }

  .banner-bg_new {
    min-width: 100%;
    min-height: auto;
  }

  .modal-content {
    width: 96% !important;
    height: 39% !important;
  }

  .common-btn-AD {
    font-size: 12px;
    line-height: 20px;
    padding: 9px 16px;
    /* margin-left: 0px !important;
    margin-top: 15px !important; */
  }

  .fsp {
    padding: 10px !important;
  }

  .who-we-are-card .card-body .card {
    border-radius: 12px !important;
  }

  .home-btn-AD {
    font-size: 12px;
    line-height: 20px;
    padding: 9px 16px;
  }

  .videoPlace {
    margin: 40px 0px !important;
    width: 75vw !important;
  }

  .component-0 {
    border-radius: 20px 30px 30px 0px !important;
    width: 96% !important;
  }

  .component-1 {
    padding: 10px 20px;
  }

  .component-2 {
    border-radius: 0px 30px 30px 0px !important;
    width: 96% !important;
  }

  .component-3 {
    border-radius: 0px 30px 30px 20px !important;
    width: 96% !important;
  }

  .subcomponent-1 {
    margin-left: 10% !important;
    padding: 0px 20px 34px !important;
    border-radius: 26px !important;
    margin-top: -10px !important;
    margin-bottom: -11px !important;
  }

  .contentheading {
    line-height: 34px;
    height: 94px !important;
    padding-top: 15px;
    width: 300px !important;
  }

  .contentheading-1 {
    line-height: 30px;
    padding-top: 20px !important;
    width: 300px;
    height: 94px !important;
    width: 300px !important;
  }

  .contentheading-2 {
    line-height: 30px !important;
    padding-top: 20px !important;
    height: 120px !important;
    width: 300px !important;
  }

  .contentDisplaymain {
    font-size: 12px;
    width: 300px !important;
  }

  .contentDiplaymain span {
    display: none;
  }

  .adproducts {
    margin: 15px 0 15px 10px !important;
  }

  .adproright {
    padding-left: 0rem !important;
  }

  .adproleft {
    padding-left: 2rem !important;
  }

  .dialog-box {
    width: 100% !important;
  }

  /* .banner-content{
  margin-bottom: 2rem;
} */

  .event-section {
    padding-left: 0rem !important;
  }
}

@media only screen and (max-width: 1280px) {
  .fsp {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.component-0 {
  border-radius: 30px 40px 40px 0px;
  width: 94%;
  /* height: 70vh; */
}

.component-1 {
  border-radius: 0px;
  width: 94%;
  /* height: 70vh; */
  background-color: #f6f5ef !important;
  background: linear-gradient(to right, #3d59ab 20%, rgba(0, 0, 0, 0) 11%);
  outline: none;
  border: none;
}

.subcomponent-1 {
  background-color: #f6f5ef;
  /* width: 80%; */
  /* height: 70vh; */
  margin-left: 7%;
  padding: 20px;
  border-radius: 42px;
}

.component-2 {
  border-radius: 0px 40px 40px 0px;
  width: 94%;
  /* height: 70vh; */
}

.component-3 {
  border-radius: 0px 40px 40px 30px;
  width: 94%;
  /* height: 70vh; */
}

.row1 {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-main-poster-height {
  height: 85% !important;
  border-radius: 20px;
  width: 85%;
  margin-left: 5%;
  margin-top: 9%;
}

.author>a {
  text-decoration: none !important;
  text-transform: capitalize !important;
}

.author>a:hover {
  text-decoration: underline !important;
}

.blog-article-height {
  height: 150px;
  margin-bottom: 20px !important;
  border-radius: 8px;
}

.card-body>.article_table {
  width: 100%;
  height: 100%;
  overflow: auto;
}

/* CSS for sliding animation */
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.testimonial-content {
  animation: slideInFromLeft 2s forwards;
}

.content-image {
  height: auto;
  max-width: 74% !important;
  border-radius: 12px;
}

.content-image-2 {
  height: auto;
  max-width: 79% !important;
  border-radius: 12px;
}

/* .popup {
  display: none;
  position: fixed;
  top: 20vh;
  left: 20vw;
  width: 60vw;
  height: 60vh;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
} */

/* Style the close button */
/* .close2 {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  color: #d9dbe1;
  cursor: pointer;
} */

/* .close2:hover {
  color: #fff;
} */

.videoPlace {
  margin: 0px 25px;
  border-radius: 12px;
  width: 25vw;
  margin-top: 25px;
  border: none;
  outline: none;
  height: 35vh;
  background-image: url(../images/latest/component-2.webp);
}

.homieButtons {
  display: flex;
  flex-direction: row;
  margin-left: -15px;
  gap: 8px !important;
}

.play-btn {
  width: 70px;
  height: 70px;
  background: radial-gradient(#ffc107 60%, rgba(255, 255, 255, 1) 62%);
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 72px auto;
  box-shadow: 0px 0px 25px 3px #ffc107f2;
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: -30%;
  left: -30%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

.popup-video {
  position: relative;
  display: inline-block;
}

.popup-video-btn {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  text-align: -webkit-center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow: auto;
}

.modal-content {
  position: relative;
  background-color: rgba(46, 46, 46, 0.363);
  padding: 20px;
  /* top: 50%;
  left: 50%; */
  margin-top: 5%;
  border-radius: 10px;
  border: none;
  width: 80%;
  height: 80%;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
  color: #f6f5ef;
}

iframe {
  width: 100%;
  height: 100%;
  padding: 20px 15px 20px;
  border-radius: 40px !important;
}

/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #191970;
  z-index: 9999;
  overflow-y: hidden;
}

.page-loader .txt {
  color: #ffffff;
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 40px;
}

/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.tab-pane {
  opacity: 0 !important;
  transition: opacity 0.5s ease !important;
}

.tab-pane.active {
  opacity: 1 !important;
}

.dialog-Wrapper {
  display: none;
  /* Initially hide the dialog wrapper */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.dialog-box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 10px;
  /* height: 250px; */
  width: 50%;
  text-align: center;
  background: rgb(35 35 35 / 68%);
  border-radius: 12px;
}

/* CSS for the close button */
.dclose {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: transparent;
  border: none;
  font-size: 36px;
  cursor: pointer;
  color: #e4e4e4;
}

/* CSS for the "Install" button */
.metaOK {
  background-color: #ffd700;
  font-family: "avenirmedium";
  font-size: 18px;
  font-weight: 500;
  color: #161616;
  padding: 6px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}

/* Hover effect for the "Install" button */
.metaOK:hover {
  background-color: #ddbd06;
}

/* Center the text within the dialog box */
.dialog-box h2 {
  color: #ececec;
  margin: 0 20px;
  font-family: "avenirmedium";
  font-size: 24px;
  line-height: 40px;
}

.success-checkmark {
  width: 40px;
  height: 58px;
  margin: 0 auto;
}

.success-checkmark .check-icon {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 2px solid #4caf50;
}

.success-checkmark .check-icon::before {
  top: 6px;
  left: -7px;
  width: 24px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
  top: 5px;
  left: 14px;
  width: 44px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
  content: "";
  height: 63px;
  position: absolute;
  background: var(--transparent-BC);
  transform: rotate(-45deg);
}

.success-checkmark .icon-line {
  height: 2px;
  background-color: #4caf50;
  display: block;
  border-radius: 1px;
  position: absolute;
  z-index: 10;
}

.success-checkmark .icon-line.line-tip {
  top: 23px;
  left: 6px;
  width: 13px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}

.success-checkmark .icon-line.line-long {
  top: 19px;
  right: 3px;
  width: 24px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}

.success-checkmark .icon-circle {
  top: -2px;
  left: -2px;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 2px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .icon-fix {
  top: 4px;
  width: 1px;
  left: 13px;
  z-index: 1;
  height: 32px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: var(--transparent-BC);
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 4px;
    top: 11px;
  }

  54% {
    width: 0;
    left: 4px;
    top: 11px;
  }

  70% {
    width: 25px;
    left: -11px;
    top: 20px;
  }

  84% {
    width: 9px;
    left: 6px;
    top: 26px;
  }

  100% {
    width: 13px;
    left: 5px;
    top: 20px;
  }
}

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 20px;
    top: 31px;
  }

  65% {
    width: 0;
    right: 20px;
    top: 31px;
  }

  84% {
    width: 30px;
    right: -7px;
    top: 17px;
  }

  100% {
    width: 24px;
    right: 1px;
    top: 23px;
  }
}

.nav-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #000080;
  color: #fff;
  padding: 10px;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
}

.left-nav {
  display: flex;
  flex-direction: row;
  /* gap: 35px; */
}

.nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 14px;
}

.nav-link:hover {
  background-color: #fff;
  color: #191970;
  font-size: 14px;
}

.nav-signup-btn {
  padding: 10px 28px;
  background-color: rgb(253, 221, 39);
  color: rgba(39, 39, 39, 0.918) !important;
  height: 30px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 3px;
}

.nav-signup-btn:hover {
  background-color: rgb(255, 215, 0);
  color: rgb(0, 0, 0) !important;
  font-size: 14px;
}

.selected {
  border-bottom: 2px solid #fff;
  font-size: 14px;
}

.selected:hover {
  background-color: #191970;
  color: #fff;
  font-size: 14px;
}