.color-change{
    background-color: var(--base-skin);
    color: var(--base-dark) !important;
}
.color-change:hover {
    color: var(--base-white) !important;
}
.top_bar_social .social-icons li a{
    color: var(--base-white) !important;
}
.change{
    text-align: justify;
    font-size: 17px;
    color: black;
}
.ht-change{
   color: var(--base-dark);

}
/* gallery section */

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}
.gallery-item {
    flex: 1 1 calc(20% - 10px);
}
.gallery-item img {
    width: 100%;
    height: 200px;
    cursor: pointer;
    padding-left: 10px;
    margin-bottom: 20px;
}
.modal {
    display: none;
    position: fixed;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}
.modal {
    display: none;
    position: fixed;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 2;
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.change-center{
   justify-content: center;
   align-items: center;
}
.section-title input{
    color: black !important;
}
.design{
    background-color: var(--base-skin);
    color: var(--base-dark);
    width: 100%;
    height: 100px;
    text-align: center;
}
@media (max-width:550px){
    

    .design p{
        font-size: 15px !important;
    }
    .design span{
        font-size: 15px !important;
    }
}
.design p{
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
}
.design span{
    font-size: 20px;
    font-weight: 600;
}
.design-bg{
    background-color: var(--base-skin);
    padding: 30px;
    color: var(--base-dark);
    box-shadow: 0px 0px 4px lightgreen;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.note{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--base-skin);
    color: var(--base-dark);
    box-shadow: 0px 0px 7px yellow;
}
.note p{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}
.edit-change{
   color: black;
   font-size: 20px;
   font-weight: 600;
}
.design1{
    margin: 20px;
    padding: 20px;
    border: 2px solid var(--base-dark);
    box-shadow: 0px 0px 5px var(--base-skin);
}
.section-title .design-line{
    font-family: var(--base-headingfont); 
    font-weight: 600;
    text-transform: capitalize;
    font-size: 30px;
    display: inline-block;
    line-height: 26px;
    position: relative;
    margin-bottom: 18px;
    letter-spacing: 0.3px;
    color: var(--base-dark);
}
.section-title .title-header .design-line:before {
    display: none;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0px;
    background-color: var(--base-skin);
}
.note1{
    background-color: var(--base-skin);
    padding: 15px;
}
.note1 p{
    font-size: 17px;
    color: var(--base-dark);
    font-weight: 600;
}
.font-size{
    font-size: 17px;
}
.border-change{
    border: 1px solid green;
}
.image-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.width-50 img{
    width: 100%;
    height:250px;
    object-fit: cover;
    background-color: #f1f1f1;
}
.width-50 h4{
    background-color:green;
    color: #fff;
    text-align: center;
}
.width-50{
    padding: 0px 3px;
width: 20%
}
.width-mine img{
        width: -webkit-fill-available;
        height:287px;
        object-fit: cover;
}
.width-mine h4{
    background-color:green;
    color: #fff;
    text-align: center;
    height: 70px;
    padding: 10px 0px;
}
.width-mine-1 img{
    width: 100%;
    height:287px;
}
.width-mine-1 h4{
    background-color:green;
    color: #fff;
    text-align: center;
    height: 70px;
    padding: 10px 0px;
}

.img-width img{
    width: 100% !important;
}
@media (max-width:1000px){
    .width-mine h4{
        background-color:green;
        color: #fff;
        text-align: center;
        height:auto;
        padding: 10px 0px;
    }
    .width-mine img{
        width: 100%;
        height:100%;
        object-fit: cover;
    }
    .width-50 img{
        width: 100%;
        height:100%;
        object-fit: cover;
        background-color: #f1f1f1;
    }
    
    .width-50 {
    padding: 0px 3px;
    width: 100%;
}

}
.design-1{
    padding: 40px;
    background-color: rgba(173, 216, 230, 0.212);
}
.design-2{
    padding: 40px;
    background-color: rgba(173, 230, 197, 0.301);
}
.design-3{
    padding: 40px;
    background-color: rgba(220, 230, 173, 0.301);
}
.design-4{
    padding: 40px;
    background-color: rgba(230, 173, 230, 0.301);
}
.design-5{
    padding: 40px;
    background-color: rgba(173, 230, 227, 0.288);
}
.img-wisth img{
    width: 100%;
  
}