/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Angkor&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/* Fonts */
/* navBar */
.navbar-area {
  background: rgb(255, 255, 255);
  font-style: normal;
  border-bottom: 2px solid #231f2016;
  padding: 10px;
}
.header-area {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.site-navbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
a.site-logo {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.site-navbar ul li a {
  color: #231f20b6;
  /* letter-spacing: 2px; */
  padding: 15px;
  font-size: 12px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.site-navbar ul li a:hover,
.site-navbar ul li a.active {
  color: #ef661e;
  transition: 0.2s ease-in-out;
  /* text-decoration: underline; */
  text-underline-offset: 10px;
  background: rgba(255, 255, 255, 0.1);
}
/* navbar regular css end */

/* nav-toggler css start */
.nav-toggler {
  border: 3px solid #fff;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 39px;
  display: none;
}
.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 28px;
  height: 4px;
  background-color: #e21b20;
  display: block;
  transition: 0.3s;
  border-radius: 5px;
}
.nav-toggler span:before {
  content: "";
  transform: translateY(-9px);
}
.nav-toggler span:after {
  content: "";
  transform: translateY(6px);
}
.nav-toggler.toggler-open span {
  background-color: transparent;
}
.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg);
}
.myNavLogo {
  width: 150px;
  /* display: none; */
}
/* nav-toggler css start */
/* navBar */
/* Home */
.carousel{
  margin-top: 75px;
}
.carouselImg {
  width: 100%;
  object-fit: cover;
  /* filter: brightness(0.8); */
  position: relative;
}
/* Home */
/* Floating Buttons */
/* Whatsapp */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 15px;
}
/* Whatsapp */
/* mobile */
.float1 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 160px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float1 {
  margin-top: 15px;
}
/* mobile */
/* Floating Buttons */
/* who we are */
.section-title h3{
  /* padding-top: 20px; */
  font-size: 50px;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  font-family: "open sans";
  font-weight: 900;
  /* padding-bottom: 40px; */
  background-color: #e21b20;
  width: 500px;
  margin: 50px auto;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}
#about .myLink{
  text-decoration: none;
  font-family: "open sans";
  color: #e21b20;
  border: 2px solid #e21b20;
  background-color: transparent;
  border-radius: 30px;
  padding: 10px 40px;
  margin: 40px 0;
}
#about .myLink:hover{
background-color: #e21b20;
color: #fff;
transition: 0.5s ease-in-out;
}
.boxes{
	display: flex;
	justify-content: space-around;
  width: 100%;
}
.box{
  margin-bottom: 40px;
}
.boxes .box h2{
color: #ef661e;
font-weight: 700;
font-family: "Barlow";
}
.boxes .box h2 span{
color: #e21b20;
}
.boxes p{
  width: 400px;
  margin: 0 auto;
  font-weight: 500;
  font-family: "Varela Round";
}
/* who we are */
/* howwework */
.section-features {
  padding-top: 30px;
  padding-bottom: 100px;
}
.section-title h2 {
  padding-top: 20px;
  font-size: 50px;
  color: #b3b3bb;
  text-align: center;
  font-family: "open sans";
  font-weight: 900;
  padding-bottom: 40px;
}
.featured-item {
  margin-bottom: 30px;
  height: 110px;
}

.featured-icon {
  float: left;
  font-size: 22px;
  border-radius: 5px;
  width: 55px;
  height: 55px;
  background-color: #f8f8f8;
  line-height: 50px;
  text-align: center;
}
.featured-text {
  text-align: left;
  margin-left: 85px;
}
.featured-text h4 {
  color: #47474c;
  font-size: 17px;
  font-weight: 700;
  font-family: "Barlow";
}
.featured-text p {
  color: #747377;
  margin-top: 7px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Varela Round";
}

/* howwework */
/* Broucher */
.broucherSection {
  background-color: #e21b20;
}
.broucherDiv {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.broucherDiv h2 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  margin-bottom: 0;
}
.broucherDiv a {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 40px;
  text-decoration: none;
  font-family: "open sans";
}
/* Broucher */
/* clients */
.ClientsSection h2 {
  padding-top: 20px;
  font-size: 50px;
  color: #b3b3bb;
  text-align: center;
  font-family: "open sans";
  font-weight: 900;
}
/* clients */
/* AboutUs */
.aboutUsImage{
  width: 500px;
}
.aboutImg{
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
/* AboutUs */
/* Portfolio */
figure {
	position: relative;
	overflow: hidden;
	margin: 0 1px 1px 0;
	background: #726FB9;
	text-align: center;
	cursor: pointer;	
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.ot-portfolio-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  font-family: "open sans";
}

figure.effect-bubba {
	background: #ffffff;
	margin-bottom: 1px;
}

figure.effect-bubba img {
	opacity: 0.90;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
  width: 400px;
  height: 40vh;
  object-fit: contain;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	opacity: 0;
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
  font-family: "open sans";
}

figure.effect-bubba p {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
  font-family: "open sans";
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Portfolio */
/* contact us */
#contactForm{
  font-family: 'open sans';
}
#contactForm .btn{
 background-color: #ef661e;
 padding: 5px 30px;
 border-radius: 30px;
 color: #fff;
}
/* contact us */
/* footer */
.footer {
  background-color: #000;
}
/* footer */
