@charset "utf-8";

/* CSS Document */
/*******common css*************/

html{
    overflow-x: hidden !important;
} 

body {
  font-family: "Ogilvy Serif" !important;
  overflow-x: hidden !important;
  background-color: #232323;
}

.margin_auto {
  margin-right: auto;
  margin-left: auto;
}

.no_padding {
  padding-right: 0px;
  padding-left: 0px;
}

.no_padd_left {
  padding-left: 0px;
}

p {
  font-family: "Poppins" !important;
  font-size: 13px;
  line-height: 23px;
  color: #696969;
  font-weight: 300;
}

.text-danger {
    padding: 0px !important;
    position: relative !important;
    margin-top: 0px !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important;
}

.custom_ul {
  padding-left: 40px !important;
  list-style: none;
}

.custom_ul li {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 15px;
  list-style-image: url(../images/li.png);
}

.form-control:focus {
  box-shadow: none;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
    font-size: 13px;
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent !important;
    border-radius: var(--bs-border-radius);
}

.form-control-danger{
    border: 1px solid #FF5559 !important;
}

.has-danger>label{
    color: #FF5559 !important;
}

.text-danger{
    display: none !important;
}

a {
  text-decoration: none !important;
}

.white_link{
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.white_link:hover{
    padding-left: 20px;
}

.small,
small {
  font-size: 10px;
}

.a_link {
  color: #000000;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.a_link:hover {
  color: #0d5ca3;
  padding-left: 5px;
}

.pad_3 {
  padding-left: 3px;
  padding-right: 3px;
}

.btn:focus {
  background-color: #0d5ca3;
  border-color: #0d5ca3;
  box-shadow: none;
}

.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.white_a {
  transition: 0.5s;
}

.white_a:hover {
  color: red !important;
}

.navbar-light .navbar-toggler:focus {
  box-shadow: none;
}

.top_social_icon .fa-brands {
    padding: 2px;
    font-size: 15px;
    width: 15px;
    text-align: center;
    text-decoration: none;
    margin-left: 10px;
    border-radius: 5px;
    background-color: transparent;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.top_social_icon .fa-brands:hover{
   color: #000000 !important;
}

.custom_ul{
    padding-left: 40px !important;
    list-style: none;
}

.custom_ol li{
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
    color: #696969;
    list-style: decimal-leading-zero;
}

.custom_ul li{
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
    list-style-type: square;
    color: #696969;
}

.custom_ul li::marker {
    font-size: 1.2rem;
    font-weight: bolder;
    color: #FF004D;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #818FB4;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-select {
    border: 1px solid #818FB4;
    color: #000000;
}

.form-floating>label {
    position: absolute;
    font-size: 13px;
    top: 3px;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.form-control:focus-visible {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.form-select:focus-visible {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.white_text{
  color: #ffffff;
}

/*******common css*************/

/******************************/
/******************************/

.main_top_video video{
  position:  relative !important;
  width: 100% !important;
  right: 0px;
  left: auto;
  object-fit: contain !important;
}

.cus_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 200vh;
}

.inner_top_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 30px;
  margin-bottom: 50px;
}

.d_model_box {
  border-radius: 40px;
  position: absolute;
  top: 200px;
  width: 70%;
  right: 0px;
}

.text {
  font-size: 10vw;
  letter-spacing: -.01em;
  line-height: 100%;
  margin: 0;
  width: 100%;
  color: rgb(182, 182, 182, 0.2);
  -webkit-text-stroke: 1px rgb(182, 182, 182, 0.2);
  background: linear-gradient(to right, #ffffff, #ffffff) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(.1,.5,.5,1) 0.5s;
  /* border-bottom: 1px solid #afafaf; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
}

.main_text_solid{
    font-size: 70px;
    line-height: 70px;
    color: #000000;
    font-weight: 900;
}

.bg_text_box{
  position: absolute;
}

.a-section-marquee-box {
    height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.a-section-marquee-box h2 {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 27em;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke: 1px #999999;
    font-weight: 900;
    flex-shrink: 0;
    padding: 0 0px;
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: a-text-scroll 35s linear infinite;
}

@keyframes a-text-scroll {
    0% { transform: translate3d(-100%, 0, 0); }
    100% { transform: translate3d(0%, 0, 0); }
}

.b-section {
    /* position: absolute; */
}

.b-section-marquee-box {
    height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 200px;
}

.b-section-marquee-box h2 {
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke: 1px #3d3d3d;
    font-size: 27em;
    flex-shrink: 0;
    padding: 0 0px;
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: b-text-scroll 35s linear infinite;
}

@keyframes b-text-scroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
}

.we_r_doing_texts_div .a-section-marquee-box h2{
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px #bdbdbd;
  font-size: 27em;
  flex-shrink: 0;
  padding: 0 0px;
  width: max-content;
  display: flex;
  align-items: center;
}

.we_r_doing_texts_div .b-section-marquee-box h2{
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px #bdbdbd;
  font-size: 27em;
  flex-shrink: 0;
  padding: 0 0px;
  width: max-content;
  display: flex;
  align-items: center;
}

.portfolio_div{
  position: relative;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.portfolio_div .text_box{
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 30px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
}

.what_do_con{
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.what_do_con_video{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0px;
  top: 0px;
}

.what_do_col{
  border: 5px solid transparent;
  padding: 40px;
  /* border-bottom: 1px solid #999; */
  margin-bottom: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.what_do_col:hover{
  border: 5px solid #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

.what_do_col .blockquote-footer{
  font-family: "Poppins";
}

.testi_con{
  padding-top: 100px;
  padding-bottom: 100px;
}

.glass_div{
  background: rgba(255, 255, 255, 0.37);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.6px);
  -webkit-backdrop-filter: blur(8.6px);
}

/* vertical slider */
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}
/* vertical slider */

#avaturn-sdk-container {
  width: 100%;
  height: 100%;
  border: none;
}

.team_mem_div{
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team_mem_div:hover{
  background-image: url(../images/martech_bg.png) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);;
}

.member_gif_img{
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.member_gif_img:hover{
  opacity: 1;
}

.who_im_div{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 30px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.who_im_div{
  h4{
    color: #ffffff;
  }

  p{
    color: #ffffff;
  }

  a{
    color: #ffffff;
  }
}

/******************************/
/******************************/

/* ========================= */
/* magic cursor */
.mouse-cursor{position: fixed; left: 0; top: 0; pointer-events: none; border-radius: 50%; -webkit-transform: translateZ(0); transform: translateZ(0); visibility: hidden; }
.cursor-inner {margin-left: -3px; margin-top: -3px; width: 6px; height: 6px; z-index: 100; background-color: #ffffff; -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out; transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out; }
.cursor-inner.cursor-hover {margin-left: -40px; margin-top: -40px; width: 80px; height: 80px; background-color: #ffffff; opacity: .3; }
.cursor-outer {margin-left: -15px; margin-top: -15px; width: 30px; height: 30px; border: 2px solid #ffffff; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 100; opacity: .5; -webkit-transition: all .08s ease-out; transition: all .08s ease-out; }
.cursor-outer.cursor-hover{opacity: 0; }
body[data-magic-cursor="hide"] .mouse-cursor{display: none; opacity: 0; visibility: hidden; position: absolute; z-index: -1111; }

/* magic cursor */
/* ========================= */

/* rotate text */
.emblem {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  /* margin: 0 auto; */
  left: 0px;
  width: 25vh;
  height: 25vh;
  border-radius: 50%;
  font-weight: bold;
  color: #ffffff;
  animation: spinZ 20s linear infinite;
  text-align: center;
}
.emblem span {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  font-size: 3vh;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
@keyframes spinZ {
  0% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
/* rotate text */

/* scroll lines */
:root{
  --dark: #ffffff;
}

.trigger {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-image: url(../images/tech_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.trigger span {
  position: absolute;
  display: block;
  text-align: center;
  font-size: 50px;
  z-index: 99999;
  width: 50%;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--light);
  /* top: calc(50vh - 56px); */
}

.trigger span.up {
  right: 0;
  background-color: #000000;
  height: 100vh;
  display: flex;
  align-content: end;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

.trigger span.down {
  left: 0;
  height: 100vh;
  display: flex;
  align-content: end;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

.box {
  height: 1.2vh;
  width: 50vw;
  margin-bottom: -0.2vh;
  background: var(--dark);
  display: block;
  position: relative;
  z-index: 9999999;
}

video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0px;
  top: 0px;
}
/* scroll lines */


/* logo slider */
.logo_ticker {
  margin: 1em 0 0 0;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.logo-group {
  position: relative;
  white-space: nowrap;
  will-change: transform;
}

.logo-group li {
  width: 150px;
  list-style-type: none;
  color: #5A6072;
  font-size: 4em;
  display: inline-block;
  margin-right: 20px;
  font-family: helvetica, sans-serif;
}

.logo_div{
  width: 150px;
}
/* logo slider */


/* arrow btn */
.arrow_button {
    cursor: pointer;
    border: none;
    background: #F3C623;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: grid;
    place-content: center;
    transition:
      background 300ms,
      transform 200ms;
    font-weight: 600;
  }
  
  .button__circle {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: #ffffff;
    color: #EC3F43;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .button__circle:hover{
    background: #ffffff;
    color: #EC3F43;
  }
  
  .button__icon--copy {
    position: absolute;
    transform: translate(-150%, 150%);
  }
  
  .arrow_button:hover {
    background: #000;
    transform: scale(1.05);
  }
  
  .arrow_button:hover .button__icon {
    color: #ffffff;
  }
  
  .arrow_button:hover .button__icon:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
  }
  
  .arrow_button:hover .button__icon--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
  }
  
  @keyframes text-rotation {
    to {
      rotate: 360deg;
    }
  }

  a:hover .button__icon {
    color: #ffffff;
  }

  a:hover .button__icon:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
  }

  a:hover .button__icon--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
  }

  a:hover .button__circle{
    background: #EC3F43;
  }

  .slide_logo{
    width: 80px;
    margin: auto;
  }

/* ============= */


/* ==========spec button=========== */
.button {
  position: relative;
  cursor: pointer;
  border: none;
  width: 120px;
  height: 40px;
  background: #111;
  color: #fff;
}

.botton_text {
  position: relative;
  z-index: 1;
  font-size: 13px !important;
  font-family: "Poppins";
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(
      circle at 50% 50%,
      #0000 0,
      #0000 20%,
      #111111aa 50%
    ),
    radial-gradient(ellipse 100% 100%, #fff, #fff0);
  background-size:
    3px 3px,
    auto auto;
  transition: 0.3s;
}

.button:hover::before {
  opacity: 0.3;
}

.a {
  pointer-events: none;
  position: absolute;
  --w: 2px;
  --t: -40px;
  --s: calc(var(--t) * -1);
  --e: calc(100% + var(--t));
  --g: #fff0, #fff3 var(--s), #fffa var(--s), #fff, #fffa var(--e),
    #fff3 var(--e), #fff0;
}

.a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(4px) url(#unopaq);
  z-index: -2;
}

.a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(10px) url(#unopaq);
  opacity: 0;
  z-index: -2;
  transition: 0.3s;
}

.button:hover .a::after {
  opacity: 1;
}

.l {
  left: -2px;
}

.r {
  right: -2px;
}

.l,
.r {
  background: linear-gradient(var(--g));
  top: var(--t);
  bottom: var(--t);
  width: var(--w);
}

.t {
  top: -2px;
}

.b {
  bottom: -2px;
}

.t,
.b {
  background: linear-gradient(90deg, var(--g));
  left: var(--t);
  right: var(--t);
  height: var(--w);
}

.backdrop {
  position: fixed;
  inset: -9900%;
  background: radial-gradient(
    circle at 50% 50%,
    #0000 0,
    #0000 20%,
    #111111aa 50%
  );
  background-size: 3px 3px;
  z-index: -1;
}
/* ==========spec button=========== */

/* -------verticle title------ */
.vertical-title {
  top: 0;
  left: 3.77vw;
  position: fixed;
  height: 100%;
  text-align: center;
  width: 11px;
  z-index: 99999999;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  mix-blend-mode: difference
}

.vertical-title p {
  font-family: "Poppins",sans-serif;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 13px;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .35em;
  line-height: 1;
  -webkit-transform: translate(-50%,-50%) rotate(-90deg);
  transform: translate(-50%,-50%) rotate(-90deg);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out
}

.vertical-title.scroll p {
  top: auto!important;
  bottom: calc(72px + 2.5vh)!important;
  color: #fff0!important
}
/* -------verticle title------ */


/* ---------testi slider--------- */

.carousel-inner, .carousel, .carousel-item, .carousel-container {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
}

.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
}

.carousel-indicators {
  top: 0;
  margin: auto;
  height: 20px;
  right: 10px;
  left: auto;
  display: block;
}

.carousel-indicators [data-bs-target] {
  background: none;
  border: 2px solid white;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  margin-bottom: 5px;
}

.carousel-indicators li.active {
  background: white;
}

.carousel-indicators li::marker {
  display: none;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}

.carousel-control-prev-icon {
  right: 0px;
  top: 5%;
}

.unclickable {
  pointer-events: none;
}

.clickable {
  pointer-events: all;
}

.btn-style {
  border-color: white;
  content: url("./images/GitHub-Mark-Light-120px-plus.png");
  width: calc(1.475rem + 2.7vw);
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 4px;
}

.btn-style:hover {
  background-color: black;
  content: url("./images/GitHub-Mark-Light-120px-plus.png");
  width: calc(1.475rem + 2.7vw);
}

.img-style {
  width: calc(1.475rem + 2.7vw);
}

.img-style:hover {
  width: calc(1.475rem + 2.7vw);
}

.roll-in-blurred-right {
	-webkit-animation: roll-in-blurred-right 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	        animation: roll-in-blurred-right 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
/* ---------testi slider-------- */

.home_contact_form .form-control{
  display: inline-block;
  width: 330px;
  background-color: transparent !important;
  border: none;
  color: #ffffff;
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
}

.home_contact_form .form-control:focus-visible {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.home_contact_form{
    font-size: 25px;
    line-height: 50px;
}

.home_contact_form input::placeholder {
    color: rgb(178, 178, 178) !important;
}

.map{
  filter: grayscale(100%) invert(92%) contrast(83%);
}

.inno_service_div{
  padding: 10px;
  height: 550px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
}

.bg_img{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
