body {
font-family: "Ubuntu", sans-serif;
}

#topmenu {
background: linear-gradient(141deg, #38b1f1, #68e0cf, #38b1f1, #68e0cf);
}

#mobile-header {
background: linear-gradient(141deg, #38b1f1, #68e0cf, #38b1f1, #68e0cf);
box-shadow: none;
}

.side-nav__header {
    max-height: 120px;
    height: 30%;
}
.side-nav__hide {
    right: 16px;
}

/*H TITLES*/

h1, #contenttop h1 a {
    font-size: 50px;
font-weight: 900 !important;
line-height: 1em;
  background: -webkit-linear-gradient(40deg, #68e0cf, #38b1f1, #68e0cf, #38b1f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
position: relative;
background-size: 500% auto;
    animation: gradient 10s ease infinite;
margin-bottom: 30px;
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

h1 a.backtocat:before {
    border-right-color: #38b1f1;
}

#contenttop h3 {
    font-weight: 600;
}

.horizontalitems h3 a {
    color: #333 !important;
    font-size: 14px;
}

#contenttop h2 {
    color: #38b1f1;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 28px;
    text-align: left;
}
/*END OF H TITLES*/



/*PRODUCTS*/


div.horizontalitems div.itemcontent {
border-radius: 30px;
    overflow: hidden;
    transition: 0.3s;
}

div.horizontalitems div.itemcontent:hover {
box-shadow: 0px 0px 12px #b2b2b2;
}

div.horizontalitems div.linkto {
    margin: 0 auto;
}
div.items div.linkto {
    border-radius: 20px;
    max-width: 200px;
    transition: 0.3s;
background-color: #38b1f1;
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #222222 !important;
}

div.items div.linkto a {
font-weight: 600;
}

div.items div.linkto:hover {
background-color: #68e0cf;
    transition: 0.3s;
}


div.photos div.zoomtext {
    color: #222222;
    margin: 20px;
    letter-spacing: 2px;
    font-size: 0.9em;
}

/*END OF PRDUCTS*/



/*CONTACT FORMS*/

div.items div.contactform, div.items div.gallery, div.items div.items {
    width: 500px;
}

.contactform p input, .contactform p textarea {
    border-radius: 20px;
width: 100%;
}

.contactform button {
  display: inline-block;
    text-align: center;
    padding: 15px 20px;
    transition: 1.4s;
    text-decoration: none;
    background-color: #209cff;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #209cff;
}

.contactform button:hover {
    background-color: #68e0cf;
    border: 1px solid #68e0cf;
}

/*END OF CONTACT FORMS*/



/*FOOTER*/

.c-footer-social-media {
position: relative;
height: 100px;
width: 100%;
background: linear-gradient(141deg, #38b1f1, #68e0cf, #38b1f1, #68e0cf);
display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.c-footer-social-media img{
scale: 1;
transition: 0.7s;
}

.c-footer-social-media img:hover{
scale: 1.2;
transition: 0.7s;
}

.c-footer-container {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    padding-top: 5vh;
    padding-bottom: 5vh;
align-items: center;
gap: 4vh;
}
@media (max-width: 820px) {
.c-footer-container {
flex-direction: column;
}
}

.c-footer-logo {
padding: 10px 20px;
    background: linear-gradient(141deg, #38b1f1, #68e0cf, #38b1f1, #68e0cf);
    background-size: 300% 300%;
    animation: gradient 5s ease infinite;
    border-radius: 100px;
    width: 340px;
}


.c-footer-container div{
display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}


.c-footer-icon{
padding: 10px;
    background: linear-gradient(141deg, #38b1f1, #68e0cf, #38b1f1, #68e0cf);
    background-size: 300% 300%;
    animation: gradient 5s ease infinite;
    border-radius: 50%;
    width: 40px;
height: 40px;
}

.c-footer-container p{
margin-bottom: 0px;
line-height: 1em;
font-weight: 500;
}


/*END OF FOOTER*/.c-newlogo {
    background-image: url('/cache/files/7b52796281851e1a15dfeba6f4b6bf21dc9bb9a5.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/7b52796281851e1a15dfeba6f4b6bf21dc9bb9a5.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/7b52796281851e1a15dfeba6f4b6bf21dc9bb9a5.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 3vh;
    margin-right: 3vh;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.c-button-1 span {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    overflow: hidden;
z-index: 2;
font-size: 0.9em;
font-weight: 900;
background-color: transparent;
border: 2px solid #fff;
text-align: center;
}

.c-button-1 span:before {
    content: '';
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.c-button-1 span::after {
    content: '';
    position: absolute;
    background-color: #68e0cf;
    width: 5%;
    height: 5%;
    top: 100%;
    left: 0%;
    border-radius: 50%;
    border: 10px solid #209cff;
    transform: translate(0%, 0%);
    z-index: -1;
transition: 0.7s;
}

.c-button-1:hover span::after {
    content: '';
    position: absolute;
    background-color: #58d0da;
    width: 200%;
    height: 200%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 10px solid #209cff;
    transform: translate(-50%, -50%);
    z-index: -1;
}







.c-button-2 span {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    overflow: hidden;
z-index: 2;
font-size: 0.9em;
font-weight: 900;
background-color: #33aef2;
text-align: center;
}

.c-button-2 span:before {
    content: '';
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.c-button-2 span::after {
    content: '';
    position: absolute;
    background-color: #68e0cf;
    width: 5%;
    height: 5%;
    top: 100%;
    left: 0%;
    border-radius: 50%;
    border: 10px solid #209cff;
    transform: translate(0%, 0%);
    z-index: -1;
transition: 0.7s;
}

.c-button-2:hover span::after {
    content: '';
    position: absolute;
    background-color: #58d0da;
    width: 200%;
    height: 200%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 10px solid #209cff;
    transform: translate(-50%, -50%);
    z-index: -1;
}.notloggedin  #topbanner {
    background-color: transparent;
    position: absolute;
}



.notloggedin  #topmenu {
    background: transparent !important;
    position: absolute;
}

.notloggedin #mobile-header {
background: none;
background-color: transparent;
    position: absolute;
}

div.horizontalitems .theitems.slick-slider div.item div.photos {
    height: auto;
}


/*MAIN BANNER*/
.c-header {
position: relative;
height: 100vh;
width: 100%;
background: linear-gradient(141deg, #38b1f1, #68e0cf, #38b1f1, #68e0cf);
    background-size: 300% 300%;
    animation: gradient 5s ease infinite;
}

@media (max-width: 820px) {
.c-header {
height: auto;
}
}




.c-bubbles-1 {
position: absolute;
    height: 100vh;
    width: auto;
    left: -10vw;
    bottom: 0vh;
}

@media (max-width: 820px) {
.c-bubbles-1 {
    left: -15vw;
    bottom: auto;
top: 0;
}
}

.c-bubbles-2 {
position: absolute;
    height: 100vh;
    width: auto;
    right: -5vw;
    top: 0;
    z-index: 30;
}
@media (max-width: 820px) {
.c-bubbles-2 {
    right: -15vw;
    z-index: 0;
}
}

.c-main-banner-container {
height: 100vh;
    width: 100%;
    display: flex;
    justify-content: flex-start;;
    align-items: flex-end;
    max-width: 90vw;
    margin: 0 auto;
    padding-bottom: 40px;
position: relative;
padding-left: 20px;
}

@media (max-width: 820px) {
.c-main-banner-container {
height: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
   padding-bottom: 0px; 
    padding-left: 0px;
    flex-direction: column-reverse;
}
}


.c-main-image-1 {
    border-radius: 50%;
    position: absolute;
    max-height: 85vh;
    width: auto;
    right: 0;
z-index: 0;
}

@media (max-width: 820px) {
.c-main-image-1 {
    border-radius: 50%;
    position: relative;
    max-height: 55vh;
    width: auto;
margin-top: 60px;
}
}

.c-left-banner {
position: relative;
z-index: 99;
max-width: 50vw;
}
@media (max-width: 820px) {
.c-left-banner {
    max-width: 100%;
    padding: 20px;
margin-top: -12vh;
}
}


.c-main-image-2 {
max-width: 50vw;
position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
margin-bottom: 20px;
}
@media (max-width: 820px) {
.c-main-image-2 {
max-width: 100%;
}
}

.c-main-image-2:before{
content: "";
position: absolute;
bottom: 0px;
width: 100%;
height: 160px;
background-color: #ffffffc7;
    border-radius: 35px;
}
@media (max-width: 820px) {
.c-main-image-2:before{
height: 40vh;
}
}

.c-main-image-2 img{
max-height: 45vh;
position: relative;
}
@media (max-width: 820px) {
.c-main-image-2 img{
max-width: 100%;
}
}


.c-main-title {
    font-size: 50px;
font-weight: 900;
line-height: 1em;
  background: -webkit-linear-gradient(40deg, #68e0cf, #209cff, #68e0cf, #209cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
position: relative;
background-size: 500% auto;
    animation: gradient 10s ease infinite;
    text-align: center;
}


.c-main-subtitle {
font-weight: 700;
font-size: 1.4em;
margin-bottom: 5px;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
}

.c-main-text{
lin-height: 1.4em;
margin-bottom: 5px;
color: #fff;

}

/*END OF MAIN BANNER*/



/*CATEGORIES*/

.c-categories {
padding-top: 10vh;
padding-bottom: 10vh;
max-width: 98vw;
margin: 0 auto;
display: flex;
    align-items: flex-end;
gap: 20px;
justify-content: space-around;
}

@media (max-width: 820px) {
.c-categories {
padding-top: 1vh;
padding-bottom: 10vh;
max-width: 100vw;
flex-direction: column;
gap: 0px;
}
}

.c-categories-text {
width: 20%;
}
@media (max-width: 820px) {
.c-categories-text {
width: 100%;
padding: 20px;
}
}


.c-categories-banners {
width: 70%;
    display: flex;
    gap: 4vh;
    justify-content: space-around;
align-items: center;
}

@media (max-width: 820px) {
.c-categories-banners {
width: 100%;
    gap: 2vh;
flex-direction: column;
    padding: 20px;
}
}

.c-categories-banner-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
background: -webkit-linear-gradient(70deg, #209cff, #e068d9);
color: #fff;
border-radius: 25px;
transition: 0.7s;
}


.c-categories-banner-box:nth-child(2) {
background: -webkit-linear-gradient(70deg, #209cff, #f92424);
}

.c-categories-banner-box:nth-child(3) {
background: -webkit-linear-gradient(70deg, #209cff, #4ad65e);
}

.c-categories-banner-box:nth-child(4) {
background: -webkit-linear-gradient(70deg, #209cff, #68e0cf);
}

.c-categories-banner-box img{
width: 100%;
height: auto;
margin-bottom: 20px;
}

.c-categories-title {
font-size: 1.4em;
line-height: 1em;
font-weight: 900;
}

.c-categories-banner-box:hover {
box-shadow: 4px 3px 11px #929292;
transition: 0.7s;
}

/*END OF CATEGORIES*/


/*COMPANY*/

.c-company {
padding-top: 5vh;
padding-bottom: 10vh;
display: flex;
    align-items: flex-end;
gap: 20px;
justify-content: space-around;
}

@media (max-width: 820px) {
.c-company {
padding-top: 0vh;
padding-bottom: 5vh;
flex-direction: column;
}
}

.c-company-text {
width: 70%;
}

@media (max-width: 820px) {
.c-company-text {
width: 100%;
padding: 20px;
}
}

.c-diploma {
max-height: 65vh;
width: auto;
border-radius: 30px;
}

@media (max-width: 820px) {
.c-diploma {
display: none;
}

}

.c-company-banners {
display: flex;
gap: 30px;
}

@media (max-width: 820px) {
.c-company-banners {
flex-direction: column;
}
}

.c-company-banners div{
padding: 20px;
    box-shadow: 3px 3px 11px #3333335c;
    border-radius: 30px;
}

.c-company-title {
    font-weight: 900;
    font-size: 2em;
    line-height: 1em;
    margin-top: 10px;
    color: #33aef2;
}

.c-company-title span{
font-size: 2.2em;
}


/*END OF COMPANY*/


/*VIDEOS*/
.c-videos {
background-color: #f0f0f0;
padding-top: 10vh;
padding-bottom: 10vh;
display: flex;
    align-items: flex-end;
gap: 20px;
justify-content: space-around;
}

@media (max-width: 820px) {
.c-videos {
flex-direction: column-reverse;
}

}

.c-videos-text {
width: 30%;
text-align: right;
}
@media (max-width: 820px) {
.c-videos-text {
width: 100%;
padding: 20px;
}
}


.c-videos-banners {
    width: 60%;
    display: flex;
    gap: 20px;
}

@media (max-width: 820px) {
.c-videos-banners {
    width: 100%;
    flex-direction: column;
}

}

.c-videos-banners iframe{
min-height: 52vh;
    border-radius: 30px;
width: 100%;
}

/*END OF VIDEOS*/



/*BIG LETTERS - TITLES - SUBTITLES*/

.c-big-letter {
 font-size: 200px;
 font-weight: bold;
    background: -webkit-linear-gradient(40deg, #68e0cf, #209cff, #68e0cf, #209cff);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: white;
}

.c-big-letter span{
 font-size: 70px;
 }


.c-big-letter-2 {
 font-size: 200px;
 font-weight: bold;
    background: -webkit-linear-gradient(40deg, #68e0cf, #209cff, #68e0cf, #209cff);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: #f0f0f0;
}

.c-big-letter-2 span{
 font-size: 70px;
 }

.c-subtitle {
font-weight: 500;
font-size: 1.2em;
margin-bottom: 5px;
text-transform: uppercase;
letter-spacing: 2px;
}



/*END OF BIG LETTERS - TITLES - SUBTITLES*/



/*HOME PAGE PRODUCTS*/

#am_1576 {
padding-top: 10vh;
padding-bottom: 10vh;
background: linear-gradient(141deg, #38b1f1, #68e0cf, #38b1f1, #68e0cf);
}

@media (max-width: 820px) {
#am_1576 {
padding-top: 1vh;
padding-bottom: 6vh;
}
}


#am_1576 h1{
    -webkit-text-fill-color: white;
}

.c-products-text {
color: #fff;
text-align: center;
max-width: 800px;
margin: 0 auto;
padding-bottom: 30px;
}

.c-products-big-letter {
position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 820px) {
.c-products-big-letter {
position: relative;
    left: auto;
    top: auto;
}

}.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    top: 200px;
    bottom: 0;
    opacity: 0;
    width: 50px;
    height: 50px;
color: white;
    opacity: 1;
    outline: white;
background-color: #209cff;
border-radius: 50%;
}

 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    top: 200px;
    bottom: 0;
    opacity: 0;
    width: 50px;
color: white;
    height: 50px;
    opacity: 1;
        outline: white;
background-color: #209cff;
border-radius: 50%;
}
.slick-prev:hover, .slick-next:hover {
background-color: #68e0cf;
}

.slick-next:focus, .slick-prev:focus {
background-color: #68e0cf;
}

.slick-next:before {
    top: 12px;
    right: 16px;
    height: 24px;
    width: auto;
}

.slick-prev:before {
    top: 12px;
    left: 16px;
    height: 24px;
    width: auto;
}