﻿h3{font-weight: 700;color:blue;margin-top:10px;}

    .fullscreen-btn {
        margin-top: 10px;
        padding: 10px 20px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }

    .fullscreen-btn:hover {
        background-color: #45a049;
    }
 
       
        .comment-section {  
            max-width: 600px;  
            margin: 0 auto;  
        }  
        .comment {  
            border: 1px solid #ddd;  
            padding: 15px;  
            margin-bottom: 15px;  
            border-radius: 5px;  
            background-color: #f9f9f9;  
        }  
        .comment-header {  
            display: flex;  
            justify-content: space-between;  
            margin-bottom: 10px;  
        }  
        .comment-body {  
            word-wrap: break-word;  
        }
.smallimg::after {
  content: "";
  display: table;
  clear: both;
}
.smallimg{background-color:#ffffff;}
.smallimg div{float:left;width:300px;height:550px;background-color:#ffffff;}
.smallimg img{margin: 0 auto;text-align:center;max-width:200px;}
.smallimg h3{text-align:center;}
.rating__select {
    margin: 0 auto 4px;
}
.rating__group {
    margin: 0 auto;

    text-align: center;
}
.rating__value {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #252a34;
}
.rating__help {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    font-weight: normal;
    color: #8d8577;
}
.rating-select {
width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

}
.rating-select__input {
    display: none;
}
.rating-select__input:hover ~ .rating-select__label::before {
    opacity: 0;
}
.rating-select__input:hover ~ .rating-select__label::after {
    opacity: 1;
}
.rating-select__input:checked ~ .rating-select__label::before {
    opacity: 0;
}
.rating-select__input:checked ~ .rating-select__label::after {
    opacity: 1;
}
.rating-select__label {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    padding: 0 5px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.rating-select__label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    min-width: 30px;
    width: 30px;
    height: 30px;
    background-image: url(../images/star-fill.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}
.rating-select__label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    min-width: 30px;
    width: 30px;
    height: 30px;
    opacity: 0;
    background-image: url(../images/star.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}
.section-indent {
    margin-top: 30px;
    padding-top: 30px;
}
@media screen and (max-width: 767px) {
    .section-indent {
        margin-top: 25px;
        padding-top: 25px;
    }
}
.section-indent-sm {
    margin-top: 15px;
    padding-top: 15px;
}
.section-heading {
    position: relative;
    z-index: 1;
   
    padding: 0 32px 6px;
    
    text-align: center;
    -webkit-clip-path: polygon(
        12.108% 97.857%,
        12.108% 97.857%,
        10.704% 97.101%,
        9.482% 96.202%,
        8.422% 95.103%,
        7.498% 93.748%,
        6.688% 92.079%,
        5.969% 90.04%,
        5.317% 87.574%,
        4.709% 84.623%,
        4.122% 81.131%,
        3.533% 77.041%,
        3.533% 77.041%,
        2.93% 72.176%,
        2.373% 66.846%,
        1.869% 61.174%,
        1.425% 55.284%,
        1.047% 49.298%,
        0.743% 43.34%,
        0.519% 37.533%,
        0.383% 31.999%,
        0.34% 26.862%,
        0.399% 22.245%,
        0.399% 22.245%,
        0.465% 19.814%,
        0.532% 17.809%,
        0.606% 16.173%,
        0.696% 14.847%,
        0.808% 13.776%,
        0.951% 12.9%,
        1.13% 12.162%,
        1.354% 11.505%,
        1.63% 10.872%,
        1.966% 10.204%,
        1.966% 10.204%,
        3.138% 8.592%,
        4.809% 7.175%,
        7.031% 5.94%,
        9.857% 4.875%,
        13.34% 3.967%,
        17.533% 3.202%,
        22.488% 2.569%,
        28.257% 2.054%,
        34.894% 1.644%,
        42.45% 1.327%,
        42.45% 1.327%,
        48.741% 1.178%,
        54.495% 1.163%,
        59.781% 1.29%,
        64.666% 1.563%,
        69.217% 1.99%,
        73.5% 2.576%,
        77.585% 3.327%,
        81.538% 4.249%,
        85.426% 5.349%,
        89.316% 6.633%,
        89.316% 6.633%,
        91.136% 7.356%,
        92.712% 8.135%,
        94.062% 8.993%,
        95.206% 9.955%,
        96.161% 11.046%,
        96.947% 12.29%,
        97.583% 13.711%,
        98.087% 15.335%,
        98.478% 17.185%,
        98.775% 19.286%,
        98.775% 19.286%,
        98.941% 21.545%,
        99.111% 25.433%,
        99.276% 30.563%,
        99.43% 36.551%,
        99.566% 43.01%,
        99.675% 49.555%,
        99.753% 55.8%,
        99.79% 61.359%,
        99.78% 65.847%,
        99.715% 68.878%,
        99.715% 68.878%,
        99.608% 71.107%,
        99.468% 72.936%,
        99.26% 74.423%,
        98.946% 75.627%,
        98.49% 76.607%,
        97.857% 77.422%,
        97.009% 78.13%,
        95.912% 78.791%,
        94.527% 79.463%,
        92.821% 80.204%,
        92.821% 80.204%,
        87.133% 82.553%,
        81.336% 84.813%,
        75.478% 86.971%,
        69.611% 89.011%,
        63.786% 90.918%,
        58.051% 92.679%,
        52.459% 94.278%,
        47.059% 95.701%,
        41.901% 96.933%,
        37.037% 97.959%,
        37.037% 97.959%,
        34.884% 98.287%,
        32.295% 98.536%,
        29.403% 98.709%,
        26.346% 98.805%,
        23.259% 98.827%,
        20.276% 98.775%,
        17.534% 98.651%,
        15.169% 98.456%,
        13.315% 98.191%,
        12.108% 97.857%
    );
    clip-path: polygon(
        12.108% 97.857%,
        12.108% 97.857%,
        10.704% 97.101%,
        9.482% 96.202%,
        8.422% 95.103%,
        7.498% 93.748%,
        6.688% 92.079%,
        5.969% 90.04%,
        5.317% 87.574%,
        4.709% 84.623%,
        4.122% 81.131%,
        3.533% 77.041%,
        3.533% 77.041%,
        2.93% 72.176%,
        2.373% 66.846%,
        1.869% 61.174%,
        1.425% 55.284%,
        1.047% 49.298%,
        0.743% 43.34%,
        0.519% 37.533%,
        0.383% 31.999%,
        0.34% 26.862%,
        0.399% 22.245%,
        0.399% 22.245%,
        0.465% 19.814%,
        0.532% 17.809%,
        0.606% 16.173%,
        0.696% 14.847%,
        0.808% 13.776%,
        0.951% 12.9%,
        1.13% 12.162%,
        1.354% 11.505%,
        1.63% 10.872%,
        1.966% 10.204%,
        1.966% 10.204%,
        3.138% 8.592%,
        4.809% 7.175%,
        7.031% 5.94%,
        9.857% 4.875%,
        13.34% 3.967%,
        17.533% 3.202%,
        22.488% 2.569%,
        28.257% 2.054%,
        34.894% 1.644%,
        42.45% 1.327%,
        42.45% 1.327%,
        48.741% 1.178%,
        54.495% 1.163%,
        59.781% 1.29%,
        64.666% 1.563%,
        69.217% 1.99%,
        73.5% 2.576%,
        77.585% 3.327%,
        81.538% 4.249%,
        85.426% 5.349%,
        89.316% 6.633%,
        89.316% 6.633%,
        91.136% 7.356%,
        92.712% 8.135%,
        94.062% 8.993%,
        95.206% 9.955%,
        96.161% 11.046%,
        96.947% 12.29%,
        97.583% 13.711%,
        98.087% 15.335%,
        98.478% 17.185%,
        98.775% 19.286%,
        98.775% 19.286%,
        98.941% 21.545%,
        99.111% 25.433%,
        99.276% 30.563%,
        99.43% 36.551%,
        99.566% 43.01%,
        99.675% 49.555%,
        99.753% 55.8%,
        99.79% 61.359%,
        99.78% 65.847%,
        99.715% 68.878%,
        99.715% 68.878%,
        99.608% 71.107%,
        99.468% 72.936%,
        99.26% 74.423%,
        98.946% 75.627%,
        98.49% 76.607%,
        97.857% 77.422%,
        97.009% 78.13%,
        95.912% 78.791%,
        94.527% 79.463%,
        92.821% 80.204%,
        92.821% 80.204%,
        87.133% 82.553%,
        81.336% 84.813%,
        75.478% 86.971%,
        69.611% 89.011%,
        63.786% 90.918%,
        58.051% 92.679%,
        52.459% 94.278%,
        47.059% 95.701%,
        41.901% 96.933%,
        37.037% 97.959%,
        37.037% 97.959%,
        34.884% 98.287%,
        32.295% 98.536%,
        29.403% 98.709%,
        26.346% 98.805%,
        23.259% 98.827%,
        20.276% 98.775%,
        17.534% 98.651%,
        15.169% 98.456%,
        13.315% 98.191%,
        12.108% 97.857%
    );
}
.section-heading__title {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    
    width: fit-content;
    font-size: 30px;
    font-weight: bold;
    color: #252a34;
}
@media screen and (max-width: 767px) {
    .section-heading__title {
        font-size: 28px;
    }
}
.section-heading__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    color: #ebe7e0;
}
.container {
    margin: 0 auto;
    
    width: 100%;
}
