:root {
    --body-color: #d5ddf8;
    --color-white: #fff;
    --color-black: #000;
    --text-color: #001b4c;
    --fire-color: #3f33bb;
    --border-card: rgba(170, 170, 170, 1);
    --color-new-black: rgba(68, 68, 68, 1);
}

:root {
    --roboto: font-family: "Roboto", serif;
    --normal: 400;
}

/* ----------------photography btn---------------- */

.photography_btn {
    font-size: 36px;
    font-weight: 400;
    display: inline-block;
    border-radius: 50px;
}

/* ---------photography banner start------------- */

#photography_banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1133px;
}

#photography_banner .text_box {
    max-width: 625px;
    width: 100%;
    padding-top: 330px;
}

#photography_banner .text_box .title {
    font-size: 74px;
    font-weight: 700;
    line-height: 85px;
    text-align: left;
    color: var(--color-white);
    margin-bottom: 0;
}

#photography_banner .text_box .banner_btn {
    margin-top: 140px;
    display: flex;
    gap: 20px;
    padding-left: 0;
    margin-bottom: 0;
}

#photography_banner .text_box .banner_btn .photography_btn {
    padding: 20px 40px;
}

#photography_banner .text_box .banner_btn .one {

    background-color: var(--color-white);
    color: var(--color-black);
}

#photography_banner .text_box .banner_btn .two {
    color: var(--color-white);
    background-color: var(--color-new-black);
}


/* ---------photography banner end------------- */


/* -------- --photography album section start*/

#photography_album .album_filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#photography_album .album_filter h1 {
    font-size: 74px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0;
}

#photography_album .album_filter .two_sel select {
    background-image: url(https://rishleena.com/wp-content/themes/rishleena/images/arrow-down-s-line_white.png);
    background-color: var(--color-new-black);
    color: var(--color-white);
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    padding: 18px 40px;
    border: none;
    background-position: calc(100% - 8px) center;
    background-repeat: no-repeat;
    transition: all 250ms ease-in-out;
    background-size: 24px;
    -webkit-appearance: none; 


}

#photography_album .album_filter .two_sel select option {
    background-color: var(--color-white);
    color: var(--color-black);
    font-size: 16px;
    border: none;
}


#photography_album .photo_gallery {
    margin-top: 60px;
}

#photography_album .photo_gallery .grid_box {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

#photography_album .photo_gallery .album_photo {
    width: 100%;
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
}

#photography_album .photo_gallery .album_photo .photo_info {
    display: flex;
    gap: 35px;
    padding: 30px 0px 0px 30px;
}

#photography_album .photo_gallery .album_photo .photo_info i {
    padding-right: 10px;
}

#photography_album .photo_gallery .album_photo .photo_info a {
    background-color: var(--color-new-black);
    color: var(--color-white);
    font-size: 22px;
    font-weight: 400;
    padding: 10px 28px;
    border-radius: 50px;
}

#photography_album .photo_gallery .album_photo .bottom_info {
    position: absolute;
    background-color: #00000091;
    bottom: 58px;
    padding: 20px;
}

#photography_album .photo_gallery .album_photo .bottom_info h2 {
    font-size: 74px;
    font-weight: 700;
    line-height: 74px;
    text-align: left;
    color: var(--color-white);
    margin-bottom: 16px;
}

#photography_album .photo_gallery .album_photo .bottom_info p {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: var(--color-white);
    margin-bottom: 0;
    max-width: 521px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#photography_album .view_btn {
    justify-items: center;
    margin-top: 60px;
    text-align: center;
}

#photography_album .view_btn .photography_btn {
    background-color: var(--color-new-black);
    padding: 20px 50px;
    color: var(--color-white);
    border: none;

}

/* -------- --photography album section end*/

/* --------------------photography about  start---------------- */
#photography_about {
    height: fit-content;
    background-size: cover;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#photography_about .flex_box {
    gap: 28px;
    display: flex;
    padding: 130px 0px 30px 0px;
}

#photography_about .image_box {
    display: flex;

}

#photography_about .image_box .about_image {
    width: 500px;
    overflow: hidden;
    height: 500px;
    overflow-y: hidden;
}

#photography_about .image_box .about_image img {
    width: 100%;
    height: 500px;
    border: 1px solid white;
    overflow: hidden;
}

#photography_about .image_box .about_image img:hover {
    transition: all .5s ease-in;
    transform: scale(1.1);
}

#photography_about .image_box .about_image:nth-child(2) {
    margin-left: -217px;
    margin-top: 118px;

}

#photography_about .image_box .about_image:nth-child(3) {
    margin-left: -217px;
    margin-top: 236px;

}

#photography_about .about_info h2 {
    font-size: 74px;
    font-weight: 700;
    line-height: 74px;
    color: var(--color-white);
    margin-bottom: 0;
}

#photography_about .about_info p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: var(--color-white);
    margin-top: 16px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
}

/* photography about section end*/

/* ==============responsive================== */
@media(max-width:1700px) {

    .photography_btn {
        font-size: 18px;
    }

    #photography_banner {
        height: 700px;
    }

    #photography_banner .text_box {
        padding-top: 100px;
    }

    #photography_banner .text_box .title {
        font-size: 54px;
        line-height: 64px;
    }

    #photography_banner .text_box .banner_btn {
        margin-top: 80px;
        max-width: fit-content;
    }

    #photography_banner .text_box .banner_btn .photography_btn {
        padding: 12px 35px;
    }


    #photography_album .album_filter h1 {
        font-size: 45px;
        line-height: 50px;

    }

    #photography_album .album_filter .two_sel select {
        font-size: 18px;
        padding: 12px 35px;
    }

    #photography_album .photo_gallery .album_photo {
        height: 500px;
    }

    #photography_album .photo_gallery .album_photo .photo_info {
        gap: 10px;
    }

    #photography_album .photo_gallery .album_photo .photo_info a {
        padding: 5px 15px;
        font-size: 16px;
    }


    #photography_album .photo_gallery .album_photo .bottom_info {
        bottom: 40px;
    }

    #photography_album .photo_gallery .album_photo .bottom_info h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    #photography_album .view_btn .photography_btn {
        padding: 10px 40px;

    }

    #photography_about .image_box .about_image {
        width: 400px;
        height: 400px;
    }

    #photography_about .image_box .about_image img {
        width: 100%;
        height: 400px;

    }

    #photography_about .about_info h2 {
        font-size: 45px;
    }

    #photography_about .about_info p {
        font-size: 18px;
        margin-top: 0;
    }
}


@media(max-width:1024px) {
    #photography_banner .text_box .title {
        font-size: 52px;
        line-height: 62px;
    }

    #photography_banner {
        height: 500px;
    }

    #photography_about .flex_box {
        padding: 60px 0px 30px 0px;
    }

    #photography_about .image_box .about_image {
        width: 300px;
        height: 300px;
    }

    #photography_about .image_box .about_image img {
        width: 100%;
        height: 300px;
    }
}

@media(max-width:991px) {

    .photography_btn {
        font-size: 20px;
    }

    #photography_banner {
        height: 400px;
    }

    #photography_banner .text_box .banner_btn {
        margin-top: 50px;
    }

    #photography_album .album_filter h1 {
        font-size: 35px;
        line-height: 30px;
    }

    #photography_album .album_filter .album_dropbtn {
        font-size: 20px;
    }

    #photography_album .photo_gallery {

        margin-top: 40px;
    }

    #photography_album .photo_gallery .album_photo .photo_info {
        gap: 5px;
    }

    #photography_album .photo_gallery .album_photo .photo_info a {
        font-size: 10px;
        padding: 5px 10px;
    }

    #photography_album .photo_gallery .album_photo {
        height: 300px;
    }

    #photography_album .photo_gallery .album_photo .bottom_info h2 {
        font-size: 28px;
        line-height: 40px;
    }

    #photography_album .photo_gallery .album_photo .bottom_info {
        bottom: 20px;
    }

    #photography_about .flex_box {
        padding: 60px 0px 30px 0px;
    }

    #photography_about .image_box .about_image:nth-child(2) {
        margin-left: -130px;
        margin-top: 80px;
    }

    #photography_about .image_box .about_image:nth-child(3) {
        margin-left: -165px;
        margin-top: 180px;
    }

    #photography_about .image_box .about_image {
        width: 250px;
        height: 250px;
    }

    #photography_about .image_box .about_image img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    #photography_about .about_info h2 {
        font-size: 35px;
    }
}

@media(max-width:768px) {

    .photography_btn,
    #photography_album .album_filter .two_sel select {
        font-size: 16px;
    }

    #photography_banner .text_box .title {
        font-size: 42px;
        line-height: 52px;
    }

    #photography_album .album_filter h1 {
        font-size: 26px;
    }


    #photography_album .album_filter .album_dropbtn {
        font-size: 14px;
        padding: 12px 20px;
    }

    #photography_album .photo_gallery .grid_box {
        gap: 20px;
    }

    #photography_album .photo_gallery .album_photo .photo_info {
        padding: 15px 0px 0px 15px;
    }

    #photography_album .photo_gallery .album_photo .photo_info i {
        display: none;
    }

    #photography_album .photo_gallery .album_photo .bottom_info {
        bottom: 10px;
        padding: 10px;
    }

    #photography_album .photo_gallery .album_photo .bottom_info h2 {
        font-size: 24px;
        line-height: 24px;
    }

    #photography_album .view_btn {
        margin-top: 30px;
    }

    #photography_about .flex_box {
        display: block;
        padding: 40px 0px 30px 0px;
    }

    #photography_about .image_box .about_image:nth-child(2) {
        margin-left: -60px;
        margin-top: 40px;
    }

    #photography_about .image_box .about_image:nth-child(3) {
        margin-left: -60px;
        margin-top: 80px;
    }

    #photography_about .image_box .about_image {
        height: 200px;
        width: 100%;
    }

    #photography_about .image_box .about_image img {
        height: 200px;
        width: 100%;
    }

    #photography_about .about_info {
        margin-top: 20px;
    }

    #photography_about .about_info h2 {
        line-height: 40px;
        font-size: 26px;
    }

    #photography_about .about_info p {
        line-height: 26px;
        margin-top: 10px;
    }
}

@media(max-width:575px) {

    #photography_banner .text_box .banner_btn .photography_btn {
        padding: 10px 22px;
    }
    #photography_album .album_filter .two_sel select{
        padding: 13px 36px;
    }

    #photography_banner {
        height: 350px;
    }

    #photography_banner .text_box {
        padding-top: 60px;
    }


    #photography_banner .text_box .title {
        font-size: 32px;
        line-height: 40px;
    }

    #photography_banner .text_box .banner_btn {
        margin-top: 40px;
    }

    #photography_album .album_filter {
        display: block;
    }

    #photography_album .album_filter .album_dropdown {

        margin-top: 20px;
    }

    #photography_album .photo_gallery {
        margin-top: 20px;
    }

    #photography_album .photo_gallery .grid_box {
        grid-template-columns: repeat(1, 1fr);
    }

    #photography_album .photo_gallery .album_photo .bottom_info {
        bottom: 10px;
        padding: 10px;
    }

    #photography_album .view_btn .photography_btn {
        padding: 10px 30px;
    }

    #photography_about .image_box .about_image {
        height: 150px;
        width: 100%;
    }

    #photography_about .image_box .about_image img {
        height: 150px;
        width: 100%;
    }
}

@media(max-width:425px) {
    #videography_banner {
        height: 300px;
    }

    #photography_album .photo_gallery .album_photo {
        height: 250px;
    }


}