/* @import url('http://fonts.cdnfonts.com/css/gobold'); */
/* @import url('http://fonts.cdnfonts.com/css/honey-script'); */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    scroll-behavior: smooth;
    font-size: 16px;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

p,
h,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }



/* Loading Animaton on Video Page */
#loadingBox{
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    min-height: 100vh;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #F1F2F2;
    z-index: 9;
    overflow: hidden;
}

#loading {
    position: relative;
    transform: scale(0.725);
}

.divider {
    position: absolute;
    z-index: 2;
    top: 65px;
    left: 200px;
    width: 50px;
    height: 15px;
    background: #F1F2F2;
}

.loading-text {
    position: relative;
    font-size: 3.75rem;
    font-weight: 300;
    margin: 0;
    white-space: nowrap;
}

.loading-text::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 115px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    animation: dotMove 1800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite;
}

.letter {
    display: inline-block;
    position: relative;
    color: #000;
    letter-spacing: 8px;
}

.letter:nth-child(1) {
    transform-origin: 100% 70%;
    transform: scale(1, 1.275);
}

.letter:nth-child(1)::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 14px;
    height: 36px;
    background: #F1F2F2;
    transform-origin: 100% 0;
    animation: lineStretch 1800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite;
}

.letter:nth-child(5) {
    transform-origin: 100% 70%;
    animation: letterStretch 1800ms cubic-bezier(0.25, 0.23, 0.73, 0.75) infinite;
}

.letter:nth-child(5)::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 2px;
    width: 9px;
    height: 15px;
    background: #F1F2F2;
}

/* // For the dot */
@keyframes dotMove {
    0%,
    100% {
        transform: rotate(180deg) translate(-120px, -10px) rotate(-180deg);
    }
    50% {
        transform: rotate(0deg) translate(-111px, 10px) rotate(0deg);
    }
}
/* // For the letter "i" */
@keyframes letterStretch {
    0%,
    100% {
        transform: scale(1, 0.35);
        transform-origin: 100% 75%;
    }
    8%,
    28% {
        transform: scale(1, 2.125);
        transform-origin: 100% 67%;
    }
    37% {
        transform: scale(1, 0.875);
        transform-origin: 100% 75%;
    }
    46% {
        transform: scale(1, 1.03);
        transform-origin: 100% 75%;
    }
    50%,
    97% {
        transform: scale(1);
        transform-origin: 100% 75%;
    }
}
/* // For the letter "L" */
@keyframes lineStretch {
    0%,
    45%,
    70%,
    100% {
        transform: scaleY(0.125);
    }
    49% {
        transform: scaleY(0.75);
    }
    50% {
        transform: scaleY(0.875);
    }
    53% {
        transform: scaleY(0.5);
    }
    60% {
        transform: scaleY(0);
    }
    68% {
        transform: scaleY(0.18);
    }
}

@media(min-width: 48rem) {
    #loading {
        transform: scale(0.725rem);
    }
}

@media(min-width: 62rem) {
    #loading {
        transform: scale(0.85);
    }
}






/*
**--------- Home Page--------**
*/
.main {
    height: 100vh;
}

.homepage {
    height: 100%;
    background: #FEC61B;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}

.fixed_img {
    position: absolute;
    top: 0;
    z-index: 10;
}

.fixed_left {
    left: 0;
    width: 60%;
}

.fixed_right {
    right: 0;
    width: 50%;
}

.fixed_img img {
    width: 100%;
    height: auto;
}

.fixed_right img {
    max-height: 220px;
}

.homepage .content_section {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: relative;
    padding: 0 5%;
    padding-top: 3%;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.hero_hi {
    font-size: 100px;
    font-weight: bold;
    color: #744C29;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 20px;
}

.hero_name_area {
    margin-left: -40px;
}

.hero_rotate {
    transform: rotate(-90deg);
    margin-top: 12px;
}

.hero_me {
    font-size: 50px;
    font-weight: 200;
    color: #744C29;
}

.hero_name {
    margin-top: -50px;
    margin-left: -32px;
}

.hero_name span {
    font-size: 135px;
    color: #fff;
    font-weight: 500;
    text-shadow: 5px 5px 0px #F7A20A;
    font-family: 'Gobold Extra2', sans-serif;
}

.hero_subtitle img {
    width: 40px;
    margin-top: -66px;
}

.hero_subtitle {
    margin-top: 50px;
}

.hero_subtitle .subtitle_text {
    font-size: 70px;
    font-family: 'Honey Script', sans-serif;
    color: #744C29;
    font-weight: 600;
}

.hero_buttons_area {
    margin-top: 30px;
}

.buttons_title {
    margin-left: 20px;
}

.buttons_title span {
    font-size: 20px;
    font-weight: 300;
    color: #543200;
    letter-spacing: 2px;
    word-spacing: 4px;
    padding: 0 5px;
}

.buttons_title img {
    width: 50px;
    margin-top: 15px;
}

.hero_buttons {
    margin-top: 10px;
}

.hero_buttons .hero_button {
    color: #fff;
    background-color: #FF3300;
    font-weight: bold;
    font-size: 30px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    height: 45px !important;
    padding: 0 25px;
    padding-bottom: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.hero_buttons .hero_button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -4%;
    z-index: -1;
    width: 108%;
    height: 0;
    padding-bottom: 100%;
    background-color: #740AC6;
    border-radius: 50%;
}

.hero_buttons .hero_button.button_left::after {
    transform: translateY(-130%);
    animation: button-left 4s infinite;
}

.hero_buttons .hero_button.button_right::after {
    transform: translateY(150%);
    animation: button-right 4s infinite;
}

@keyframes button-left {
    0% {
        transform: translateY(-150%);
    }

    40% {
        transform: translateY(-40%);
    }

    60% {
        transform: translateY(-40%);
    }

    100% {
        transform: translateY(50%);
    }
}

@keyframes button-right {
    0% {
        transform: translateY(50%);
    }

    40% {
        transform: translateY(-40%);
    }

    60% {
        transform: translateY(-40%);
    }

    100% {
        transform: translateY(-150%);
    }
}

.hero_buttons .hero_button.button_left {
    margin-right: 20px;
}

.left_dotes {
    position: fixed;
    bottom: 50px;
    left: 50px;
}

.right_dots {
    position: fixed;
    right: 40px;
    top: 200px;
}

.left_dotes img,
.right_dots img {
    max-width: 60px;
}

.home_right {
    position: relative;

}

.home_left,
.home_right {
    height: 100vh;
}

.contact_area {
    text-align: right;
}

.contact_links_wrapper {
    padding-top: 20px;
}

.contact_title {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    font-family: 'Gobold Extra2', sans-serif;
}

.contact_links a {
    color: #fff;
    font-size: 18px;
    margin: 0 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-block;
}

.big_imoji {
    position: absolute;
    bottom: 20px;
    right: 5%;
}

.big_imoji img {
    max-height: 60vh;
    object-fit: cover;
}

.menu_icon {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    color: #fff;
    cursor: pointer;
    transition: all 0.4s ease;
}


.menu_icon_mobile {
    display: none;
    font-size: 35px;
}

.menu_icon_desktop {
    width: 150px;
    height: 45px;
    background: #f09433;
    color: #000;
    border-radius: 50px 0 0 50px;
    position: relative;
    z-index: 999;
}

.menu_icon_desktop::before {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50px 0 0 50px;
    z-index: -1;
}

.menu_icon_desktop span {
    font-weight: 500;
    font-family: 'Gobold Extra2', sans-serif;
    font-size: 28px;
    margin-top: -5px;
    text-transform: uppercase;
    padding-left: 18px;
}

.about_close .menu_icon_desktop {
    width: 70px;
    margin-left: -90px;
    margin-top: 47vh;
}

.about_close .menu_icon_desktop i {
    color: #F7A20A;
    margin-top: -10px;
}

/* i.mobile-times {
    display: none;
} */

.about_toggle {
    width: 70%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 99999;
    transition: right 0.4s ease;
}

.about_toggle.active {
    right: 0;
}

#about_overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: right 0.2s ease;
}

#about_overlay.active {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.about_content_wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
    margin-left: auto;
    background: #fff;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 12% 100%);
}

.about_close {
    position: absolute;
    top: 20px;
    left: 40px;
    cursor: pointer;
    font-size: 35px;
    color: #F7A20A;
    transition: 0.3s ease;
}

.about_close:hover {
    color: #FEC61B;
}

.about_content {
    text-align: center;
    width: 100%;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 100px;
}
.about_img{
    max-height: 30vh;
    padding-top: 30px;
}
.about_img img {
    width: 100%;
    max-width: 200px;
}

.about_description {
    overflow-y: scroll;
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 20px;
    max-height: 50vh;
    padding-left: 50px;
}

.about_contact {
    max-height: 20vh;
}

.about_contact h4 {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Gobold Extra2', sans-serif;
    text-align: right;
    margin-bottom: 10px;
}
.about_icons{
    justify-content: end;
}
.about_icon {
    margin: 0 10px;
}
.about_icon:last-child{
    margin-right: 0;
}
.about_icon a {
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 22px;
    line-height: 35px;
    transition: 0.4s ease;
    display: inline-block;
}

.about_icon.icon_top a {
    color: #6084CF;
    border: 1px solid #6084CF;
}

.about_icon.icon_mid a {
    color: #CC2366;
    border: 1px solid #CC2366;
}

.about_icon.icon_bottom a {
    color: #F3B604;
    border: 1px solid #F3B604;
}

/*
** ----- Design Page ---- **
*/
.page_wrapper {
    height: auto;
    width: 100%;
    background: #F1F2F2;
    position: relative;
}

.page_header {
    height: 140px;
    width: 100%;
    padding-top: 30px;
    position: fixed;
    left: 0;
    top: 0;
    background: #F1F2F2;
    backdrop-filter: blur(5px);
    z-index: 99;
}

.page_header.sticky {
    background-color: rgba(0, 0, 0, 0.35) !important;
}

.header_fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.header_fixed_desktop img {
    max-height: 140px;
    object-fit: cover;
}

.header_fixed_mobile {
    display: none;
}

.header_content {
    z-index: 10;
}

.page-title {
    padding-left: 38%;
}

.page-title img {
    width: 130px;
    height: 40px;
    object-fit: cover;
}

.page-title h2 {
    color: #fff;
    font-weight: 300;
}

.page-title.vedio_page_title h2 {
    font-size: 25px;
}

.page_search {
    text-align: right;
    padding-right: 15px;
    flex: 1.5;
}

.search_box {
    position: relative;
}

.search_box input[type="search"] {
    border: 1px solid #666;
    background: transparent;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    padding-left: 20px;
    font-size: 20px;
    color: #333;
}

.page_header.sticky .search_box input[type="search"] {
    border: 1px solid #ddd;
    color: #fff;
}

.page_header.sticky .search_box input[type="search"]:focus {
    outline: none;
    border: 1px solid #fff;
}

.search_box input[type="search"]:focus {
    outline: none;
    border: 1px solid #333;
}

.search_open,
.search_close {
    display: none;
}

.search_btn {
    border: none;
    background: transparent;
    color: #666;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 2px;
}

.page_header.sticky .search_btn {
    color: #ddd;
}

.page_header_right {
    display: flex;
    padding-top: 15px;
    padding-right: 15px;
}

.page_button {
    text-align: right;
    max-width: 150px;
    flex: 0.25;
}

.page_button.hero_buttons {
    margin-top: 0 !important;
}

.page_button .hero_button {
    height: 50px !important;
    border-radius: 50px;
}

.page_button .hero_button::after {
    transform: translateY(100%);
    animation: page-button 4s infinite;
}

@keyframes page-button {
    0% {
        transform: translateY(-150%);
    }

    40% {
        transform: translateY(-40%);
    }

    60% {
        transform: translateY(-40%);
    }

    100% {
        transform: translateY(50%);
    }
}

.page_content {
    padding-top: 120px;
}

.item_wrapper {
    margin-top: 20px;
}


.grid {
    background: #F1F2F2;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
    width: 20% !important;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.item_box {
    margin: 10px 5px;
    position: relative;
    cursor: pointer;
}

.item_details {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    opacity: 0;
    transition: all 0.4s ease;
    display: none;
}

/* .grid-item:hover .item_details {
    opacity: 1;
} */

.item_box img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.item_box:hover>img{
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.45) 5px 10px 20px;
}

.item_number {
    font-size: 35px;
    font-weight: bold;
    color: #603913;
    background: #FEC61B;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 3px solid #FEC61B;
    border-radius: 50%;
    text-align: center;
    font-family: 'Honey Script', sans-serif;
    display: none;
}

.item_modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.1);
}

.video_item .item_modal {
    background: rgba(0, 0, 0, 0.7);
}

.item_modal.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}




.item_modal_content {
    max-width: 80%;
    position: relative;
}

.item_modal_content.design_modal_content {
    position: relative;
    max-width: 95%;
    margin: auto;
    max-height: 90%;
}

.item_modal_content img {
    /* width: 1300px;
    max-height: 700px; 
    min-width: 70vw; */
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 800px;
    object-fit: cover; 
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 15px;
    z-index: 99;
}

.item_modal_content::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -38px;
    background: rgba(217, 214, 214, 0.3);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 0, 0 50%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 15px;
    z-index: 1;
}

.video_item .item_modal .item_modal_content::after {
    display: none !important;
}

.item_modal_close {
    position: absolute;
    top: -35px;
    right: -35px;
    font-size: 35px;
    color: #3C2414;
    cursor: pointer;
}

.video_item .item_modal_close {
    color: #fff;
}

.video_item .item_modal_content {
    margin-top: 50px;
}

/*
*** ------ Video Page ------***
*/
.video_item {
    margin-top: 20px;
}

.video_item iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.video_item {
    position: relative;
}

.video_item iframe {
    z-index: -1;
}

.item_video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.item_box.item_video.active {
    position: unset !important;
    z-index: 1 !important;
}

.item_modal_content iframe {
    width: 800px !important;
    height: 450px !important;
}


/* 
---------- Dark Mood --------------
*/
.dark_wrapper {
    position: relative;
    flex: 0.25;
    max-width: 120px;
    display: flex;
    justify-content: center;
    margin-left: 15px;
}

.checkbox {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.dark_wrapper .label {
    width: 62px;
    height: 33px;
    border: 2px solid #58585A;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: scale(1.5);
    cursor: pointer;
}

.dark_wrapper .label .label_inner {
    background-color: #E2E3E3;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 100%;
    height: 100%;
}

.dark_wrapper .label img {
    width: 22px;
    height: 20px;
    object-fit: cover;
}

.dark_wrapper .ball {
    width: 25px;
    height: 25px;
    background-color: #58585A;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    transition: transform 0.2s linear;
}

/*  target the elemenent after the label*/
.checkbox:checked+.label .ball {
    transform: translateX(29px);
    background-color: #D1D2D4;
}

.checkbox:checked+.label .label_inner {
    background-color: #000;
    border: 2px solid #D1D2D4;
}

.fa-moon {
    color: #000;
}

.fa-sun {
    color: #000;
}

.checkbox:checked+.label .fa-sun,
.checkbox:checked+.label .fa-sun {
    color: #D1D2D4;
}

.dark_switch {
    width: 45px;
    height: 45px;
    background-color: #202124;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 30px;
    cursor: pointer;
    z-index: 999;
}

.dark_switch i {
    color: #fff;
}

.dark_switch.active {
    background-color: #fff;
}

.dark_switch.active i {
    color: #202124;
}

.page_wrapper.dark,
.page_header.dark,
.grid.dark,
.item_modal.dark {
    background: #202124;
}

.item_modal.dark .item_modal_close {
    color: #fff;
}

.page_header.dark .search_box input[type="search"] {
    color: #ddd;
    border-color: #ccc;
}

.page_header.dark .search_box input[type="search"]:focus {
    border-color: #ddd;
}

.page_header.dark .search_btn {
    color: #ddd;
}

.item_modal.dark .item_modal_content::after {
    display: none;
}

/* 
---------- Dark Mood --------------
*/


@media screen and (max-width: 1600px) {
    .page_header {
        height: 120px;
    }

    .header_fixed_desktop img {
        max-height: 110px;
        object-fit: cover;
    }

    .page_content {
        padding-top: 100px;
    }

    .item_modal_content img {
        min-height: 300px;
        max-height: 550px;
    }
}

@media screen and (max-width: 1400px) {
    .hero_hi {
        font-size: 80px;
        margin-bottom: 20px;
    }

    .hero_name span {
        font-size: 120px;
    }

    .hero_me {
        font-size: 40px;
    }

    .hero_name_area {
        margin-left: -35px;
    }

    .hero_subtitle {
        margin-top: 0;
    }

    .hero_subtitle .subtitle_text {
        font-size: 68px;
    }
    

    /* Design */
    .page_search {
        flex: 1.1;
    }


    .grid-sizer,
    .grid-item {
        width: 25% !important;
    }

    .video_item iframe {
        min-height: 250px;
    }

    .item_modal_close {
        top: -50px;
        right: 0px;
    }

}

@media screen and (max-width: 991px) {
    .fixed_right {
        right: 0px;
        width: 100%;
    }

    .fixed_left {
        width: 100%;
        top: 40%;
    }

    .homepage .content_section {
        padding-left: 100px;
        padding-top: 180px;
    }

    .home_left,
    .home_right {
        height: inherit;
    }

    .contact_area {
        display: none;
    }

    .big_imoji {
        position: fixed;
        max-width: 350px;
        bottom: 10px;
        right: 50px;
    }

    .about_close {
        left: 20px;
    }

    .about_content {
        padding-left: 50px;
    }

    /* Design */
    .page-title {
        margin-top: -20px;
    }

    .page_search {
        flex: 0.9;
    }

    .search_box input[type="search"] {
        height: 40px;
    }

    .search_btn {
        font-size: 25px;
        right: 11px;
        top: 0px;
    }

    .page_button {
        max-width: 120px;
    }

    .page_button .hero_button {
        height: 40px !important;
        font-size: 22px;
        padding: 0 15px;
    }

    .dark_wrapper .label {
        height: 27px;
        width: 55px;
    }

    .dark_wrapper .ball {
        width: 21px;
        height: 21px;
        top: 1px;
        left: 1px;
    }

    .dark_wrapper .label img {
        width: 20px;
        height: 18px;
    }

    .grid-sizer,
    .grid-item {
        width: 33.33% !important;
    }

    .item_modal_content iframe {
        width: 548px !important;
        height: 308px !important;
    }

    .item_modal_content img {
        min-height: 400px;
        max-height: 500px;
    }

}

@media screen and (max-width: 768px) {
    .menu_icon_mobile {
        display: block;
        position: fixed;
        top: 30px;
        right: 50px;
    }

    .menu_icon_desktop {
        display: none;
    }

    .hero_name_area {
        margin-left: -30px;
    }

    .hero_hi {
        font-size: 70px;
    }

    .hero_name span {
        font-size: 100px;
    }

    .hero_rotate {
        margin-top: 0px;
    }

    .hero_me {
        font-size: 35px;
    }

    .hero_subtitle .subtitle_text {
        font-size: 60px;
    }

    .hero_buttons_area {
        margin-top: 15px;
    }

    i.mobile-times {
        display: block;
    }

    .about_content_wrapper {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
    }
    .about_toggle {
        width: 85%;
    }
    .about_description {
        padding-left: 70px;
    }

    /* Design */
    .page_header_right {
        padding-top: 33px;
    }

    .header_fixed_desktop img {
        min-height: 55px;
        object-fit: cover;
        width: 110%;
    }

    .page-title {
        padding-left: 12%;
    }

    .grid-sizer,
    .grid-item {
        width: 50% !important;
    }

    .page-title img {
        width: 100px;
        height: 25px;
    }

    .page_search {
        flex: 1;
    }

    .item_modal_content img {
        min-height: auto;
        max-height: 800px;
    }
}


@media screen and (max-width: 600px) {
    .fixed_img img {
        width: 115%;
        height: auto;
    }

    .homepage .content_section {
        padding-left: 15px;
        padding-top: 150px;
    }

    .hero_hi {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .hero_name_area {
        margin-left: -22px;
    }

    .hero_name {
        margin-left: -20px;
    }

    .hero_name span {
        font-size: 70px;
    }

    .hero_me {
        font-size: 25px;
    }

    .hero_rotate {
        margin-top: -15px;
    }

    .hero_subtitle .subtitle_text {
        font-size: 48px;
    }

    .hero_subtitle img {
        width: 30px;
    }

    .hero_buttons_area {
        margin-top: 15px;
        max-width: 350px;
    }

    .buttons_title {
        margin-left: 0;
        justify-content: space-between;
    }

    .hero_buttons {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }

    .buttons_title span {
        font-size: 17px;
    }

    .buttons_title img {
        width: 30px;
    }


    .hero_buttons .hero_button.button_left {
        margin-right: 25px;
    }

    .hero_buttons .hero_button {
        font-size: 18px;
    }

    .big_imoji img {
        max-width: 225px;
    }

    .about_description {
        padding-left: 55px;
    }

    .about_toggle {
        width: 90%;
    }

    .right_dots {
        right: 30px;
        top: 145px;
    }

    .left_dotes {
        left: 30px;
    }

    .left_dotes img,
    .right_dots img {
        max-width: 50px;
    }

    /* Design */
    .page-title {
        padding-left: 20px;
    }

    .header_fixed_desktop {
        display: none;
    }

    .header_fixed_mobile {
        display: block;
        text-align: center;
    }

    .header_fixed img {
        width: 70%;
        min-height: 70px;
        max-height: 80px;
        margin-top: -7px;
    }

    .page_header_right {
        padding-top: 15px;
    }

    .page_header {
        height: 125px !important;
        padding-top: 10px;
    }

    .page-title {
        padding-left: 0;
        margin-top: 5px;
        text-align: center;
    }

    .page-title img {
        width: 120px;
        height: 35px;
    }

    .page_search {
        flex: 1.2;
    }

    .dark_wrapper .label {
        height: 23px;
        width: 50px;
        border: 1px solid #58585A;
    }

    .dark_wrapper .label .label_inner {
        border: 1px solid #fff;
    }

    .checkbox:checked+.label .label_inner {
        border: 1px solid #D1D2D4;
    }

    .dark_wrapper .ball {
        width: 20px;
        height: 20px;
        left: 1px;
        top: 0px;
    }

    .checkbox:checked+.label .ball {
        transform: translateX(27px);
    }

    .search_box input[type="search"] {
        height: 32px;
        border-radius: 32px;
        padding-left: 15px;
        font-size: 18px;
        width: 100%;
    }

    .page_header_right {
        margin-top: 15px;
        padding-right: 10px;
    }

    .search_btn {
        font-size: 20px;
        right: 12px;
    }

    .page_button .hero_button {
        padding: 0 15px;
        font-size: 16px;
        height: 33px !important;
        border-radius: 32px;
    }

    .item_modal_content {
        max-width: 100%;
        position: relative;
    }

    .item_modal_close {
        top: -47px;
        right: 5px;
        font-size: 32px;
    }

    .item_modal_content iframe {
        width: 360px !important;
        height: 203px !important;
        min-height: 200px;
    }

    /* ------- Dark --------- */
    .dark_switch {
        bottom: 20px;
        right: 20px;
    }
}

@media screen and (max-width: 450px) {
    .homepage .content_section {
        padding-left: 15px;
        padding-top: 110px;
    }

    .big_imoji img {
        max-width: 175px;
    }
    .about_img img {
        max-width: 150px;
    }
    .about_description {
        padding-left: 30px;
        text-align: left;
    }

    .header_fixed img {
        width: 90%;
        max-height: 70px;
    }

    .page_header {
        padding-top: 5px;
    }

    .page_search {
        flex: 0.8;
    }


    .dark_wrapper .ball {
        top: inherit;
    }
    
    .video_item iframe {
    min-height: 165px;
    }
}


@media screen and (max-width: 370px) {
    .homepage .content_section {
        padding-top: 90px;
    }

    .hero_subtitle .subtitle_text {
        font-size: 40px;
    }

    .hero_subtitle img {
        width: 25px;
        margin-top: -50px;
    }

    .hero_buttons_area {
        margin-top: 15px;
        max-width: 250px;
    }

    .buttons_title span {
        font-size: 15px;
    }

    .buttons_title img {
        width: 15px;
    }

    .hero_buttons .hero_button.button_left {
        margin-right: 25px;
    }

    .hero_buttons .hero_button {
        height: 40px !important;
        padding: 0 17px;
        font-size: 16px;
    }
    .buttons_title span {
        letter-spacing: 1px;
        word-spacing: 0px;
    }

    .big_imoji {
        right: 20px;
    }

    .big_imoji img {
        max-width: 135px;
    }

    .left_dotes img,
    .right_dots img {
        max-width: 40px;
    }

    .right_dots {
        right: 15px;
        top: 105px;
    }

    .about_img img {
        max-width: 130px;
    }
    .about_description {
        max-height: 45vh;
    }
    .about_contact {
        max-height: 25vh;
    }

    /* Design */

    .page_button {
        max-width: 60px;
    }

    .page_button .hero_button {
        padding: 0 10px;
        font-size: 15px;
        border-radius: 20px;
    }

    .page_search {
        flex: 1;
    }

    .dark_wrapper .label {
        width: 40px;
        height: 22px;
    }

    .dark_wrapper .label i {
        font-size: 14px;
    }

    .dark_wrapper .label img {
        width: 15px;
        height: 13px;
    }

    .dark_wrapper .ball {
        width: 19px;
        height: 19px;
        left: 1px;
    }

    .checkbox:checked+.label .ball {
        transform: translateX(17px);
    }

    .grid-sizer,
    .grid-item {
        width: 100% !important;
    }

    .page_button .hero_button {
        height: 33px !important;
    }

    .item_modal_content iframe {
        width: 275px !important;
        height: 155px !important;
        min-height: 150px;
    }
}

@media screen and (max-width: 310px) {
    .hero_subtitle .subtitle_text {
        font-size: 35px;
    }

    .hero_buttons {
        padding-left: 0px;

    }

    .big_imoji {
        display: none;
    }
    .hero_buttons_area .hero_button {
        font-size: 15px;
    }
    

    .about_img img {
        max-width: 100px;
    }

    .about_contact {
        margin-top: 30px;
    }
    .about_contact h4 {
        font-size: 20px;
    }
    
    .about_icon a {
        width: 34px;
        height: 34px;
        font-size: 20px;
        line-height: 32px;
    }

    .dark_wrapper .label img {
        width: 12px;
        height: 10px;
    }
    .video_item iframe {
    min-height: 150px;
    }
}