@media(max-width:768px) {

    .hamburger {
        display: flex;
        position: relative;
        z-index: 999;
        right: 0px;
        color: #fff;
        margin-right: 20px;
        margin-left: auto;
        top: -85px;
    }

    .hamburger span {
        background: #fff;
    }

    .nav {
        position: fixed;
        top: 0;
        right: -700px;
        width: 280px;
        height: 100vh;
        background: #fff;
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 100px 30px;
        transition: .35s ease;
        box-shadow: -4px 0 15px rgba(0, 0, 0, .1);
    }

    header nav a {
        text-shadow: none;
        color: #000;
    }

    .nav.active {
        right: 0;
        width: fit-content;
        padding: 90px;
        margin: 0;

    }

    .nav.active a img {
        display: none;
    }

    .home-social {

        top: 0px !important;
        background: #4b4b4b;
        width: 100%;
        right: 0 !important;
        justify-content: end;
        padding-right: 80px;
        height: 50px;
    }




    .home-section {
        padding: 20px;
    }

    .home-section h2 {
        padding: 0px 0px 20px 0px;
        font-size: 30px;
    }

    .home-section .home-content {
        flex-direction: column;
        gap: 20px;
        padding: 0px;
    }

    .home-section .home-content .aboutus-image {

        width: 100%;
    }

    .home-section .home-content .home-content-info {
        margin: 0px;
    }

    .home-section .home-content h3 {
        font-size: 50px;
    }

    .home-section .home-content .home-content-text {
        flex-direction: column;
        font-size: 18px;
    }

    .home-section .home-content .home-room-thumb {
        width: 100%;
        height: auto;
    }

    .home-section .home-content .home-room-thumb .mySwiper2 .swiper-wrapper {
        height: 300px;
    }

    .home-section .home-content-room .home-room-thumb .room-thumb-info {

        width: 100%;
        margin-top: 20px;
    }

    .home-section .home-content-room .home-room-info p {
        margin-top: 10px;
        font-size: 18px;
    }

    .home-section .home-content-room .home-room-info .primary-text {
        margin: 30px 0px;
    }

    footer {
        margin-top: 50px;
    }



    footer .footer-section {
        padding: 10px;
    }

    footer .footer-section .footer-sa-logo {
        height: 60px;
    }

    footer .footer-section .footer-text img {
        height: 50px;
        margin: 0 auto;
    }

    footer .footer-section .footer-text .footer-address {
        font-size: 18px;
        line-height: 26px;
    }

    footer .footer-section .footer-surdurulebilir-logo {
        height: 80px;
        top: 0px;
    }








    .sustainability-section.home-section .home-content {

        margin: 0px;
    }

    .sustainability-section.home-section h3 {

        font-size: 20px !important;
        margin: 0px !important;
    }

    .accordion-label {

        padding: 5px 10px;
    }

    .accordion-label::after {
        margin-top: 5px;
    }

    .sustainability-document-list li {
        width: 100%;
        max-width: 100%;
    }

    .sustainability-document-list li a .sustainability-document-text-name {
        align-items: center;
    }








    .home-section-room .gallery-wrapper .gallery-section h3 {
        margin: 40px 0px 10px 0px;
    }

    .lightbox-gallery {
        padding: 0px;
    }

    .lightbox-gallery a img {
        height: 90px;
    }

    .lightbox-gallery a {
        margin: 5px;
    }





    .contact-section.home-section .home-content {
        padding: 0px !important;
    }


    .contact-section .contact-form {
        width: 100%;
    }

    .contact-section .contact-map {
        width: 100%;
        padding: 10px;
    }

    .contact-section .contact-map iframe {
        width: 100%;
    }







    .comment-section .comment-info {
        width: 100% !important;
    }

    .comment-section .comments-card-container {
        width: 100% !important;
        margin-top: 20px !important;
    }

    .comment-section .comment-scroll-area {
        height: 320px !important;
        max-height: 60vh !important;
    }

    .comment-section .pagination-container {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }




    .gallery-video {
        width: 100%;
        padding: 0px;
    }

    .gallery-video iframe {
        width: 100%;
    }


    .nav .nav-link.link-logo {
        display: none;

    }

    .mobile-logo {
        display: block;
    }
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {

    header nav {
        width: 100%;
        gap: 20px;

        justify-content: center;
    }

    header nav a img {
        height: 150px;
    }

    .home-section h2 {

        padding: 0px 100px 40px 50px;
    }

    .home-section .home-content {
        flex-direction: column;
    }

    .home-section .home-content .aboutus-image {
        width: 100%;
    }



    .home-section .home-content .home-content-info {
        margin: 0px 50px;
        width: 90%;
    }

    .home-section .home-content h3 {
        font-size: 60px;
    }

    .home-section .home-content .home-content-text {

        gap: 20px;
        flex-direction: column;
        max-width: 90%;
    }

    .home-section .home-content .home-room-thumb {

        height: auto;
        width: 100%;

    }


    .home-section .home-content-room .home-room-thumb .room-thumb-info {

        margin-left: 0px;
    }


    .home-section .home-content .home-room-info {

        margin: 0px 0px;

    }

    footer .footer-section .footer-sa-logo {

        height: 100px;
    }

    footer .footer-section .footer-text img {
        height: 100px;
    }

    footer .footer-section .footer-surdurulebilir-logo {
        height: 100px;
        top: 0px;
    }


    .home-section .home-content.home-content-room {
        padding: 0px 50px;
    }

    footer {
        margin-top: 50px;
    }

    header .home-social {

        top: 400px;
        right: 30px;
    }



.gallery-video{
    padding:0px;
}
.gallery-video iframe{
    width:100%;
}

.home-section-room .gallery-wrapper .gallery-section h3{
        margin-left: 50px;
    margin-top: 30px;
    font-size: 20px;
}
.lightbox-gallery{
    padding:10px 40px 30px 40px;
}
.lightbox-gallery a{
    margin:5px;
}
.lightbox-gallery a img{
    height:150px;
}





.contact-section.home-section .home-content{
    padding:0px;
}

.contact-section.home-section .home-content .home-content-info{
    
    width:100%;
    margin:0px;
    padding:0px 50px;
}
.contact-section.home-section .home-content .home-content-info form{
    
   width:100%;
}
.contact-section.home-section .home-content .home-content-info .contact-map{
    
   width:100%;
}


.comment-section .comment-info, .comment-section .comments-card-container{
    width: 100% !important;
}


}

/* Desktop */
@media (min-width: 1025px) and (max-width: 1440px) {}

/* Large desktop / 4K */
@media (min-width: 1441px) {}