*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --header-color: #393b80;
    --lite-blue-color: #1e47be;
    --lite-yellow-color: #eed962;
    --main-color: #8e3a93;
    --white-color: #FFFFFF;

    --text-color: #111111;
    --green-color: #27ae60;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: Outfit, sans-serif;
    color: black;
    user-select: none; 
    
    background-image: url(../assets/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#Header{
    width: 100%;
    max-width: 100%;
    height: 10vh;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    background: linear-gradient(135deg, var(--text-color), var(--header-color));
    z-index: 10;
}
#Header .logo{
    
}
#Header .logo h2{
    text-transform: uppercase;
    color: var(--white-color);
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
}

.d-none{
    display: none !important;
}

.translate_on{
    transform: translateX(0%) !important;
}
.menu_on .line:nth-child(1){
    transform: translateY(10px) rotate(45deg);
}

.menu_on .line:nth-child(2){
    opacity: 0;
}
.menu_on .line:nth-child(3){
    transform: translateY(-10px) rotate(-45deg);
}

/*---------------Swiper---------------*/

.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: var(--white-color);
      display: flex;
      justify-content: center;
      align-items: center;
    }
.mySwiper h1{
    font-size: 80px;
    color: var(--lite-yellow-color);
    font-weight: 700;
    text-shadow: 2px 2px 8px #0007;
    position: absolute;
    top: 35%;
    left: 50%;
    transform-origin: center;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}
.mySwiper .productImg{
    width: 400px;
    object-fit: cover;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
#Slider_section .swiper-slide img{
    filter: brightness(80%) hue-rotate(350deg);
}
    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    
    }


/*---------------Main---------------*/
#Main{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*------------------Slider_section------------------*/
#Main #Slider_section{
    width: 100%;
    height: 100vh;
}
section{
    box-shadow: 0 4px 8px #0000001a;
}

/*------------------First_section------------------*/
#First_section, #Second_section, #Third_section, #Fourth_section,
#Fifth_section, #Sixth_section, #Seventh_section, #Eigth_section{ 
    width: 100%;
    height: auto;
    background-color: var(--white-color);
    border-radius: 12px;
    box-shadow: 0 4px 8px #0000001a;
    padding: 30px;
    margin-top: 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#First_section h3,
#Second_section h3,
#Third_section h3,
#Sixth_section h3,
#Seventh_section h3{
    font-size: 36px;
    font-weight: bolder;
    color: var(--header-color);
    text-align: left;
    margin-bottom: 30px;
    align-self: flex-start;
}
#First_section .section_case{
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#First_section .section_case .img_side,
#First_section .section_case .text_side{
    display: flex;
    justify-content: center;
    align-items: center;
}
#First_section .section_case .text_side{
    width: 60%;
}
#First_section .section_case .img_side{
    width: 40%;
}
#First_section .section_case .img_side img{
    width: 80%;
    border-radius: 8px;
}
#First_section .section_case .img_side #koleno_img{
    width: 300px;
    border-radius: 8px;
}
#First_section .section_case .text_side{
    padding: 0 10px;
}
#First_section .section_case .text_side p{
    font-size: 22px;
    color: var(--text-color);
    font-weight: 550;
    line-height: 1.6;
}
#First_section .section_case .text_side p span,
#Fifth_section .section_case .text_side p span,
#Fifth_section p span{
    color: var(--header-color);
    font-weight: 700;
}

/*------------------Second_section------------------*/

#Second_section{
    display: flex;
    justify-content: space-between;
}
#Second_section h3{
    
}
#Second_section p{
    font-size: 36px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1.5em;
    text-align: left;
    align-self: flex-start;
}
#Second_section .sections_case{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#Second_section .sections_case .section_case{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
#Second_section .sections_case .section_case .img_side{
    overflow: hidden;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto 1em;
    
}
#Second_section .sections_case .section_case .img_side img{
    width: 140%;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#Second_section .sections_case .section_case .text_side{
    padding: 0 20px;
}
#Second_section .sections_case .section_case .text_side p{
    font-size: 25px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 1em;
    text-align: center;
    line-height: 1.5;
}

/*------------------Third_section------------------*/

#Third_section{}
#Third_section .section_case{
    display: flex;
    justify-content: space-between;
}
#Third_section .section_case .text_side{
    width: 50%;
    padding: 5px 10px 10px 10px;
}
#Third_section .section_case .text_side p{
    color: var(--text-color);
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: Outfit, sans-serif;
    margin-bottom: 30px;
}
#Third_section .section_case .img_side{
    width: 50%;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#Third_section .section_case .img_side img{
    width: 100%;
    clip-path: polygon(50% -572px, 100% 0, 100% 100%, 0 100%);
}

/*------------------Fourth_section------------------*/
.comparison-container {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    overflow-x: auto;
    font-family: Times New Roman, Times, serif;
}
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.comparison-table th {
    background-color: var(--header-color);
    color: #fff212;
}
.comparison-table th, .comparison-table td {
    padding: 12px 15px;
    text-align: center;
    font-size: 1.1rem;
    word-break: break-word;
}
.comparison-container {
    scroll-margin-top: 100px;
}


/*------------------Fifth_section------------------*/

#Fifth_section .section_case{
    display: flex;
    justify-content: space-between;
}
#Fifth_section .text{
    margin-top: 40px;
    font-size: 1.8rem;
    color: var(--text-color);
    font-weight: 700;
    text-shadow: 1px 1px 2px #ecf0f1;
}
#Fifth_section .section_case .text_side{
    width: 50%;
}
#Fifth_section .section_case .longer_side{
    width: 80%;
}
#Fifth_section .section_case .text_side p{
    font-size: 40px;
    color: var(--header-color);
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    max-width: 80%;
}
#Fifth_section .section_case .text_side ul{
    list-style: none;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.8;
}
#Fifth_section .section_case .text_side ul li{
    margin-bottom: 10px;
    color: var(--text-color);
    font-weight: 700;
    display: flex;
    align-items: center;
}
#Fifth_section .section_case .text_side ul li:before {
    content: "✔";
    margin-right: 10px;
    color: var(--green-color);
}
#Fifth_section .section_case .img_side{
    width: 50%;
}
#Fifth_section .section_case .logner_img_side{
    width: 30%;
}
#Fifth_section .section_case .img_side img{
    width: 80%;
}

/*------------------Sixth_section------------------*/
#Sixth_section h3{
    font-size: 36px;
    margin-bottom: 10px;
}

#Sixth_section .section_case{
    display: flex;
    justify-content: space-between;
    
}
#Sixth_section .section_case .text_side{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#Sixth_section .section_case .text_side p{
    font-size: 20px;
    font-weight: bolder;
    color: var(--text-color);
    line-height: 1.6;
    padding: 10px;
}
#Sixth_section .section_case .img_side{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#Sixth_section .section_case .img_side img{
    width: 80%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 20px;
}

/*------------------Seventh_section------------------*/

#Seventh_section .mySwiper2{
    padding: 40px;
}
#Seventh_section .mySwiper2 .swiper-pagination{
    
}
#Seventh_section .mySwiper2 .swiper-wrapper{
}
#Seventh_section .mySwiper2 .swiper-wrapper .swiper-slide{
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}
#Seventh_section .mySwiper2 .swiper-wrapper .swiper-slide .case{
    
}
#Seventh_section .mySwiper2 .swiper-wrapper .swiper-slide .case img{
    height: 300px;
    max-height: 300px;
}
#Seventh_section .mySwiper2 .swiper-wrapper .swiper-slide .setka{
    width: 100%;
    height: 20%;
    top: 75%;
    background-color: #0008;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
#Seventh_section .mySwiper2 .swiper-wrapper .swiper-slide .case .setka p{
    color: var(--white-color);
    font-weight: 700;  
}
#Seventh_section .mySwiper2 .swiper-wrapper .swiper-slide .case>p{
    position: absolute;
    top: 0;
    transform: translateY(50%);
    left: 0;
    color: transparent;
    font-weight: 400; 
    padding: 40px 20px;
}
#Seventh_section .mySwiper2 .swiper-wrapper .swiper-slide:hover .case>p{
    color: var(--white-color);
    backdrop-filter: brightness(20%);
}
/*------------------Eigth_section------------------*/
#Eigth_section{
    margin-bottom: 60px;
}

#Eigth_section .section_case{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#Eigth_section .section_case .img_side{
    width: 50%;
}
#Eigth_section .section_case .img_side img{
    max-width: 100%;
    width: 500px;
    height: auto;
    border-radius: 10px;
}
#Eigth_section .section_case .card_side{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    text-align: center;
    margin-top: 5%;
}
#Eigth_section .section_case .card_side img{
    max-width: 400px;
    width: 100%;
    margin-bottom: -60px;
}
#Eigth_section .section_case .card_side h3{
    font-size: 2.5em;
    color: var(--main-color);
    margin-bottom: 20px;
    font-weight: bolder;
    line-height: 1.2;
}
#Eigth_section .section_case .card_side p{
    font-size: 1.2em;
    color: var(--text-color);
    margin-bottom: 25px;
    line-height: 1.6;
}
#Eigth_section .section_case .card_side button{
    padding: 12px 30px;
    background-color: var(--green-color);
    color: var(--white-color);
    border: none;
    border-radius: 25px;
    font-size: 1.1em;
    cursor: pointer;
    margin-bottom: 40px;
}



/*------------------ Footer ------------------*/

#Footer{
    background-color: var(--text-color);
    color: var(--white-color);
    padding: 30px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
#Footer .column{
    width: 300px;
    margin: 0 50px;
}
#Footer .column h3{
    font-size: 20px;
    margin-bottom: 15px;
}
#Footer .column p{
    margin: 10px 0;
}
#Footer .column a{
    color: white;
    margin: 20px;
}
.pop_up_shadow{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0008;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 12;
    transform: translateY(-100%);
    transition: 0.3s ease-in;
}
#Pop_up{
    background-color: var(--white-color);
    border-radius: 15px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#Pop_up h4{
    align-items: flex-start;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
#Pop_up .close_btn{
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #ff4b4b;
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
#Pop_up .case{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
#Pop_up .case .card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 250px;
    padding: 20px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px #0000001a;
    margin: 20px;
}
#Pop_up .case .card img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
}
#Pop_up .case .card button{
    padding: 10px 20px;
    background-color: #4caf50;
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: auto;
}

/*------------------ media ------------------*/



@media only screen and (max-width: 1200px) {
    #Header .list li a, #Menu .list li a {
        font-size: 1rem;
    }
    #Pop_up .case .card {
        width: 160px;
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .mySwiper h1{
        font-size: 35px !important;
    }
    .mySwiper .productImg{
        width: 250px;
    }
    #Header{
        padding: 0 30px;
    }
    #Header .logo{
        width: 50%;
    }
    #Pop_up {
        padding: 20px;
    }
    #Pop_up .case {
        flex-direction: column;
    }
    #Pop_up .case .card img {
        height: 25px;
        object-fit: cover;
    }
    #Pop_up h4 {
        font-size: 1rem;
    }
    
    #First_section h3, #Second_section h3, #Third_section h3, #Sixth_section h3, #Seventh_section h3 {
        font-size: 35px;
    }
    #Third_section h3{
        font-size: 24px;
    }
    
    #First_section .section_case .text_side p {
        font-size: 22px !important;
    }
    
    
}
@media only screen and (max-width: 600px) {
    
    .mySwiper h1{
        font-size: 30px !important;
    }
    #Header .logo{
        width: 50%;
    }
    
    #First_section .section_case {
        flex-direction: column;
    }
    
    #First_section .section_case .img_side, #First_section .section_case .text_side {
        width: 100%;
    }
    #First_section .section_case .text_side {
        padding: 20px 0;
    }
    #First_section h3, #Second_section h3, #Third_section h3, #Sixth_section h3, #Seventh_section h3 {
        font-size: 30px;
    }
    #Third_section h3{
        font-size: 22px;
    }
    #Second_section p {
        font-size: 22px;
    }
    #Second_section .sections_case {
        flex-direction: column;
    }
    #Second_section .sections_case .section_case {
        width: 100%;
    }
    
    
    /*      ---------------      */
    
    #Third_section .section_case .text_side p {
        font-size: 1.5rem;
    }
    #Third_section .section_case {
        flex-direction: column;
    }
    #Third_section .section_case .text_side {
        width: 100%;
    }
    #Third_section .section_case .img_side {
        width: 100%;
        padding-right: 0px;
    }
    
    
    /*      ---------------      */
    
    #Fourth_section{
        padding: 10px;
    }
    
    /*      ---------------      */
    
    #Fifth_section .section_case .text_side p {
        font-size: 25px;
    }
    #Fifth_section .section_case .text_side p {
        font-size: 25px;
        max-width: 100%;
    }
    #Fifth_section .section_case {
        flex-direction: column;
        align-items: center;
    }
    #Fifth_section .section_case .longer_side {
        width: 90%;
    }
    
    #Fifth_section .section_case .logner_img_side,
    #Fifth_section .section_case .img_side{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    #Fifth_section .section_case .img_side img {
        margin: 20px 0;
    }
    #Fifth_section .section_case .logner_img_side img{
        margin: 0 0 20px 0;
    }
    #Fifth_section .section_case .text_side {
        width: 90%;
    }
    #Fifth_section .text {
        margin-top: 30px;
        font-size: 1.2rem;
    }
        
    /*      ---------------      */
        
    #Sixth_section .section_case {
        flex-direction: column;
    }
    #Sixth_section .section_case .text_side {
        width: 90%;
    }
    #Sixth_section .section_case .text_side p {
        padding: 0px;
        font-size: 20px;
    }
    #Sixth_section .section_case .img_side {
        width: 100%;
    }

        
    /*      ---------------      */
        
      #Eigth_section{
        margin-bottom: 50px;
      }  

     #Eigth_section .section_case {
         flex-direction: column;   
    }
    #Eigth_section .section_case .img_side {
        width: 100%;
        margin-bottom: 60px; 
    }
    #Eigth_section .section_case .card_side {
        width: 100%;
    }
    #Eigth_section .section_case .card_side h3 {
        margin: 20px;
    }

        
    /*      ---------------      */
        
    #Pop_up .case .card {
        width: 250px;
    }   
        
    /*      ---------------      */
        
        
        
    /*      ---------------      */   
        
        
        
    #Footer {
        flex-direction: column;
        align-items: center;
    }
    #Header .logo h2 {
        font-size: 1.2rem;
    }
    
    
}