*{
    box-sizing: border-box
}
article section p{
    color: var(--tertiary900);
    font-size: 20px;
    line-height: 48px;
    margin-bottom: 80px;
}
article h1{
    color: var(--tertiary900);
    font-size: 44px;
    line-height: 64px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
    margin-bottom: 64px;
    letter-spacing: 1.1px;
    
}

.subTitle{
    text-transform: capitalize;
    font-size: 20px;
    color: var(--primary200);
    margin-bottom: 32px;
    letter-spacing: 1px;
}
article h2{
    color: var(--tertiary900);
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 32px;
}

article h3{
    color: var(--tertiary900);
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 24px;
}

article h4{
    color: var(--tertiary900);
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

article h5{
    color: var(--tertiary900);
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 16px;
}

article h6{
    color: var(--tertiary900);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 12px;
}

image1{
    margin-bottom: 64px;
    max-width: 100%;
    
}
image1 img{
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px;
}

figcaption{
    color: var(--primary200);
    font-size: 16px;
}

article ul li{
    color: var(--tertiary900);
    font-size: 20px;
    margin-top: 8px;
    
}

article ul{
    padding-right: 18px;
    margin-bottom: 32px;
}

article a{
    color: var(--secondary500);
}

article blockquote{
    padding-left: 20px;
    border-left: 1px solid var(--primary900);
    margin-bottom: 38px;
    
}



.large-container {
    
    padding: 64px 32px 0px 32px;
    transition-property: all, padding;
    transition-duration: 0.5s;
    


}
.content-container{
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    
    
}


.content-container section > *{
    
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}


.ContentPicture{
    max-width: 100% !important;
    
    height: auto;
    margin-bottom: 32px;
    border-radius: 10px;

}


.HeaderIcons{
    margin-right: auto;
    align-self: center;
}

.HeaderIcon{
    fill: var(--primary200);
    width: 20px;
    margin: auto 24px auto 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0; 
}





.dot{
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--primary200);
    align-self: center;
}




article header{
    width: 100%;
    max-width: 800px;
    margin: 0 auto 32px auto;
}

.progress-container {
    background-color: var(--tertiary100);
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -5px;
}
.progress-bar {
background-color: var(--primary500);
height: 100%;
width: 0;
float: left;

}  



/*start slider*/




.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.swiper {
    
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mySwiper2 {
    
    max-width: 1173px;
    max-height: 700px;
  box-sizing: border-box;
  padding: 10px 0;
}
.mySwiper {
    margin-top: 40px;
    max-width: 1173px;
    height: 80px;
  box-sizing: border-box;
  padding: 10px 0;
}


.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide{
    width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.swiper-wrapper{
    width: 100%;
}
.SliderContainer{
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1173px !important;
    overflow: hidden;
}
.mySwiper .swiper-slide {
    max-width: 80px;
    height: 100%;
    opacity: 0.4;
  }
.mySwiper .swiper-slide-thumb-active img{
    border: solid 2px #e79371;
  }
.mySwiper .swiper-slide-thumb-active{
opacity: 1;
}


.mySwiper .swiper-wrapper{
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
}
.mySwiper img{
    height: 80%;
    max-width: 80px;
    border-radius: 10px;
}
.mySwiper2 [class^="swiper-button-"]::after{
    content: "";
}

.mySwiper2 [class^="swiper-button-"] {
    opacity: 0;
}

.mySwiper2:hover [class^="swiper-button-"]{
    opacity: 1;
    transition: all 0.5s;
}

.halfPicture{

    max-width: 1173px !important;
    display: grid;
    grid-template-columns: auto auto;
    gap:18px;
    margin-bottom: 64px;
}
.halfPicture img{
    width: 100%;
    border-radius: 8px;
}


footer input[type="radio"] {
    display: none;
  }
  
footer label.radio {
display: inline-block;
position: relative;
max-width: 80px;
padding-left: 16px;
cursor: pointer;
}
  
  
footer label.radio:before {
content: '';
display: inline-block;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 20px;
height: 20px;
margin-right: 10px;
}
  
footer label.radio img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
    border: 2px solid transparent;
    transition: all 0.5s;
  }
  
footer input[type="radio"]:checked + label.radio img {
border-color: var(--primary600); 
transition: all 0.5s;
}

footer form .ErrorContent{
    color: #ec5454;
}

footer form span,input,textarea{
    display: block;
}



@media (max-width: 800px) {
    .large-container{
        padding: 38px 12px 0px 12px;
        transition-property: all, padding;
        transition-duration: 0.5s;
    }
    .subTitle{
        font-size: 16px;
    }
    article h1{
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 24px;
    }
    article h2{
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    article h3{
        font-size: 24px;
        margin-bottom: 16px;
    }
    
    article h4{

        font-weight: 600;
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    article h5{
        font-weight: 700;
        font-size: 19px;
        margin-bottom: 16px;
    }
    
    article h6{
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 12px;
    }
    article section p{
        font-size: 18px;
        line-height: 38px;
    }
    .mySwiper .swiper-wrapper{
        gap: 18px;
    }
    .mySwiper img{
        max-width: 75px;
        height: 65%;
    }
    .mySwiper .swiper-slide {
        max-width: 75px;
            }
    article ul li{
        font-size: 18px;
        margin-top: 8px;
        
    }
    
}
@media (max-width: 600px){
    article h1{
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 24px;
    }
    .halfPicture{
        grid-template-columns: auto;
        gap:12px;
    }

}
@media (max-width: 428px) {
    .large-container{
        padding: 38px 12px 0px 12px;
        transition-property: all, padding;
        transition-duration: 0.5s;
    }
    article blockquote p{
        font-size: 16px;
    }

    article section p{
        font-size: 17px;
        line-height: 42px;
        margin-bottom: 32px;
    }
    .mySwiper .swiper-wrapper{
        gap: 10px;
    }
    .mySwiper img{
        max-width: 70px;
        height: 60%;
    }
    .mySwiper .swiper-slide {
        max-width: 70px;
            }
    .mySwiper{
        margin-top: 18px;
    }
    .HeaderIcon{
        width: 18px;
        margin: auto 12px auto 0;
        display: inline-block;
        vertical-align: middle;
        border-radius: 0; 
    }
    .subTitle{
        font-size: 15px;
        margin-bottom: 24px;
    }
    article h1{
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
    }
    article h2{
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    article h3{
        font-size: 24px;
        margin-bottom: 16px;
    }
    
    article h4{
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    article h5{
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 16px;
    }
    
    article h6{
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 12px;
    }
    article section p{
        font-size: 16px;
        line-height: 30px;
    }
    
    



}





