body {
    background-color: #F6FFDE;
    margin: 0px;
}

#title {
    color: #EDEDED;
    background-color: #171717;
    width: 100%;
    height: auto;
}

.logo-newview {
    font-size: 25px;
    float: left;
    padding-left: 10px;
}

.nav-style {
    text-align: center;
    list-style-type: none;
    padding: 30px;
}

.navtext {
    text-align: center;
    text-decoration: none;
    color: #EDEDED;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    transition: 1s;
    padding: 0px 20px;
}

.navtext:hover {
    color: #A8E890;
}

li {
    display: inline-flex;
}


/* slideshow */

.c-item {
    height: 620px;
}

.c-image {
    height: 100%;
}


/* main  */

h1 {
    text-align: center;
    padding: 20px 0px 20px 0px;
}

.main-img-1 {
    width: 300px;
    height: 200px;
    border-radius: 5px;
    transition: 0.5s;
}

.main-img-1:hover {
    border-radius: 10px;
    filter: grayscale(75%)
}

.main-setting {
    padding: 100px;
    text-align: center;
}

.main-h3 {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    padding: 30px 0px 0px 0px;
    color: #404258;
    transition: 1s;
}

.main-h3:hover {
    color: #A8E890;
}

.main-p {
    display: flex;
    font-size: 15px;
    text-align: left;
    font-family: 'Jost', sans-serif;
    padding: 10px 20px 10px 80px;
}


/* button  */

#call-us-section {
    background-color: #146C94;
    text-align: center;
    text-decoration-line: none;
    font-size: 40px;
    color: #ddd;
    margin: 20px 20px 20px 20px;
    border-radius: 15px;
    transition: 1s;
}

#call-us-section:hover {
    color: aqua;
    background-color: #171717;
}

.call-us-link {
    color: #ddd;
    text-decoration-line: none;
    transition: 5ms;
}

.call-us-link:hover {
    color: #A8E890;
}

.call-us-p {
    font-size: 50px;
}


/* #call-us-button {
     margin: auto; 
}

.button {
    font-family: 'Jost', sans-serif;
    text-align: center;
    margin: auto auto auto auto;
    width: fit-content;
}

.p-call-us {
    text-align: center;
    font-size: 30px;
    width: auto;
    margin: 20px 20px 20px 400px;
    padding: 20px auto 20px auto;
    background-color: #A8E890;
    justify-content: center;
}

.call-us-icon {
    padding-left: 15px;
}

.phone {
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    position: absolute;
    cursor: pointer;
}

.cta {
    font-family: 'Jost', sans-serif;
    height: 80px;
    width: 600px;
    color: white;
    z-index: 1;
    transition: 1.2s;
    background: linear-gradient(to right bottom, #4776E6, #8E54E9);
}

.number {
    height: 80px;
    width: 318px;
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/purple-alcohol-ink-abstract-background.jpg);
    background-size: cover;
    color: white;
    box-shadow: 3px 3px 30px #aaa;
}

.cta:hover {
    transform: translateX(-80%);
    transition: 1.2s;
} */


/* text-main  */

.text-main {
    font-weight: 500;
    text-align: justify;
    line-height: 1.8;
    background-color: #B1D7B4;
    font-size: large;
    padding: 30px 30px 30px 30px;
}

.text-main-text {
    margin: 0px 10px 30px 10px;
}


/* gallery */

.gallery {
    position: relative;
    width: 50%;
    height: 450px;
    margin: auto auto auto auto;
    padding: auto auto auto auto;
    display: block;
}


/* images  */

.image-grid div {
    width: 25%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.image-grid {
    display: flex;
    flex-wrap: wrap;
}

.image01 {
    background-image: url('images2/photo_2023-04-23_21-08-54.jpg');
}

.image02 {
    background-image: url('images2/photo_2023-04-23_21-08-56\ \(2\).jpg');
}

.image03 {
    background-image: url('images2/photo_2023-04-23_21-07-51.jpg');
}

.image04 {
    background-image: url('images2/photo_2023-04-23_21-07-51\ \(2\)\ \(1\).jpg');
}

.image05 {
    background-image: url('images2/photo_2023-04-23_21-07-51\ \(3\)\ \(1\).jpg');
}

.image06 {
    background-image: url('images2/photo_2023-04-23_21-07-52.jpg');
}

.image07 {
    background-image: url('images2/photo_2023-04-23_21-07-52\ \(2\).jpg');
}

.image08 {
    background-image: url('images2/photo_2023-04-23_21-07-52\ \(3\).jpg');
}

.image09 {
    background-image: url('images2/photo_2023-04-23_21-07-52\ \(4\).jpg');
}

.image10 {
    background-image: url('images2/photo_2023-04-23_21-07-52\ \(5\).jpg');
}

.image11 {
    background-image: url('images2/photo_2023-04-23_21-08-23\ \(4\).jpg');
}

.image12 {
    background-image: url('images2/photo_2023-04-23_21-08-55.jpg');
}

@media screen and (max-width: 400px) {
    .image-grid {
        flex-direction: column;
        flex-wrap: no-wrap;
    }
    .image-grid div {
        width: 100%;
    }
}


/* footer  */

.footer {
    opacity: 100%;
    width: 100%;
    height: max-content;
    background-color: #0a97d8;
    transition: 1s;
}

.footer:hover {
    background-color: #19A7CE;
}

.location {
    border-radius: 20px;
    opacity: 80%;
    transition: 0.5s;
    margin: 10px 0px 20px 50px;
}

.location-1 {
    font-size: 40px;
    margin: 10px 0px 10px auto;
    padding: 20px 20px;
    font-family: 'Jost', sans-serif;
    color: #ddd;
}

.location-1:hover {
    opacity: 100%;
    color: #A8E890;
}

#footer-ad {
    text-align: left;
    margin: 5px auto 50px 20px;
    padding: auto 50px 200px 20px;
    border-radius: 5px;
    width: 100%;
}

.adress {
    color: #ddd;
    padding: 0 0 50px 20px;
    transition: 2s;
}

.adress:hover {
    color: #A8E890;
}

.footer-icon {
    padding: 0px 22px;
    font-size: 20px;
}

.p-footer {
    text-decoration-line: none;
    color: #ddd;
    font-size: 20px;
    margin-left: 10px;
    padding-right: 30px;
}

.footer-phone-link {
    color: #ddd;
    font-size: 20px;
    text-decoration-line: none;
    margin-left: 20px;
    padding-right: 30px;
}

.footer-mail-link {
    color: #ddd;
    font-size: 20px;
    text-decoration-line: none;
    margin-left: 20px;
    padding-right: 10px;
}

#copyright {
    color: aliceblue;
    font-size: 20px;
    text-align: center;
}

.Copyright-class {
    text-align: center;
}

.designedby {
    font-size: 15px;
    color: rgb(0, 0, 0);
    text-align: center;
}


/* gallery */