/* #sync1 .item {
  background: #0c83e7;
  padding: 80px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  background: #c9c9c9;
  padding: 10px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .current .item {
  background: #0c83e7;
  transform: scale(1.1);
}

.owl-theme .owl-nav {
  default owl-theme theme reset .disabled:hover links
}

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: auto;
  height: auto;
  background-color: transparent;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}

.ifrm{border:none; width:100%;margin-top:50px;}

-- Extra CSS
.contentSect {
  width: 98%;
}

.carouselWrapper {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}

.carouselLeftSect {
  width: 30% !important;
}

.carouselRightSect {
  width: 70%;
  padding-top: 60px;
}

.wisdomDefining {
  margin-left: 14rem;
}

--------CSS For carousel -------
.mainWrapper {
  position: relative;
}

.position-relative {
  position: relative !important;
}

.testimonalImage {
  position: absolute;
  right: 291px;
  width: 100%;
  height: 360px;
}

.testimonalImage img {
  width: 363px !important;
  height: 360px;
  max-width: fit-content;
}

.d-block {
  display: block !important;
}

.mainTestiomonalImage .firstSectionImg {
  position: absolute;
  top: -53px;
  left: -138px;
}

.mainTestiomonalImage .circleImage img {
  max-width: 130px;
}

.mainTestiomonalImage .secondSectionImg {
  position: absolute;
  top: 90px;
  left: -29px;
}

.mainTestiomonalImage .circleImage img {
  max-width: 130px;
}

.mainTestiomonalImage .thirdSectionImg {
  position: absolute;
  top: 232px;
  left: -140px;
}

.mainTestiomonalImage .circleImage img {
  max-width: 130px;
}

//////Carousek///////

.carouselRightSect .owl-item {
  width: 10% !important;
}

#product .carouselLeftSect .owl-nav {
  margin-top: 320px;
}




.page {
  min-height: 90vh;
  overflow: hidden;
}

.container {
  max-width: 600px;
  margin: 0 auto;
}

.circle-carousel {
  position: relative;
  padding-top: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.circle-carousel .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle-carousel .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  background: rgba(255, 0, 0, 0.3);
}

.circle-carousel .slide.active {
  z-index: 1;
  opacity: 1;
}

.circle-carousel .pagination {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  border: 3px solid white;
  transition-property: transform;
  transition-timing-function: ease-out;
  pointer-events: none;
  user-select: none;
}

.circle-carousel .pagination .dot {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  pointer-events: auto;
  transition: 0.3s;
  background: black;
}

.circle-carousel .pagination .dot:hover {
  transform: translate(-50%, -50%) scale(1.05);
  cursor: pointer;
  background: white;
  color: black;
}

.circle-carousel .pagination .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.circle-carousel .pagination .item.active .dot {
  background: white;
  color: black;
}

.circle-carousel .next,
.circle-carousel .prev {
  position: absolute;
  bottom: 6%;
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  transition: 0.3s;
  user-select: none;
}

.circle-carousel .next:before,
.circle-carousel .prev:before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-color: transparent black;
  transition: 0.3s;
}

.circle-carousel .next:hover,
.circle-carousel .prev:hover {
  cursor: pointer;
  color: black;
}

.circle-carousel .next:hover:before,
.circle-carousel .prev:hover:before {
  border-color: transparent white;
  transform: translate(-50%, -50%) scale(1.05);
}

.circle-carousel .next {
  right: 5%;
}

.circle-carousel .next:before {
  left: 65%;
  border-width: 30px 0 30px 70px;
}

.circle-carousel .prev {
  left: 5%;
}

.circle-carousel .prev:before {
  left: 35%;
  border-width: 30px 70px 30px 0;
} */

* {
  box-sizing: border-box;
}

body {
  background: #333;
  margin: 0;
  padding: 0;
  font-family: "Arial";
  color: white;
}

.page {
  min-height: 90vh;
  overflow: hidden;
}

.container {
  max-width: 600px;
  margin: 0 auto;
}

.circle-carousel {
  position: relative;
  padding-top: 100%;
  /* background: rgba(0, 0, 0, 0.3); */
}

.circle-carousel .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle-carousel .slide {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  background: rgba(255, 0, 0, 0.3);
}

.circle-carousel .slide.active {
  z-index: 1;
  opacity: 1;
}

.circle-carousel .pagination {
  position: absolute;
  /* top: 50%;
  left: 50%; */
  top: 73%;
  left: 130%;
  transform: translate(-50%, -50%);
  z-index: 1;
  /* width: 90%;
  height: 90%; */
  width: 330px;
  height: 330px;
  border-radius: 50%;
  /* border: 3px solid white; */
  background-image: url(../img/newimages/circle\ -\ ai\ for.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  transition-property: transform;
  transition-timing-function: ease-out;
  pointer-events: none;
  user-select: none;
}

.circle-carousel .pagination .dot {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  pointer-events: auto;
  transition: 0.3s;
  background: #3f47d3;
  pointer-events: none;
}

#product .dot.dot-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  /* top: 0;
  left: 50%;
  transform: translate(-50%, -50%); */
  width: 70px;
  height: 70px;
  border-radius: 50%;
  pointer-events: auto;
  /* transition: 0.3s; */
  background: #3f47d3;
  pointer-events: none;
}

#product .dot.dot-mobile img {
  max-width: 45px !important;
}

.productFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#product .dot.dot-mobile {}

.circle-carousel .pagination .dot img {
  max-width: 85px;
}

.circle-carousel .pagination .dot:hover {
  transform: translate(-50%, -50%) scale(1.05);
  cursor: pointer;
  background: white;
  color: black;
}

.circle-carousel .pagination .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.circle-carousel .pagination .item.active .dot {
  /* background: white;
  color: black; */
}

.circle-carousel .next,
.circle-carousel .prev {
  position: absolute;
  bottom: 6%;
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  transition: 0.3s;
  user-select: none;
}

.circle-carousel .next:before,
.circle-carousel .prev:before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-color: transparent black;
  transition: 0.3s;
}

.circle-carousel .next:hover,
.circle-carousel .prev:hover {
  cursor: pointer;
  color: black;
}

.circle-carousel .next:hover:before,
.circle-carousel .prev:hover:before {
  border-color: transparent white;
  transform: translate(-50%, -50%) scale(1.05);
}

.circle-carousel .next {
  right: 5%;
}

.circle-carousel .next:before {
  left: 65%;
  border-width: 30px 0 30px 70px;
}

.circle-carousel .prev {
  left: 5%;
}

.circle-carousel .prev:before {
  left: 35%;
  border-width: 30px 70px 30px 0;
}