@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .main-wrapper {
        padding-top: 85px;
    }
    #header {
        position: fixed;
        top: 0;
        height: auto;
        padding: 10px 0;
    }

    #header .container {
        justify-content: center;
    }

    .hamburger {
        display: block;
    }
   
    .main_menu {
        display: none;
    }

    .logo-site img {
        max-width: 130px;
    }
    
    .main_menu {
        position: fixed;
        height: 85%;
        width: 100%;
        top: 15%;
        left: 0;
        background: #FDFEFF;
    }
    .main_menu li {
        display: block;
        float: inherit;
        padding: 10px 20px;
        margin: 0;
    }
    .main_menu li a {
        justify-content: center;
        color: var(--ph-color);
    }
    .dropdown-menu.show {
        flex-wrap: wrap;
        position: relative !important;
        transform: translateY(0) !important;
    }
    .dropdown-toggle::after {
        right: 110px;
    }
    .rtl-style .dropdown-toggle::after {
        left: 110px;
        right: auto;
    }
    .dropdown-menu li:nth-child(1),
    .dropdown-menu li:nth-child(2) {
        border-bottom: 2px solid #FBF7FF;
    }
    .dropdown-menu li:nth-child(2) {
        border-right: 0;
    }
    .dropdown-menu li {
        width: 50%;
    }
    .main_menu > li > a i {
        filter: brightness(0);
    }
    .section_home {
        padding: 0;
        background-size: cover !important;
        background-position: 60% 0 !important;
    }
    .section_home .container {
        height: 100vh;
        display: flex;
        align-items: flex-end;
        padding-bottom: 60px;
    }
    .home_txt {
        padding: 20px;
        -webkit-backdrop-filter: saturate(100%) blur(13px);
        backdrop-filter: saturate(100%) blur(13px);
    }
    .home_txt h1 {
        font-size: 24px;
    }
    .form-search .form-group .btn-site {
        width: 50px;
    }
    .form-search .form-group .btn-site small {
        display: none;
    }
    
    .section_how_works .d-flex {
        flex-direction: column;
    }
    .item-work {
        width: 100%
    }
    .section_offer {
        padding: 50px 0 20px;
    }
    .head-offer h2 {
        font-size: 40px;
    }
    .wrapper-offer {
        display: none;
    }
    #offer-slider {
        display: block;
    }
    .item-offer figure {
        height: 280px;
    }
    .section_offer:before, .section_offer:after {
        width: 100px;
        height: 180px;
        bottom: -20px;
    }
    .sec_head p {
        font-size: 28px;
    }
    .owl-carousel.slider-talents {
        display: block;
    }
    .section_academia_talents .row,
    .section_sports_talents .row,
    .section_music_talents .row,
    .section_dance_talents .row {
        display: none;
    }
    .txt-talent h4 {
        font-size: 21px;
    }
    .icon {
        width: 23px;
        height: 23px;
    }
    .txt-talent p {
        font-size: 20px;
    }
    .item-music .txt-talent, .item-academic .txt-talent, .item-dance .txt-talent {
        height: 85px;
    }
    .slider-talents .item {
        padding: 15px 0
    }
    .sec_head {
        position: inherit;
        margin-bottom: 10px;
        transform: unset !important;
    }
    .btn-view {
        top: auto;
        bottom: -30px;
        right: auto;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 20px;
    }
    .section_academia_talents {
        padding: 60px 0 30px;
    }
    .section_music_talents {
        padding: 60px 0 20px;
    }
    .section_dance_talents {
        padding: 50px 0 20px;
    }
    .thumb-join {
        display: none;
    }
    .txt-join {
        width: 100%;
    }
    .txt-join p {
        font-size: 30px;
    }
    footer {
        text-align: center;
    }
    .cont-ft,
    .menu-ft {
        margin-bottom: 50px;
    }
    .col-lg-3:last-child .menu-ft {
        margin-bottom: 0;
    }
    .cont-bt {
        flex-direction: column;
    }
    .copyRight {
        margin-bottom: 5px;
    }
    .head-talents-page {
        display: block;
    }
    .form-search-talent {
        margin-bottom: 15px;
    }
    .toggle {
        justify-content: space-between;
    }
    .switch {
        width: 50px;
        height: 25px;
    }
    .slider:before {
        height: 19px;
        width: 19px;
        bottom: 3px;
    }
    .form-search-talent button {
        width: 65px;
    }
    .filters-product {
        background: transparent;
        padding: 0;
    }
    .filters-product.active {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        height: 100%;
        width: 100%;
    }
    .filters-product.active > .head-fltr {
        display: none;
    }
    .head-fltr h4 {
        font-size: 24px;
    }
    .head-fltr {
        margin-bottom: 0
    }
    .cont-filter .head-fltr {
        display: flex;
    }
    .cont-filter {
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        z-index: 999999;
        top: 0;
        left: 0;
        padding: 15px;
        overflow: auto;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    .cont-filter.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .pd-0 {
        padding-top: 0;
    }
    .item-blog figure img {
        width: 100%;
    }
    .cont-blog .img-blog {
        margin: 0 0 20px;
        width: 100%;
    }
    
    .aside-account {
        margin-bottom: 30px;
    }
    .form-edit .d-flex {
        flex-wrap: wrap;
    }
    .form-edit .d-flex .form-group {
        width: 100%
    }
    .item-booking > div {
        flex: 0 50%;
        margin-bottom: 15px;
    }
    .item-booking > div:first-child {
        flex: 0 100%;
    }
    .item-booking {
        flex-wrap: wrap;
    }
    .dta-person-talent {
        margin-bottom: 20px;
    }
    .success_subscription .d-flex {
        flex-wrap: wrap;
    }
    .d-flex .item-subscription,
    .subscription-details {
        width: 100%;
        margin: 0 0 15px;
    }
    .thumb--join {
        display: none;
    }
    .form-sign .d-flex {
        width: 100%;
        flex-wrap: wrap;
    }
    .form-sign .d-flex .form-group {
        flex: 0 100%;
        margin: 0 0 20px;
    }
    .type-join {
        flex-wrap: wrap;
        padding: 10px;
        height: auto;
    }
    .type-join li {
        flex: 0 100%;
        margin-bottom: 15px;
    }
    .type-join li:last-child {
        margin-bottom: 0;
    }
    #subscription-slider {
        display: block;
    }
    #subscription-slider .item {
        padding: 35px 3px;
    }
    .item-subscription {
        box-shadow: 0 3px 50px rgb(55 43 123 / 14%);
    }
    .section_subscription .row {
        display: none;
    }
    .section_subscription {
        padding: 40px 0 0;
    }
    .head-about h2 {
        font-size: 60px;
    }
    .thumb-about {
        margin-bottom: 15px;
    }
    
    
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 500px) {}