@media screen and (min-width: 1025px){
.menu-toggler {
    display: none;
}
}
@media screen and (max-width: 1199px){
.container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
    padding: 0 30px;
}
.header-bottom .bottom-wrapper {
    column-gap: 40px;
}
.header-bottom #main-menu ul li a {
    font-size: 14px;
}
.header-bottom #main-menu ul {
    column-gap: 12px;
}
h1.section-title.text-white.text-md-end.text-center.mb-4 {
    text-align: left !important;
}
.header-bottom .logo-area a {
    font-size: 18px;
}
.header-bottom .logo-area a span {
    font-size: 14px;
    letter-spacing: 5px;
}
.header-bottom .logo-area .logo::before {
    width: 3px;
}
}

@media screen and (max-width: 1024px){
.header-bottom #main-menu ul {
    flex-direction: column;
    align-items: flex-end;
    border: 1px solid rgb(255 255 255 / 10%);
}
.header-bottom .bottom-wrapper {
    align-items: flex-start;
}
.header-bottom #main-menu {
    background-color: var(--dark-color);
    display: none;
    position: absolute;
    right: 30px;
    top: 60px;
    width: calc(100% - 60px);
    z-index: 99;
}
.header-bottom #main-menu ul li::after {
    display: none;
}
.header-bottom #main-menu ul li {
    width: 100%;
}
.header-bottom #main-menu ul li:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.header-bottom #main-menu ul li a {
    display: block;
    padding: 12px 20px;
}
#about-section figure img {
    max-width: 600px;
    width: 100%;
}
#about-section .desc * {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.6;
    color: #fff;
    text-align: justify;
    font-family: 'Open Sans',sans-serif !important;
}
}

@media screen and (max-width: 991px){
.header-bottom {
    padding: 15px 0;
}
.header-top .left-area ul li a {
    font-size: 14px;
}
.header-section {
    padding: 15px 0;
}
#contact-section .inner-section {
    min-height: calc(100vh - 220px);
    display: flex;
    align-items: flex-start;
}
section {
    padding-top: 140px;
}

#about-section figure {
    margin-right: 0;
    float: none;
}
#about-section .row .left {
    flex: 0 0 auto;
}
#about-section .row .right {
    max-width: 100%;
}
}

@media screen and (max-width: 767px){
.menu-toggler {
    right: 20px;
}
.container, .container-lg, .container-md, .container-sm {
    padding: 0 20px;
}
#contact-section .inner-section {
    min-height: calc(100vh - 220px);
    display: flex;
    align-items: flex-start;
}
#architecture-section .category-name {
    font-size: 20px;
    margin-bottom: 15px;
}
#architecture-section .gallery .img-gallery .owl-nav button {
    left: 0;
    font-size: 35px;
}
#architecture-section .gallery .img-gallery .owl-nav button.owl-next {
    right: 0;
}
#architecture-section .single-category {
    margin-bottom: 30px;
}
#architecture-section .image-indecator .owl-nav button {
    font-size: 25px;
}
section {
    /* padding-top: 130px; */
}
#contact-section .section-title {
    margin-bottom: 15px;
    font-size: 25px;
}
#contact-section .name {
    font-size: 16px;
    margin-bottom: 10px;
}
.desc {
    margin-bottom: 5px;
    font-size: 13px;
}
#contact-section .social {
    margin-top: 20px;
}
#contact-section .social li a {
    font-size: 17px;
}
#contact-section .social li a {
    height: 30px;
    width: 30px;
}
#photography-section .single-category .category-name {
    font-size: 18px;
    margin-bottom: 15px;
}
}

@media screen and (max-width: 575px){
.header-bottom .logo-area {
    max-width: 150px;
}
.menu-toggler {
    width: 30px;
    height: 30px;
}
.header-top .left-area ul li a {
    font-size: 13px;
}
.header-top .right-area ul li a {
    font-size: 15px;
}
.header-top .left-area ul {
    column-gap: 15px;
}
.header-bottom #main-menu ul li a {
    font-size: 13px;
}
.desc {
    margin-bottom: 10px;
    font-size: 13px;
}
.divider-contact {
    margin-bottom: 30px;
}
.contact-info .single-info label {
    margin-bottom: 5px;
    font-size: 16px;
}
.contact-info .single-info a, .contact-info .single-info span {
    column-gap: 7px;
    font-size: 14px;
}
.contact-info .single-info a i, .contact-info .single-info span i {
    font-size: 16px;
}
.header-bottom .logo-area a {
    font-size: 22px;
}
.header-bottom .logo-area a span {
    font-size: 12px;
}
#publications-section .gallery-with-captions .single-item figure {
    padding: 3px;
    border-radius: 3px;
}
#publications-section .gallery-with-captions .single-item figure img {
    border-radius: 3px;
}
#architecture-section .category-name {
    font-size: 14px;
    margin-bottom: 10px;
}
#architecture-section .gallery .img-gallery .owl-nav button {
    font-size: 25px;
}
#architecture-section .image-indecator .owl-nav button {
    font-size: 18px;
}
#photography-section .single-category .category-name {
    font-size: 16px;
    margin-bottom: 10px;
}
section {
    padding-top: 130px;
}
#photography-section .single-gallery li {
    width: 33.33%;
    padding: 3px;
}
}

@media screen and (max-width: 480px){
.header-top .right-area ul {
    display: none;
}
.copyright {
    font-size: 12px;
}
#photography-section .single-gallery li {
    width: 50%;
}
}