.Communitys {
    position: relative;
}





.Communitys::before {
    position: absolute;
    content: '';
    background-color: #FFFFFF;
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 81%);
    width: 950px;
    height: 100%;
    left: 60%;
    transform: translateX(-60%);
    top: 20px;
    border-radius: 100px;

}



.men_travel {
    mix-blend-mode: darken;
}

.new_comt {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}





.community__trave__row {
    position: relative;
    padding: 50px 0px;
}

.community__trave__row::before {
    position: absolute;
    content: '';
    background-color: #FFFFFF;
    clip-path: polygon(0 0, 100% 18%, 100% 81%, 0 100%);
    width: 950px;
    height: 100%;
    left: 60%;
    transform: translateX(-60%);
    top: 20px;
    border-radius: 100px;

}




.server {
    max-width: 500px;
}


.community__trave__row {
    max-width: 1280px;
    margin-left: auto;
    margin-right: 0;
}


.Guide {
    max-width: 600px;
    margin-left: auto;
}




@media screen and (max-width: 1440px) {
    .explore__discovery__row {
        background-position: 25% !important;
    }
}


@media screen and (max-width: 1199.99px) {
    .Communitys {
        padding: 30px 0px;
    }
}




@media screen and (max-width: 1080px) {
    .Communitys {
        padding: 80px 0px;

    }


    .tips_inspo {
        margin-bottom: 200px;
    }

    .Traveinstein {
        margin: 50px 0px;
    }

    .community__trave__row {
        padding: 50px 0px;
    }

}


@media screen and (max-width: 992px) {
    .Communitys::before {
        width: 780px;
    }

    .community__trave__row::before {
        width: 780px;

    }

    .Guide {
        max-width: 450px;
        padding: 40px 0px;
    }

    .new__traveLL {
        display: flex;
        align-items: center;
        height: 100%;
    }
}


@media screen and (max-width: 767.91px) {
    .new_comt {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
        margin-top: 30px;
    }




    .community__trave__row {
        margin: 150px 0px 100px 0px;
    }



    .Guide {
        margin-left: initial;
    }

    .community__trave__row .row {
        flex-direction: column-reverse;
    }

    .men_travel {
        text-align: center;
    }

    .men_travel img {
        max-width: 300px;
        margin: auto;
    }

    .Communitys .col-md-2 {
        display: none;
    }

    .hacks {
        max-width: 500px;
    }

    .community__trave__row::before {
        max-width: 500px;
        clip-path: inherit;
        content: inherit;

    }

    .community__trave__row {
        background-color: #FFFFFF;
        margin: 0px auto;
        border-radius: 30px;
        max-width: 600px;


    }

    .new_comt {
        margin-top: 10px;
    }


    .Communitys {
        background-color: #FFFFFF;
        margin: 0px auto;

        border-radius: 30px;
        max-width: 600px;

    }

    .Communitys::before {
        max-width: 500px;
        content: inherit;
        clip-path: inherit;
    }
}


@media screen and (max-width: 640px) {

    .Communitys {
        max-width: 500px;

        margin: 0px auto;
    }


    .community__trave__row {
        max-width: 500px;
        margin: 0px auto;
    }

    .hacks,
    .server {
        max-width: 420px;
        padding: 20px 20px;
    }




    .Guide {
        max-width: 420px;
        padding: 20px 20px;
    }


    .responsive-table tr {
        font-size: 13px;
    }


    .bottom__mobileX {

        height: 18px;
    }


    .plane {
        position: absolute;
        top: -60px;
        left: 32%;
        transform: translateX(-33%);
    }


    .men_images {
        margin: 10px 0px;
    }

}


@media screen and (max-width: 598px) {
    .Communitys {
        padding: 50px 0px 30px 0px;
    }


    .bottom__mobileX {
        height: 80px;
    }

    .community__trave__row {
        padding: 50px 0px 30px 0px;
    }


    .new__bgWhiteRow {
        margin: 10px 0px 0px 0px;
    }


    .first__arrow {
        display: block;
        top: 200px !important;
        left: -119px !important;
    }



    .bg__white__row {
        margin-bottom: 100px;
    }

    .second__arrow {
        display: block;
        top: -782px !important;
    }

    .bg__white_TravelQNA__row {
        margin-top: 100px;
    }

    .third__arrow {
        display: block;
        top: -466px !important;
        left: -188px !important;
    }


    .fourth__arrow {
        display: block;
        top: -150px !important;
        left: 81px !important;
    }


    .fifth__arrow {
        display: block;
        top: -381px !important;
        left: -200px !important;

    }

}


@media screen and (max-width: 516px) {
    .Communitys {
        max-width: 450px;
    }

    .community__trave__row {
        max-width: 450px;
    }

}

@media screen and (max-width: 458px) {

    .community__trave__row {
        max-width: 340px;
    }


    .Communitys {
        max-width: 340px;
    }

    .hacks,
    .server {
        max-width: 300px;
        padding: 20px 20px;
    }



    .Guide {
        max-width: 300px;
        padding: 20px 20px;
    }




}


.bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 0;
    /* Ensure it's behind your content */
}

.bubbles span {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: blue;
    border-radius: 50%;
    animation: bubbleMove 20s linear infinite;
    bottom: -100px;
}

/* Randomize size, position, animation duration and delay */
.bubbles span:nth-child(1) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    animation-duration: 15s;
}

.bubbles span:nth-child(2) {
    left: 20%;
    width: 25px;
    height: 25px;
    animation-delay: 2s;
    animation-duration: 18s;
}

.bubbles span:nth-child(3) {
    left: 25%;
    width: 10px;
    height: 10px;
    animation-delay: 4s;
    animation-duration: 12s;
}

.bubbles span:nth-child(4) {
    left: 40%;
    width: 30px;
    height: 30px;
    animation-delay: 1s;
    animation-duration: 20s;
}

.bubbles span:nth-child(5) {
    left: 55%;
    width: 15px;
    height: 15px;
    animation-delay: 3s;
    animation-duration: 17s;
}

.bubbles span:nth-child(6) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 5s;
    animation-duration: 14s;
}

.bubbles span:nth-child(7) {
    left: 75%;
    width: 25px;
    height: 25px;
    animation-delay: 0s;
    animation-duration: 19s;
}

.bubbles span:nth-child(8) {
    left: 85%;
    width: 18px;
    height: 18px;
    animation-delay: 6s;
    animation-duration: 16s;
}

.bubbles span:nth-child(9) {
    left: 95%;
    width: 22px;
    height: 22px;
    animation-delay: 2s;
    animation-duration: 21s;
}

.bubbles span:nth-child(10) {
    left: 50%;
    width: 14px;
    height: 14px;
    animation-delay: 1s;
    animation-duration: 15s;
}

@keyframes bubbleMove {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }

    10% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        transform: translateY(-1000px) scale(1.2);
        opacity: 0;
    }
}



.first__arrow,
.second__arrow,
.third__arrow,
.fourth__arrow,
.fifth__arrow {
    animation: tilt-shaking 0.15s infinite;

}

@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(1deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-1deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


@media screen and (max-width: 1080px) {
    .take__top__row {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 598px) {
    .next__style__row {
        top: -377px !important;
        left: -157px !important;
        max-width: 250px !important;
    }
}


@media screen and (max-width: 360px) {
    .next__style__row {
        top: -395px !important;
        left: -157px !important;
        max-width: 250px !important;
    }
}