@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;400;300&family=Poppins&display=swap');

body {
    font-family: 'Kanit', sans-serif !important;
    background-color: black !important;
    background-image: url('../img/gallery.png') !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.NavCustom1 {
    background-color: transparent;
    text-align: center;
    color: #fff;
    font-weight: 300;
    height: 60px;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
}

.goback {
    padding: 10px;
    width: 100%;
    border: 0;
    border-radius: 50px;
    background-color: #2a7abb !important;
    color: #fff;
    font-size: 20px;
    transition: .3s;
}

.goback:hover {
    background-color: #1b5f97 !important;
}


.customNav2 {
    justify-content: end;
}

.nav-item {
    margin-right: 20px;
}

.nav-link:hover {
    transform: scale(1.1);
    transition: .3s;
}

.nav-logo {
    width: 10%;
    margin-right: 20px;
}

.img-content {
    width: 100%;
}

.navbar {
    margin-top: 20px;
}

.nav-link {
    color: #fff !important;
    font-size: 25px;
}

.content1 {
    display: flex;
    align-items: end;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.content1 {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.img-content1 {
    height: 90%;
    transition: 1s;
}

.img-content2 {
    height: 80%;
    margin-left: -50px;
    transition: 1s;
}

.img-content1:hover {
    transform: scale(1.05);
}

.img-content2:hover {
    transform: scale(1.05);
}

.textcontent {
    margin-top: 250px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-content1 {
    font-size: 60px;
    color: #22A1FE;

}

.text-content2 {
    font-size: 60px;
    color: #fff;
}

.text-content3 {
    font-size: 25px;
    color: #fff;
}


.tab {
    width: 100%;
    height: 3px;
    background-color: #1E1E1E;
}

.why {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

.whygroup {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color: #fff;
}

.whygroup img {
    width: 40%;
}

.whyall {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.tabstart {
    margin-top: 200px;
}

.slidedownon {
    transform: translateY(200px);
    transition: .3s;
}

.slidedownoff {
    transform: translateY(0);
    transition: .3s;
}

.ourgallerytext1 {
    font-size: 30px;
    color: #22A1FE;
    margin-top: 30px;
}

.ourgallerytext2 {
    font-size: 30px;
    color: #fff;
}

.ourgallery {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ourgallery-img {
    width: 95%;
    margin-bottom: 20px;
    opacity: .7;
    transition: .6s;
    cursor: pointer;
}

.ourgallery-img:hover {
    opacity: .3;
}

.ourgallery-content {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.ourgallery-texthover {
    color: #fff;
    position: absolute;
    opacity: 1;
    align-self: center;
    margin-left: 9%;
    margin-top: 12%;
    font-size: 40px;
}

.displaynone {
    display: none;
    transition: 1s ease;
}

.content2 {
    color: #fff !important;
    margin-top: 20px;
}

.imgcontent1 {
    width: 70%;
}

.footeraboutus {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.underfooter {
    text-align: end;
    color: #616161;
    margin-bottom: 50px;
}

.dbdlogo {
    text-align: end;
}

.paintpro-contenttext1 {
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.gallerytext {
    text-align: center;
}

.gallerytext1 {
    color: #fff;
    font-size: 30px;
}

.gallerytext2 {
    color: #22A1FE;
    font-size: 60px;
}


@media screen and (max-width: 1600px) {
    .tabstart {
        margin-top: 0px;
    }
    body {
        background-size: cover;
    }

}

@media screen and (max-width: 1000px) {
    .nav-logo {
        width: 20%;
    }

    .navbar-toggler {
        right: 0;
    }

    .textcontent {
        margin-top: 50px;
    }

    .dbdlogo {
        text-align: center;
    }

    .dbdlogo-img {
        margin-top: 20px;
    }

    .footernav {
        display: none;
    }

    .footeraboutus {
        text-align: center;
        align-items: center;
    }

    .imgcontent1mb {
        align-items: center;
        text-align: center;

    }

    .paintpro-contenttext1 {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}
