/* Font Family */
@font-face {
    font-family:'Euclid Circular A';
    src: url("../assets/Text-fonts/Euclid Circular A Bold.ttf");
}
@font-face {
    font-family:'Euclid Circular A';
    src: url("../assets/Text-fonts/Euclid Circular A Medium.ttf");
}

@font-face {
    font-family:'Euclid Circular A';
    src: url("../assets/Text-fonts/Euclid Circular A SemiBold.ttf");
}
@font-face {
    font-family:'Euclid Circular A';
    src: url("../Text-fonts/Euclid Circular A Regular.ttf");
}

@import url('https://fonts.cdnfonts.com/css/euclid-circular-a');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

/* basic set up */
:root{
    --primary-color:#005F86;
    --text-color:#5D676C;
    --secondary-color: #263238;
    --black-color: #000;
    --text2-color: #8998A7;
    --white-color:#FFF;
    --bg-color: #EFF3F4;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Euclid Circular A', sans-serif;
    background-color: var(--bg-color);    
    /* overflow: hidden;                                      */
}
ul{
    padding: 0;
    margin: 0;
    list-style:none ;
}
h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
}
h1{
    font-size: 128px;
}
h2{
    font-size: 69px;
}
h3{
    font-size: 40px;
}
h4{
    font-size: 36px;
}
h5{
    font-size: 24px;
}


<!-- new -->
.off-logo {
    width: 180px;
}
.footer-logo {
     width: 180px;
     margin:0 auto;
}
/* header-section css  start */
.off-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
   
}
.offcanvas-header {
    padding: 0!important;
}
.header-bg{
    background-color: var(--white-color);
    padding: 30px 0 30px;
    position: sticky;
    top: 0;
    z-index: 1040;
}
#offcanvasRight {
    background: var(--secondary-color);
    padding: 40px 40px 40px 40px;
    width: 586px;
}
h5#offcanvasRightLabel {
    color: var(--white-color);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}
.btn-close {
    width: 24px!important;
    height: 24px!important;
    background-image: url(../image/off_icon.png)!important;
    background-color: none!important;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.offcanvas-body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.offcanvas-body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.offcanvas-body {
    overflow-y: auto!important;
    padding: 0!important;
    overflow-x: hidden!important;
}
.off-heading h4 {
    color: var(--white-color);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding: 0px 0 40px;
}
.off-menu-list-left li a {
    color: var(--text2-color);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.off-menu-list-left li {
    border-bottom: 1px solid var(--white-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.off-menu-list-right li a {
    color: var(--text2-color);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: right;
} 
.off-menu-list-right li {
    border-bottom: 1px solid #ffffffe0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
ul.off-menu-list-right {
    text-align: right;
}
.off-wrapper-left h4 {
    color:  var(--white-color);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
} 
.off-wrapper-right h4 {
    color:  var(--white-color);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;   
}
.off-spacer hr {
    border: 1px solid #ffffffe0;
    margin: 93px 0 30px;
}
.off-spacer {
    background: none;
}
.off-wrapper-left {
    border-right: 1px solid var(--white-color);;
    height: 33px;
}
.off-wrapper-right {
    text-align: right;
}

/* header-section css  end*/

/* hero section css start */
.hero-section{
  background-color: var(--white-color);
  padding-bottom: 150px;
  overflow: hidden!important;
}
.hero-heading h2 span {
    color: var(--primary-color);
    font-family: 'Euclid Circular A', sans-serif;                                      
    font-size: 67px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  .hero-heading h2 {
    color: var(--primary-color);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 41px;
    font-style: normal;
    font-weight: 600;
    line-height: 61px;
  }
  
  .hero-heading {
    padding-bottom: 16px;
  }
  
  .hero-desc p {
    color: var(--text-color);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
.hero-btn{
    padding-top: 41px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}
.hero-btn .btn-one {
    border-radius: 16px;
    border: 2px solid var(--Strock-Gra, #FFC436);
    background: #263238;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 32px;
    gap: 11px;
    color: var(--white-color);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.hero-btn .btn-one:hover {
    color: #263238;
    background: var(--white-color);
    border: 2px solid #263238;
}
.hero-btn .btn-two {
    padding:20px 32px;
    border-radius: 16px;
    border: 2px solid #263238;
    color: #263238;
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    transition: 0.3s;
}
.hero-btn .btn-two:hover {
    background: #263238;
    color: var(--white-color);
    border: 2px solid var(--Strock-Gra, #FFC436);
}
/* hero section css end */


/* wwd-section css start */
.wwd-section{
    background-color: var(--bg-color);
    padding: 171px 0 150px;
}
.wwd-title h3 {
    color: #263238;
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 54px;
}
.wwd-desc p{
    color: var(--text-color);
    text-align: center;
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    padding-bottom: 70px;
}
.wwd-heading h5 {
    color: #263238;
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-top: 57px;
}
  
  .wwd-paragraph p {
    color: var(--text2-color);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-top: 32px;
    padding-bottom: 57px;
}
.wwd-item {
    border-top: 1px dashed rgba(0, 0, 0, 0.56);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.56);
    background: #EFF3F4;
    padding: 27px 96px 27px 54px;
    transition: 0.3s;
}
.wwd-item:hover {
/*     border-radius: 32px;
    border: 1px dashed rgba(0, 0, 0, 0.00); */
    background: var(--white-color);
}

/* wwd-section css end */


/* client section start */
.client-section{
    background-color: var(--bg-color);
    padding-bottom: 118px;
}
.client-heading h3 {
    color: #000;
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
  }
  
  .client-desc p {
    color: var(--text-color);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 40px 0;
}
.client-button .btn {
    border-radius: 16px;
    border: 2px solid var(--Strock-Gra, #FFC436);
    background: #263238;
    padding: 20px 32px;
    color: var(--white-color);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.client-button .btn:hover {
    border-radius: 16px;
    border: 2px solid var(--Strock-Gra, #FFC436);
    background:var(--white-color) ;
    color:#263238 ;
}
.client-button .btn span {
    margin-left: 11px;
}

.client-heading {
    padding-top: 100px;
}

/* client section end */

/* about section css start */
.about-section{
    background-color: var(--bg-color);
    padding-bottom: 222px;  
    position: relative;
    z-index: 1;
}
.about-wrapper {
    padding-left: 85px;
    padding-top: 25px;
}
.about-heading h3 {
    color: #263238;
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}
.about-desc p {
    color: var(--text-color);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 40px 0 48px;
}
.about-desc p span {
    color: #009ED1;
    font-weight: 600;
}
.about-btn .btn{
    border-radius: 16px;
    border: 2px solid var(--Strock-Gra, #FFC436);
    background: #263238;
    padding: 20px 32px;
    color: var(--white-color);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; 
}
.about-btn .btn:hover{
    border-radius: 16px;
    border: 2px solid var(--Strock-Gra, #FFC436);
    background:var(--white-color) ;
    color:#263238 ;
}
/* about section css end */


/* form section start */
.form-section{
    background-color: var(--bg-color);
    padding-bottom: 120px; 
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.form-section .container{
    max-width: 830px;
    margin: 0 auto;
}
.form-title h1 {
    color: #263238;
    text-align: center;
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 114px;
    letter-spacing: -1.6px;
    text-transform: uppercase;
} 
.form-title h1 span {
    color: #263238;
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: 114px;
    letter-spacing: -5.12px;
    text-transform: uppercase;
}
.form-control {
    border-radius: 24px;
    border: 1px solid var(--text2-color);
    padding: 20px 31px 20px 31px;
    color: var(--text2-color);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background-color: var(--bg-color);
    margin-bottom: 12px;
}
.form-control::placeholder {
    color: var(--text2-color);
    opacity: initial;
}
.form-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 0 56px;
}
.icon-wrapper-middle {
    padding: 0 16px 0 24px;
}
.icon-wrapper-right p {
    color: #263238;
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.form-btn .btn {
  padding: 40px 72px;
  border-radius: 32px;
  border: 2px solid var(--Strock-Gra, #FFC436);
  background: #263238;
  color: var(--white-color);
  font-family: 'Euclid Circular A', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.form-btn .btn:hover {
    border-radius: 32px;
    border: 2px solid var(--Strock-Gra, #FFC436);
    background: var(--white-color);
    color:#263238;;
}
.form-btn {
  text-align: center;
}

.form-btn .btn span {
  margin-left: 11px;
}
.check-wrapper {
    color: #263238;
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-left: 16px;
}
.checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 0 56px;
}
input[type="checkbox" i] {
    background: #EFF3F4;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border-radius: 10px;
    border: 2px solid #263238;
    height: 23px;
    width: 23px;
}
label {
    display: inherit;
    align-items: center;
    justify-content: center;
}
.message-icon{
    margin-left: 24px;
}
/* footer section start */
.footer-section{
    background-color: var(--secondary-color);
    padding: 67px 0 17px;
    overflow: hidden;
}
.footer-logo {
    text-align: center;
}
.footer-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-social-icon ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    padding: 48px 0;
}
.footer-spacer1 hr {
    margin: 0;
    opacity: initial;
    background: var(--text2-color);
}
.footer-spacer1 {
    padding: 45px 0 56px;
}

.footer-spacer2 hr {
    margin: 0;
    opacity: initial;
    background: var(--text2-color);
}
.footer-spacer2 {
    padding: 45px 0 0;
}
.footer-spacer3 hr {
    margin: 0;
    opacity: initial;
    background: var(--text2-color);
}
.footer-text p {
    padding: 48px 0 36px;
    color: var(--text2-color);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}
.footer-text {
    text-align: center;
}
.footer-icon {
    text-align: center;
}
.footer-right ul li a {
    color: var(--text2-color);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.footer-right ul .footer-list {
    padding: 12px 0;
}
.footer-left p {
    color: var(--text2-color);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}
.footer-left p span {
    padding-left: 26px;
}
.footer-left .footer-mail{
    padding: 36px 0 40px;
}
.footer-left p .footer-span {
    padding-left: 43px;
}
.footer-social-icon ul .icon-first {
    margin-right: 20px;
}
.footer-social-icon ul .icon-last {
   margin-left: 20px;
}
/* footer section end*/

.img-fluid.shape-1 {
    z-index: -1;
    position: absolute;
    top: -32%;
}
.img-fluid.shape-2 {
    position: absolute;
    right: 0;
    z-index: -1;
}
.btn-check:focus + .btn, .btn:focus {
    box-shadow: none!important;
}
  

/* hover section */
.hero-right:hover .hero-hover{
    display: block;
}
.wwd-item:hover .wwd-original-img{
    display: none;
}
.wwd-hover-img{
 display: none;
/*  height: 200px;
 width: 180px; */
	max-width: 280px;
}
.wwd-item:hover .wwd-hover-img{
    display: block;
}
/* .wwd-original-img {
    padding-top: 45px;
} */
  
.btn-icon{
    width: 20px;
    height: 18px;
}



/*  */
.off-btn .btn{
    color: #005F86;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.btn-icon{
    display: none;
}
.hero-btn .btn-one:hover .btn-icon{
    display: block;
}
.hero-btn .btn-one:hover .btn-not-hover{
    display:none;
}
.off-btn {
    padding: 12px 24px;
    border-radius: 56px;
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.off-btn-icon-img{
    width: 26px;
    height: 24px;
    margin-right: 8px;
}

.form-title-main{
    margin-bottom: 109px;
}

.form-title{
    display: none;
}
.form-title-main:hover .form-title{
    display: block;
}
/* .form-title-main:hover .form-title-one{
    display:none;
} */


.clien-main-wrapper:hover .client-main-img{
   display: none;
}
.client-hover-img{
    display: none;
}
.clien-main-wrapper:hover .client-hover-img{
    display:block;
}


/*  */
.article {
    background-color: #EDF2F7;
    border-radius: 24px;
}

.article .title {
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 500;
}

.article p {
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: var(--text-color);
}

.service .service-item {
    border: 0;
    height: 100%;
    border-radius: 8px;
    transition: 0.4s;
}

.service .service-item:hover {
    background: linear-gradient(133deg, #FFC436 17%, #5099E8 58%, #4897F0 71%, #337CCF 87%, #009ED1 100%);
    transition: 0.4s;
}

.service .service-item:hover h5 {
    color: white;
}

.service .service-item:hover p {
    color: white;
}

.service .service-item h5 {
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.portfolio .section-subtitle {
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.portfolio .section-title {
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
}

.portfolio .portfolio-item {
    position: relative;
}

.portfolio .portfolio-items .portfolio-item .title {
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 700;
    font-size: 24px !important;
    line-height: 34px;
}

.portfolio .portfolio-items .portfolio-item .subtitle {
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 26px;
}

.portfolio .portfolio-item .content {
    position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: linear-gradient(0deg, black, transparent); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    padding: 20px; /* Some padding */
}


.portfolio .portfolio-item:nth-child(odd) {
    background-color: #515151;
}
  
.portfolio .portfolio-item:nth-child(even) {
    background-color: #AAAAAA;
}

.hero-heading h2 {
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: bolder;
}

.hero-heading span {
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: bold;
}

.form-btn .btn {
    padding: 20px 40px !important;
}

/* --- Additional CSS --- */
.overflow-x-hidden {
	overflow-x: hidden;
}

.whatsapp-mobile-button {
	bottom: 24px !important;
  	right: 24px !important;
	border-radius: 50%;
	animation: zoom-in-out 1s ease-in-out alternate infinite;
}

.whatsapp-mobile-button:hover i {
	color: #fff;
}

@-webkit-keyframes zoom-in-out {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.2);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes zoom-in-out {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.2);
	}
	
	100% {
		transform: scale(1);
	}
}

.brands-section {
	padding-top: 100px;
}

.brands-section .owl-stage-outer {
	padding-bottom: 32px;
}

.brands-section figure {
	background-color: #fff;
	border-radius: 16px;
}

.brands-section figure img {
	border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.15);
}

.owl-theme .owl-dots .owl-dot span {
	background: var(--primary-color);
	opacity: 0.75;
}

.owl-theme .owl-dots .owl-dot.active span {
		background: var(--primary-color);
	opacity: 1;
}

.gtranslate_wrapper a:not(:last-child) {
	margin-right: 6px;
}

.gtranslate_wrapper a {
	color: var(--primary-color);
}

.wwd-section .wwd-item {
	position: relative;
}

.wwd-section .wwd-item .lg-heading {
	font-size: 100px;
	position: absolute;
	font-weight: 900;
	top: 50%;
	transform: translateY(-50%);
	left: 30%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
  	text-overflow: ellipsis;
  	max-width: 500px;
	background: linear-gradient(to right, #f9fafa, rgba(255,255,255,0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wwd-section .wwd-item:hover .lg-heading {
	background: linear-gradient(to right, #f7f8f9, rgba(255,255,255,0));
	  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wwd-section .wwd-item .wwd-heading,
.wwd-section .wwd-item .wwd-paragraph {
	position: relative;
	z-index: 5;
}

.wwd-section .wwd-item > .row {
	align-items: center;
}

.hero-section .hero-heading h1 {
	font-size: 40px;
  margin-bottom: 16px;
  /*text-transform: uppercase;*/
  color: var(--primary-color);
}

@media (max-width: 1199.98px) {
	.hero-section .hero-heading h1 {
		font-size: 46px;
	}
}

@media (max-width: 991.98px) {
	.wwd-section .wwd-item .lg-heading {
				left: 30%;
			font-size: 70px;
		  	max-width: 400px;
	}
	
		.hero-section .hero-heading h1 {
		font-size: 32px;
	}

}

@media (max-width: 767.98px) {
	.whatsapp-mobile-button {
	bottom: 16px !important;
  	right: 16px !important;
}
	
	.wwd-section .wwd-item .lg-heading {
		display: none;
	}
	
    .hero-section .hero-heading h1 {
		font-size: 28px;
	}
}





.partner-wrapper {
    width: 100%;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}

.partner-track {
    display: flex;
    width: 100%;
    animation: scroll 10s linear infinite alternate;
}

.partner {
    height: 100px;
    width: 120px;
    display: flex;
    align-items: center;
}
.partner img {
    height: 90px;
    width: 110px;
    display: flex;
    align-items: center;
    background-color: white;
    padding: 10px;
    border-radius: 8px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100px * 7));
    }
}






@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}

.slider {
	height: 100px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: auto;
}

.slide-track {
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 14);
}
.slide {
	height: 100px;
	width: 250px;
}

/* 12.12.23 */
section.feadback-area {
    padding-bottom: 60px;
}
.feadback-title h2 {
    text-align: center;
    padding-bottom: 50px;
    font-size: 40px!important;
	font-weight:700;
	
}









.client-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    background-color: #EFF3F4;
}

.client-container .card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #EFF3F4 !important;
    border: 0;
}

#animation {
    width: 800px;
    height: 800px;
    position: relative;
    margin: 50px auto;
    border-radius: 50%;
    animation: rotateCenter 16s linear infinite;
}

.square1 {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);

}

.square-1 {
    animation: rotateReverse 16s linear infinite;
}

.square1 img {
    width: 240px;
}


.circle2 {
    position: absolute;
    top: 55%;
    left: 10%;
    animation: rotateReverse 16s linear infinite;
}

.circle3 {
    position: absolute;
    left: 5%;
    top: 28%;
    animation: rotateReverse 16s linear infinite;
}

.circle4 {
    position: absolute;
    top: 29%;
    left: 68.5%;
    animation: rotateReverse 16s linear infinite;
}

.circle5 {
    position: absolute;
    left: 61%;
    top: 57.5%;
    animation: rotateReverse 16s linear infinite;

}

.circle6 {
    position: absolute;
    left: 51%;
    top: 7%;
    animation: rotateReverse 16s linear infinite;

}

.circle7 {
    position: absolute;
    left: 34.5%;
    top: 68.5%;
    animation: rotateReverse 16s linear infinite;

}

.circle8 {
    position: absolute;
    right: 50%;
    bottom: 66%;
    animation: rotateReverse 16s linear infinite;

}

.circle9 {
    position: absolute;
    right: 84%;
    bottom: 83%;

}

.photo-head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: flex;
    justify-content: center;
    align-items: center;
}

.photo {
    position: relative;
}



.photo img {
    width: full;
}

@keyframes rotateCenter {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    100% {
        transform: rotate(-360deg);
    }
}

.circlephoto {
    position: relative;
}

.circlephoto img {
    width: 100%;
}

.bg-text-set {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-text {
    width: 140px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    visibility: hidden;
}

.r-photo {
    position: relative;
}

#middle-img2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
}

#middle-photo:hover #middle-img1 {
    visibility: hidden;
}
#middle-photo:hover #middle-img2 {
    visibility: visible;
}

#middle-photo:hover #text-m {
    visibility: visible;
}


#circle2:hover #middle-img1 {
    visibility: hidden;
}
#circle2:hover #middle-img2 {
    visibility: visible;
}
#circle2:hover #text-m {
    visibility: visible;
}

#circle3:hover #middle-img1 {
    visibility: hidden;
}
#circle3:hover #middle-img2 {
    visibility: visible;
}
#circle3:hover #text-m {
    visibility: visible;
}

#circle4:hover #middle-img1 {
    visibility: hidden;
}
#circle4:hover #middle-img2 {
    visibility: visible;
}
#circle4:hover #text-m {
    visibility: visible;
}

#circle5:hover #middle-img1 {
    visibility: hidden;
}
#circle5:hover #middle-img2 {
    visibility: visible;
}
#circle5:hover #text-m {
    visibility: visible;
}

#circle6:hover #middle-img1 {
    visibility: hidden;
}
#circle6:hover #middle-img2 {
    visibility: visible;
}
#circle6:hover #text-m {
    visibility: visible;
}

#circle7:hover #middle-img1 {
    visibility: hidden;
}
#circle7:hover #middle-img2 {
    visibility: visible;
}
#circle7:hover #text-m {
    visibility: visible;
}

#circle8:hover #middle-img1 {
    visibility: hidden;
}
#circle8:hover #middle-img2 {
    visibility: visible;
}
#circle8:hover #text-m {
    visibility: visible;
}

/* under 1024px */

@media only screen and (max-width: 1023px) {
    #animation {
        width: 500px;
        height: 500px;
    }

    .square1 img {
        width: 240px;
    }

    .circlephoto img {
        width: 235px;
    }
    .bg-text {
        width: 100px;
        font-size: 10px;
        line-height: 14px;
    }
}

/* under 768 */

@media only screen and (max-width: 767px) {
    #animation {
        width: 400px;
        height: 400px;
    }

    .square1 img {
        width: 210px;
    }

    .circlephoto img {
        width: 200px;
    }
    .bg-text {
        width: 70px;
        font-size: 7px;
        line-height: 11px;
    }
}

/* under 640 */


@media only screen and (max-width: 639px) {
    #animation {
        width: 220px;
        height: 220px;
    }

    .square1 img {
        width: 160px;
    }

    .circlephoto img {
        width: 155px;
    }
    .bg-text {
        width: 40px;
        font-size: 4px;
        line-height: 6px;
    }
}



