/* global css */
@font-face {
  font-family: futrabold;
  src: url(../../uploads/fonts/FuturaPTBold.otf);
}

@font-face {
  font-family: futralight;
  src: url(../../uploads/fonts/FuturaPTLight.otf);
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

:root {
  --Primarycolor: #f37a45;
  --Secondarycolor: #e96a33;
  --white: white;
  --grey: #f1f1f1;
  --fontcibl: CIBL;
  --fontopen: "Open Sans", sans-serif;
  --fontbold: futrabold;
  --fontlight: futralight;
}

nav {
  background: linear-gradient(19deg, var(--Primarycolor), var(--Secondarycolor));
  position: fixed;
  z-index: 999;
}

nav .navbar {
  height: 80px;
  padding: 0px 10px;
}

/* nav.sticky-top {
    z-index: 99999999;
    background: #000000;
    backdrop-filter: blur(5px);
    height: 60px;
} */
p {
  margin: 0;
  padding: 0;
}

html {
  font-size: 14px;
}

body {
  font-size: 14px;
  font-weight: 400;
  color: var(--color);
  font-size: 1rem;
}

a {
  text-decoration: none;
}

/* nav */

button.btn.btn-primary.butn {
  border: 0;
  width: 205px;

  background: none;
  border: 2px solid #fff;
  height: 51px;
  border-radius: 3px;
  font-weight: 600;
  margin-top: 12px;
  font-family: var(--fontbold);
  border-radius: 0px !important;
}

button.btn.btn-primary.butn:hover {
  background-color: #fff;
  color: #000;
  transition: all 0.3s linear;
}

button.btn.btn-primary.butn:focus {
  box-shadow: none;
  border: none;
  background-color: #fff;
  color: #000;
}
a.free-conslt-1.btn.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right {
  width: 226px;
  height: 59px;
  border: 2px solid #000;
  padding: 13px;
  color: rgb(255 255 255);
  letter-spacing: 0px;
  border-radius: 0px;
  margin: 30px 0px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
} 

a.free-conslt-1.btn.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right:hover{
  color: #fff;
  border: 0px solid #000;
    color: #fff;
    font-family: var(--fontbold);
    padding: 0px;
    margin-top: 0px;
    font-size: 18px;
    width: 226px;
    height: 59px;
    letter-spacing: normal;
}
#masterhead {
  background: linear-gradient(114deg, var(--Primarycolor), var(--Secondarycolor));
  transition: opacity 0.4s ease-out;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  justify-content: center;
  opacity: 1;
}

#masterhead.back {
  /* background: #fff; */
  transition: background 1s linear, opacity 0.6s ease-out;
  opacity: 0;
}

/*  */

.sidenav {
  display: none;
  height: 0;
  width: 100%;
  position: absolute;
  z-index: 9999999999;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  overflow-x: hidden;
  transition: 0.5s;
}

.menu-mainmenu-container ul.menu {
  padding: 0px;
}

.menu-mainmenu-container .menu a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  display: block;
  font-family: var(--fontlight);
  font-weight: 300;
  font-size: 48px;
  line-height: 54px;
  position: relative;
  margin: 30px 0px;
}

.menu-mainmenu-container .menu a::before {
  content: "";
  width: 0px;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -48px;
  position: absolute;
  background-color: #e5596e;
  float: left;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.menu-mainmenu-container .menu a:hover::before {
  content: "";
  width: 30px;
}

/* .menu-mainmenu-container  a::after {
  content: '';
  width: 0%;
    height: 2px;
    background: #fff;
    display: block;sss
   
    transition: 0.5s;
  }

  .menu-mainmenu-container a{
    font-size: 20px
  }

  .menu-mainmenu-container a:hover::after {
  width: 100%;
    }

    .menu-mainmenu-container a:hover {
    color: #f1f1f1;
  } */

.menu-content {
  padding: 40px 20px;
}

.sidenav .closebtn {
  /* position: absolute;
    top: 0;
    right: 0; */
  font-size: 36px;
  color: rgb(87, 87, 87);
}

#main {
  transition: 0.5s;
}

#mySidenav {
  /* display: none; */
  height: 100vh;
  /* transform: scale(.9); */
  transition: all 0.3s linear;
  z-index: 999;
}

#mySidenav.open-menu {
  /* display: flex ; */
  background: #e2eeee;
  z-index: 9999;
  /* opacity: 1; */
  /* transform: scale(1); */
}

/* hero banner */

.header-title {
  font-family: var(--fontbold);
  color: #fff;
  max-width: 990px;
  font-size: 42px;
  margin-bottom: 12px;
}

.hero-banner {
  background-color: var(--Primarycolor);
}

.header-content {
  top: 0;
  height: 100vh;
  background: var(--Primarycolor);
}

.header-tagline {
  color: #ffffff;
  max-width: 840px;
  font-size: 22px;
  margin-bottom: 12px;
  font-family: var(--fontlight);
}

.text-menu p {
  font-size: 19px;
  margin-right: 14px;
  font-weight: 700;
  font-family: var(--fontbold);
}

.scroll-down {
  position: absolute;
  bottom: 14px;
}

/* serice0 */

.service {
  margin-top: 100vh;
  background-color: #fff;
  position: relative;
}

.ios {
  overflow: hidden;
  background-color: #0c2b4b;
  background-image: url(../../uploads/denebunu-bg-header.png);
  background-position: 0 0;
  background-size: 100%;
  padding: 108px 96px;
  min-height: 860px;
  position: relative;
}

.section-title {
  font-size: 56px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--fontbold);
}

.section-subtitle {
  font-size: 25px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-family: var(--fontlight);
}

.testimonial-text {
  margin-bottom: 22px;
  color: #ffffff;
  max-width: 90%;
  padding: 0 0 0 16px;
  border-left: 2px solid #ffffff;
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.4px;
  max-width: 70%;
}

.testimonial-title {
  color: #fff;
}

a.btn.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right {
  color: #fff;
  font-family: var(--fontbold);
  letter-spacing: 2px;
  font-size: 20px;
  padding: 0px;
  margin-top: 10px;
}

a.btn.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right:hover {
  border: 0px solid #000;
  color: #fff;
  font-family: var(--fontbold);
  letter-spacing: 2px;
  font-size: 20px;
  padding: 0px;
  margin-top: 10px;
}

a.btn.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right:focus-visible {
  color: #fff;
  font-family: var(--fontbold);
  letter-spacing: 2px;
  font-size: 20px;
  padding: 0px;
  margin-top: 10px;
  border: 0px solid #000;
}

.stopScroll {
  height: 100vh;
  overflow: hidden;
}

/*  */
.menu-socialbar {
  background-color: #e2eeee;
  display: flex;
  width: 100px;
  height: 100vh;
}

.line {
  width: 2px;
  height: 96px;
  background-color: #ddd;
}

.menu-socialbar .social-container {
  padding: 48px 0;
  width: auto;
  gap: 24px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.social-container .title {
  font-size: 16px;
  line-height: 24px;
  color: #69a1ac;
  font-weight: 500;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  transform: scale(1, 1);
}

.icon-s {
  color: #222222;
  font-size: 20px;
}

/* form */
body.modal-open {
  overflow: visible !important;
  padding-right: 0px !important;
}

.modal {
  padding-right: 0px !important;
}

.modal.show .modal-dialog {
  padding: 0px;
  margin: auto !important;

  margin-left: 0;
  margin-right: 0;
}

.modal-body {
  padding: 0px 20px 0px 10px;
  width: 100%;
}

.image-conslt {
  height: 100%;
}

.modal-content {
  border-radius: 0px;
}

.common_popup_lt {
  /* background: #f2f9ff; */

  height: 100%;
  padding: 20px;
  background: url(../../uploads/Lp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}

.over-color {
  background: #00000083;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.project-quote {
  position: relative;
  padding-top: 45px;
}

.project-quote h1 {
  font-family: var(--fontbold);
  font-size: 30px;
  text-align: center;
}

.project-quote p {
  font-family: var(--fontlight);
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

.form-control:focus {
  color: none;
  border-color: none;
  outline: 0;
  box-shadow: none;

  border-bottom: solid 1px #e8e8e8;
}

.form-control::placeholder {
  color: rgb(153, 153, 153);
  font-weight: 400;
  font-size: 16px;
}

.hero-form form {
  margin-top: 50px;
}

.form-control {
  height: 60px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  border: 0;
  background-clip: padding-box;
  border-bottom: solid 1px #e8e8e8 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: none;
}

.btn-close {
  padding: 0px 30px;
  z-index: 999;
}

.btn-close:focus {
  box-shadow: none;
}

button.btn.btn-primary.butn1 {
  border: 0;
  width: 100%;
  color: #00b89a;
  background: none;
  border: 3px solid #00b89a;
  height: 71px;
  border-radius: 3px;
  font-weight: 700;
  margin-top: 50px !important;
  font-family: var(--fontbold);
  border-radius: 0px !important;
  font-size: 20px;
  letter-spacing: 2px;
}

button.btn.btn-primary.butn1:hover {
  background-color: #00b89a;
  color: #fff;
  transition: all 0.3s linear;
}

button.btn.btn-primary.butn1:focus {
  box-shadow: none;
  border: none;
  background-color: #00b89a;
  color: rgb(255, 255, 255);
}

h2.cont {
  font-family: var(--fontbold);
  font-size: 44px;
}

/* coont */

h1.header-text {
  font-size: 72px;
  font-weight: 900;
  max-width: 1024px;
  text-align: center;
  color: #fff;
}

.cont-img {
  min-width: 400px;
  width: 474px;
  margin-top: 40px;
}

/* SERIVEC */

.home .ios::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 685px;
  height: 415px;
  z-index: 0;
  background-image: url(../../uploads/3.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

/* Services-type  */

.Services-type {
  background-color: #000;
  overflow: hidden;

  background-size: 100%;
  padding: 108px 30px 0px 96px;
  min-height: 830px;
  position: relative;
}

.carousel-inner {
  height: 100%;
}

.service-image-slide {
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 432px;
}

/* Web-Services */

.web-services {
  overflow: hidden;
  background-color: #000;
  background-image: url(../../uploads/denebunu-bg-header.png);
  background-size: 100%;
  background-position: left top;
  padding: 108px 96px;
  min-height: 703px;
  position: relative;
  background-repeat: no-repeat;
}

.web-service-title {
  font-size: 56px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--fontbold);
}

.web-service-subtitle {
  font-size: 25px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-family: var(--fontlight);
}

.web-service-text {
  margin-bottom: 22px;
  color: #ffffff;
  max-width: 90%;
  padding: 0 0 0 16px;
  border-left: 2px solid #ffffff;
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.4px;
  max-width: 80%;
}

h5.web-services_text {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.5px;
}

p.web-services_subtitle {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}

.web-services::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 390px;
  height: 390px;
  z-index: 0;
  background-image: url(../../uploads/slide1.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-right: 45px;
}
.web-service-1 {
  overflow: hidden;
  background-color: #000;
  background-image: url(../../uploads/denebunu-bg-header.png);
  background-size: 100%;
  background-position: left top;
  padding: 108px 96px;
  min-height: 703px;
  position: relative;
  background-repeat: no-repeat;
}


.web-service-1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 390px;
  height: 390px;
  z-index: 0;
  background-image: url(../../uploads/slide2.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-right: 0px;
}

/* Services */

.services {
  overflow: hidden;
  background-color: #0c2b4b;

  background-size: auto 90%;
  background-position: left top;
  padding: 108px 96px;
  min-height: 703px;
  position: relative;
  background-repeat: no-repeat;
}

.service-title {
  font-size: 56px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--fontbold);
}

.service-subtitle {
  font-size: 25px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-family: var(--fontlight);
}

.service-text {
  margin-bottom: 22px;
  color: #ffffff;
  max-width: 90%;
  padding: 0 0 0 16px;
  border-left: 2px solid #ffffff;
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.4px;
  max-width: 70%;
}

h5.services_text {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.5px;
}

p.services_subtitle {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}

.services::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 390px;
  height: 390px;
  z-index: 0;
  background-image: url(../../uploads/slide3.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-right: 0px;
}

/* work */

/* Holiday experience */

.plane {
  overflow: hidden;
  background: linear-gradient(180deg, #345dee 0%, #99aef5 100%), #486cef;
  background-image: url(../../uploads/line-bg.svg);
  background-size: auto 90%;
  background-position: left top;
  padding: 108px 96px;
  min-height: 703px;
  position: relative;
  background-repeat: no-repeat;
}

.plane-title {
  font-size: 56px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--fontbold);
}

.plane-subtitle {
  font-size: 25px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-family: var(--fontlight);
}

.plane-text {
  margin-bottom: 22px;
  color: #ffffff;
  max-width: 90%;
  padding: 0 0 0 16px;
  border-left: 2px solid #ffffff;
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.4px;
  max-width: 80%;
}

h5.plane_text {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.5px;
}

p.plane_subtitle {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}

.plane::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 342px;
  height: 440px;
  z-index: 0;
  background-image: url(../../uploads/ai.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-right: 45px;
}

/* Service responsibility */

.expect {
  overflow: hidden;
  background: #19bb5d;
  background-size: auto 90%;
  background-position: left top;
  padding: 108px 96px;
  min-height: 703px;
  position: relative;
  background-repeat: no-repeat;
}

.expect-title {
  font-size: 56px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--fontbold);
}

.expect-subtitle {
  font-size: 25px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-family: var(--fontlight);
}

.expect-text {
  margin-bottom: 22px;
  color: #ffffff;
  max-width: 90%;
  padding: 0 0 0 16px;
  border-left: 2px solid #ffffff;
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.4px;
  max-width: 80%;
}

h5.expect_text {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.5px;
}

p.expect_subtitle {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}

.expect::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: 0px;
  width: 390px;
  height: 390px;
  z-index: 0;
  background-image: url(../../uploads/slide5.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-right: 0px;
}

/* Service page */

@media (max-width: 767.98px) {
  h1.header-text {
    font-size: 32px;
    padding: 5px;
    max-width: 990px;
  }

    .header-tagline {
      padding: 4px;
      font-size: 20px;
    }
    .web-service-1 {
      /* background-repeat: no-repeat; */
      padding: 30px 20px;
      min-height: 740px;
  }
  .web-services {
    /* background-repeat: no-repeat; */
    padding: 30px 20px;
    min-height: 680px;
}

  .web-service-title {
    font-size: 28px;
    max-width: none;
    margin-bottom: 20px;
  }

  .web-service-subtitle {
    font-size: 20px;
    max-width: none;
    margin-bottom: 19px;
  }

  .web-services::after {
    right: 0;
    left: 35%;
    bottom: 0px;
    width: 270px;
    height: 335px;
}
  .web-service-1::after {
    right: 0;
    left: 35%;
    bottom: 0px;
    width: 270px;
    height: 305px;
}
  /* Service */
  .services {
    /* background-repeat: no-repeat; */
    padding: 30px 20px;
    min-height: 780px;
}

  .service-title {
    font-size: 28px;
    max-width: none;
    margin-bottom: 20px;
  }

  .service-subtitle {
    font-size: 20px;
    max-width: none;
  }

  .services::after {
    right: 0;
    left: 35%;
    bottom: 0px;
    width: 270px;
    height: 335px;
}

  /* plane */

  .plane {
    /* background-repeat: no-repeat; */
    padding: 30px 20px;
    min-height: 810px;
}

  .plane-title {
    font-size: 28px;
    max-width: none;
    margin-bottom: 20px;
  }

  .plane-subtitle {
    font-size: 20px;
    max-width: none;
  }

  .plane::after {
    right: 0;
    left: 35%;
    bottom: 0px;
    width: 270px;
    height: 310px;
}

  /* expect */

  .expect {
    /* background-repeat: no-repeat; */
    padding: 30px 20px;
    min-height: 794px;
}

  .expect-title {
    font-size: 28px;
    max-width: none;
    margin-bottom: 20px;
  }

  .expect-subtitle {
    font-size: 20px;
    max-width: none;
  }

  .expect::after {
    right: 0;
    left: 35%;
    bottom: 0px;
    width: 270px;
    height: 335px;
}

.menu-mainmenu-container .menu a {
    font-size: 37px;
}
}

@media (min-width: 768px) and (max-width: 1199.98px) {

  h1.header-text{
    font-size: 42px;
  }

  .web-service-1 {
    padding: 57px 30px;
    min-height:611px;
   
  }
  .web-services {
    padding: 57px 30px;
    min-height:611px;
  }

  .web-service-title {
    font-size: 33px;
    max-width: 68%;
    margin-bottom: 17px;
  }

  .web-service-subtitle {
    font-size: 20px;
    max-width: 85%;
    margin-bottom: 24px;
  }

  .web-services::after {
    width: 291px;
  }
  .web-service-1::after {
    width: 291px;
  }
  .services {
    padding: 57px 30px;
    min-height: 628px;
  }

  .services::after {
    width: 278px;
  }

  .service-title {
    font-size: 33px;
    max-width: 68%;
    margin-bottom: 17px;
  }

  .service-subtitle {
    font-size: 20px;
    max-width: 85%;
    margin-bottom: 24px;
  }

  .plane {
    padding: 57px 0px 0px 30px;
    min-height: 602px;
  }

  .plane-title {
    font-size: 33px;
    max-width: 68%;
    margin-bottom: 17px;
  }

  .plane-subtitle {
    font-size: 20px;
    max-width: 85%;
    margin-bottom: 24px;
  }

  .plane::after {
    width: 241px;
    bottom: 0px;
  }

  .expect {
    padding: 57px 0px 0px 30px;
    min-height: 648px;
  }

  .expect-title {
    font-size: 33px;
    max-width: 68%;
    margin-bottom: 17px;
  }

  .expect-subtitle {
    font-size: 20px;
    max-width: 85%;
    margin-bottom: 24px;
  }

  .expect::after {
    width: 320px;
    bottom: 0px;
  }
}
