* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

.header {
  overflow: hidden;
  background-color: #fff;
  height: 76px;
  box-shadow: 14px 17px 40px 2px #7090B026;
  align-items: center;
}

.header a {
  float: left;
  color: #667084;
  text-align: center;
  padding: 28px 32px;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}


.header a:hover {
  color: #175EC7;
}


.header-right li {
  padding: 28px 32px;
}

.header-right li a {
  padding: 0px 12px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gradiant-color {
  background-image: linear-gradient(127.81deg, #175EC7 20.67%, #2C76E2 60.42%, #22C0FF 103.38%);
}

ul {
  list-style: disc !important;
  color: white;
}

ul li::marker {
  color: white;
}

.deck-text ul li::marker {
  color: #232A37;
}

ul.pricing-ul li::marker {
  color: #575757;
}

.btn-link:hover {
  background: linear-gradient(127.81deg, #175EC7 20.67%, #2C76E2 70.42%, #22C0FF 93.38%);
  color: #fff;
  border: 2px solid #fff;
  transition: all 0.4s ease-in-out;
  padding-right: 14px;
}

.icon {
  display: none;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-link:hover .icon {
  display: inline-block;
}

.hover-state-btn {
  background: linear-gradient(127.81deg, #fff 20.67%, #fff 60.42%, #fff 103.38%);
  border: 2px solid #175EC7;
}

.hover-state-btn:hover {
  background: linear-gradient(127.81deg, #175EC7 20.67%, #2C76E2 60.42%, #22C0FF 103.38%);
  color: #fff;
  border: 2px solid #fff;
  transition: all 0.4s ease-in-out;
}



.btn-footer-hover:hover {
  background-color: #084DB3;
  border: 2px solid #084DB3;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.icon-right-arrow {
  background-image: url(./asset/arrow_right_alt.svg);
  width: 28px;
  height: 28px;
  background-size: 28px;
  margin-left: 8px;
}


.slick-track {
  display: flex;
  gap: 60px;
}

.slick-prev:before,
.slick-next:before {
  content: '';
  color: transparent;
}

.slick-prev:hover,
.slick-prev:focus {
  color: transparent;
  outline: none;
  background-image: url('asset/prev-button.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  background-color: #FAFAFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 4px 4px 0px rgba(16, 24, 40, 0.16);
}

.slick-prev {
  display: none;
  left: 36px;
  background-image: url('asset/prev-button.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  height: 30px;
  width: 30px;
  padding: 22px;
  border-radius: 50%;
  background-color: #FAFAFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 4px 4px 0px rgba(16, 24, 40, 0.16);
  z-index: 2;
  transition: all 0.3s ease;
}

.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background-image: url('asset/next-button.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  background-color: #FAFAFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 4px 4px 0px rgba(16, 24, 40, 0.16);
}

.slick-next {
  background-image: url('asset/next-button.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  height: 30px;
  width: 30px;
  padding: 22px;
  border-radius: 50%;
  background-color: #FAFAFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 4px 4px 0px rgba(16, 24, 40, 0.16);
  z-index: 2;
  transition: all 0.3s ease;
  right: 32px;
}

.slick-dots {
  display: none !important;
}

.contentautoShow .slick-track {
  gap: 0px;
}

.shadow-card {
  box-shadow: 2px 3px 20px 1px rgba(112, 144, 176, 0.18);

}

.card-div>.shadow-card:hover {
  box-shadow: 10px 10px 50px 4px rgba(88, 144, 224, 0.34);
  transition: all 0.3s ease-in-out;
}

.container-lgS {
  width: calc(100% - 368px);
}

.header-right .active {
  color: #3F434B;
  position: relative;
}

.header-right .active::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #175EC7;
}

.carousel img {
  /* width: 100%; */
  border-radius: 8px;
}

.slick-slide {
  padding: 10px;
}

.footer-sec-home span {
  width: 808px;

}

.humburgers-icon {
  background-image: url('./asset/Hamburger-Icons.svg');
  width: 40px;
  height: 40px;
  background-size: 40px;
}

.close-btn {
  display: none;
}


.accordion {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 6px;
}

.accordion-item {
  border-bottom: 1px solid #E3E3E4;
  overflow: hidden;
  padding: 5px 0px 5px;
}

.accordion-header {
  width: 100%;
  background: white;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 600;
  color: #232A37;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-header .arrow {
  width: 40px;
  height: 40px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  background-image: url('./asset/stat-minus.svg');
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
}

.accordion-item.active .arrow {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  font-size: 20px;
  color: #575757;
  font-weight: 400;
  line-height: 28px;
  padding-right: 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-item.active .accordion-content {
  max-height: 200px;
  padding: 10px 0 20px 0;
}

.icon-play {
  width: 54px;
  height: 54px;
  background-image: url(./asset/play-circle.svg);
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center;

}

.card-res-only-hover {
  box-shadow: 14px 17px 40px 4px rgba(112, 144, 176, 0.18);
}

.card-res-only-hover:hover {
  box-shadow: 10px 10px 50px 4px rgba(88, 144, 224, 0.34);

}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-box {
  background: #fff;
  width: 85%;
  min-height: 400px;
  max-width: 750px;
  padding: 20px;
  border-radius: 14px;
  position: relative;
}

.close {
  position: absolute;
  background: #fff;
  z-index: 1;
  right: 21px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
}


@media screen and (min-width: 973px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media screen and (min-width: 1366px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media screen and (min-width: 1520px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width:1480px) {
  .container-1366 {
    width: calc(100% - 264px);
  }
}

@media (max-width:768px) {
  .header {
    justify-content: space-between !important;
    padding: 0px 25px 0px 10px !important;
    position: relative !important;

  }

  .header a {
    padding: 0px 0px;
  }

  .header-right {
    top: 77px;
    left: -85%;
    position: fixed;
    background: #fff;
    width: 85%;
    min-height: 268px;
    max-height: 90vh;
    display: flex;
    justify-content: space-between;
    padding: 0px 22px 0px 4px;
    transition: all 0.4s ease-in-out;
  }

  .header-right.show {
    left: 0%;
    transition: all 0.4s ease-in-out;
  }

  .header-right ul {
    display: block !important;
    padding: 8px 0px;
  }

  .header-right li {
    padding: 8px 18px 8px;
  }

  .header-right li a {
    padding: 0px 0px 8px;
    height: 46px;
  }

  .header-right .active::before {
    height: 2px;
  }

  .close-btn {
    display: flex;
  }

  .hero-sec-mob {
    flex-direction: column-reverse;
  }

  .hero-sec-mob .w-\[50\%\] {
    width: 100% !important;
  }

  .hero-sec-mob.md\:px-20 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .hero-sec-mob.py-\[100px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-sec-mob h1 {
    padding-top: 50px;
  }

  .hero-sec-mob .w-\[40\%\] {
    width: 100%;
  }

  .carousel-sec-mob p.w-\[65\%\] {
    width: 90%;

  }

  .carousel-sec-mob .w-\[calc\(100\%-300px\)\] {
    width: calc(100% - 50px);
  }

  .slick-next {
    right: -25px;
  }

  .slick-prev {
    left: -22px;
  }

  .slick-track {
    gap: 0;
  }

  .home-sec3-res {
    display: block !important;
    padding: 100px 70px 80px !important;
  }

  .home-sec3-res .presentation-apps {
    width: 100%;

  }

  .home-sec3-res .presentation-text {
    width: 100%;
    padding-top: 50px;
  }

  .feature-res-mob {
    flex-direction: column-reverse;
  }

  .line-btn-res-mob {
    padding-left: 10px !important;
    padding-right: 10px !important;

  }
}

@media (max-width:716px) {
  .carousel-sec-mob .w-\[calc\(100\%-300px\)\] {
    width: calc(100% - 100px);
  }
}

@media (max-width:500px) {

  .text-\[40px\] {
    font-size: 36px !important;
    line-height: 50px !important;
  }

  .logo {
    width: 100px !important;
  }

  .header-btn-mob-res {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .hero-sec-mob.md\:px-20 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .carousel-sec-mob span {
    padding: 0 35px;
  }

  .carousel-sec-mob p.w-\[65\%\] {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .carousel-sec-mob .w-\[calc\(100\%-300px\)\] {
    width: calc(100% - 70px);
  }

  .home-sec3-res {
    display: block !important;
    padding: 70px 35px 70px !important;
  }

  .highlight .pt-\[100px\] {
    padding-top: 70px;
  }

  .feature-res-mob {
    padding: 50px 35px !important;
  }

  .feature-res-mob div.w-\[50\%\] {
    width: 100%;
  }

  .feature-res-mob div.w-\[40\%\] {
    width: 100%;
    padding-top: 50px;
  }

  .feature-res-mob div.w-\[40\%\] button.mt-\[40px\] {
    margin-top: 25px;
  }


  .con-lib-mob-res {
    display: block !important;
    padding: 50px 35px !important;
  }

  .con-lib-mob-res div.w-\[50\%\] {
    width: 100%;
  }

  .con-lib-mob-res div.w-\[40\%\] {
    width: 100%;
    padding-top: 50px;
  }

  .con-lib3-mob-res div.w-\[40\%\] button.mt-\[40px\] {
    margin-top: 25px;
  }


  .con-lib3-mob-res {
    flex-direction: column-reverse;
    padding: 50px 35px !important;
  }

  .con-lib3-mob-res div.w-\[50\%\] {
    width: 100%;
  }

  .con-lib3-mob-res div.w-\[40\%\] {
    width: 100%;
    padding-top: 50px;
  }

  .con-lib3-mob-res div.w-\[40\%\] button.mt-\[40px\] {
    margin-top: 25px;
  }

  .con-lib4-mob-res {
    display: block !important;
    padding: 50px 35px !important;
  }

  .con-lib4-mob-res div.w-\[50\%\] {
    width: 100%;
  }

  .con-lib4-mob-res div.w-\[40\%\] {
    width: 100%;
    padding-top: 50px;
  }

  .con-lib4-mob-res div.w-\[40\%\] button.mt-\[40px\] {
    margin-top: 25px;
  }

  .deck-sec5-mob-res {
    flex-direction: column-reverse;
    padding: 70px 35px !important;
  }

  .deck-sec5-mob-res .presentation-apps img {
    width: 100% !important;
    height: 100% !important;
  }

  .deck-text {
    padding-top: 65px;
  }

  .deck-text ul.py-10 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .footer-sec-home span {
    width: 100%;

  }

  .footer-sec-home>div {
    display: block !important;
    width: 100%;
  }

  .footer-sec-home>div>button {
    width: 100%;
  }

  .footer-sec-home>div>button.ml-\[40px\] {
    margin-top: 40px;
    margin-left: 0px !important;
  }

  .line-btn-res-mob {
    font-size: 16px !important;
  }
}