
/* heading section start */
h1,
h2,
h3,
h4,
p {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
}

h2 {
    font-size: 45px;
    font-weight: 700;
    padding: 30px 0px;
}

h3 {
    font-size: 20px;
    font-weight: 700;
}

h4 {
    font-size: 25px;
    font-weight: 700;
}


p {
    font-size: 15px;
    font-weight: 500;
}

/* heading section end */
/* button section start */
.btn_1 {
    background-color: #ffe100;
    color: #000000;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #ffe100;
}

.btn_1:hover {
    background-color: #ffe100a3;
    border: 1px solid;
}

.btn_2 {
    background-color: transparent;
    color: #000000;
    border: none;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 30px;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    transition-duration: .3s;
}

.btn_2:hover {
    background-color: #ffe100;
    transform: scale(1.1);
    border-top:none;
    border-bottom: none;
}

/* button section end */
/* navbar start */
.nav {
    display: block;
    width: 100%;
    min-height: 50px;
}



.header {
    display: flex;
    justify-content: center;
}

ul {
    justify-content: end;
    list-style-type: none;
    display: flex;
    padding: 2px 0px;
    gap: 0px 45px;
}


ul a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}


/* navbar end */
/* image slider start*/

body .owl-carousel.owl-loading {
    opacity: 1;
    display: block;
    text-align: center;
}
a.item {
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #f00;
    padding: 50px 0;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
    margin-top: 10px;
}
body .owl-carousel .owl-dots, 
body .owl-carousel .owl-nav {
    display: none;
    margin-top: 10px;
    text-align: center;
}
body .owl-carousel .owl-dots.disabled, 
body .owl-carousel .owl-nav.disabled {
    display: none;
}
/* image slider end */
.raper {
    max-width: 1100px;
    margin: 0 auto;
}

.section_5,
.section_7,
.section_6,
.section_2,
.section_1,
.header-sec {
    padding: 0px 20px;
}

body {
    background-color: white !important;
}

section {
    padding: 40px 0px;
    width: 100%;
    float: left;
}

header {
    padding: 30px 0px;
    width: 100%;
    float: left;
}

.header-sec {
    display: flex;
    justify-content: center;
}

.section_1 {
    display: flex;
    justify-content: center;
}

.sec_1_left {
    width: 100%;
    padding: 60px 10px;
}

.sec_1_right {
    width: 100%;
    padding: 20px;
}

.sec_1_right img {
    width: 100%;
    height: 380px;
}

.section_3 {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.sec_3_sub_div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px 0px;
}

.upper-div img {
    width: 100%;
    height: 250px;

}

.upper-div {
    position: relative;
}

.upper-div:hover:before {
    position: absolute;
    content: "ART WORK";
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffe100;
    z-index: 9;
}

.upper-div:hover:after {
    position: absolute;
    content: "By DVIKZ";
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    font-weight: 400;
    font-size: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 9;
}

.lower-div img {
    width: 100%;
    height: 380px;
}

.lower-div {
    position: relative;
}

.lower-div:hover:before {
    position: absolute;
    content: "ART WORK";
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffe100;
    z-index: 9;
}

.lower-div:hover:after {
    position: absolute;
    content: "By DVIKZ";
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    font-weight: 400;
    font-size: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 9;
}

.btn {
    text-align: center;
    padding: 30px 0px;
}
.sec_5_sub_div {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.sec_5_left {
    width: 100%;
    position: relative;
}

.sec_5_left img {
    height: 400px;
    width: 100%;
}

.latest {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffe100;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    margin: 8px 0px;
    padding: 5px 8px;
    font-size: 15px;
    font-weight: 600;
    width: 70%;
}

.latest span {
    color: white;
    font-size: 12px;
    margin: 0;
}

.sec_5_right {
    width: 80%;
    margin: auto;
}







.sec_6_sub_div {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.sec_6_left {
    width: 100%;
    position: relative;
}

.sec_6_left img {
    height: 300px;
    width: 100%;
}

.sec_6_left:hover:before {
    position: absolute;
    content: "DVIKZ";
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffe100;
    z-index: 9;
}

.form_sec {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.form_sec_left {
    width: 100%;
}

.form_sec_left img {
    width: 100%;
    height: 100%;
}

/* form css start */
form {
    display: flex;
    flex-direction: column;
    padding: 40PX 0PX;
    gap: 10px;
}

input {
    max-height: 50px;
}

#message {
    max-height: 100px;
}

.submit {
    background-color: #ffe100 !important;
    color: #000000 !important;
    padding: 8px 15px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border: 1px solid #ffe100 !important;
    width: 150px !important;
}

.submit:hover {
    background-color: #ffe100a3 !important;
    border: 1px solid !important;
}

/* form css end*/
.logo_sec {
    display: flex;
    justify-content: space-evenly;
    padding-top: 80px;
}

.logo_sub_sec {
    width: 20%;
    text-align: center;
}

.logo_sub_sec p {
    margin: 0;
}

.last_section {
    display: flex;
    justify-content: center;
}

.fa {
    color: black;
    padding: 0px 30px;
    font-size: 25px;
}

footer {
    padding: 40px 0px;
    width: 100%;
    float: left;
    background-color: #1e1e1e;
}

.footer {
    display: flex;
    justify-content: space-between;
}

.footer_left {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.footer_left p{
    padding-top: 20px;
    padding-left: 10px;
    color: #ffffff;

}

.mbl_menu{
    display: none;
}
.page-2,.page-3,.page-4{
    display: none;
}




@media only screen and (max-width: 1080px) {
    .header_logo{
        float: left;
    }
    .mbl_menu{
        display: block;
        width: 70px;
        float: right;
    }
    .nav{
        display: none;
    }
    
    .header-sec,ul{
        flex-direction: column;
    }
    ul{
        background-color: #1e1e1e;
    }
    li{
        padding: 10px;
        color: white;
    }
    section,
    header,
    footer {
        padding: 20px 0px;
    }
}


@media only screen and (max-width: 810px) {

    .section_1,
    .section_3,
    .sec_5_sub_div,
    .sec_6_sub_div,
    .form_sec {
        flex-direction: column;
    }

    .section_3,
    .sec_5_sub_div,
    .sec_6_sub_div,
    .form_sec {
        padding: 0px 20px;
    }

    h1 {
        font-size: 36px;
    }

    .logo_sec {
        padding-top: 40px;
    }

    .sec_1_left,
    .btn,
    form {
        padding: 0;
    }

    .sec_1_right {
        padding: 10px 0px;
    }

    .section_4 {
        display: none;
    }

    .logo_sub_sec p {
        font-size: 10px;
    }

}