@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Train+One&display=swap');
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Train One', cursive;
*/



body {
    font-family: 'Montserrat', sans-serif;
    color: #222;
    font-size: 18px;
    background: #d8d8d8;
}

.body {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    background: #fff;
}

body.active {
    overflow: hidden;
}


section {
    overflow: hidden;
}

* {
    outline: none !important
}


.uvita {
    font-family: 'Train One', cursive;
    color: #25abe6;
}

.sec1 {
    position: relative;
    text-align: center;
    background: url(../img/0bg3.jpg) 50% 50% no-repeat;
    background-size: cover;
    height: 580px;
    padding-top: 25px;
    overflow: visible;

}



h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

h1 strong {
    font-size: 40px;
}

.uvita {
    color: #25abe6;
    font-weight: 300;
}

.por {
    height: 100%;
    position: relative;
}

.filter {
    text-align: center;
    position: absolute;
    width: 1000px;
    height: 100%;
    background: url(../img/filter.png) 0 100% no-repeat;
    background-size: 100%;
    left: 30%;
    margin-left: -100px;
    bottom: -50px;
}

.filter img {
    width: 100%;
}

.tio2 {
    background: rgba(37, 171, 230, 0.3) url(../img/tio2.png) -3px no-repeat;
    background-size: 63px;
    position: absolute;
    left: 200px;
    bottom: 50px;
    text-align: left;
    padding: 10px 20px 10px 80px;
    display: inline-block;
    font-size: 15px;
    line-height: 1.3;
    border-radius: 50px 10px 10px 50px;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/*------------------------2*/

.sec2 {
    background: #fff;
    text-align: center;
}

.title {
    font-size: 36px;
    padding-top: 50px;
    background: url(../img/icons/wind.svg) 50% 0 no-repeat;
    background-size: 50px;
    display: block;
    color: #424242;

}

.s2_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub_title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #767676;
    font-size: 18px;

}

.sec2 ul {
    text-align: left;
    width: 100%;
    max-width: 700px;
}

.s2_filter {
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    padding: 10px;
}


.s2_filter img {
    width: 100%;
}

.sec2 li {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 20px 20px 20px 110px;
    display: block;
    box-shadow: 0px 10px 15px rgba(222, 222, 222, 0.7);
    background: #fcfcfc;
    font-size: 12px;
    min-height: 125px;
}

.sec2 li strong {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #25abe6;
    margin-bottom: 10px;

}

.num {
    display: inline-block;
    font-family: 'Train One', cursive;
    position: absolute;
    top: -16px;
    left: 16px;
    width: 65px;
    padding: 10px;
    font-size: 90px;
    color: rgba(128, 128, 128, 0.1);
    text-align: center;
    font-weight: 800;

}




/*--------------------------3*/
.sec3 {
    background: url(../img/s3bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;

}

.s3_content {
    float: right;
    width: 100%;
    max-width: 600px;
    background: url(../img/icons/wind2.svg) 0 40% no-repeat;
    background-size: 80px;
}

.sec3 span {
    text-align: left;
    padding-left: 100px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    display: block;
    text-shadow: 0px 0px 25px #fff;
}

.sec3 strong {
    font-size: 36px;
    display: block;
    color: #25abe6;
}

/*------------------------------------4*/
.sec4 {
    background: #fff url(../img/4bg.jpg) 0 100% no-repeat;
    background-size: contain;
    text-align: center;
}

.s4_content {
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
}

.work {
    width: 180px;
    text-align: center;
    margin-bottom: 20px;

}

.work span {
    line-height: 1.2;
    font-size: 15px;
}

.work figure:before {
    content: '';
    position: absolute;
    background: url(../img/icons/right-arrow.svg) 100% no-repeat;
    background-size: 80px;
    right: -60px;
    top: 50%;
    margin-top: -40px;
    width: 60px;
    height: 80px;
}

.work:last-child figure:before {
    display: none;
}

.work figure {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    border-radius: 50px;
    padding: 30px;
    border-radius: 50%;
    box-shadow: 2px 1px 5px rgba(118, 118, 118, 0.17);
}



.work img {
    width: 100%;
}

.work span {
    display: block;
}

.s4_content2 {
    align-items: center;
    flex-direction: column;
    display: flex;
}

.s4_content2 ul {
    padding: 20px;
    width: 100%;
    max-width: 70%;
    background: rgba(255, 255, 255, 0.7);
}

.s4_content2 li {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 50px;
    background: url(../img/icons/check.svg) 0 0 no-repeat;
    background-size: 40px;
}

/*-----------------------------5*/
.sec5 {
    background: #fff url(../img/s5bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;

}

.s5_content {
    float: left;
    width: 100%;
    max-width: 600px;
    background: url(../img/icons/wind2.svg) 100% 50% no-repeat;
    background-size: 80px;
}

.sec5 span {
    text-align: left;
    padding-right: 100px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    display: block;
    text-shadow: 0px 0px 25px #fff;
}

.sec5 strong {
    font-size: 36px;
    display: block;
    color: #25abe6;
}


/*--------------------------------6*/
.sec6 {
    background: #fff;
    text-align: center;
}

.s6_content {
    display: flex;
    justify-content: space-between;
}

.over {
    width: 250px;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
    background: url(../img/lines3.png) -30px -30px no-repeat;
    background-size: cover;

}
.media {
    width: 300px;
   
}
.media iframe {
    width: 95%;
    
}

.media a::after{

    background: black;
    width: 50px;
    height: 50px;
    position: relative;
    content: '';
}


    

.over span {
    line-height: 1.2;
    font-size: 15px;
}








.over figure {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 50px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background: #fff;

}



.over img {
    width: 100%;
    filter: grayscale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.over:hover img {
    filter: grayscale(0);
}

.over span {
    display: block;
}

/*--------------7*/
.sec7 {
    text-align: center;
}

.s7_content {
    display: flex;
    justify-content: space-between;
}

.type {
    width: 25%;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 14px;
    line-height: 1.3;

}

.type h3 {
    color: #25abe6;
    margin-bottom: 20px;
}

.type:nth-child(1) {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(../img/s7-1.jpg) 0;
    background-size: auto, cover;

}

.type:nth-child(2) {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(../img/s7-2.jpg) 0;
    background-size: auto, cover;

}

.type:nth-child(3) {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(../img/s7-3.jpg) 0;
    background-size: auto, cover;

}

.type:nth-child(4) {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(../img/s7-4.jpg) 0;
    background-size: auto, cover;

}

/*--- CTA Button ---*/
.cta-block {
    text-align: center;
    padding: 30px 0;
    background: #f7f7f7;
}
.btn-order {
    display: inline-block;
    background: #4CAF50;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 50px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s, transform 0.2s;
    box-shadow: 0 4px 15px rgba(76,175,80,0.4);
}
.btn-order:hover {
    background: #43A047;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76,175,80,0.5);
}
.btn-order:active {
    transform: translateY(0);
}

/*--- Popup Form ---*/
.order-popup {
    background: #fff;
    border-radius: 16px;
    padding: 40px 35px;
    max-width: 400px;
    width: 100%;
    text-align: center;
}
.order-popup h3 {
    margin: 0 0 25px;
    font-size: 22px;
    color: #333;
}
.order-popup .inp {
    margin-bottom: 15px;
}
.order-popup input[type='text'],
.order-popup input[type='tel'] {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    transition: border-color 0.3s;
    box-sizing: border-box;
}
.order-popup input:focus {
    border-color: #4CAF50;
}
.order-popup .btn-order {
    width: 100%;
    margin-top: 10px;
}
