body{
    cursor: auto;
    font-family: "Rubik", sans-serif;
}
.header_containt{
    padding: 15px 20px;
}
.headerarrow{
    width: 15px;
    height: 15px;
    font-size: 15px;
}
.dropdown:hover .dropdown_menu{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.dropdown:hover>a .headerarrow {
    filter: brightness(0) saturate(100%) invert(21%) sepia(97%) saturate(3253%) hue-rotate(348deg) brightness(103%) contrast(101%);
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}
.nav li a, .hero_pttx, .hero_main_txt, .hero_pttx1, .text, .offer_h2, .offer_p, .choose_p2, .choose_h3, .choose_box_ptxtx, .offer_h22, .it_work_ptxt, .it_work_ptxt, .itwork_h3, .itwork_p, .offer_paragraph, .offer_h3 ,.offer_ptxt, .work_h3, .work_ptxt, .about_who_p, .accordion-button:not(.collapsed), .accordion-button, .accordion-body, .dream_pxtx, .dream_input, .deream_inp, .dream_txtarea, .footer_ptxt2, .fnp_font, .footer_ul li a{
    font-family: "Rubik", sans-serif;
}
.nav li a{
    font-weight: 400;
}
.language-switcher .dropdown_menu{
    max-width: max-content;
    min-width: max-content;
}
.language-switcher .dropdown_menu a{
    display:flex;
    align-items:center;
    gap:8px;
}

.language-switcher .dropdown_menu i{
    width:18px;
    text-align:center;
}
.demo_txt{
    display: flex;
    align-items: center;
    border: 0;
    background: transparent;
}
.demo_txt p{
    padding-left: 5px;
}
.drop:hover a, .dropdown:hover>.demo_txt p, .dropdown:hover>.demo_txt .headerarrow, .bubbles:hover .text, .offer_p, .accordion-button:not(.collapsed){
    color: #ED254E;
}
.border_hero, .bubbles, .itwork_img::before, .footer_row, .footer_icon::before, #scrollTopBtn{
    background-color: #ED254E;
}
.bubbles{
    border-color: #ED254E;
}
.slider_content{
    max-width: 700px;
}
header.scrolled{
    border-bottom: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.offer_row{
    grid-template-columns: repeat(2, 1fr);
}
.offer_box{
    overflow: hidden;
    border: 2px solid #c0bcbc;
    border-radius: 25px;
    padding: 20px 45px;
}
.solutions_section .buttons1{
    margin-top: 25px!important;
}
.work_box .work_overlay {
    opacity: 1;
    transform: translateY(0);
}

/* HOME PARALLAX START */
.rollimage_section {
    position: relative;
    overflow: hidden;
}
.rollimage_section img.expand-img {
    width: 100%;
    height: auto;
    display: block;
}
.rollimage-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.45);
    padding: 20px;
}
.rollimage-content h2 {
    font-size: 36px;
    margin-bottom: 10px;
}
.rollimage-content p {
    font-size: 16px;
    margin-bottom: 25px;
    max-width: 500px;
}
.play-btn {
    width: 70px;
    height: 70px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    animation: pulse 2s infinite;
    position: relative;
    transition: .3s ease-in-out;
}
.play-btn:hover {
    transform: scale(1.1);
    background: #ff5a5f;
    color: #fff;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* HOME PARALLAX END */

footer{
    background-color: #F5F6F7;
    margin: 100px 100px 0px 100px;
    border-radius: 100px;
    padding: 100px 100px 50px 100px;
}
.small_footer{
    margin-bottom: 0;
}
.footer_grid {
    display: flex;
    gap: 20px;
}

.footer_col {
    flex: 1;
}

.footer_ptxt2 {
    font-weight: 600;
    margin-bottom: 10px;
}

.footer_ptxt {
    font-size: 14px;
    line-height: 1.6;
}

.footer_ul {
    list-style: none;
    padding: 0;
}

.footer_ul li {
    margin-bottom: 8px;
}
