@font-face {
    font-family: 'ff_hekayalight';
    src: url('../fonts/ffhekaya-light-webfont.woff2') format('woff2'),
         url('../fonts/ffhekaya-light-webfont.woff') format('woff'),
         url('../fonts/ffhekaya-light-webfont.ttf') format('truetype'),
         url('../fonts/ffhekaya-light-webfont.svg#ff_hekayalight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'arial_curiveregular';
    src: url('../fonts/arial_curive-webfont.eot');
    src: url('../fonts/arial_curive-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arial_curive-webfont.woff2') format('woff2'),
         url('../fonts/arial_curive-webfont.woff') format('woff'),
         url('../fonts/arial_curive-webfont.ttf') format('truetype'),
         url('../fonts/arial_curive-webfont.svg#arial_curiveregular') format('svg');
    font-weight: normal;
    font-style: normal;

}





/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #000;
}

a:hover{
  color: #f44344;
}

a, button, img{
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;  
  font-family: 'arial_curiveregular', sans-serif;
  text-decoration: none !important;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


img {
    max-width: 100%;
}


/*
 * Base structure
 */

html,
body {
  background-color: #FFEFDC;
}

body {
  color: #737373;
  font-family: 'helvetica neue', sans-serif;
  overflow-x: hidden !important;
  padding-bottom: 0;
  height: auto !important;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'arial_curiveregular', sans-serif;
}



.absolute {
  position: absolute;
  width: 100%;
  height: 2000px;
  margin-top: 90px;
  top: 100px;
  left: 0;
}
.absolute.above {
  z-index: 1;
}

.cloud-1-s img {
    margin-left: -120px;
}

.cloud_cnt {
    position: absolute;
}

.absolute .cloud_cnt:nth-child(1) {
    left: calc(50% - 1040px);
    top: -160px;
}


.absolute .cloud_cnt:nth-child(2) {
    left: calc(50% - 330px);
    top: 50px;
}

.absolute .cloud_cnt:nth-child(3) {
    right: -200px;
    top: 340px;
}

.absolute .cloud_cnt:nth-child(4) {
    right: -220px;
    top: -80px;
    opacity: 8.8;
}




.absolute .cloud_cnt:nth-child(5) {
    left: calc(50% - 390px);
    top: -330px;
    width: 157px;
    opacity: 0.47;
}

.absolute .cloud_cnt:nth-child(6) {
    left: calc(50% - -40px);
    top: 230px;
    width: 331px;
    opacity: 0.8;
}

.absolute .cloud_cnt:nth-child(7) {
    right: calc(50% - 260px);
    top: -150px;
    width: 79px;
}


.absolute .cloud_cnt:nth-child(8) {
    right: 160px;
    top: -460px;
    width: 236px;
    opacity: 0.49;
}




.absolute_2 .cloud_cnt:nth-child(1) {
    left: 40px;
    top: -140px;
}


.absolute_2 .cloud_cnt:nth-child(2) {
    left: calc(50% - 250px);
    top: 30px;
}

.absolute_2 .cloud_cnt:nth-child(3) {
    right: 390px;
    top: 180px;
    opacity: 0.7;
    width: 250px;
}

.absolute_2 .cloud_cnt:nth-child(4) {
    right: 290px;
    top: -390px;
    opacity: 8.8;
    width: 90px;
}


.absolute_2 .cloud_cnt:nth-child(5) {
    left: calc(50% - 570px);
    top: -400px;
    width: 157px;
    opacity: 0.47;
}

.absolute_2 .cloud_cnt:nth-child(6) {
    left: calc(50% - 110px);
    top: 230px;
    width: 331px;
}

.absolute_2 .cloud_cnt:nth-child(7) {
    right: calc(50% - 60px);
    top: -150px;
    width: 79px;
    opacity: 0.29;
    width: 130px;
}


.absolute_2 .cloud_cnt:nth-child(8) {
    right: 60px;
    top: -460px;
    width: 236px;
    opacity: 0.49;
}



body {
    position: relative;
    height: 100vh !important;
}

body::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 78vh;
    bottom: 0;
    background: #fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+65 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    position: fixed;
    pointer-events: none;
}

header {padding-top: 43px;}

header, 
.main-content-container {
    position: relative;
    z-index: 3;
}

.main-nav ul.nav.navbar-nav a {
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 1px;
}

.main-nav ul.nav.navbar-nav:first-child a {
    padding: 0;
    margin-right: 40px;
}

.main-nav ul.nav.navbar-nav:last-child a {
    padding: 0;
    margin-left: 40px;
}

.main-nav ul.nav.navbar-nav a:hover {
    color: #F44343;
}

.absolute.absolute_2 {
    top: 880px;
}

.main-nav{
  padding:0;
}

.hero-area {
    margin-top: 41px;
}

.hero-area-left h2 {
    font-family: arial_curiveregular;
    font-size: 100px;
    color: #323232;
    letter-spacing: 7.09px;
}

.hero-area-left h2 span {
    display: inline-block;
    margin-left: 26px;
}

.hero-area-left h3 {
    font-family: arial_curiveregular;
    font-size: 70px;
    color: #F44343;
    letter-spacing: 5.36px;
    margin-top: -40px;
    margin-bottom: 13px;
}

.hero-area-left {
    position: relative;
    margin-top: -80px;
}

.hero-area-left img.child-hero {
    position: absolute;
    top: -39px;
    left: 142px;
}

.hero-area-left p {
    font-size: 14px;
    color: #6B6B6B;
    letter-spacing: 0.61px;
    text-align: left;
    line-height: 29px;
}

.hero-area-right {
    text-align: right;
}

.download a:first-child img {
    width: 209px;
    margin-top: 15px;
}

.download a:last-child img {
    width: 207px;
    margin-left: 15px;
    margin-top: 15px;
}

.hero-area-right img {
    margin-right: -108px;
}

.color-1{
  color: #323232;
}

.color-2{
  color: #F44343;
}

.absolute.absolute_3.above {
    top: 1750px;
}

p {
    color: #806f5a;
    font-size: 15px;
    line-height: 30px;
}

h3.color-1 {
    font-size: 70px;
    line-height: 55px;
    letter-spacing: 1.3px;
}

h3.color-1 span {
    display: block;
}

section.screenshots img {
    padding: 10px;
    border: 1px solid #d2cecb;
    border-radius: 20px;
    background: #fff;
}

section {
    margin: 95px 0;
}


@font-face {
    font-family: 'ff_hekayalight';
    src: url('../fonts/ffhekaya-light-webfont.woff2') format('woff2'),
         url('../fonts/ffhekaya-light-webfont.woff') format('woff'),
         url('../fonts/ffhekaya-light-webfont.ttf') format('truetype'),
         url('../fonts/ffhekaya-light-webfont.svg#ff_hekayalight') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #000;
}

a, button, img{
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;  
  font-family: 'arial_curiveregular', sans-serif;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


img {
    max-width: 100%;
}


/*
 * Base structure
 */

html,
body {
  background-color: #FFEFDC;
}

body {
  color: #737373;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden !important;
  padding-bottom: 0;
  height: auto !important;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'arial_curiveregular', sans-serif;
}



.absolute {
  position: absolute;
  width: 100%;
  height: 2000px;
  margin-top: 90px;
  top: 100px;
  left: 0;
}
.absolute.above {
  z-index: 1;
}

.cloud-1-s img {
    margin-left: -120px;
}

.cloud_cnt {
    position: absolute;
}

.absolute .cloud_cnt:nth-child(1) {
    left: calc(50% - 1040px);
    top: -160px;
}


.absolute .cloud_cnt:nth-child(2) {
    left: calc(50% - 330px);
    top: 50px;
}

.absolute .cloud_cnt:nth-child(3) {
    right: -200px;
    top: 340px;
}

.absolute .cloud_cnt:nth-child(4) {
    right: -220px;
    top: -80px;
    opacity: 8.8;
}




.absolute .cloud_cnt:nth-child(5) {
    left: calc(50% - 390px);
    top: -330px;
    width: 157px;
    opacity: 0.47;
}

.absolute .cloud_cnt:nth-child(6) {
    left: calc(50% - -40px);
    top: 230px;
    width: 331px;
    opacity: 0.8;
}

.absolute .cloud_cnt:nth-child(7) {
    right: calc(50% - 260px);
    top: -150px;
    width: 79px;
}


.absolute .cloud_cnt:nth-child(8) {
    right: 160px;
    top: -460px;
    width: 236px;
    opacity: 0.49;
}




.absolute_2 .cloud_cnt:nth-child(1) {
    left: 40px;
    top: -140px;
}


.absolute_2 .cloud_cnt:nth-child(2) {
    left: calc(50% - 250px);
    top: 30px;
}

.absolute_2 .cloud_cnt:nth-child(3) {
    right: 390px;
    top: 180px;
    opacity: 0.7;
    width: 250px;
}

.absolute_2 .cloud_cnt:nth-child(4) {
    right: 290px;
    top: -390px;
    opacity: 8.8;
    width: 90px;
}


.absolute_2 .cloud_cnt:nth-child(5) {
    left: calc(50% - 570px);
    top: -400px;
    width: 157px;
    opacity: 0.47;
}

.absolute_2 .cloud_cnt:nth-child(6) {
    left: calc(50% - 110px);
    top: 230px;
    width: 331px;
}

.absolute_2 .cloud_cnt:nth-child(7) {
    right: calc(50% - 60px);
    top: -150px;
    width: 79px;
    opacity: 0.29;
    width: 130px;
}


.absolute_2 .cloud_cnt:nth-child(8) {
    right: 60px;
    top: -460px;
    width: 236px;
    opacity: 0.49;
}



body {
    position: relative;
    height: 100vh !important;
}

body::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 78vh;
    bottom: 0;
    background: #fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+65 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    position: fixed;
    pointer-events: none;
}

header {padding-top: 43px;z-index: 44 !important;}

header, 
.main-content-container {
    position: relative;
    z-index: 3;
}

.main-nav ul.nav.navbar-nav a {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    color: #363636;
}

.main-nav ul.nav.navbar-nav:first-child a {
    padding: 0;
    margin-right: 40px;
}

.main-nav ul.nav.navbar-nav:last-child a {
    padding: 0;
    margin-left: 40px;
}

.main-nav ul.nav.navbar-nav a:hover, .main-nav ul.nav.navbar-nav .active > a {
    color: #F44343;
}

.absolute.absolute_2 {
    top: 880px;
}

.main-nav{
  padding:0;
}

.hero-area {
    margin-top: 41px;
}

.hero-area-left h2 {
    font-family: arial_curiveregular;
    font-size: 72px;
    color: #323232;
    letter-spacing: 7.09px;
}

.hero-area-left h2 span {
    display: inline-block;
    margin-left: 26px;
}

.hero-area-left h3 {
    font-family: arial_curiveregular;
    font-size: 70px;
    color: #F44343;
    letter-spacing: 5.36px;
    margin-top: -25px;
    margin-bottom: 13px;
}

.hero-area-left {
    position: relative;
    margin-top: -80px;
}

.hero-area-left img.child-hero {
    position: absolute;
    top: -39px;
    left: 142px;
}

.hero-area-left p {
    font-size: 14px;
    color: #6B6B6B;
    letter-spacing: 0.61px;
    text-align: left;
    line-height: 29px;
}

.hero-area-right {
    text-align: right;
}

.download a:first-child img {
    width: 209px;
    margin-top: 15px;
}

.download a:last-child img {
    width: 207px;
    margin-left: 15px;
    margin-top: 15px;
}

.hero-area-right img {
    margin-right: -108px;
}

.color-1{
  color: #323232;
}

.color-2{
  color: #F44343;
}

.absolute.absolute_3.above {
    top: 1320px;
    z-index: 3;
    height: 1000px;
}

p {
    color: #82796f;
    font-size: 15px;
    line-height: 30px;
}

h3.color-1 {
    font-size: 55px;
    line-height: 55px;
    letter-spacing: 1.3px;
    white-space: nowrap;
}

h3.color-1 span {
    display: block;
    white-space: normal;
    line-height: 39px;
}

section.screenshots img {
    padding: 10px;
    border: 1px solid #d2cecb;
    border-radius: 20px;
    background: #fff;
}

section {
    margin: 95px 0;
}

.absolute_3 .cloud_cnt:nth-child(3) {
    opacity: 0.8;
    top: 1000px;
}

section.screenshots {
    text-align: center;
}

section.screenshots h3 {
    margin-top: 20px;
    font-family: arial_curiveregular;
    font-size: 23px;
    color: #F44343;
    letter-spacing: 1px;
}

footer {
    position: relative;
    z-index: 3;
    background: #ffffff;
    padding: 50px;
    margin-top: 170px !important;
}

footer h3.color-1 span {
    display: inline-block;
    margin-left: 100px;
}

footer > div > img {
    margin-bottom: -64px;
    position: relative;
    z-index: 4;
}

footer > div {
    max-width: 620px;
    display: inline-block;
    margin-top: -190px;
    height: 420px;
    /* white-space: nowrap; */
}

footer > div p {
    margin-top: 29px;
}

.absolute.absolute_3 .cloud_cnt:nth-child(1) {
    top: 1400px;
}

.absolute.absolute_3 .cloud_cnt:nth-child(2) {
    top: 1000px;
}

.absolute.absolute_3 .cloud_cnt:nth-child(4) {
    top: 1000px;
}

.absolute.absolute_3 .cloud_cnt:nth-child(5) {
    top: 1400px;
    left: calc(50% - 680px);
}

.absolute.absolute_3 .cloud_cnt:nth-child(6) {
    top: 1000px;
}

.absolute.absolute_3 .cloud_cnt:nth-child(7) {
    top: 900px;
    width: 170px;
    opacity: 0.4;
    right: calc(50% - 540px);
}

.absolute.absolute_3 .cloud_cnt:nth-child(8) {
    top: 1200px;
}

footer .social a {
    font-size: 21px;
    margin: 0 10px;
}

footer .social {
    margin-top: 34px;
}

footer hr {
    margin-top: 28px;
}

body.sub-pages .absolute {
    height: 1000px;
}

.breadcrumb {
    background: #FFFFFF;
    box-shadow: 0 0 40px 0 #F8E7D3;
    border-radius: 4px;
    padding-left: 23px;
    margin-top: 30px;
}

.sub-content-container {
    min-height: 500px;
    background: #FFFFFF;
    box-shadow: 0 0 40px 0 #F8E7D3;
    border-radius: 4px;
    padding: 50px;
    position: relative;
}

.breadcrumb a {
    margin-right: 32px;
    font-size: 15px;
    position: relative;
}

.breadcrumb a:last-child {
    color: #f44344;
}

.breadcrumb a::after {content: "\00BB";position: absolute;margin-left: 11px;font-size: 14px;opacity: 0.3;margin-top: 0px;}

.breadcrumb a:last-child::after {
    display: none;
}






    .swiper-container {
      width: 100%;
      height: 100%;
      margin-top: -40px;
      margin-bottom: 80px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: transparent !important;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 256px;
      height: 422px;
      position: relative;
      margin-right: 12px;
      margin-top: -40px;
    }

    .swiper-slide img{
        width: 100%;
        filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.12));
    }




.swiper-slide h3 {
    font-size: 15px;
    position: absolute;
    top: 162px;
    left: 49px;
    text-align: left;
}

.swiper-slide p {
    position: absolute;
    top: 189px;
    left: 49px;
    text-align: left;
    font-size: 13px;
    line-height: 21px;
    width: calc(100% - 69px);
    color: #8691bf;
    font-family: "Open Sans", sans-serif;
}

.swiper-slide:nth-child(1) h3 {
    color: #3954C1;
}

.swiper-slide:nth-child(1) p {
    color: #3954C1;
    opacity: 0.7;
}

.swiper-slide:nth-child(2) h3 {
    color: #48B965;
}

.swiper-slide:nth-child(2) p {
    color: #48B965;
    opacity: 0.7;
}


.swiper-slide:nth-child(3) h3 {
    color: #F37C7C;
}

.swiper-slide:nth-child(3) p {
    color: #F37C7C;
    opacity: 0.7;
}

.homepage{
    display: none;
}

a.logoMobile {
    position: absolute;
    right: 19px;
    top: 35px;
}

.navbar-light .navbar-toggler {
    /* float: right; */
    background: #fff;
    border-color: #f9cb97;
    outline: none;
}


.bgnavFooter{
    width: 100%;
    height: 103px;
    background: url(../images/bgnavFooter.svg) no-repeat center top;
    background-size: 119%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.bgnavFooter .steps{
    background: url(../images/bgnav-icons.svg) no-repeat center top;
    display: inline-block;
    width: 50px;
    height: 45px;
    margin: 0 20px;
    margin-top: 45px;
}

.bgnavFooter .steps.step-1 {
    background-position: 0px -63px;
}

.bgnavFooter .steps.step-2 {
    background-position: -84px -63px;
}


.bgnavFooter .steps.step-3 {
    background-position: -166px -63px;
}

.bgnavFooter .steps.step-1.active {
    background-position: 0px 5px;
}

.bgnavFooter .steps.step-2.active {
    background-position: -84px 3px;
}

.bgnavFooter .steps.step-3.active {
    background-position: -166px 2px;
}


.swiper-container.activities {
    text-align: left;
    padding-bottom: 19px;
}

.swiper-container.activities .swiper-slide {
    text-align: left;
    width: 51%;
    height: auto;
    margin-top: 30px;
    display: inline-block;
    background: red;
    padding: 20px;
}


.swiper-container.activities .swiper-slide:first-child .diva {
    display: inline-block;
    background: #f9d588;
    padding: 20px;
}

.swiper-container.activities .swiper-slide .diva {
    background: red;
    display: block;
    padding: 20px;
    border-radius: 13px;
    max-height: 470px;
    overflow-y: auto;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 24px;
    padding-right: 27px !important;
    color: #000 !important;
}

.swiper-container.activities .swiper-slide:nth-child(2) .diva {
    background: #cda7ec;
}

.swiper-container.activities .swiper-slide:nth-child(3) .diva {
    background: #F37463;
}


/* width */
.swiper-container.activities a::-webkit-scrollbar {
  width: 10px;
  border-radius: 30px;
}

/* Track */
.swiper-container.activities a::-webkit-scrollbar-track {
  background: #efefef; 
  border-radius: 30px;
}
 
/* Handle */
.swiper-container.activities a::-webkit-scrollbar-thumb {
  background: #444; 
  border-radius: 30px;
}

/* Handle on hover */
.swiper-container.activities a::-webkit-scrollbar-thumb:hover {
  background: #2b2b2b; 
  border-radius: 30px;
}


.sub-content-container, .sub-content-container p {
    color: #6d6d6d;
}


    .swiper-container.age-groups-alt .swiper-slide a h4 + img {
        max-width: 160px;
        position: absolute;
        bottom: 13px;
        left: 50%;
        transform: translateX(-50%);
    }

    .swiper-container.age-groups-alt .swiper-slide a h4 {
        position: absolute;
        top: 120px;
        left: 50%;
        transform: translateX(-50%);
        width: 139px;
        line-height: 19px;
        font-size: 15px;
        letter-spacing: 0.7px;
        margin-left: -9px;
        margin-top: 17px;
    }

    .swiper-container.age-groups-alt .swiper-slide:nth-child(1) a h4 {
        color: #649ADA;
    }    

    .swiper-container.age-groups-alt .swiper-slide:nth-child(2) a h4 {
        color: #42BE95;
    }        
    

.swiper-container.age-groups-alt .swiper-slide:nth-child(2) a h4 + img {
    max-width: 110px;
}    

.swiper-container.activities .swiper-slide {
    width: 33%;
}

ul.sub-menu {
    position: absolute;
    background: #fff;
    margin: 0;
    padding: 0;
    padding: 13px 21px;
    width: 229px;
    left: 39px;
    margin-top: -1px;
    box-shadow: 0 0 20px 0 #f7e1c7;
    border-radius: 3px;
    display: none;
}

ul.sub-menu li {
    list-style: none;
}

ul.sub-menu li a {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    letter-spacing: 0 !important;
    line-height: 16px !important;
    white-space: nowrap;
}

.navbar-expand-md .navbar-nav li {
    position: relative;
    margin: 8px 0;
    line-height: 31px;
}

.main-nav ul.nav.navbar-nav li:hover ul {
    display: block;
}

.navleft ul.sub-menu {left: 0;}

.contact-content * {font-family: "Open Sans", sans-serif;}

.contact-content h4 {
    color: #3c3c3c;
    margin-bottom: 34px;
    font-size: 21px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 24px;
}

.contact-content p {
    padding-left: 50px;
    margin-bottom: 28px;
}

.contact-content p:nth-child(2){
    background: url(../images/contact-bg.svg) no-repeat;
    background-position: 4px 8px;
}

.contact-content p:nth-child(3){
    background: url(../images/contact-bg.svg) no-repeat;
    background-position: 4px -90px;
}

.contact-content p:nth-child(4){
    background: url(../images/contact-bg.svg) no-repeat;
    background-position: 4px -185px;
}

.contact-content {
    width: 60%;
    margin: 0 auto;
}

.login-content {
    max-width: 470px;
    margin: 0 auto;
    text-align: center;
}

.greenbutton {
    background: url(../images/greenbutton.svg) no-repeat center;
    border: none;
    width: 265px;
    height: 68px;
    font-size: 25px;
}

.greenbutton:hover {
    background-color: transparent;
}

.loginface {
    background: url(../images/loginface.svg) no-repeat center;
    text-indent: -9999px;
    margin-bottom: 20px;
}

.ifsignup {
    font-size: 23px;
    margin-top: 15px;
    text-decoration: underline;
}

.language-content {
    max-width: 462px;
    margin: 0 auto;
}

.language-content a {
    display: inline-block;
    width: 151px;
    height: 181px;
    background: url(../images/languages.png) no-repeat center;
    text-indent: -9999px;
    margin: 0;
    background-size: 1249px !important;
}

.language-content a.turkish {
    /* background-size: 1249px; */
    background-position: -25px -20px;
}

.language-content a.english {
    background-size: 737px;
    background-position: -303px -30px;
}

.language-content a.german {
    background-size: 737px;
    background-position: -562px -27px;
}

.language-content a.spanish {
    background-size: 737px;
    background-position: -24px -254px;
}

.language-content a.russian {
    background-size: 737px;
    background-position: -303px -254px;
}

.language-content a.french {
    background-size: 737px;
    background-position: -559px -254px;
}

.language-content a.turkish.active {
    background-position: -23px -498px;
}

.language-content a.english.active {
    background-position: -304px -501px;
}

.language-content a.german.active {
    background-position: -564px -500px;
}


.language-content a.spanish.active {
    background-position: -22px -742px;
}

.language-content a.russian.active {
    background-position: -302px -742px;
}

.language-content a.french.active {
    background-position: -557px -742px;
}

.swiper-container.activities .swiper-slide {
    margin-right: -10px;
}


.modal-content p, .modal-content a {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    line-height: 22px;
}

.modal-body {
    text-align: center;
}

h5.modal-title {
    font-size: 25px;
}

.language-content a.italian {
    background-position: -813px -26px;
}

.language-content a.greek {
    background-size: 737px;
    background-position: -821px -254px;
}

.language-content a.bulgarian {
    background-position: -1073px -32px;
}

.language-content a.slovak {
    background-position: -1069px -254px;
}

.language-content a.italian.active {
    background-position: -813px -497px;
}

.language-content a.greek.active {
    background-position: -821px -743px;
}

.language-content a.bulgarian.active {
    background-position: -1073px -501px;
}

.language-content a.slovak.active {
    background-position: -1069px -740px;
}


.swiper-button-next, .swiper-button-prev {/* background-color: white !important; */width: 59px;height: 59px;border-radius: 3px;box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);background-size: 31%;bottom: 10px !important;top: auto;}

.card-header h3 {
    font-size: 19px;
}

.swiper-container.age-groups,
.swiper-container.categories_s{
    display: inline-block;
    width: auto;
}

.sub-content-container {
    text-align: center;
}






.langs .english-m {
    width: 82px;
    background: url(../images/lang_lt.png) no-repeat;
    margin: 0;
    background-position: 0px -75px !important;
    background-size: 32px;
    padding-left: 40px !important;
    margin-right: 29px !important;
}

html body .langs a {
    /* width: 82px; */
    background: url(../images/lang_lt.png) no-repeat;
    margin: 0;
    background-position: 0px -2px !important;
    background-size: 32px;
    padding-left: 50px !important;
    line-height: 34px !important;
    display: block;
}

html body .langs a.turkish-m{
    background-position: 0px -2px !important;
}

html body .langs a.italian-m{
    background-position: 0px -141px !important;
}

html body .langs a.greek-m{
    background-position: 0px -209px !important;
}

html body .langs a.bulgarian-m{
    background-position: 0px -277px !important;
}

html body .langs a.slovak-m{
    background-position: 0px -349px !important;
}


.swiper-button-next {
    right: calc(50% - 66px);
}

.swiper-button-prev {
    left: calc(50% - 66px);
}

html body .langs > a {
    line-height: 31px !important;
    /* margin-right: 24px; */
    padding-left: 42px !important;
}

html body .langs a.english-m {
    padding-left: 50px !important;
}

.swiper-container.activities .swiper-slide .diva p {
    float: none;
    opacity: 1;
    position: static;
    width: auto;
    color: #000 !important;
}

.contact-content {
    text-align: left;
}

.contact-content * {
    color: #6d6d6d;
}

section.screenshots p {
    line-height: 23px;
}

.swiper-button-next {
    background-image: url(/arayuz/images/ludus-next-button.png);
    box-shadow: none !important;
    bottom: 0px !important;
}

.swiper-button-prev {
    background-image: url(/arayuz/images/ludus-back-button.png);
    box-shadow: none !important;
    bottom: 0px !important;
}

.swiper-container.categories_s img {
    max-width: 95%;
}



@media (min-width:769px){
        
    .categories_s .swiper-slide {
        margin: 0 20px;
    }    
    
}

.modal-body video#video-background {
    max-width: 100%;
}

.logosAsa img {
    max-width: 120px;
    margin-bottom: 11px;
}



.logosAsa > div {
    margin-bottom: 40px;
    font-size: 14px;
}

.swiper-container.activities .swiper-slide .diva {
    padding-top: 44px !important;
    position: relative;
}

.swiper-container.activities .swiper-slide.col-md-6 > a::after {content: "";position: absolute;width: 60px;height: 60px;background: #fff url(/arayuz/images/play-button.svg) no-repeat center;left: 50%;transform: translateX(-50%);top: -12px;background-size: 80%;border-radius: 50%;}