body { margin: 0; padding: 0; background: #fbfbfb; font-family: "Antonio", sans-serif; color: #383839;}

.wrapper{margin: 0 auto;}
.first{background: #fff; padding: 10px; height: 90vh; display: flex; align-items: center; overflow: hidden;}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.second{width:100%; background: #EEEEEE; padding: 118px 0 59px 0;}
.second p{font-size: 30px; text-align: center; width: 70%; margin: 0 auto;}
.red-text{color: #ED1C24 !important;}
.text-case{margin-top: 30%;}
.text-case svg{width: 80px;}
.text-case h3{font-size: 60px; margin-bottom: 40px; text-transform: uppercase; font-weight: 300;}
.text-case p{font-size: 20px; font-weight: 300; margin-bottom: 80px;font-family: "Anybody", sans-serif;}
.bg-white{background: #fff;}
.third{width:100%;background: #EEEEEE; padding: 80px 0;}
.four{padding: 35px 0 0 0; background: #fff;}
.five{width:100%; background: #fff; padding: 80px 30px;}
.five h1{font-size: 60px; text-align: center; width: 100%; margin-bottom: 30px;color: #383839;font-weight: 300;text-transform: uppercase;}
.five p{font-size: 20px; text-align: center; margin: 0 auto 56px auto !important;font-family: "Anybody", sans-serif; font-weight: 300;width: 40%;}
.in-put{width: 100%;  border-bottom: #eee 1px solid !important;  border: none;  font-size: 30px;  padding-bottom: 20px;font-weight: 200;
  color: #383839;  text-transform: uppercase;}
::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
}
.in-select{background: none;border-bottom: #eee 1px solid !important;  border: none;  font-size: 30px;  padding-bottom: 20px; width: 100%;font-weight: 200; color: #383839;text-transform: uppercase;}
.mb-4{margin-bottom: 20px;}
.primary-btn{border: none; cursor: pointer; background: #ED1C24; font-size: 20px; font-weight: normal; color: #fff; border-radius: 14px;padding: 11px 42px;line-height: 20px;}

.start-btn{border: none; cursor: pointer; background: #ED1C24; font-size: 20px; text-transform: uppercase; color: #fff; border-radius: 14px;padding: 8px 42px 12px 42px;line-height: 20px;  font-weight: normal;}
.t-text{font-size: 60px; text-align: center; width: 82%; margin: 0 auto; font-weight: 300; text-transform: uppercase; color: #383839;}
.six{width:100%;background: #EEEEEE; padding: 82px 0;}
.six h1{font-size: 60px; text-align: center; width: 100%; margin-bottom: 30px;background: none;font-weight: 300; text-transform: uppercase;}
.six p{font-size: 20px; width: 60%; text-align: center; margin-bottom: 20px; margin: 0 auto 20px auto; font-weight: 300;font-family: "Anybody", sans-serif;}
footer{background: #fff; padding: 20px;}
footer h1{font-size: 60px; text-align: center; background: none;float: left;  padding: 0;  margin-right: 30px;}
footer p{font-size: 20px;  font-weight: 300; padding-top: 12px;font-family: "Anybody", sans-serif;}
.owl-carousel .owl-stage{overflow: hidden !important; height: 196px !important;}
.p-48{padding-top: 48px;}
.p-4{padding: 20px;}

/* banner text animation */

.typewriter {
		width: 100%;  
    text-align: center;
	}
	.typewriter  h1 {
	  overflow: hidden;
	  margin: 0 auto;
	  display: inline-block;
      font-size: 60px;
        padding-bottom: 10px;
        color: #383839;
        text-transform: uppercase;
  font-weight: 300;
	}
	.typewriter  h1:after{
	 content: '|';
	  display: inline-block;
	 
	  margin-left: 2px;
	
    width: 4px;
		animation: cursor 0.4s infinite;
	}

	/* The typewriter cursor effect */
	@keyframes cursor {
		0% { opacity: 1; }
		  49% { opacity: 1; }
		  50% { opacity: 0; }
		  100% { opacity: 0; }
	}
h1 span{color: #ED1C24;}
/* banner text animation end */












#v0 {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 70%;
}

#set-height {
  display: block;
}

.section1 {
  z-index: 1;
  position: relative;
}


.content {
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  top: 33.3%;
}

h1 {
  font-size: 3em;
  background: #fff;
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  border-radius: 5px;
}

p {
  font-size: 1.5em;
}

.entered {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}






.button_container {
  position: absolute;
  right: 30px;
    top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
    background: #EEE;
  border-radius: 100%;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #ED1C24;
    top: 8px;
    left: 10px;
    width: 20px;
}
.button_container.active .middle {
  opacity: 0;
  background: #ED1C24;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #ED1C24;
}
.button_container span {
  background: #ED1C24;
  border: none;
  height: 5px;
  width: 5px;
    border-radius: 100%;
  position: absolute;
  top: 17px;
  left: 12px;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 17px;
  left: 23px;
}
.button_container span:nth-of-type(3) {
  display: none;
}

.button_container.active span {
  width: 100%;
  border-radius: 0;
  height: 2px;
}

.button_container.active span:nth-of-type(3) {
  display: block;
  top: 30px;
    left: 10px;
    width: 20px;
}

.overlay {
  position: absolute;
  background-color: #fff;
  top: 0;
  right: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 0%;
  z-index: 1;
  overflow: hidden;padding-right: 20px;
}
.overlay.open {
  height: 40px;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  text-align: left;
  
  position: relative;
  opacity: 0;
    float: left;
  padding: 0 15px;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  overflow: hidden;
    font-size: 20px;
    text-transform: uppercase;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #ED1C24;
  transition: 0.35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}


.vision{width: 80%; margin: 0 auto 60px auto;}
.vision .title{text-align: center;  margin-bottom: 30px;  font-size: 20px;  font-family: "Anybody", sans-serif;  font-weight: normal;}
.vision p{font-size: 20px; font-weight: 300;font-family: "Anybody", sans-serif; }
.bg-grey{background: #EEEEEE;}
.we-left{width: 80%;  margin: 0 auto; background: url("../images/left-curly.jpg")  no-repeat    , url("../images/right-curly.jpg") no-repeat; padding: 10% 13%; background-position: left top, right top; }
.we-right{width: 81%; margin-top: 10%;}
.we-right .title{text-align: left; margin-bottom: 30px; font-size: 20px; font-weight: normal;font-family: "Anybody", sans-serif;}
.we-right p{font-size: 20px; font-weight: 300;font-family: "Anybody", sans-serif;}
.we-right .head {
  text-align: left;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
}
.left p {
  margin-bottom: 113px;
}
.about-top{padding: 128px 0;}
.v-text {
  font-size: 60px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
    text-transform: uppercase;
  font-weight: 300;
  line-height: 75px;
}
.about{padding: 60px 0;}
.f-right{float: right; margin-right: 83px;}
.w-100{width: 100% !important;}
.t-uppercase{text-transform: uppercase;}
.m-t-0{margin-top: 0 !important;}
.about-five {
  width: 100%;
  background: #fff;
  padding: 80px 30px;
}
.about-five h1 {
  font-size: 60px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  color: #383839;
  font-weight: 300;
  text-transform: uppercase;
}
.about-five p {
  font-size: 20px;
  text-align: center;
  margin: 0 auto 56px auto !important;
  font-family: "Anybody", sans-serif;
  font-weight: 300;
  width: 100%;
}






.box{
  position: sticky;
  top:0;
  background-color: #000;
  color:#fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size:18px;
  z-index: 100;
}
.float{
  max-width: 1200px;
  margin:auto;
  display:flex;
}

.absolute{
  position: absolute;
  right: 15px;
  height: 100%;
  width: 100%;
  top:30px;
  color: #fff;
  bottom:0;
}
.float > div{
  position: relative;
  width: 50%;
  padding: 20px;
}
.sticky{
  width: calc(100% - 45px);
  position:sticky;
  top:60px;
 
}

.sticky h1{
  text-align: center;
  color: #000;
  margin-bottom: 138px;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
}

.left{padding: 48px 0 0 0 !important;}



/* horizontal moving text */
.container-box {
  position: relative;
  width: 100vw;
  overflow: hidden;
}

.scrolling-text {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
  will-change: transform;
  backface-visibility: hidden;
}

.scrolling-text .scrolling-text-content {
  color: #DADADA;
  font-size: 60px;
  white-space: nowrap;
  transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
  line-height: 1em;
  margin: 50px 0;
}



/* horizontal scroll */


.tickerwrapper {
  /* the outer div */

  position: relative;
  top: -14px;
  left:0%;
  color: #DADADA;
  font-size: 60px;
  width: 100%;

  overflow: hidden;
  cursor: pointer;
}

ul.list {
  position: relative;
  display: inline-block;
  list-style: none;
  padding:0;
  margin:0;
}

ul.list.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}

ul.list li {
  float: left;
  padding-left: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
ul.list li a {color: #DADADA; text-decoration: none;}


/* horizontal tab scroll */

.slider {
    position: relative;
    width: 100%;
    color: #fff;
}

.slider .icon{
    position: absolute;
    top: 50%;
    transform: translate(-50%);

    width: 6rem;
    height: 100%;
    padding: .5rem;

    display: flex;
    align-items: center;
}

.slider .icon.hide{
    display: none;

}

.slider .icon:first-child{
 
    left: 47px;
    top: -0px;
    background: linear-gradient(to right, var(--primary), var(--primary) 10%, transparent);
}

.slider .icon:last-child{
    justify-content: flex-end;
    right: -40px;
    top: -0px;
    background: linear-gradient(to left, var(--primary), var(--primary) 10%, transparent);
}

.icon .left-arrow,
.icon .right-arrow {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    text-align: center;
    font: 200 2rem / 2.4rem "poppins", sans-serif;
}

.icon span:hover{
    background-color: #fff2;
    cursor: pointer;

}

.slider .tabs{
    min-width: 100%;
    list-style: none;
    
    display: flex;
    gap: .8rem;

    overflow-x: auto;
    scroll-behavior: smooth;
}

.slider .tabs::-webkit-scrollbar{
    display: none;
}
.slider .tabs {
  scrollbar-width: none;
  padding-bottom: 33px;
}
.tabs .tab{margin: 0 10px;}
.tabs .tab button{
    white-space: nowrap;
    padding: 8px 42px;
    font-size: 20px;
    border-radius: 14px;
    transition: .2s ease-in-out;
    background: none;
    border: 0;
    text-transform: uppercase;
    font-weight: normal;
}

.tabs .tab button:hover{
    background-color: #ED1C24;
    padding: 8px 42px;
    font-size: 1rem;
    font-size: 20px;
    border-radius: 14px;
    cursor: pointer;
    color: #fff;
}

.tabs .tab button.active{
    background-color: #ED1C24;
    color: #fff;
    position: relative;
}
.tabs .tab button.active::after {
  content: "";
  width: 1px;
  height: 34px;
  background: #dfdfdf;
  position: absolute;
  left: 50%;
  bottom: -74%;
  z-index: 2000;
}


.owl-carousel .owl-item .img {
  width: 18% !important;
  cursor: pointer;
  position: relative;
  float: left;
}

.owl-carousel .owl-item img {
  display: block;
    width: auto !important;
  max-width: 100% !important;
}

.owl-carousel .owl-item p{max-width: 82%; float: left;}
.black-text {
  color: #000000;
  font-family: "Anybody", sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.owl-carousel .owl-stage-outer {
  border-top: #eee 1px solid;
  border-bottom: #eee 1px solid;
}
.owl-carousel .owl-item {
  border-right: #eee 1px solid;

  padding: 45px 10px;
}
.owl-nav{display: none;}
.owl-dots{display: none;}







@media only screen and (max-width: 1199px) and (min-width: 1000px) {
    .we-left {width: 100% !important;background-size: contain;}
    .v-text {font-size: 46px !important;}
    .t-text{font-size: 46px !important;}
    .we-right { width: 100%; margin-top: 0 !important;}
    .t-text{width: 100%;}
    .vision { width: 100%;}
    .five h1 {font-size: 35px;}
    .in-put{font-size: 18px;}
    .in-select{font-size: 18px;}
    footer p{padding-top: 21px;font-size: 14px;}
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
    
    .text-case{margin-top: 5%;}
    .text-case h3{font-size: 28px;}
    .text-case p{font-size: 17px; margin-bottom: 10px;}
    .text-case svg {  width: 50px;}
    .sticky h1{font-size: 35px !important; background: none !important;}
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
    .we-left {  width: 70%;background-size: contain; padding: 10% 13px !important;}
    .v-text {font-size: 28px;}
    footer h1{width:auto !important;}
    footer p{padding-top: 5px; text-align: left !important;}
    .p-48 {padding-top: 25px !important;}
}

@media only screen and (max-width: 767px) and (min-width: 575px) {
    .we-left {width: 50%;margin-bottom: 20px;}
    .v-text {font-size: 28px;}
    .t-text{width:96% !important;}
}

@media only screen and (max-width: 766px) {
    .float{display: block !important;} 
    .float > div{position: static !important; width: 100% !important; padding: 0;}
    .absolute {position: static !important;}
    .sticky{position: static !important;}
    .sticky h1{font-size: 28px !important;margin-bottom: 20px;}
    .we-right p{font-size: 16px !important;}
    .logo{display: block;  margin: 0  auto 15px auto;}
    .start-btn {float: none; margin: 0 auto;}
    .start-link{display: block; text-align: center;}
    .m-scroll{overflow: hidden;}
    .section1:nth-of-type(1){height: auto;}
    .section1:nth-of-type(2){height: auto;}
    .section1:nth-of-type(3){height: auto;}
    .section1:nth-of-type(4){height: auto;}
    .section1:nth-of-type(5){height: auto;}
    .section1:nth-of-type(6){height: auto;}
    .serv-img { margin-top: 60px;}
    
}

@media only screen and (max-width: 999px) {
    .we-left{background-size: contain;}
    .we-right { width: 100%; margin-top: 0 !important;font-size: 18px;}
    .we-right .title{margin-bottom: 14px;font-size: 18px;}
    .t-text{width: 100%;}
    .vision { width: 100%;}
    .second{height: auto !important;}
    .second p {font-size: 16px;}
    .text-case { margin-top: 8%;}
    .text-case p{margin-bottom: 10px;}
    .text-case h3 {font-size: 35px;}
    .text-case p {font-size: 15px;}
    .t-text {font-size: 28px;}
    .five h1 {font-size: 35px;}
    .in-put {font-size: 17px;padding-bottom: 8px;}
    .in-select {font-size: 17px;padding-bottom: 8px;}
    .six h1 {font-size: 35px;}
    footer h1{width:100%; text-align: center;font-size: 35px; margin-right: 0;}
    footer p{width:100%; text-align: center;font-size: 14px;}
    .typewriter h1{font-size: 35px;}
    .tickerwrapper{font-size: 35px;}

}
