*{
    box-sizing: border-box
}
article section p{
    color: var(--tertiary900);
    font-size: 20px;
    line-height: 42px;
    margin-bottom: 32px;
}
article h1{
    color: var(--tertiary900);
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 10px;
}
article h2{
    color: var(--tertiary900);
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}

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

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

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

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

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

figure{
    margin-bottom: 32px;
    max-width: 100%;
}
figure 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{
    box-shadow: rgb(41, 41, 41) 1.5px 0px 0px 0px;
    margin-right: -20px;
    padding-right: 23px;
}



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


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


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


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

}

.ProfilePicture {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    align-self: center;
}

.profile{
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 26px;
}

.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; 
}

.profile-info{
    display: flex;
    flex-direction: column;
    gap: 1px;
    font-size: 13px;
    margin-top: 3px;
    color: #646362;
}

.authorName{
    font-size: 18px;
    color: var(--tertiary900);
    font-weight: 600;
}

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

.profile-info-time{
    display: flex;
    gap: 10px;
}
.profile-info-time p{ 
    color: var(--primary200);
    font-size: 14px;
    line-height: 20px;
}


article header{
    width: 100%;
    max-width: 780px;
    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: 1000px;
    max-height: 700px;
  box-sizing: border-box;
  padding: 10px 0;
}
.mySwiper {
    margin-top: 40px;
    max-width: 1000px;
    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: 1000px !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;
}




@media (max-width: 800px) {
    .large-container{
        padding: 64px 64px;
        transition-property: all, padding;
        transition-duration: 0.5s;
    }
    article h1{
        font-size: 2.2rem;
        line-height: 50px;
        margin-bottom: 10px;
    }
    article h2{
        font-size: 2rem;
        margin-bottom: 14px;
    }
    
    article h3{
        font-weight: 700;
        font-size: 1.6rem;
        margin-bottom: 14px;
    }
    
    article h4{
        font-weight: 700;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    
    article h5{
        font-weight: 700;
        font-size: 1.2rem;
        margin-bottom: 6px;
    }
    
    article h6{
        font-weight: 700;
        font-size: 1.2rem;
        margin-bottom: 4px;
    }
    article section p{
        font-size: 18px;
        line-height: 44px;
        margin-bottom: 32px;
    }
    .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: 428px) {
    .large-container{
        padding: 64px 32px;
        transition-property: all, padding;
        transition-duration: 0.5s;
    }
    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; 
    }



}

footer{
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;

}




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;
}

footer form span{
    margin-top: 16px;
    margin-bottom: 8px;
}
footer form input{
    font-family: "yekan";
    font-size: 16px;
    margin-bottom: 12px;
    padding: 8px 16px;
    width: 100%;
    background-color: var(--tertiary300);
    border-radius: 6px;
}

footer form textarea{
    font-family: "yekan";
    font-size: 16px;
    padding: 8px 16px;
    width: 100%;
    background-color: var(--tertiary300);
    border-radius: 6px;
    resize:vertical;
}

footer form input:focus,textarea:focus{
    outline: 2px solid var(--secondary100);
}

footer form button{
    font-family: "yekan";
    font-weight: 600;
    font-size: 17px;
    background-color: var(--primary500);
    color: var(--tertiary100);
    float: left;
    margin-top: 22px;
    padding: 5px 23px;
    border-radius: 4px;
}


.comments{
    margin-top: 100px;
    
}

.comment{
    width: 100%;
}
.commentCard{
    width: 100%;
    border: 1px solid var(--tertiary500);
    border-radius: 8px;
    background-color: #fff;
    padding: 32px;
}
.commentHeader{
    display: flex;
    gap: 16px;
    height: 38px;


}
.commentHeader > img{
    width: 38px;
    height: 38px;
}

.commentInfo{
    display: flex;
    gap: 10px;
    align-self: center;
}
.responseButt{
    align-self: center;
    margin-right: auto;
    display: flex;
}

.responseButt span{
    align-self: center;
    margin-right: 8px;
    font-size: 16px;
    color: var(--primary300);
}

.commentInfo span:first-child{
    font-size: 16px;
    font-weight: 600;
    color: var(--tertiary900)
}

.commentInfo span:last-child{
    font-size: 16px;
    font-weight: 600;
    color: var(--primary200)
}

.commentContent{
    margin-top: 18px;
}
.commentContent p{
    line-height: 40px;
    color: var(--tertiary800);
}

.respCards{
    width: 93%;
    margin-top: 72px;
    float: left;
    box-shadow: var(--tertiary500) 3px 0px 0px 0px;
    padding-right: 42px;
    display: flex;
    flex-direction: column;
    gap: 20px
    

    
}

.respCard{
    width: 100%;
    border: 1px solid var(--tertiary500);
    border-radius: 8px;
    background-color: #fff;
    padding: 32px; 
}


.respHeader{
    display: flex;
    gap: 16px;
    height: 38px;
}




