/* Consolidated team styling across historical variants. */


/* ===== Modern team layout (from team-new.css) ===== */

.team-description-section {
  width: 100%;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background: var(--localnav-background-stuck, rgba(222, 222, 222, 0.8));
  border-color: transparent;
  padding: 8vh 0;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-description-section .team-description-word-wrapper {
  width: 100%;
  max-width: calc(1240px + 10%);
}

.team-description-section .team-description-word-wrapper p {
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  font-weight: 300;
  padding: 0 5%;
}

@media screen and (max-width: 768.5px) {
  .team-description-section .team-description-word-wrapper p {
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  .team-description-section .team-description-word-wrapper p {
    font-size: 19px;
  }
}

/************************** Team-joining Start *************************************/
.team-joining-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.team-joining-section .team-joining-container {
  width: 100%;
  max-width: calc(1240px + 10%);
}

.team-joining-container .join-us {
  padding: 100px 5% 0 5%;
}

.team-joining-container .join-us h1 {
  font-size: 121px;
  letter-spacing: -2px;
  line-height: 1.1;
  color: #c0c0c0;
  font-weight: 400;
}

.team-joining-container .join-us p {
  font-size: 24px;
  line-height: 2.65;
  color: #c0c0c0;
  font-weight: 400;
}

.team-joining-container .coorperation-with-us {
  padding: 100px 5% 0 5%;
}

.team-joining-container .coorperation-with-us h1 {
  font-size: 121px;
  letter-spacing: -2px;
  line-height: 1.1;
  color: #c0c0c0;
  font-weight: 400;
}

.team-joining-container .coorperation-with-us p {
  font-size: 24px;
  line-height: 2.65;
  color: #c0c0c0;
  font-weight: 400;
}

.team-joining-container .black-underline {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 6px;
  font-weight: 600;
}

.team-joining-container button {
  border: none;
  background: none;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .team-joining-container .coorperation-with-us h1 {
    font-size: 110px;
  }
  .team-joining-container .join-us h1 {
    font-size: 110px;
  }
}

@media screen and (max-width: 1000px) {
  .team-joining-container .coorperation-with-us h1 {
    font-size: 95px;
  }
  .team-joining-container .join-us h1 {
    font-size: 95px;
  }
}

@media screen and (max-width: 900px) {
  .team-joining-container .coorperation-with-us h1 {
    font-size: 85px;
  }
  .team-joining-container .join-us h1 {
    font-size: 85px;
  }
}

@media screen and (max-width: 800px) {
  .team-joining-container .coorperation-with-us h1 {
    font-size: 80px;
  }
  .team-joining-container .join-us h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 500px) {
  .team-joining-container .coorperation-with-us h1 {
    font-size: 15vw;
  }
  .team-joining-container .join-us h1 {
    font-size: 15vw;
  }
  .team-joining-container .join-us p {
    font-size: 5vw;
    line-height: 2;
  }
  .team-joining-container .coorperation-with-us p {
    font-size: 5vw;
    line-height: 2;
  }
  .team-joining-container .join-us {
    padding: 15vw 5% 0 5%;
  }
  .team-joining-container .coorperation-with-us {
    padding: 15vw 5% 0 5%;
  }
  .team-joining-section {
    margin-bottom: 15vw;
  }
}
/************************** Team-joining End *************************************/

/************************** Team-supported-organizations Start *************************************/
.team-supported-organizations {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 200px;
}

.team-supported-organizations .supported-organizations-container {
  width: 100%;
  max-width: calc(1240px + 10%);
}

.supported-organizations-container .supported-organizations {
  padding: 50px 5% 0 5%;
}

.supported-organizations h1 {
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #000000;
  font-weight: 600;
  margin-bottom: 50px;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 50px; /* 控制 logo 之间的间距 */
}

.logo-container {
  display: flex;
  justify-items: center;
  align-items: center;
}

.logo {
  max-width: 100%;
  max-height: 80%;
  height: auto;
  border-radius: 8px; /* 边框圆角（可选） */
  padding: 10px; /* 内边距（可选） */
  background: white; /* 背景颜色（可选） */
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .team-supported-organizations {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 650px) {
  .logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    column-gap: 15px;
    row-gap: 50px;
  }
}

@media screen and (max-width: 500px) {
  .supported-organizations h1 {
    font-size: 7vw;
  }
  .logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    column-gap: 2vw;
    row-gap: 7vw;
  }
  .team-supported-organizations {
    margin-bottom: 20vw;
  }
}

/************************** Team-supported-organizations End *************************************/


/* ===== Legacy team hero layout v2 (from team-old-2.css) ===== */

/*******************************/
/********** Hero CSS ***********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 400px;
    background: #000000;
}

.carousel .container-fluid {
    padding: 0;
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carousel .carousel-img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    overflow: hidden;
}

/* .carousel .carousel-img::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    height: 35%;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(2px);

}  */

.carousel .carousel-img img {
    max-width: 100%;
    max-height: 90%;
    object-fit: cover;
}

.carousel .carousel-text {
    position: absolute;
    max-width: 700px;
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.carousel .carousel-text h1 {
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

.carousel .carousel-text h1 span {
    color: #fbaf32;
}

.carousel .carousel-text p {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
}

.carousel .carousel-btn .btn:last-child {
    margin-left: 10px;
    background: #719a0a;
    border-color: #719a0a;
}

.carousel .carousel-btn .btn:last-child:hover {
    color: #719a0a;
    background: transparent;
}

.carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@media (max-width: 991.98px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: auto;
    }
    
    .carousel .carousel-text h1 {
        font-size: 35px;
    }
    
    .carousel .carousel-text p {
        font-size: 16px;
    }
    
    .carousel .carousel-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 767.98px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: auto;
    }
    
    .carousel .carousel-text h1 {
        font-size: 30px;
    }
    
    .carousel .carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-text h1 {
        font-size: 25px;
    }
    
    .carousel .carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }
}

svg {
    width: 100%;
    position: absolute;
    bottom: 0%;
    z-index: 1001;
}

.curved-background-2{
    max-width: 100%;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    z-index: 1001;
}

.team-word-background{
    z-index: 1001;
    height: 35%; 
    width: 100%;
    position: absolute; 
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(2px);
}

.team-word-container{
    display: flex;
    flex-direction: row;
    height: 100%;
}

.team-word-word{
    width: 50%;    
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 1%;
}

@media (max-width: 720px){
    .team-word-word{
        width: 50%;    
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 1%;
    }
}

@media (max-width: 300px){
    .team-word-word{
        width: 50%;    
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 1%;
    }
}

.team-word-title{
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    text-transform: capitalize;
    padding-bottom: 10px;
    color: #518EF8;
}

.team-word-content{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

@media (max-width: 991.98px) {
    .team-word-title{
        font-weight: 700;
        font-size: 26px;
        line-height: 42px;
        text-transform: capitalize;
        padding-bottom: 10px;
        color: #518EF8;
    }
    
    .team-word-content{
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
    }
}

@media (max-width: 767.98px) {
    .team-word-title{
        font-weight: 700;
        font-size: 22px;
        line-height: 42px;
        text-transform: capitalize;
        padding-bottom: 0px;
        color: #518EF8;
    }
    
    .team-word-content{
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
    }
}

@media (max-width: 575.98px) {
    .team-word-title{
        font-weight: 700;
        font-size: 18px;
        line-height: 42px;
        text-transform: capitalize;
        padding-bottom: 0px;
        color: #518EF8;
    }
    
    .team-word-content{
        font-weight: 400;
        font-size: 10px;
        color: #FFFFFF;
    }
}

.team-background-2 {
    position: relative;
    text-align: center;
    color: white;
  }
  
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
flex-direction: column;
}

.team-2-logo{
    width: 65px;
}

.team-2-slogan{
    font-weight: 400;
    font-size: 22px;
    line-height: 3;
    white-space: nowrap;
    margin-bottom: 25px;
}

@media (max-width: 500px){
    .team-2-slogan{
        font-size: 18px;
    }

    .team-2-logo{
        width: 55px;
    }
}

@media (max-width: 400px){
    .team-2-slogan{
        font-size: 15px;
    }

    .team-2-logo{
        width: 45px;
    }
}

@media (max-width: 300px){
    .team-2-slogan{
        font-size: 12px;
    }

    .team-2-logo{
        width: 35px;
    }
}

/*******************************/
/********** Menu CSS ***********/
/*******************************/
/* .food {
    position: relative;
    width: 100%;
    padding: 90px 0 60px 0;
    margin: 45px 0;
    background: rgba(0, 0, 0, .04);
}

.food .food-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 50px 30px 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .3s;
}

.food .food-item:hover {
    box-shadow: none;
}

.food .food-item i {
    position: relative;
    display: inline-block;
    color: #fbaf32;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    transition: .3s;
}

.food .food-item:hover i {
    color: #719a0a;
}

.food .food-item i::after {
    position: absolute;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -20px;
    left: -15px;
    border: 3px dotted #fbaf32;
    border-right: transparent;
    border-bottom: transparent;
    border-radius: 100px;
    transition: .3s;
}

.food .food-item:hover i::after {
    border: 3px dotted #719a0a;
    border-right: transparent;
    border-bottom: transparent;
}

.food .food-item h2 {
    font-size: 30px;
    font-weight: 700;
}

.food .food-item a {
    position: relative;
    font-size: 16px;
}

.food .food-item a::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    bottom: 0;
    left: calc(50% - 25px);
    background: #fbaf32;
    transition: .3s;
}

.food .food-item a:hover::after {
    width: 100%;
    left: 0;
    background: #719a0a;
}

.food-item img{
    width: auto;
    margin:auto;
} */

/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    background-color: #F5F5F5;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 20px;
    border: 2px solid #FFFFFF;
}

.team .team-img {
    position: relative;

    border-radius: 15px 15px 0 0;
    overflow: hidden;
    height: auto;
}

.team .team-img img {
    position: relative;
    margin-top: 150px;
    width: 280px;
}

/* .team .team-item:hover img {
    margin-top: 0;
    margin-bottom: 15px;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #ffffff;
    background: #fbaf32;
    opacity: 0;
}

.team .team-social a:hover {
    color: #ffffff;
    background: #719a0a;
}

.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
} */


#dominic-position-breakline{
    display: none;
}

@media screen and (max-width: 1199.5px) {
    #dominic-position-breakline{
        display: block;
    }  
}

@media screen and (max-width: 991.5px) {
    #dominic-position-breakline{
        display: none;
    }
}

.team .team-text {
    position: absolute;
    padding: 25px 15px;
    background: transparent;
    border-top: none;
    border-radius: 0 0 15px 15px;
    left: 0;
    top: 125px;
    z-index: 10;
}

@media (max-width: 380px){
    .team .team-text{
        position: absolute;
        left:0;
        top: 20%;
        z-index: 3;
    }
    .team .team-img img {
        margin-top: 200px;
    }
}
@media (max-width: 340px){
    .team .team-text{
        top: 15%;
    }
    .team .team-img img {
        margin-top: 180px;
    }

}

.team .team-nickname {
    position: absolute;
    padding: 60px 15px;
    background: transparent;
    border-top: none;
    border-radius: 0 0 15px 15px;
    left: 0;
    top: 2%;
}

.team .team-nickname h1{
    color: #518EF8;
    font-size: 42px;
    font-weight: 700;
}

@media (max-width: 340px){
    .team .team-nickname h1{
        font-size: 32px;
    }
}

.team .team-text h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.team .team-text p {
    margin: 0;
    font-size: 12px;
}

.team .team-logo img{
    width: 35px;
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 20;
    margin-top: 0;
}

@media screen and (max-width: 767.5px) {
    .team .team-logo img {
        left: 15px;
    }
}

.team-image{
    position: absolute;
    text-align: center;
    background: transparent;
    border-top: none;
    bottom: 0;
    right: -30px;
    z-index:2;
}

@media (max-width: 767.5px){
    .team-image{
        right: 0;
    }
}

.photo-container{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.section-header{
    margin-bottom: 10%;
}

.maintanence-btn-2 {
    background: linear-gradient(92.31deg, #B2CBF0 0.44%, #1C6BF3 108.25%);
    width: auto;
    border-radius: 5px;
    border: 0;
    outline: none;
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 10px 25px;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;
    position: relative;
    top: 100%;
}

.recruit{
    display: flex;
    flex-direction: row;
}

.recruit-box-1{
    width: 50%;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(180deg, #518EF8, #FFFFFF);
}

.recruit-box-2{
    width: 50%;
    justify-content: center;
}

.recruit .title h1{
    color: #FFFFFF;
    text-align: left;
    padding-left: 10%;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 550;
}
 
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .center-button{
    margin:0 auto;
    display:block;
  }

  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }

  @media (max-width:992px){
    .col-md-offset-right-1 {
        margin-right: 0;
    }
  }

  @media (max-width: 768px){
    .col-md-offset-right-1 {
        margin-right: 20%;
        margin-left: 20%;
    }
  }

  @media (max-width: 550px){
    .col-md-offset-right-1 {
        margin-right: 10%;
        margin-left: 10%;
    }
  }
  @media (max-width: 350px){
    .col-md-offset-right-1 {
        margin-right: 0%;
        margin-left: 0%;
    }
  }

  .team-description{
    text-align: center;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 400px;
  }

  .team-description h4{
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 24px;
    font-size: 100px;
  }

  .team-description h2{
    font-weight: 700;
    letter-spacing: 0;
  }

  .team-description p{
    margin: 20px 15% 0 15%;
  }

  @media (max-width: 768px) {
    .team-description p{
        font-size: 16px;
        margin: 20px 10% 0 10%;
    }
  }

  @media (max-width: 425px) {
    .team-description p{
        font-size: 14px;
        margin: 20px 5% 0 5%;
    }
  }

  @media (max-width: 375px) {
    .team-description p{
        font-size: 12px;
        margin: 20px 5% 0 5%;
    }
    .team-description h4{
        font-size: 80px;
      }
  }

  @media (max-width: 300px) {
    .team-description h4{
        font-size: 60px;
      }
  }

/* ===== Legacy team global styles (from team-old.css) ===== */


 .heading-font {
	font-family:Catamaran,Helvetica,Arial,sans-serif;
	font-weight:200;
	letter-spacing:1px
}
.body-font {
	font-family:Muli,Helvetica,Arial,sans-serif
}
.alt-font {
	font-family:Lato,Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	letter-spacing:2px
}
body,html {
	height:100%;
	width:100%
}
body {
  font-family: 'Outfit', sans-serif;
	webkit-tap-highlight-color:#222;
  color:#999;
}
.navbar-default,.navbar-default .navbar-header .navbar-brand,h1,h2,h3,h4,h5,h6 {
  font-family: 'Outfit', sans-serif;
	font-weight:200;
	letter-spacing:1px;
  color:#111;
}
a {
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
a:focus,a:hover {
	color:#bb0000
}
hr {
	max-width:100px;
	margin:25px auto 0;
	border-width:1px;
	border-color:rgba(34,34,34,.1)
}
hr.light {
	border-color:#fff
}
p {
	font-size:18px;
	line-height:1.5;
	margin-bottom:20px
}
.navbar-default {
	background-color:#000;
	border-color:rgba(34,34,34,.05);
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s
}
.navbar-default .navbar-header .navbar-brand {
	color:#bb0000;
  font-family: Marmelad;
}
.btn,.navbar-default .nav>li>a {
  font-family: 'Outfit', sans-serif;
	text-transform:uppercase;
	letter-spacing:2px
}
.navbar-default .navbar-header .navbar-brand:focus,.navbar-default .navbar-header .navbar-brand:hover {
	color:#bb0000;
}
.navbar-default .navbar-header .navbar-toggle {
	font-size:12px;
	color:#fff;
	padding:8px 10px
}
.navbar-default .nav>li>a {
	font-size:11px
}
.navbar-default .nav>li>a,.navbar-default .nav>li>a:focus {
	color: rgba(255,255,255,.7);
}
.navbar-default .nav>li>a:focus:hover,.navbar-default .nav>li>a:hover {
	color:#FFFFFF;
}
.navbar-default .nav>li.active>a,.navbar-default .nav>li.active>a:focus {
  color: #ffffff!important;
	background-color:transparent
}
.navbar-default .nav>li.active>a:focus:hover,.navbar-default .nav>li.active>a:hover {
	background-color:transparent
}
.navbar-default {
  padding: 15px 0;
}
@media (min-width:768px) {
	.navbar-default {
		background-color:transparent;
		border-color:transparent;
	}
	.navbar-default .navbar-header .navbar-brand {
		color:rgba(255,255,255,.7)
	}
	.navbar-default .navbar-header .navbar-brand:focus,.navbar-default .navbar-header .navbar-brand:hover {
		color:#fff
	}
	.navbar-default .nav>li>a,.navbar-default .nav>li>a:focus {
		color:rgba(255,255,255,.7)
	}
	.navbar-default .nav>li>a:focus:hover,.navbar-default .nav>li>a:hover {
		color:#fff
	}
	.navbar-default.affix {
		background-color:#000;
    border: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.03);

	}
	.navbar-default.affix .navbar-header .navbar-brand {
		color:#222
	}
	.navbar-default.affix .navbar-header .navbar-brand:focus,.navbar-default.affix .navbar-header .navbar-brand:hover {
		color:#bb0000;
	}
	.navbar-default.affix .nav>li>a,.navbar-default.affix .nav>li>a:focus {
		color:rgba(255, 255, 255, 0.5);
	}
	.navbar-default.affix .nav>li>a:focus:hover,.navbar-default.affix .nav>li>a:hover {
		color:rgba(255, 255, 255, 1);
	}
}

.audioembed {
  position:fixed;
  bottom:-6px;
  right:0;
  z-index:9;
}
.i-large,
.i-medium,
.i-small {
	position : fixed;
	top: 0; right: 0; bottom: 0; left: 0;
  z-index:1;
}

.i-medium {
	background: url("../img/particules_medium.png") repeat 0px 0px;
	-webkit-animation: dropFlowParticles 12s linear infinite;
	     -o-animation: dropFlowParticles 12s linear infinite;
	        animation: dropFlowParticles 12s linear infinite;
}
.i-small {
	background:url("../img/particules_small.png") repeat 0px 0px;
	-webkit-animation: dropFlowParticles 27s linear infinite;
	     -o-animation: dropFlowParticles 27s linear infinite;
	        animation: dropFlowParticles 27s linear infinite;
}

@-webkit-keyframes dropFlowParticles {
	from { background-position: 0 0; }
	to { background-position: 0 413px; }
}
@keyframes dropFlowParticles {
	from { background-position: 0 0; }
	to { background-position: 0 413px; }
}

body {
    /*background-image: url('../img/s1.png'), url('../img/s2.png'), url('../img/s3.png');*/
    -webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
}

.desktop-inner {
    width:600px;
    max-width: 100%;
    height: 342px;
    margin-left: 48px;
    padding-top: 36px;
    position: absolute;
    overflow: hidden;
}
#frame {
    width: 1218px;
    max-width:100%;
    height: 800px;
    position: relative;
    left: 0px;
    top: 0px;
}
iframe {
  border: 0;
  padding: 0;
  margin: 0;
}
.desktop-wrapper {
    margin: 0 auto;
    width: 703px;
    height: 576px;
    background: url(../img/desktop.png);
    position: relative;
}
header:before {
  opacity:0.7;
  background-color:#000;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  content:'';
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  color: #fff;
  background:#000;
}
header .device-container {
	margin:0 auto;
  max-width:300px;
}
header .header-content .header-content-inner {
	position:relative;
	max-width:500px;
	margin:0 auto;
}
header .header-content .header-content-inner h1 {
	margin-top:0;
	margin-bottom:30px;
	font-size:30px
}
header .header-content .header-content-inner .list-badges {
	margin-bottom:25px
}
header .header-content .header-content-inner .list-badges img {
	height:50px;
	margin-bottom:25px
}

header .device-container .screen img {
	border-radius:3px
}
@media (min-width:768px) {
	header {
		min-height:100%
	}
  header .device-container {
  	max-width:300px;
  	margin:0 auto 100px
  }
  header .header-content {
  	padding:150px 0 50px;
  	position:relative
  }
	header .header-content {
		text-align:left;
		padding:0;
		height:100vh
	}
	header .header-content .header-content-inner {
		max-width:none;
		margin:0;
		position:absolute;
		top:50%;
		transform:translateY(-50%);
	}
	header .header-content .header-content-inner h1 {
		font-size:35px
	}
	header .device-container {
		max-width:none;
		max-height:calc(0vh);
		margin:50px auto 0
	}
}
/*
footer,section.contact {
	text-align:center
}
*/
.social a {
  color:#fff;
  font-size:20px;
  margin-right:5px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
}
header .header-content .header-content-inner h1 {
    font-size: 80px;
    font-family: 'Outfit', sans-serif;
}
section {
	padding:100px 0
}
section h2 {
	font-size:50px
}
section.couponsection {
  padding: 50px 0;
  position: relative;
  background-color: #000;
  /*
  border: white 2px solid;
  */
}
section.couponsection h2 {
	margin-top:0;
	font-size:50px
}

section .title {
  font-family: 'Outfit', sans-serif;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.007em;
}

.coupon {
  width: 570px;
  max-width: 100%;
  margin: 0px auto;
  margin-top: 50px;
  padding: 40px;
  background: rgba(252, 255, 250, 0.14);
  text-align: center;
  border: 8px dashed rgba(255, 255, 255, 0.32);
  color: #fff;
}
.coupon h3, .coupon h4, .header-content h1, .header-content h4 {
  color:#fff;
}
.btn-buynow {
  border:2px solid transparent;
  color:#fff;
  font-size:13px;
  padding:15px 35px;
  background:#900d0d;
  margin-top:10px;
}
.btn-buynow:hover {
  opacity:0.8;
  color:#fff;
}
section.couponsection h2 {
		font-size:70px;
        color: inherit;
	}
section#faq {
  background-color:#edeef3;
}
/* section#faq p{
  font-size:16px;
} */
section#faq .section-heading {
	margin-bottom:40px
}
section#faq .section-heading h2 {
	margin-top:0
}
section#contact {
	position:relative;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	background-position:center;
	background-image:url(../img/wheelchair-new.png);
}

section .overlay {
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,.7);
	position:absolute;
	top:0;
	left:0
}

#contactform input, #contactform textarea {
  border: 1px solid rgba(255,255,255,.09);
  background-color: rgba(255,255,255,0.1);
  width: 100%;
  padding: 20px 20px;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 20px;
}
.done {
    display: none;
}
.error input, input.error, .error textarea, textarea.error {
    border: 1px solid orangered !Important;
    transition: border linear 0.2s,box-shadow linear 0.2s;
}
#contactform input[type=submit] {
  width:100%;
  border-radius:0;
  padding:18px 20px;
  color:#fff;
}
/*
footer p,footer ul li a {
  font-size:12px
}
footer,footer ul li a {
  color:rgba(255,255,255,.3)
}

footer {
  background-color:#111;
  padding:25px 0
}
footer p {
  margin:0
}
footer ul li a.active,footer ul li a:active,footer ul li a:focus,footer ul li a:hover {
  text-decoration:none
}
*/

@media (min-width:992px) {

  .bg-primary {
  	background:#37488a;
  }
  .text-primary {
  	color:#fdcc52
  }
  .no-gutter>[class*=col-] {
  	padding-right:0;
  	padding-left:0
  }
  .btn-outline {
  	color:#fff;
  	border:1px solid
  }
  .btn-outline.active,.btn-outline:active,.btn-outline:focus,.btn-outline:hover {
  	color:#fff;
  	background-color:#fdcc52;
  	border-color:#fdcc52
  }
  .btn {
  	border-radius:300px
  }
  .btn-xl {
  	padding:15px 45px;
  	font-size:11px
  }
  ::-moz-selection {
  	color:#fff;
  	text-shadow:none;
  	background:#222
  }
  ::selection {
  	color:#fff;
  	text-shadow:none;
  	background:#222
  }
  img::selection {
  	color:#fff;
  	background:0 0
  }
  img::-moz-selection {
  	color:#fff;
  	background: 0 0
  }
  .nav>li>a.menuhighlight {
    border-radius: 30px;
    background: #333;
    color: #fff;
    padding: 8px 17px;
    margin-top: 5px;
    color:#fff !important;
  }
  .nav>li>a.menuhighlight:hover,   .nav>li>a.menuhighlight:active,   .nav>li>a.menuhighlight:focus {
    background:#444;
    color:#fff;
  }
}

@media (max-width:800px) {
  header {
      padding: 100px 0 60px;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
    margin-top:20px;
  }
  section .title, section.couponsection h2 {
    font-size:30px;
  }
  header .header-content .header-content-inner {
    text-align:center;
  }
}

.header-content-inner a {
    background: #393939;
    border: 0;
    outline: none;
    padding: 10px 25px;
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    margin-right: 15px;
}

@media (min-width:992px){
  .gif-img{
    scale:0.8;
  }
}

.spacer-h1{
  font-size: 2vw;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  background-image: linear-gradient(45deg, #000 -200%, #fff -100%, #323232 0%);
  background-position: "100px 100px";
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer {
    position: relative;
    padding-top: 90px;
    background: rgba(0,0,0, 1);
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #D2D2D7;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #F5F5F7;
}

.footer .footer-contact h2::after,
.footer .footer-link h2::after,
.footer .footer-newsletter h2::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fff;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #2997FF;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #ffffff;
}

.footer .footer-link a:hover {
    color: #ffffff;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
    color: #ffffff;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
    display: flex;
}

.footer .footer-social a {
    display: inline-block;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 35px;
    font-size: 16px;
    color: #111111;
}

.footer .footer-social a:hover {
    background: #719a0a;
}

.footer .footer-social a:last-child {
    margin: 0;
}

.footer .footer-newsletter .form {
    position: relative;
    width: 100%;
}

.footer .footer-newsletter input {
    height: 60px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

.footer .footer-newsletter .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
}

.footer .copyright {
    position: relative;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background: #ffffff;
}

.footer .copyright p {
    margin: 0;
    display: inline-block;
    color: #454545;
}

.footer .copyright p a {
    color: #ffffff;
}

.footer .copyright p a:hover {
    color: #719a0a;
}



.intro{
  height: 100vh;
  background-color: #000000;
}

.intro video{
  height:100%;
  width: 100%;
  object-fit: cover;
}

.intro h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  display: inline;
  width: 100%;
  text-align: center;
  font-size: 10vw;
  font-weight: 600;
}

.intro-section{
  height: 100vh;
  background-color: black;
}

.intro-section h1{
  padding-top: 200px;
  text-align: center;
  font-size: 8vw;
  font-weight: 600;
  color: white;
  margin-left: 0;
}

.intro-section p{
  margin-top: 10px;
  text-align: center;
  font-size: 2vw;
  font-weight: 600;
  color: #9E9E9E;
  margin-left: 0;
}

.intro-section h4{
  margin-top: 30px;
  text-align: center;
  font-size: 3.5vw;
  font-weight: 600;
  color: #9E9E9E;
  margin-left: 0;
}

/*button*/
.intro-section .btn{
  background: linear-gradient(92.31deg, #B2CBF0 0.44%, #1C6BF3 108.25%);  border: 0;
  outline: none;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 12px 28px;
  font-size: 1.5vw;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: none;
}

.button-center{
  text-align: center;
}

body{
  background-color: #FFF;
}

#words_background{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  object-fit: cover;
  width: 100%;
}

#stair img{
  width: 100%;
  object-fit: cover;
  z-index: 1000;
}

#stair .stair-text{
  color:white;
  position: absolute;
  top: 10%;
  right:10%;
  background:transparent;
  width: 50%;
  text-align: right;

}

#stair h1{
  background: transparent;
  color: white;
  font-size: 3vw;

}

#stair p{
  background: transparent;
  font-size: 1.5vw;
  color: white;
  color: #9E9E9E;
}

#stair #final-stair-text{
  font-weight: 700;
  font-size: 1.5vw;
  background: -webkit-linear-gradient(45deg, #fff, #1C6BF3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;

}


#group{
  background-image:
  radial-gradient(circle at center, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.9) 60%),
  url('../img/group.png');
  object-fit: cover;
  height: 120%;
  background-size: cover;
  background-repeat: no-repeat no-repeat;
  background-position: center;
  position: relative;
  z-index: 5;
}

.curved-background{
  width: 100%;
  height:100px;
  background-image:   radial-gradient(circle at center, red 100%, yellow 0%);
  -webkit-clip-path: ellipse (71% 59% at 50% 40%);
  clip-path: ellipse(71%, 59% at 50% 40%);
  position: relative;
  text-align: center;
}

.curved h1{
  font-size: 3vw;
  text-align: center;
  color: white;
  font-weight: 600;
}

.curved p {
  color: #9E9E9E;
  font-size: 2vw;
  margin-bottom: 0;
}

.content{
  background-color: #333;
  width: 100%;
  position: relative;
  top: -30%;
}

.content p {
  text-align: center;
}

.content h2{
  text-align: center;
  font-weight: 600;
  font-size: 56px;
}
.content-top, .content-bottom{
  width: 100%;
  height: 50vh;
  background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 1) 100%);

  position: relative;
  overflow: hidden;
}

.content-main{
  padding: 10px;
  background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 1) 100%);
}

.content-top:before {
    content: "";
    position: absolute;
    top: -10%;
    width: 100%;
    height: 100%;
    background-color: black;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.content-bottom:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0%;
    height: 100%;
    background-color: black;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.button-container {
  height: auto;
  position: relative;
  background-color: black;
  margin-bottom: 100px;
  margin-top: 60px;
}

.center {
  margin: 0;
  position: absolute;
  top: 0%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.center button{
    background: linear-gradient(92.31deg, #B2CBF0 0.44%, #3A3A47 108.25%);
    border: 0;
    outline: none;
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 10px 25px;
    font-size: 1.5vw;
    margin-left: 10px;
    margin-right: 10px;
}


.box-1{
  border-radius: 47px;
  height: 410px;
  border-radius: 20px;
  background: linear-gradient(180deg, #518EF8, #FFFFFF);
}

@media (max-width:767.5px) {
  .col-xs-12{
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
  }
}

@media (max-width:640px) {
  .col-xs-12{
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
  }
}

@media (max-width:470px) {
  .col-xs-12{
    margin-left: 0%;
    margin-right: 0%;
  }
}

.box-2{
  border-radius: 47px;
  height: 410px;
  border-radius: 20px;
  background: linear-gradient(360deg, #518EF8, #FFFFFF);
}

.title h1{
  color: #FFFFFF;
  text-align: left;
  padding-left: 10%;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 550;
}

@media (max-width:420px){
  .title h1{
    color: #FFFFFF;
    text-align: left;
    padding-left: 10%;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 550;
  }
}

@media (max-width:300px){
  .title h1{
    color: #FFFFFF;
    text-align: left;
    padding-left: 10%;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 550;
  }
}

.title p{
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
}

.box-1 img{
  object-fit: cover;
  width: 80%;
  height: 80%;
  overflow: hidden;
  border-radius: 47px;
}

.box-2{
  border-radius: 20px;
  margin-bottom: 10vh;

}

.box-2 img{
  object-fit: cover;
  width: 80%;
  height: 80%;
  overflow: hidden;
  border-radius: 47px;
}


.center-box {
  margin: auto;
  width: 80%;
  display: flex;
  justify-content: center;
}

.two-box-container{
  position: relative;
  top:-70%;
}


.maintanence-btn{
  background: linear-gradient(92.31deg, #B2CBF0 0.44%, #1C6BF3 108.25%);
  width: auto;
  border-radius: 5px;
  border: 0;
  outline: none;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 10px 25px;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  bottom: 15%;
}

/*////////////////////////////////////////////////////*/
.blank-background{
  position: relative;
  height: 10vh;
  width: 100%;
  background-color: transparent;
}

.hero h1{
  font-size: 3.5vw;
  color: white;
}


.hero h2{
  font-size: 2vw;
  color: #518EF8;
  line-height: 0.5;
}

@media (max-width: 991.98px) {
  .blank-background{
    height: 0vh;
    margin-top: 0%;
  }

}

.hero{
  display: flex;
  align-items: stretch;
  flex-direction: row;
  min-height: 90vh;
  width: 100%;
  align-items: center;
}

.hero > div{
}

@media (max-width: 991.98px) {
  .hero{
    flex-direction: column;
    margin-bottom: 10%;
  }
}

.slogan{
  flex: 50%;
}

@media (max-width: 991.98px) {
  .slogan{
    flex: 0;
  }
}

.gif-elefanto{
  width: 100%;
  flex: 50%;
}

.gif-elefanto img{
    width: 100%;
}

@media (max-width: 991.98px) {
  .gif-elefanto img{
      width: 100%;
      padding-right: 0%;
  }
}

.slogan{
  padding: 0% 0 10% 10%;

}

.gif-elefanto{
  text-align: center;
  display: inline-block;
}

.hero button{
  background: #393939;
  border: 0;
  outline: none;
  padding: 10px 25px;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
}


/*about-section */
.about_section {
  position: relative;
}

.about_section .design-box {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 75px;
}

.about_section .design-box img {
  width: 100%;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.abc{
  padding-top: 90px;
}

@media (max-width: 992px){
  .abc{
    padding-top:0;
  }

}

.detail-box{
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10%;

}

.about_section .detail-box p {
  margin-top: 20px;
}

.about_section .detail-box p span{
  color: #518EF8;
}

.about_section .detail-box h2 {
  font-size: 32px;
  color: #518EF8;
  font-weight: 700;
}
.about_section .detail-box h1 {
  font-size: 44px;
  color: #FFFFFF;
  font-weight: 700;

}

@media only screen and (max-width: 530px){
  .about_section .detail-box h1 {
    font-size: 28px;
    color: #FFFFFF
  }
  .about_section .detail-box h2 {
    font-size: 24px;
    color: #518EF8
  }
  .about_section .detail-box p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 470px){
  .about_section .detail-box h1 {
    font-size: 22px;
    color: #FFFFFF
  }
  .about_section .detail-box h2 {
    font-size: 18px;
    color: #518EF8
  }

  .about_section .detail-box p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 280px){
  .about_section .detail-box h1 {
    font-size: 20px;
    color: #FFFFFF
  }
  .about_section .detail-box h2 {
    font-size: 18px;
    color: #518EF8
  }

  .about_section .detail-box p {
    font-size: 16px;
  }
}

.about_section .detail-box a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
  margin-top: 35px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #0d0806;
}

.about_section .img-box img {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10%;
}



@media only screen and (max-width: 992px){

  .about_section .img-box img {
    height: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
  }

  .about_section .img-box img {
    width: 100%;
    padding: 0%;
  }
}

.detail{
  text-align: center;
}

.detail p{
  margin:0;
  font-size: 16px;
  white-space: nowrap;

}

.detail img{
  margin-bottom: 10px;
}


.img-detail-box-row{
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

@media only screen and (max-width: 500px){

  .detail .small-responsive {
    font-size: 12px;
  }
}

@media only screen and (max-width: 400px){

  .detail .small-responsive {
    font-size: 12px;
  }
}

@media only screen and (max-width: 400px){

  .detail .small-responsive {
    font-size: 8px;
  }
}

@media only screen and (max-width: 300px){

  .detail .small-responsive {
    font-size: 8px;
  }
}

@media only screen and (max-width: 270px){

  .detail .small-responsive {
    font-size: 6px;
  }
}


.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.black-text{
  color:black;
}

.detail-box-2{
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10%;

}

.about_section .detail-box-2 p {
  margin-top: 20px;
}

.about_section .detail-box-2 p span{
  color: #518EF8;
}

.about_section .detail-box-2 h2 {
  font-size: 30px;
  color: #518EF8;
  font-weight: 700;
}
.about_section .detail-box-2 h1 {
  font-size: 18px;
  color: #9E9E9E;
  font-weight: 600;

}

@media only screen and (max-width: 470px){
  .about_section .detail-box-2 h1 {
    font-size: 24px;
    color: #9E9E9E
  }
  .about_section .detail-box-2 h2 {
    font-size: 22px;
    color: #518EF8
  }
  .about_section .detail-box-2 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 400px){
  .about_section .detail-box-2 h1 {
    font-size: 20px;
    color: #FFFFFF
  }
  .about_section .detail-box-2 h2 {
    font-size: 18px;
    color: #518EF8
  }

  .about_section .detail-box-2 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 300px){
  .about_section .detail-box-2 h1 {
    font-size: 16px;
    color: #FFFFFF;
  }
  .about_section .detail-box-2 h2 {
    font-size: 16px;
    color: #518EF8;
  }

  .about_section .detail-box-2 p {
    font-size: 14px;
  }
}

.about_section .detail-box-2 a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
  margin-top: 35px;
}

.about_section .detail-box-2 a:hover {
  background-color: transparent;
  color: #0d0806;
}

.img-detail-box-2{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.large-responsive{
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
}


.full-page-background{
  background: url(../img/service/service-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.flex-container{
  display:flex;
  flex-direction: row;
  text-align: center;
}

.flex-left {
  background-color: #f1f1f1;
  padding: 10px;
  flex: 50%;
}

.flex-right {
  background-color: dodgerblue;
  padding: 10px;
  flex: 50%;
}

.img-box-3{
  transform: translateX(20%);
}

@media only screen and (max-width: 992px){

  .img-box-3{
    transform: translateX(0);
  }
}

.detail-box-3{
  padding-top: 40%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10%;
}

@media only screen and (max-width: 670px){
  .detail-box-3{
    padding-top: 50%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
  }

  .detail-title{
    transform: translateY(-200%);
  }
}

@media only screen and (max-width: 560px){
  .detail-title{
    transform: translateY(-120%);
  }
}

.about_section .detail-box-3 p {
  margin-top: 20px;
}

.about_section .detail-box-3 p span{
  color: #518EF8;
}

.about_section .detail-box-3 h2 {
  font-size: 26px;
  color: #518EF8;
  font-weight: 700;
}
.about_section .detail-box-3 h1 {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 700;

}

@media only screen and (max-width: 450px){
  .about_section .detail-box-3 h1 {
    font-size: 24px;
    color: #FFFFFF
  }
  .about_section .detail-box-3 h2 {
    font-size: 22px;
    color: #518EF8
  }
  .about_section .detail-box-3 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 400px){
  .about_section .detail-box-3 h1 {
    font-size: 20px;
    color: #FFFFFF
  }
  .about_section .detail-box-3 h2 {
    font-size: 18px;
    color: #518EF8
  }

  .about_section .detail-box-3 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 360px){
  .about_section .detail-box-3 h1 {
    font-size: 16px;
    color: #FFFFFF;
  }
  .about_section .detail-box-3 h2 {
    font-size: 16px;
    color: #518EF8;
  }

  .about_section .detail-box-3 p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 300px){
  .about_section .detail-box-3 h1 {
    font-size: 14px;
    color: #FFFFFF;
  }
  .about_section .detail-box-3 h2 {
    font-size: 14px;
    color: #518EF8;
  }

  .about_section .detail-box-3 p {
    font-size: 10px;
  }
}

.about_section .detail-box-3 a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
  margin-top: 35px;
}

.about_section .detail-box-3 a:hover {
  background-color: transparent;
  color: #0d0806;
}

.img-detail-box-3{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}



.detail-box-4{
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10%;

}

.about_section .detail-box-4 p {
  margin-top: 20px;
}

.about_section .detail-box-4 p span{
  color: #518EF8;
}

.about_section .detail-box-4 h2 {
  font-size: 30px;
  color: #518EF8;
  font-weight: 700;
}
.about_section .detail-box-4 h1 {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 700;

}

@media only screen and (max-width: 480px){
  .about_section .detail-box-4 h1 {
    font-size: 24px;
    color: #FFFFFF
  }
  .about_section .detail-box-4 h2 {
    font-size: 22px;
    color: #518EF8
  }
  .about_section .detail-box-4 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 400px){
  .about_section .detail-box-4 h1 {
    font-size: 20px;
    color: #FFFFFF
  }
  .about_section .detail-box-4 h2 {
    font-size: 18px;
    color: #518EF8
  }

  .about_section .detail-box-4 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 300px){
  .about_section .detail-box-4 h1 {
    font-size: 16px;
    color: #FFFFFF;
  }
  .about_section .detail-box-4 h2 {
    font-size: 16px;
    color: #518EF8;
  }

  .about_section .detail-box-4 p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 280px){
  .about_section .detail-box-4 h1 {
    font-size: 14px;
    color: #FFFFFF;
  }
  .about_section .detail-box-4 h2 {
    font-size: 14px;
    color: #518EF8;
    white-space: nowrap;
  }

  .about_section .detail-box-4 p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 240px){
  .about_section .detail-box-4 h1 {
    font-size: 10px;
    color: #FFFFFF;
  }
  .about_section .detail-box-4 h2 {
    font-size: 10px;
    color: #518EF8;
    white-space: nowrap;
  }

  .about_section .detail-box-4 p {
    font-size: 8px;
  }
}

.about_section .detail-box-4 a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
  margin-top: 35px;
}

.about_section .detail-box-4 a:hover {
  background-color: transparent;
  color: #0d0806;
}

.img-detail-box-4{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}


.img-box-5{
  transform: translateX(10%);
}

@media only screen and (max-width: 992px){

  .img-box-5{
    transform: translateX(0);
  }
}

.detail-box-5{
  padding-top: 0%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10%;
}



.about_section .detail-box-5 p {
  margin-top: 20px;
}

.about_section .detail-box-5 p span{
  color: #518EF8;
}

.about_section .detail-box-5 h2 {
  font-size: 30px;
  color: #518EF8;
  font-weight: 700;
}
.about_section .detail-box-5 h1 {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 700;

}

@media only screen and (max-width: 450px){
  .about_section .detail-box-5 h1 {
    font-size: 24px;
    color: #FFFFFF
  }
  .about_section .detail-box-5 h2 {
    font-size: 22px;
    color: #518EF8
  }
  .about_section .detail-box-5 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 400px){
  .about_section .detail-box-5 h1 {
    font-size: 20px;
    color: #FFFFFF
  }
  .about_section .detail-box-5 h2 {
    font-size: 18px;
    color: #518EF8
  }

  .about_section .detail-box-5 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 300px){
  .about_section .detail-box-5 h1 {
    font-size: 16px;
    color: #FFFFFF;
  }
  .about_section .detail-box-5 h2 {
    font-size: 16px;
    color: #518EF8;
  }

  .about_section .detail-box-5 p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 220px){
  .about_section .detail-box-5 h1 {
    font-size: 12px;
    color: #FFFFFF;
  }
  .about_section .detail-box-5 h2 {
    font-size: 12px;
    color: #518EF8;
  }

  .about_section .detail-box-5 p {
    font-size: 8px;
  }
}

.about_section .detail-box-5 a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
  margin-top: 35px;
}

.about_section .detail-box-5 a:hover {
  background-color: transparent;
  color: #0d0806;
}

.img-detail-box-5{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.detail-box-6{
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10%;

}

.about_section .detail-box-6 p {
  margin-top: 20px;
}

.about_section .detail-box-6 p span{
  color: #518EF8;
}

.about_section .detail-box-6 h2 {
  font-size: 30px;
  color: #518EF8;
  font-weight: 700;
}
.about_section .detail-box-6 h1 {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 700;

}

@media only screen and (max-width: 480px){
  .about_section .detail-box-6 h1 {
    font-size: 24px;
    color: #FFFFFF
  }
  .about_section .detail-box-6 h2 {
    font-size: 22px;
    color: #518EF8
  }
  .about_section .detail-box-6 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 400px){
  .about_section .detail-box-6 h1 {
    font-size: 20px;
    color: #FFFFFF
  }
  .about_section .detail-box-6 h2 {
    font-size: 18px;
    color: #518EF8
  }

  .about_section .detail-box-6 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 300px){
  .about_section .detail-box-6 h1 {
    font-size: 16px;
    color: #FFFFFF;
  }
  .about_section .detail-box-6 h2 {
    font-size: 16px;
    color: #518EF8;
  }

  .about_section .detail-box-6 p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 280px){
  .about_section .detail-box-6 h1 {
    font-size: 14px;
    color: #FFFFFF;
  }
  .about_section .detail-box-6 h2 {
    font-size: 14px;
    color: #518EF8;
    white-space: nowrap;
  }

  .about_section .detail-box-6 p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 240px){
  .about_section .detail-box-6 h1 {
    font-size: 12px;
    color: #FFFFFF;
  }
  .about_section .detail-box-6 h2 {
    font-size: 12px;
    color: #518EF8;
    white-space: nowrap;
  }

  .about_section .detail-box-6 p {
    font-size: 8px;
  }
}

.about_section .detail-box-6 a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
  margin-top: 35px;
}

.about_section .detail-box-6 a:hover {
  background-color: transparent;
  color: #0d0806;
}

.img-detail-box-6{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}


.div-pnk {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 70.6%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFE5F5CC;
  text-align: center;
  padding-top: 4.42vw;
  padding-bottom: 4vw;
  border-radius: 1.46vw;
}
.div-pnk h2{
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 50px;
  letter-spacing: 0em;
  font-family: 'Outfit';
}
.div-pnk p {
  padding-bottom: 3.4vw;
  padding-top: 3.4vw;
  width: 72%;
  text-align: left;
  margin: auto;
  line-height: 25px;
  letter-spacing: 0.03em;
}
.button_lib {
  background-color: black; 
  border-radius: 6vw; 
  font-size: 1rem; 
  font-weight: 400; 
  outline: none; 
  border: none; 
  cursor: pointer;
  font-family: Outfit;
  line-height: 1.3vw;
  letter-spacing: 0.05em;
}
.button_lib:active {
  transform: scale(0.95);
  opacity: 0.8;
}
.container_cards {
  width: 80%;
}
.container_cards_s {
  width: 33%;
}
.lets-talk {
  font-family: 'Outfit';
  margin-bottom: 50px;
}
.lets-talk h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #45424B;
}
.lets-talk p {
  font-size: 18px;
  color: #515151;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 50px;
}
.lets-talk .fields_container {
  width: 580px;
  margin: auto;
}
.lets-talk .input-1 {
  float: left;
  background-color: #E3E3E3;
  border-radius: 12px;
  border: #E3E3E3 solid 1px;
  width: 47%;
  line-height: 33px;
  font-family: Outfit;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 10px;
}
.lets-talk .input-2 {
  float: right;
  background-color: #E3E3E3;
  border-radius: 12px;
  border: #E3E3E3 solid 1px;
  width: 47%;
  line-height: 33px;
  font-family: Outfit;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 10px;
}
.lets-talk .input-3 {
  background-color: #2F2E2E
;
  border-radius: 12px;
  border: #E3E3E3 solid 1px;
  width: 100%;
  line-height: 43px;
  color: #FFFFFF;
  font-family: Outfit;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 10px;
  margin-top: 15px;
}
.lets-talk .textarea-1 {
  margin-top: 20px;
  background-color: #E3E3E3;
  border-radius: 10px;
  border: #E3E3E3 solid 1px;
  width: 100%;
  line-height: 25px;
  font-family: Outfit;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  resize: none;
  padding-left: 10px;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .div-pnk {
      width: 95%;
  }
  .div-pnk p{
      font-size: 16px;
      line-height: 20px;
  }
  .team_card {
      width: 350px;
      height: 500px;
      padding-left: 50px;
      padding-top: 40px;
  }
  .team_card img {
      height: 400px;
      width: 214px;
  }
  .team_card h2, .team_card h3 {
      font-size: 2rem;
  }
  .lets-talk .fields_container {
      width: 80%;
  }
  .lets-talk .input-1 {
      width: 100%;
      line-height: 50px;
  }
  .lets-talk .input-2 {
      margin-top: 20px;
      line-height: 50px;
      width: 100%;
      float: left;
  }

}

@media (max-width: 600px) {
  .div-pnk h2{
    font-size: 32px;
  }
  .div-pnk p{
    font-size: 14px;
  }
}

@media (max-width: 425px){
  .div-pnk h2{
    font-size: 24px;
  }
  .div-pnk p{
    font-size: 12px;
  }
}

.div-pink-breaker{
  display: none;
}

.button_lib{
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 425px){
  .div-pink-breaker{
    display: block;
  }
  .div-pnk h2{
    line-height: 1.2;
  }
  .button_lib{
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
