/* 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: #FBB353;
  --Secondarycolor: #e28b19;
  --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 .3s linear;
}

button.btn.btn-primary.butn:focus {

  box-shadow: none;
  border: none;
  background-color: #fff;
  color: #000;
}



#masterhead {
  background: linear-gradient(103deg, var(--Primarycolor), var(--Secondarycolor));
  transition: opacity .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 .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: .5s;

}

#mySidenav {
  /* display: none; */
  height: 100vh;
  /* transform: scale(.9); */
  transition: all .3s linear;
  z-index: 999;
}


#mySidenav.open-menu {
  /* display: flex ; */
  background: #e2eeee;
  z-index: 9999;
  /* opacity: 1; */
  /* transform: scale(1); */
}

.arrow {
  position: absolute;
  bottom: 10px;
}

/* 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: 1px;
  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;



}

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{
  color: #fff;
}

.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 .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;
}

/* Web-Services */

.Musist {
  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: 775px;
  position: relative;
  background-repeat: no-repeat;
}

.Musist-title {
  font-size: 56px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--fontbold);
}

.Musist-subtitle {
  font-size: 25px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-family: var(--fontlight);
}

.Musist-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%;
}


.Musist::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 420px;
  height: 440px;
  z-index: 0;
  background-image: url(../../uploads/Musiit.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-right: 45px;
}

/* Atmago */

.Atmago {
  overflow: hidden;
  background-color: #000;
  /* background-image: url(../../uploads/line-bg.svg); */
  background-size: 40%;
  background-position: left top;
  padding: 108px 96px;
  min-height: 740px;
  position: relative;
  background-repeat: no-repeat;
}

.Atmago-title {
  font-size: 56px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--fontbold);
}

.Atmago-subtitle {
  font-size: 25px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-family: var(--fontlight);
}

.Atmago-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%;
}

.Atmago::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 420px;
  height: 440px;
  z-index: 0;
  background-image: url(../../uploads/amago.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-right: 45px;
}

/* Radar */


.radar {
  overflow: hidden;
  background-color: #000;
  background-image: url(../../uploads/denebunu-bg-header.png);
  background-size: 40%;
  background-position: left top;
  padding: 108px 96px;
  min-height: 760px;
  position: relative;
  background-repeat: no-repeat;
}

.radar-title {
  font-size: 56px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--fontbold);
}

.radar-subtitle {
  font-size: 25px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-family: var(--fontlight);
}

.radar-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%;
}


.radar::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 412px;
  height: 440px;
  z-index: 0;
  background-image: url(../../uploads/radar.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-right: 45px;
}

/* Come On Now! */


.come-on-now {
  overflow: hidden;
  background-color: #000;
  background-image: url(../../uploads/line-bg.svg);
  background-size: 40%;
  background-position: left top;
  padding: 108px 96px;
  min-height: 700px;
  position: relative;
  background-repeat: no-repeat;
}

.come-on-now-title {
  font-size: 56px;
  color: #000000;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--fontbold);
}

.come-on-now-subtitle {
  font-size: 25px;
  color: #000000;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-family: var(--fontlight);
}

.come-on-now-text {
  margin-bottom: 22px;
  color: #000000;
  max-width: 90%;
  padding: 0 0 0 16px;
  border-left: 2px solid #000000;
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.4px;
  max-width: 80%;
}


.come-on-now::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 420px;
  height: 440px;
  z-index: 0;
  background-image: url(../../uploads/comeon.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-right: 45px;
}

/* Nodat */

  .Nodat {
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  background-image: url(../../uploads/line-bg.svg);
  background-size: 40%;
  background-position: left top;
  padding: 108px 96px;
  min-height: 892px;
  position: relative;
  background-repeat: no-repeat;
}

.Nodat-title {
  font-size: 56px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--fontbold);
}

.Nodat-subtitle {
  font-size: 25px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-family: var(--fontlight);
}

.Nodat-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%;
}


.Nodat::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 420px;
  height: 440px;
  z-index: 0;
  background-image: url(../../uploads/nodat.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-right: 45px;
}


/* Lyndon */

.Lyndon {
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  background-image: url(../../uploads/line-bg.svg);
  background-size: 40%;
  background-position: left top;
  padding: 108px 96px;
  min-height: 814px;
  position: relative;
  background-repeat: no-repeat;
}

.Lyndon-title {
  font-size: 56px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--fontbold);
}

.Lyndon-subtitle {
  font-size: 25px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-family: var(--fontlight);
}

.Lyndon-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%;
}

a.btn.come-btn.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right {
  color: #000;
}

a.btn.new-coach.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right {
  color: #000;
}

.Lyndon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 420px;
  height: 440px;
  z-index: 0;
  background-image: url(../../uploads/Lydn.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-right: 45px;
}


/* culture */


.culture {
  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: 683px;
  position: relative;
  background-repeat: no-repeat;
}

.culture-title {
  font-size: 56px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--fontbold);
}

.culture-subtitle {
  font-size: 25px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-family: var(--fontlight);
}

.culture-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%;
}


.culture::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 420px;
  height: 440px;
  z-index: 0;
  background-image: url(../../uploads/culture.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-right: 45px;
}

.apple-google img {
  width: 184px;
  margin: 0px 17px 0px 0px;
}

/* New coach */



.New-coach {
  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: 671px;
  position: relative;
  background-repeat: no-repeat;
}

.New-coach-title {
  font-size: 56px;
  color: #000000;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--fontbold);
}

.New-coach-subtitle {
  font-size: 25px;
  color: #000000;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-family: var(--fontlight);
}

.New-coach-text {
  margin-bottom: 22px;
  color: #000000;
  max-width: 90%;
  padding: 0 0 0 16px;
  border-left: 2px solid #000000;
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.4px;
  max-width: 80%;
}


.New-coach::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 420px;
  height: 440px;
  z-index: 0;
  background-image: url(../../uploads/new-coach.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-right: 45px;
}

/* 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 196px;
  min-height: 830px;
  position: relative;
}

.indus {
  height: 100%;
}


.service-image-slide {

  position: absolute;
  bottom: 0;
  right: 40px;
  width: 432px;
}

/* About */

.about-us {
  overflow: hidden;
  background-color: #0c2b4b;
  background-image: url(../../uploads/line-bg.svg);
  background-size: auto 90%;
  background-position: left top;
  padding: 108px 96px;
  min-height: 860px;
  position: relative;
  background-repeat: no-repeat;
}

.about-title {
  font-size: 56px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--fontbold);
}

.about-subtitle {
  font-size: 25px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-family: var(--fontlight);
}

.about-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%;
}


.about-us::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 605px;
  height: 415px;
  z-index: 0;
  background-image: url(../../uploads/3d-about.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;

}



/* work */



@media (max-width: 767.98px) {
  h1.header-text {
    font-size: 32px;
    max-width: 990px;
    padding: 4px;
  }

  .header-tagline {
    font-size: 20px;
    padding: 4px 9px;
  }
  .menu-mainmenu-container .menu a{
    font-size: 37px;
  }
  .Musist {
    /* background-repeat: no-repeat; */
    padding: 30px 20px;
    min-height: 640px;
}

  .Musist-title {
    font-size: 28px;
    max-width: none;
    margin-bottom: 20px;
  }

  .Musist-subtitle {
    font-size: 20px;
    max-width: none;
    margin-bottom: 10px;
  }

  .Musist-text {
    max-width: 100%;
    font-size: 16px;
  }

  .Musist::after {
    right: -6px;
    bottom: 0px;
    width: 300px;
    height: 315px;
}

  /* Service */
  .Atmago {
    /* background-repeat: no-repeat; */
    padding: 30px 20px;
    min-height: 640px;
}
  .Atmago-text {
    max-width: 100%;
    font-size: 16px;
  }

  .Atmago-title {
    font-size: 28px;
    max-width: none;
    margin-bottom: 20px;
  }

  .Atmago-subtitle {
    font-size: 20px;
    max-width: none; 
    margin-bottom: 10px;
  }

  .Atmago::after {
    right: -6px;
    bottom: 0px;
    width: 300px;
    height: 315px;
}

  /* plane */

  .come-on-now {
    /* background-repeat: no-repeat; */
    padding: 30px 20px;
    min-height: 580px;
}

  .come-on-now-title {
    font-size: 28px;
    max-width: none;
    margin-bottom: 20px;
  }

  .come-on-now-text {
    max-width: 100%;
    font-size: 16px;
  }

  .come-on-now-subtitle {
    font-size: 20px;
    max-width: none;
    margin-bottom: 10px;
  }

  .come-on-now::after {
    right: -6px;
    bottom: 0px;
    width: 300px;
    height: 315px;
}

  /* expect */


  .radar {
    /* background-repeat: no-repeat; */
    padding: 30px 20px;
    min-height: 645px;
}

  .radar-title {
    font-size: 28px;
    max-width: none;
    margin-bottom: 20px;
  }

  .radar-subtitle {
    font-size: 20px;
    margin-bottom: 10px;
    max-width: none;
  }

  .radar-text {
    max-width: 100%;
    font-size: 16px;
  }

  .radar::after {
    right: -6px;
    bottom: 0px;
    width: 300px;
    height: 315px;
}

  /* Nodat */
  .Nodat {
    /* background-repeat: no-repeat; */
    padding: 30px 20px;
    min-height: 706px;
}

  .Nodat-title {
    font-size: 28px;
    max-width: none;
    margin-bottom: 20px;
  }

  .Nodat-subtitle {
    font-size: 20px;
    margin-bottom: 10px;
    max-width: none;
  }

  .Nodat-text {
    max-width: 100%;
    font-size: 16px;
  }

  .Nodat::after {
    right: -6px;
    bottom: 0px;
    width: 300px;
    height: 315px;
}

  /* Lyndon */
  .Lyndon {
    /* background-repeat: no-repeat; */
    padding: 30px 20px;
    min-height: 754px;
}

  .Lyndon-title {
    font-size: 28px;
    max-width: none;
    margin-bottom: 20px;
  }

  .Lyndon-subtitle {
    font-size: 20px;
    margin-bottom: 10px;
    max-width: none;
  }

  .Lyndon-text {
    max-width: 100%;
    font-size: 16px;
  }

  .Lyndon::after {
    right: -6px;
    bottom: 0px;
    width: 300px;
    height: 315px;
}

  /* culture */
  .culture {
    /* background-repeat: no-repeat; */
    padding: 30px 20px;
    min-height: 580px;
}
  .culture-title{
    margin-bottom: 15px;
  }
  .culture-title img {
width: 200px;
    max-width: none;
    margin-bottom: 0px;
  }

  .culture-subtitle {
    font-size: 20px;
    max-width: none;
    margin-bottom: 10px;
  }

  .culture-text {
    max-width: 100%;
    font-size: 16px;
  }

  .culture::after {
    right: -6px;
    bottom: 0px;
    width: 300px;
    height: 315px;
}

  /* New-Coach */
  .New-coach {
    /* background-repeat: no-repeat; */
    padding: 30px 20px;
    min-height: 642px;
  }

  .New-coach-title {
    font-size: 28px;
    max-width: none;
    margin-bottom: 20px;
  }

  .New-coach-subtitle {
    font-size: 20px;
    max-width: none;
    margin-bottom: 10px;
  }

  .New-coach-text {
    max-width: 100%;
    font-size: 16px;
  }

  .New-coach::after {
    right: -27px;
    bottom: 0px;
    width: 341px;
    height: 415px;
  }


}

@media (min-width: 768px) and (max-width: 1199.98px) {
  h1.header-text {
    font-size: 42px;
  }

  .Musist {
    padding: 57px 30px;
    min-height: 607px;
  }

  .Musist-subtitle {
    font-size: 20px;
    max-width: 85%;
    margin-bottom: 24px;
  }
  .Musist-title{
    font-size: 33px;
    max-width: 100%;
    margin-bottom: 17px;

  }
  .Atmago {
    padding: 57px 30px;
    min-height: 574px;
  }

  .Atmago-subtitle {
    font-size: 20px;
    max-width: 85%;
    margin-bottom: 24px;
  }
  .Atmago-title{
    font-size: 33px;
    max-width: 100%;
    margin-bottom: 17px;

  }
  .come-on-now {
    padding: 57px 30px;
    min-height: 598px;
  }

  .come-on-now-subtitle {
    font-size: 20px;
    max-width: 85%;
    margin-bottom: 24px;
  }
  .come-on-now-title{
    font-size: 33px;
    max-width: 100%;
    margin-bottom: 17px;

  }
  .radar {
    padding: 57px 30px;
    min-height: 650px;
  }

  .radar-subtitle {
    font-size: 20px;
    max-width: 85%;
    margin-bottom: 24px;
  }
  .radar-title{
    font-size: 33px;
    max-width: 100%;
    margin-bottom: 17px;

  }
  .Nodat {
    padding: 57px 30px;
    min-height: 676px;
  }

  .Nodat-subtitle {
    font-size: 20px;
    max-width: 85%;
    margin-bottom: 24px;
  }
  .Nodat-title{
    font-size: 33px;
    max-width: 100%;
    margin-bottom: 17px;

  }

  .Lyndon {
    padding: 57px 30px;
    min-height: 648px;
  }

  .Lyndon-subtitle {
    font-size: 20px;
    max-width: 85%;
    margin-bottom: 24px;
  }
  .Lyndon-title{
    font-size: 33px;
    max-width: 100%;
    margin-bottom: 17px;

  }
  .culture {
    padding: 57px 30px;
    min-height: 671px;
  }

  .culture-subtitle {
    font-size: 20px;
    max-width: 85%;
    margin-bottom: 24px;
  }
  .culture-title{
    font-size: 33px;
    max-width: 100%;
   width: 200px;

  }

  .New-coach {
    padding: 57px 30px;
    min-height: 591px;
  }

  .New-coach-subtitle {
    font-size: 20px;
    max-width: 85%;
    margin-bottom: 24px;
  }
  .New-coach-title{
    font-size: 33px;
    max-width: 100%;
    margin-bottom: 17px;

  }
}