

/* Home Section */

.main {
    background-color: #FFF5EA;

}

.text {
    padding: 250px 50px 40px 50px;
    z-index: 3;
    background: #FFF5EA;
}

.hero-socio__icon {
    display: inline-flex;
    align-items: flex-start;
    gap: 15px;
    color: var(--primary-color);
    padding: 30px 15px 100px 60px;
}

.hero-socio__icon .icons {
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-color: white;
    font-size: var(--bag-icon);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease-in-out;
}

.hero-socio__icon .icons:hover {
    transform: scale(1.2);
}

.text h4 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
}

.text h1 {
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 83px;
    letter-spacing: 0em;
    text-align: left;
    color: #E04218 !important;
}

.text span {
    color: #FF9409;
    margin-left: 9px;
}

.text p {
    font-size: var(--footer-peragraph);
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #757575;
}

.text button{
    font-size: 1.125rem;
    font-weight: 700;
    width: 155px;
    height: 43px;
    top: 664px;
    left: 100px;
    padding: 10px, 20px, 10px, 20px;
    border: none;
    border-radius: 5px;
    gap: 10px;
    background: #FF9409;
    color: white;
    transition: 0.3s all ease-in;
}

.text button:hover {
    color: black !important;
} 

.wrapper {
    position: relative;
}

.yellow {
    position: absolute;
    border-radius: 50%;
    height: 855px;
    width: 855px;
    top: -180px;
    left: 200px;
    background: linear-gradient(24.63deg, #EE7008 -42.91%, #F89D2D 86.97%);
    background-size: cover;
    background-position: right;
    right: -143px;
}

.yellow::-webkit-scrollbar {
    display: none;
}

.yellow .font {
    position: relative;
    width: 681px;
    height: 239px;
    top: 307px;
    left: 167px;
    transform: rotate(270deg);
}

.font span {
    font-family: Poppins;
    font-size: 8.125rem;
    font-weight: 700;
    line-height: 239px;
    letter-spacing: 0em;
    text-align: left;
    color: #c5452226;
}

.circle {
    position: absolute;
    right: 142px;
    top: 90px;
    width: 524px;
    height: 524px;
    border-radius: 50%;
    background: #A95F001F;
    z-index: 1;
}

.elipse {
    position: relative;
    width: 656px !important;
    height: 656px !important;
    border-radius: 50%;
    Top: 63px;
    Left: 34px;
    width: 100%;
    height: 100%;
    background: linear-gradient(272deg, rgba(168.94, 95.46, 0, 0.07) 0%,
            rgba(168.94, 95.46, 0, 0) 100%);
}

.owl-carousel {
    width: 930px !important;
}

.burger {
    position: relative;
    flex-shrink: 0;
    left: -195px;
    top: 38px;
}

.owl-stage-outer {
    width: 1250px;
}

.owl-item .item {
    transform: translate3d(0, 0, 0);
    margin: 80px 0;
}

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
}


.screenshot_slider .owl-nav {
    text-align: end;
    margin: 40px 0;
}

.screenshot_slider .owl-nav button {
    font-size: 1.5rem !important;
    margin: 20px 5px;
    z-index: 5 !important;
}

.right {
    font-size: 2.5rem;
    color: #E04218;
}

.left {
    color: #F06A10;
    font-size: 2.5rem;
}


/* Responsive CSS */

@media (max-width: 992px) {

    .hero-socio__icon {
        padding-left: 0;
        padding-top: 570px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main {
        height: 1200px;
    }

    .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 104px 50px 50px 50px;
        align-items: center;
        text-align: center !important;
    }

    .circle {
        position: absolute;
        visibility: visible;
        width: 270px;
        height: 270px;
        margin: 0 auto;
    }

    .burger {
        position: relative;
        right: 20px;
        top: 7px;
    }

    .yellow {
        display: none;
    }

    .elipse {
        width: 400px !important;
        height: 400px !important;
    }

    .screenshot_slider .owl-item.center .item img {
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
    }

    .burger {
        position: relative;
        left: -312px !important;
        top: -75px !important;
    }

    .screenshot_slider .owl-nav {
        position: absolute !important;
        left: 89px !important;
        top: 292px;
        text-align: start;
    }
}

@media screen and (max-width: 1440px) {
    .yellow {
        position: absolute;
        border-radius: 50%;
        height: 810px;
        width: 810px;
        left: 110px;
        top: -205px;
        background: linear-gradient(24.63deg, #EE7008 -42.91%, #F89D2D 86.97%);
        right: -184px;
    }

    .screenshot_slider .owl-item.center .item img {
        -webkit-transform: scale(1.25) !important;
        -ms-transform: scale(1.25) !important;
        transform: scale(1.25) !important;
    }

    .burger {
        position: relative;
        left: -252px !important;
        top: 0px !important;
    }

    .elipse {
        position: relative;
        width: 556px !important;
        height: 556px !important;
        border-radius: 50%;
        Top: 40px;
        Left: -100px;
        width: 100%;
        height: 100%;
        background: linear-gradient(272deg, rgba(168.94, 95.46, 0, 0.07) 0%, rgba(168.94, 95.46, 0, 0) 100%);
    }

    .circle {
        position: absolute;
        right: 112px;
        height: 424px;
        width: 424px;
    }

    .screenshot_slider .owl-nav {
        position: absolute;
        right: 280px;
    }
}

@media screen and (max-width: 1190px) {
    .yellow {
        position: absolute;
        border-radius: 50%;
        height: 810px;
        width: 810px;
        left: 160px;
        top: -235px;
        background: linear-gradient(24.63deg, #EE7008 -42.91%, #F89D2D 86.97%);
        right: -295px;
    }
}

@media screen and (max-width: 991px) {
    .elipse {
        position: absolute;
        left: 180px;
        width: 380px !important;
        height: 380px !important;
    }

    .circle {
        position: absolute;
        height: 260px;
        width: 260px;
        top: 50px;
        left: 50px;
    }

    .screenshot_slider .owl-item.center .item img {
        -webkit-transform: scale(0.9) !important;
        -ms-transform: scale(0.9) !important;
        transform: scale(0.9) !important;
    }

    .burger {
        position: relative;
        left: -330px !important;
        top: -80px !important;
    }
}

@media screen and (max-width: 590px) {
    .elipse {
        position: absolute;
        left: 93px;
        width: 380px !important;
        height: 380px !important;
    }

    .circle {
        position: absolute;
        top: 50px;
        left: 50px;
    }

    .burger {
        position: relative;
        left: -320px !important;
        top: -80px !important;
    }

    .text h4 {
        font-size: var(--navrbar-link);
    }
    
    .text h1 {
        font-size: var(--icon-size);
    }

    .text p {
        font-size: var(--footer-peragraph);
    }
}

@media screen and (max-width: 430px) {
    .elipse {
        width: 320px !important;
        height: 320px !important;
        position: absolute;
        left: 0px;
    }

    .circle {
        position: absolute;
        width: 220px !important;
        height: 220px !important;
        margin: auto;
        top: 50px;
    }

    .burger {
        position: relative;
        top: -106px !important;
        left: 310px !important;
    }

    .screenshot_slider .owl-item.center .item img {
        -webkit-transform: scale(0.8) !important;
        -ms-transform: scale(0.8) !important;
        transform: scale(0.8) !important;
    }
    .screenshot_slider .owl-nav {
        position: absolute !important;
        left: 54px !important;
        top: 292px;
        text-align: start;
    }
}

@media screen and (max-width: 380px) {
    .hero-socio__icon {
        padding-left: 0;
        padding-top: 470px;
    }
    .screenshot_slider .owl-nav {
        position: absolute !important;
        left: 54px !important;
        top: 232px;
        text-align: start;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1770px) {
    .yellow {
        position: absolute;
        height: 855px;
        width: 855px;
        top: -180px;
        left: 240px;
        right: -143px;
    }

    .elipse {
        position: relative;
        width: 656px !important;
        height: 656px !important;
        Top: 63px;
        Left: 30px;
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 1770px) and (max-width: 2000px) {
    .yellow {
        position: absolute;
        left: 410px;
        right: -143px;
    }

    .elipse {
        position: relative;
        Left: 180px;
    }
}

@media screen and (min-width: 2000px) and (max-width: 2590px) {
    .yellow {
        position: absolute;
        height: 855px;
        width: 855px;
        top: -180px;
        left: 740px;
        right: -143px;
    }

    .elipse {
        position: relative;
        width: 656px !important;
        height: 656px !important;
        Top: 63px;
        Left: 518px;
    }

    .screenshot_slider .owl-nav {
        padding-top: 35px;
        text-align: center;
    }
}