:root {
	--main-color: #00b3b6;
	/* font-size: 16px; */
}

* {
	/* font-size: 16px; */
	font-family: "Nunito", sans-serif;
	font-weight: 400;
}

.container {
	max-width: 85%;
}

.font-1 {
	font-family: "Nunito", sans-serif;
}

.font-2 {
	font-family: "Montserrat", sans-serif;
}

#content {
	width: 100%;
	background: #fff;
	z-index: 100;
}

section {
	padding: 5.625rem 0;
}
.main-color {
	color: var(--main-color) !important;
}
.main-bg {
	background-color: var(--main-color);
}
.text-justify {
	text-align: justify !important;
}
.font-18 {
	font-size: 1.2rem !important;
}
.font-24 {
	font-size: 1.6rem !important;
}
.fw-400 {
	font-weight: 400 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.fw-700 {
	font-weight: 700 !important;
}
.btn-primary-1 {
	background-color: #00b3b6;
	border-color: #00b3b6;
}
.btn-primary-1:hover,
.btn-primary-1:active,
.btn-primary-1:focus {
	background-color: #00b3b6;
	border-color: #00b3b6;
	box-shadow: none;
}

.card-shadow {
	box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.16);
}
.card-shadow:hover {
	border: 1px solid var(--main-color);
}

.section-title {
	margin-bottom: 1rem;
}

.section-title h4 {
	color: var(--main-color);
	font-size: 1.6rem;
	font-family: "Montserrat";
	font-weight: 600;
	margin-bottom: 0;
}

.section-subtitle {
	font-size: 2.55rem;
	font-family: "Montserrat";
	font-weight: 700;
}

.service-icons {
	width: 5.3rem;
}

.spacer-6 {
	width: 100%;
	height: 4.5rem !important;
	display: block;
	clear: both;
}

.spacer-5 {
	width: 100%;
	height: 2.7rem !important;
	display: block;
	clear: both;
}

.spacer-4 {
	width: 100%;
	height: 1.4rem !important;
	display: block;
	clear: both;
}

#home-accordion .accordion-button {
	font-size: 1.6rem;
	color: var(--main-color);
	background-color: initial;
	box-shadow: none;
	font-family: "Montserrat";
	font-weight: bold;
	padding-bottom: 0;
}

#home-accordion .accordion-button::after {
	background-image: none;
}

#home-accordion .accordion-body p {
	font-size: 1.2rem;
	line-height: 2.3rem;
	text-align: justify;
	margin-bottom: 0;
}

#home-accordion .accordion-item {
	border-bottom: 0;
	background-color: initial;
}

#service {
	padding-bottom: 11.7rem;
}

#service .left-col {
	font-size: 1.2rem;
	line-height: 1.9rem;
	color: var(--bs-white);
	text-align: justify;
}
.color-white {
	color: var(--bs-white) !important;
}

#case-studies .card {
	padding: 1.4rem;
}

#case-studies .card-body {
	padding-left: 0;
}

#case-studies .card-title {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 1.4rem;
	color: var(--main-color);
}

#case-studies .card-text {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 1.2rem;
}

#footer {
	color: #ffffff;
	background-image: radial-gradient(circle at 50% 150%, #00707e, #002231);
	padding-top: 3rem;
	padding-bottom: 1.6rem;
	padding-left: 1.8rem;
	font-size: 1.2rem;
}

/* #contact{
    padding-bottom: 7.2rem;
} */

#contact .contact-input,
#contact .contact-label {
	font-family: "Nunito";
	font-weight: 600;
	font-size: 1.2rem;
}

#contact form-floating > .form-control:focus ~ label,
#contact .form-floating > .form-control:not(:placeholder-shown) ~ label,
#contact .form-floating > .form-select ~ label {
	font-size: initial;
}

.contact-description {
	line-height: 1.94;
}

.footer-links a {
	font-size: 1.2rem;
	font-weight: 800;
	text-decoration: none;
	color: #fff;
}

#logo-div {
	text-decoration: none;
}

#logo-div img {
	width: 3.9rem;
	height: 3.6rem;
}

#main-navbar #logo-div span,
#footer #logo-div span {
	font-size: 2rem;
	font-weight: bold;
	vertical-align: middle !important;
	color: #ffffff;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
}

#main-navbar.light-menu #logo-div span {
	color: #000000;
	transition: color 1s;
}

#main-navbar {
	background-image: radial-gradient(circle at 50% 100%, #012b3d, #002231);
	/* background-color: transparent; */
	color: #ffffff !important;
}

#main-navbar.light-menu {
	background-image: none;
	background-color: #ffffff;
	transition: background 1s;
}

#main-navbar .navbar-brand {
	color: #ffffff !important;
}

#main-navbar .nav-link {
	font-size: 1.2rem;
	font-family: "Montserrat";
	font-weight: bold;
	color: #ffffff;
}

#main-navbar.light-menu .nav-link {
	color: #404040;
	transition: color 1s;
}

#main-navbar .nav-link.active {
	color: var(--main-color);
}

.hero {
	background-image: radial-gradient(circle at 50% 110%, #00707e, #002231);
	color: #ffffff;
	padding-top: 11.5rem;
}

.hero-small {
	padding-bottom: 12.27rem;
}

.hero .hero-title {
	font-size: 1.7rem;
	font-weight: 700;
	font-style: italic;
}

.hero .hero-main-text,
.hero .hero-main-text .hero-main-text-color {
	font-size: 3.6rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

.hero-service .hero-main-text,
.hero-service .hero-main-text-color {
	font-size: 3rem !important;
}

.hero-btn,
.hero-btn:hover,
.hero-btn:active,
.hero-btn:focus {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 1.3rem;
	background-color: var(--main-color);
	border: var(--main-color);
	padding: 1.1rem 3rem;
	box-shadow: none;
}

.center-card {
	border: none;
}

.center-card .label {
	padding: 0.9rem 0.9rem;
	font-size: 1.3rem;
	color: var(--main-color);
	font-family: "Montserrat";
	font-weight: bold;
}

.center-card img {
	width: 5.7rem;
}

#feedback .quote-icon i {
	font-size: 1.4rem;
	color: #ffffff;
}

#feedback .quote-icon {
	display: inline-block;
	background-color: var(--main-color);
	vertical-align: middle;
	border-radius: 1.8rem;
	padding: 0.9rem;
}

.profile-pic {
	/* border: 1px solid red; */
	width: 50px;
	height: 50px;
	background-color: var(--main-color);
	border-radius: 50px;
}

.info-content {
	line-height: 1.94;
	text-align: justify;
}

.info-content h3 {
	font-family: "Montserrat";
	font-size: 2rem;
	font-weight: 600;
	text-align: initial;
}
.info-content p{
	font-size: 1.2rem;
	font-weight: 600;
	font-family: "Montserrat";
}

.info-content1 p{
	font-size: 1.2rem;
	font-family: "Montserrat";
}

.info-content1 p.text-bold{
	font-weight: 600;
}

.text-bold{
	font-weight: 700;
}

.green-bullets {
	padding-left: 0;
	margin-top: 30px;
	/* list-style-image: url(../img/bullets.png); */
}

.green-bullets li {
	position: relative;
	list-style-type: none;
	padding-left: 15px;
	padding-bottom: 20px;
}

.green-bullets.space-remove li {
	position: relative;
	list-style-type: none;
	padding-left: 15px;
	padding-bottom: 0px;
}

.green-bullets li::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid var(--main-color);
	position: absolute;
	top: 5%;
	left: 0;
}

.green-bullets.consulting li::before {
	top: 12%;
}

.services-content-left img {
	width: 91%;
}

.services-content-right img {
	width: 100%;
}

.services-content-right ul li {
	font-size: 1.2rem;
	font-weight: 600;
	text-align: left;
	line-height: 1.2;
}

.service-card img {
	width: 5.66rem;
}

#people {
	background-image: radial-gradient(circle at 50% 100%, #00707e, #002231);
}

.reviewer {
	margin-top: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reviewer-name {
	text-align: left;
	margin-left: 0.9rem;
}

.feedback-text {
	margin-top: 1.8rem;
	padding: 0 4.5rem;
	font-size: 1.2rem;
	line-height: 1.8rem;
	font-weight: 600;
}
.quote {
	width: 75px;
	height: 75px;
	display: inline-block;
}

.reviewer-img img {
	width: 76px;
	height: 76px;
}

.feedback-row {
	padding-top: 3.6rem;
	background-color: #ffffff;
	margin-top: -11.7rem;
	padding-bottom: 4.5rem;
}

.navbar > .container-fluid {
	padding-left: 2.4rem;
	padding-right: 2.4rem;
}

.contact-menu {
	background-color: var(--main-color);
	border-radius: 0.3rem;
	color: #ffffff !important;
}

#story img.left-img {
	width: 92%;
	max-width: 100%;
}

.more-info-btn {
	padding: 0.9rem 1.8rem;
	font-size: 1.2rem;
	font-family: "Montserrat";
	font-weight: 800;
	background-color: var(--main-color);
	border: var(--main-color);
}

.more-info-btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}

.long-btn {
	padding-left: 3.2rem;
	padding-right: 3.2rem;
}

.more-info-btn:hover,
.more-info-btn:active,
.more-info-btn:focus {
	background-color: var(--main-color);
	border: var(--main-color);
	box-shadow: none;
}

#copyright p {
	font-size: 1.1rem;
	font-weight: 600;
}

.feedback-container {
	position: relative;
}

.feedback-container button.owl-prev span,
.feedback-container button.owl-next span {
	background-color: var(--main-color);
	color: #ffffff;
	font-size: 3.6rem;
	width: 3.6rem;
	height: 3.6rem;
	display: block;
	line-height: 1;
}

.feedback-container .owl-nav {
	display: flex;
	width: 90%;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 5%;
}

.feedback-item {
	width: 70%;
	margin: 0 auto;
}

#contact-card img {
	width: 4rem;
}

#contact-card .medium {
	font-family: "Montserrat";
	font-size: 1.6rem;
	font-weight: bold;
	color: var(--main-color);
}

#contact-card .address {
	font-size: 1.34rem;
	font-weight: 600;
}

/* about */
.about-story img {
	width: 93%;
}

/* case-study */
.case-study-content-left img {
	width: 86.5%;
	height: 39.75rem;
}

.case-study-content-right img {
	width: 34.7rem;
}

.with {
	margin-right: 20px;
}
.ťext-wraper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}

.mobile-menu {
	border: 0.5rem;
	border-color: #ffffff !important;
	color: #fff !important;
	font-size: 2.5rem;
}

.submenu {
	background-color: var(--main-color);
}

.submenu .dropdown-item {
	font-size: 1.2rem;
	font-family: "Montserrat", sans-serif;
	color: #ffffff;
}

.submenu .dropdown-item:hover,
.submenu .dropdown-item:active,
.submenu .dropdown-item.active {
	color: var(--main-color);
	background-color: #ffffff;
}

#visual img.left-img {
	width: 81%;
}

.dark-bg {
	background-image: radial-gradient(circle at 50% 100%, #00707e, #002231);
	color: var(--bs-white) !important;
}

#visual-search img {
	width: 5.3rem;
}

#autotag-intro img.left-img {
	width: 91%;
}

.green-bullets.product-pages li {
	padding-left: 1.5rem;
}


.green-bullets.product-pages li {
	padding-left: 1.5rem;
}
.green-bullets.product-pages li.hide-content{
	padding-left: 0;
	/* list-style-type: circle; */
}
.green-bullets.product-pages li.hide-content::before{
	content: none;
	
	/* list-style: block; */
}

#retail-intro img.left-img {
	width: 100%;
}

#ainolytiq-intro img {
	width: 94.5%;
}

#atelio-intro img.left-img {
	width: 91%;
}

#atelio-why .main-row {
	padding-bottom: 6rem;
}

#atelio-render .container {
	margin-top: -17rem;
}

.center-line {
	position: relative;
}

#retail-process img {
	z-index: 99;
	position: relative;
	width: 10rem;
}

#retail-process .icon-row,
#retail-process .list-row {
	padding-left: 4rem;
	/* padding-right: 4rem; */
}

.before-dot,
.after-dot {
	position: relative;
}

.center-line:before {
	content: "";
	height: 5px;
	width: 100%;
	background: #000;
	top: calc(50% - 5px);
	left: 0;
	position: absolute;
}

.before-dot:after,
.after-dot:after {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	height: 15px;
	width: 15px;
	background: black;
	border-radius: 50%;
}

.before-dot:after {
	left: 0;
}

.after-dot:after {
	right: 0 !important;
}

.arrow-up {
	position: relative;
}
.arrow-up::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	top: -15px;
	left: calc(50% - 15px);
	border-bottom: 15px solid var(--main-color);
	display: none;
}

.main-menu:hover > .submenu {
	display: block;
}

#autotag-work .horizontal-row img {
	width: 106%;
}

#autotag-work .vertical-row img {
	width: 100%;
}

#autotag-work .image-1 {
	z-index: 20;
}

#autotag-work .image-2 {
	z-index: 10;
}

#autotag-work .label {
	text-align: center;
	font-size: 1.4rem;
	margin-top: 1.6rem;
	font-weight: 600;
}

#ainolytic-solution .info-card {
	margin-top: 3rem;
}

#ainolytic-solution .info-card img {
	width: 7rem;
}

#ainolytic-solution .info-card h3 {
	font-weight: 600;
	font-size: 2rem;
	margin-top: 2rem;
}

#ainolytic-solution .info-card p {
	font-size: 1.2rem;
	text-align: justify;
}

#ainolytiq-wheel {
	margin-top: 4rem;
}

.card-carousel .owl-nav span {
	font-size: 5rem;
}

.card-carousel .owl-nav span {
	font-size: 3.6rem;
	width: 3.6rem;
	height: 3.6rem;
	display: block;
	line-height: 1;
}

.card-carousel .owl-stage {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex-flow: row wrap;
}

.card-carousel .owl-item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.card-carousel .card.card-shadow {
	height: 100%;
}

#autotag-feature li {
	text-align: justify;
}

section#hero-home {
	padding-top: 9rem;
}

#hero-home .hero-transform {
	margin-top: 6rem;
	margin-bottom: 2.5rem;
}

.accordion-know-more,
.accordion-know-more:hover {
	text-decoration: none;
	color: var(--main-color);
}

/* .accordion-content {
	display: none;
	padding: 10px;
  } */

  .accordion-header {
	cursor: pointer;
	background-color: #eee;
	padding: 10px;
  }

  .accordion-header.active {
	background-color: #ccc;
  }

  /* .container1 {
	height: 500px;
  } */

  .accordion-content {
	overflow: hidden;
	transition: height 0.3s ease;
	
  }
  
  .accordion-content.active {
	height: auto !important;
  }
  