/* APCOB APP LANDING PAGE CSS START */
body {
    background-color: #e9fcf0 !important;
    background-image: url(../images/tmsapps-bg10.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.main-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
a.h4 {
    font-size: 20px;
}
.blog-item p {
    font-size: 15px;
    color: #4c4c4c;
    font-weight: 500;
}
.blog-title a {
    color: var(--bs-white);
    background: var(--bs-primary);
    transition: 0.5s;
}
.blog-title a:hover {
    color: #000 !important;
}
.hero {
  background-color: #00554f;
  /* background-image: -webkit-linear-gradient(135deg, rgb(244, 202, 216) 0%, rgb(129, 112, 137) 35%, rgb(14, 21, 58) 100%);; */
  position: relative;
  height: 58vh;
  overflow: hidden;
  top: -87px;
}

.hero__title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  z-index: 1;
}

.cube {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #fff;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 12s ease-in forwards infinite;
          animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
  border-color: #20a751;
}
.cube:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.cube:nth-child(3) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  left: 75vw;
  top: 50vh;
}
.cube:nth-child(4) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.cube:nth-child(5) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  left: 10vw;
  top: 85vh;
}
.cube:nth-child(6) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}

@-webkit-keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}


@keyframes slide{
  from{
    transform:translateX(0) ;
    
  }
  to{
    transform:translateX(-100%) ;
  
  }
}

.navbar-menublk {
    position: sticky;
    top: 30px;
    z-index: 1;
}
.menubar-block {
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 100px;
    background-color: #042b28;
}
.hero__title h1 {
    font-size: 50px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}
.blog .blog-item {
    min-height: 445px;
}
.blog {
    position: relative;
    top: -307px;
}
/* APCOB APP LANDING PAGE CSS END */
section.landind-section {
    padding: 10px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.landind-section h1 {
    font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-style: normal;
}
/* section.landind-section h4 {
    text-shadow: 2px 2px 0 #20a751, 2px -2px 0 #20a751, -2px 2px 0 #20a751, -2px -2px 0 #20a751, 2px 0px 0 #20a751, 0px 2px 0 #20a751, -2px 0px 0 #20a751, 0px -2px 0 #20a751;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
} */
/* section.landind-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: -1;
    opacity: 0.5;
} */
/* .btn.btn-success {
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 10px;
} */
 .middle-blk {
    background-color: #fff;
    border-radius: 10px;
    padding: 0px;
    height: 100%;
    min-height: 450px;
     box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
}

/* .right-blk {
  background-color: #fff;
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 10px;
    padding: 10px;
} */
section.main-container {
    background: url(../images/right-bgimg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* .middle-blk img {
    animation: animName 50s linear infinite;
}
@keyframes animName {
  0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
} */

/* .main-container {
  min-height: auto;
  display: flex;
  align-items: center;
  height: 560px;
  overflow: hidden;
  background-image: url(../images/landing-nobg-img2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
} */
.main {
  margin: 0px auto;
  width: 360px;
  height: 360px;
  position: relative;
}
.big-circle {
  height: 100%;
  width: 100%;
  position: relative;
  /* border: 3px solid #09a34b; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: Rotate 20s linear infinite;
}
.icon-block {
  width: 64px;
  height: 64px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%); */
  /* box-shadow: 0px 0px 4px 0 #ccc; */
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 2px solid #00a458; */
}
.icon-block img {
  margin: 0px auto;
  width: 95%;
  animation: Rotate-reverse 20s linear infinite;
  transition: 1s;
  cursor: pointer;
}
.icon-block img:hover {
    transform: scale(1.5);
}
.icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.icon-block:nth-child(2) {
    bottom: 43%;
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    margin-bottom: 0%;
    margin-right: 1%;
}
.icon-block:nth-child(3) {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    margin-bottom: 4%;
    margin-left: 16%;
}
.icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin-top: 17%;
    margin-left: 3%;
}
.icon-block:nth-child(5) {
  top: 0;
  left: 50%;
  margin-top: 5%;
  margin-left: 22%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.icon-block:nth-child(6) {
  top: 0;
  left: 50%;
  margin-top: 20%;
  margin-left: 39%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.icon-block:nth-child(7) {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    margin-top: 13%;
    margin-right: 2%;
}
.icon-block:nth-child(8) {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    margin-top: 34%;
    margin-right: 14%;
}
.icon-block:nth-child(9) {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    margin-top: 49%;
    margin-right: 60%;
}
.icon-block:nth-child(10) {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    margin-top: 38%;
    margin-right: 83%;
}
.icon-block:nth-child(11) {
    bottom: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
    margin-bottom: 11%;
    margin-left: 10%;
}
.icon-block:nth-child(12) {
    bottom: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin-bottom: 24%;
    margin-left: 28%;
}
.icon-block:nth-child(13) {
    top: 45%;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin-top: -2%;
    margin-left: 0px;
}
/* circle content */
.circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 75%;
  height: 75%;
  border: 3px solid #09a34b;
  border-radius: 50%;
}
.circle .icon-block img {
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}
/* center logo */
.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* .center-logo img {
  max-width: 150px;
} */
.btn-hover {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    height: 80px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 10px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform: translateY(-5px);
    transition: 0.5s;
}

.btn-hover:focus {
    outline: none;
}
.btn-hover.gb-1 {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
.btn-hover.gb-2 {
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}
.btn-hover.gb-3 {
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}
.btn-hover.gb-4 {
    background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
    box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}
.btn-hover.gb-5 {
    background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}
.btn-hover.gb-6 {
    background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
    box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}
.btn.btn-outline {
    border: 1px solid #fff;
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;
}
.btn.btn-popup {
    border: 0px solid #fff;
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;
    outline: none;
}
/* keyframe animation */

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(-405deg);
  }
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.menu-swiper {
    width: 100%;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s ease;
  }
  .menu-swiper.swiper-initialized {
    visibility: visible;
    opacity: 1;
    overflow: hidden;
  }

  .menu-swiper .swiper-slide .btn-hover {
    opacity: 0.5;
    transform: scale(0.8);
    transition: all 0.3s ease;
    cursor: grab;
  }
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

  .menu-swiper .swiper-slide.swiper-slide-active .btn-hover {
    opacity: 0.95;
    transform: scale(1);
    cursor: pointer;
    border-radius: 10px !important;
    width: 100% !important;
    height: 80px !important;
  }

  .menu-swiper .swiper-slide:not(.swiper-slide-active) a .btn-hover {
    pointer-events: none;
  }

  .menu-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  opacity: 1;
  z-index: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  opacity: 0;
  z-index: 0;
}
.carousel-item img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.landing-img img {
    width: 45%;
}
span.icon-blk {
    position: relative;
}
span.icon-blk i {
  font-size: 40px !important;
}
.swiper-button-prev,
.swiper-button-next {
  color: #000; /* or white, based on background */
  font-size: 24px;
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.swiper-button-prev:after {
    content: 'prev';
    font-size: 14px;
    font-weight: bolder;
}
.swiper-button-next:after {
    content: 'next';
    font-size: 14px;
    font-weight: bolder;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
  top: 50px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0px;
  right: auto;
  top: 55px;
}
.btn.btn-popup p {
  font-size: 16px;
}

.cloneable {
  padding: 10px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  display: flex;
  position: relative;
}

.nav-wrap {
  z-index: 100;
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0 0 3vh;
}

.nav-list {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  font-size: 1.4vw;
}

.nav-item {
  justify-content: center;
  align-items: center;
  width: 4em;
  transition: width .5s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: relative;
}

.nav-item.hover {
  width: 5em;
}

.nav-item.sibling-close {
  width: 4em;
}

.nav-item.sibling-far {
  width: 3em;
}

.nav-item__link {
  z-index: 1;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
  position: relative;
}

.image {
  object-fit: contain;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 5px;
}

.nav-item__tooltip {
  z-index: 0;
  background-color: #fff;
  opacity: 0;
  white-space: nowrap;
  border-radius: .25em;
  padding: .4em .5em;
  font-size: 0.7em;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), opacity .5s cubic-bezier(.16, 1, .3, 1);
  position: absolute;
  top: 0;
  transform: translate(0, -80%);
  font-weight: 400;
}

.nav-item:hover .nav-item__tooltip{
	opacity: 1;
  transform:translate(0px, -140%);
}
@media (max-width: 600px) {
  body {
    background-color: #e9fcf0 !important;
    background-image: url(../images/tmsapps-bg10.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
section.landind-section {
  padding: 0px 0px;
}
  .carousel-item img {
    height: auto;
}
.landing-img img {
  width: 100%;
} 
.icon-block {
  width: 54px;
  height: 54px;
}
.main {
    margin: 0px auto;
    width: 260px;
    height: 260px;
    position: relative;
    top: 35px
}
section.main-container {
  height: 325px;
}
.nav-wrap {
  z-index: 100;
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0 0 0vh;
}
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .carousel-item img {
    height: auto;
}
  .main {
    margin: 0px auto;
    width: 364px;
    height: 364px;
    position: relative;
    top: 45px
}
section.main-container {
  height: 480px;
}
section.landind-section {
    padding: 6px 0px;
    background-image: url(../images/tmsapps-bg10.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: auto;
    z-index: 2;
}
.nav-wrap {
  z-index: 100;
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0 0 2vh;
}
}
@media screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .carousel-item img {
    height: auto;
}
  .main {
    margin: 0px auto;
    width: 364px;
    height: 364px;
    position: relative;
    top: 50px
}
section.main-container {
  height: 480px;
}
section.landind-section {
    padding: 6px 0px;
    background-image: url(../images/tmsapps-bg10.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: auto;
    z-index: 2;
}
.nav-wrap {
  z-index: 100;
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0 0 2vh;
}
}
@media screen and (max-device-width: 1280px) and (min-device-width: 585px) and (orientation: landscape) {
.landing-img img {
    width: 40%;
    margin-bottom: 0px !important;
}
.carousel {
    position: relative;
    height: auto;
    max-height: 380px;
}
.carousel-item img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 380px;
}
.middle-blk {
  min-height: 380px;
}
.main {
    margin: 0px auto;
    width: 320px;
    height: 320px;
    position: relative;
}
.nav-wrap {
  z-index: 100;
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0 0 4vh;
}
}
