@media screen and (min-width:200px) and (max-width:1024px) {
    body {
        font-size: 90%;
    }

    .container {
        width: 90%;
    }

    .hamburger .line {
        width: 40px;
        height: 2px;
        background-color: #000;
        display: block;
        margin: 12px 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger span.line:nth-child(2) {
        width: 40px;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    .hamburger.is-active .line {
        background-color: #000;
    }

    #hamburger-1.is-active .line:nth-child(2) {
       opacity: 0.8;
 transform: translateY(14px) translateX(11px) rotate(287deg);
    width: 30px;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(4px) rotate(-16deg);
        -ms-transform: translateY(4px) rotate(-16deg);
        -o-transform: translateY(4px) rotate(-16deg);
      transform: translateY(6px) translateX(-3px) rotate(12deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-24px) rotate(-67deg);
        -ms-transform: translateY(-24px) rotate(-67deg);
        -o-transform: translateY(-24px) rotate(-67deg);
     transform: translateY(-44px) translateX(24px) rotate(287deg);
    width: 30px;
    }
	.hamburger.is-active .line {
		width: 70px;
	}
    .hamburger.is-active span.line:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle {
        color: #000;
        width: 50px;
        position: absolute;
        right: 28px;
        top: 33px;
        transform: rotate(300deg);
    }

    .right-menu {
        display: none;
    }

    .header {
        padding: 30px 0;
    }

    .work-section {
        width: 100%;
        padding: 50px 0;
    }

    #text-drop span.btn-text::before {

        width: 18px;
        height: 18px;
    }

    .grid-full {
        grid-template-columns: 100%;
        gap: 25px;
        margin: 0 0 25px 0;
    }

    .grid {
        grid-template-columns: 100%;
        gap: 25px;
        margin: 0 0 25px 0;
    }

    .grid-3 {
        display: grid;
        grid-template-columns: 100%;
        gap: 25px;
        margin: 0 0 25px 0;
    }

    .grid-responsive {
        display: grid;
        grid-template-columns: repeat(1, 100%);
        gap: 5px;
    }

    .flex {
        display: flex;
        flex-wrap: wrap;
    }

    .left {
        width: 100%;
    }

    .right {
        width: 100%;
    }

    .footer a {
        margin: 10px 5px;
    }

    .footer a:first-child {
        margin: 0 5px 10px 0;
    }

    .insta {
        display: block;
        margin: 30px 0;
    }

    .onlymobile {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        word-break: keep-all;
    }

    .onlymobile ul {
        width: 100%;
        padding: 50px 0;
    }

    .header header nav .right-menu a {
        font-size: 13px;
        padding: 0 12px 0 0;
        display: inline-block;
        vertical-align: middle;
        font-family: 'Work Sans', sans-serif;
    }

    .banner .carousel-cell {
        height: 350px;
    }

    .banner {
        width: 100%;
        height: 350px;
        min-height: 350px;
        position: relative;
    }

    .banner-text {
        width: 400px;
        padding: 0;
        position: absolute;
        left: 0px;
        top: 25px;
    }

    .flickity-prev-next-button {
        top: 80%;
        width: 30px;
        height: 30px;
        border-radius: 0;
        transform: translateX(0px);
    }

    .more-info {
        padding: 50px 0 0 0;
    }

    .heading h1 {
        max-width: 400px;
        font-size: 5em;
    }

    .inner .header header nav ul .onlymobile li.active a {
        color: #000;
    }

    .inner .header header nav ul .onlymobile li a {
        color: #DCDDDE;
    }

    .more-info .para h2 a {
        display: block;
        font-family: 'Work Sans', sans-serif;
        margin: 20px 0 5px 0;
        font-size: 1.2em;
    }
	.carousel-cell video {
	width: 100%;
    height: 600px;
    object-fit: cover;
	}
	.flickity-prev-next-button {
		display: none;
	}
}

@media screen and (min-width:684px) and (max-width:1024px) {
    body {
        font-size: 80%;
    }

    .container {
        width: 80%;
    }



}

@media screen and (min-width:1024px) and (max-width:1440px) {

    body {
        font-size: 75%;
    }

    .flickity-prev-next-button { 
        transform: translateX(210px);
    }

}