.first-section {
    padding: 6rem;
    background-color: #162761;
}

.main-text {
    color: white;
    font-family: Gilroy, Sans-serif;
    font-size: 70px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}

.second-text h2 {
    color: white !important;
    text-align: center;
}

.explore-company-button {
    border: 1px solid white;
    width: max-content;
    border-radius: 50px;
    padding: 15px;
    text-align: center;
    margin: auto;
    background-color: white;
    color: black;
    margin-top: 3%;
}

.explore-company-button:hover {
    background-color: rgb(59, 59, 59);
}

.explore-company-button:hover span {
    color: white;
}

.explore-company-button span {
    color: black;
    font-size: medium;
    font-weight: 500;
}

/* marquee start */
.marquee-wrapper {
    text-align: center;
    overflow: hidden;
}

.marquee-wrapper .container {
    overflow: hidden;
}

.marquee-inner span {
    float: left;
    width: 50%;
}

.swiper-text {
    font-size: 14px;
    font-weight: bold;
}

.marquee-wrapper .marquee-block {
    --total-marquee-items: 4;
    height: 170px;
    width: calc(250px * (var(--total-marquee-items)));
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin: 20px auto;

    padding: 30px 0;
}

.marquee-inner {
    display: block;
    width: 200%;
    position: absolute;
}

.marquee-inner p {
    font-weight: 800;
    font-size: 30px;
    font-family: cursive;
}

.marquee-inner.to-left {
    /*animation: marqueeLeft 60s linear infinite;*/
    animation: marqueeLeft calc((250s * (var(--total-marquee-items))/40)) linear infinite;
}

.marquee-inner.to-right {
    /*animation: marqueeRight 60s linear infinite;*/
    animation: marqueeLeft calc((250s * (var(--total-marquee-items))/40)) linear infinite;
}

.marquee-item {
    width: 230px;
    height: 125px;
    display: inline-block;
    margin: 0 10px;
    float: left;
    transition: all .2s ease-out;
    padding: 8px;
    border-radius: 14px;
    /* background: linear-gradient(102.64deg, #000, #000 50.08%, #000 99.13%); */
    /* color: #fff; */
    border: 1px solid blue;

}

@keyframes marqueeLeft {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

@keyframes marqueeRight {
    0% {
        left: -100%;
    }

    100% {
        left: 0;
    }
}

/* marquee end */
/* service start */
.services {
    margin-top: 3%;
    margin-bottom: 3%;
}

.services .icon-box {
    padding: 40px 20px 10px 20px;
    margin-top: 35px;
    margin-bottom: 5px;
    text-align: center;
    height: 80%;
    position: relative;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 7px 7px 29px #d9d9d9, -7px -7px 29px #ffffff;
}

.services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #2d6aa0;
}

.services .row {
    display: flex;
}

.services .icon i {
    color: #fff;
    font-size: 24px;
}

.icofont-computer::before {
    content: "\eeee";
}

.services .icon:hover {
    background: #fff;
    color: #2d6aa0;
    border-color: #2d6aa0;
}

.services .icon-box:hover .icon i{
    color: #2d6aa0;
}

/* service start */

/* Timer start */
.count-area {
    position: relative;
    /* padding: 100px 0; */
    text-align: center;
    background: #162761;

}

.count-area-content {
    margin-top: 30px;
}

.count-area i {
    font-size: 48px;
}

.count-digit, .count-text{
    /* margin: 20px 0px; */
    color: white;
    font-weight: 700;
    font-size: 50px;
}

.count-title {
    font-size: 20px;
    color: white;
}

#component-swiper-responsive-breakpoints {
    margin-top: 5% !important;
}

.testimonials-clean {
    color: #313437;
    background-color: #eef4f7;
}

p {
    color: #7d8285;
}

h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

.intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.intro p {
    margin-bottom: 0;
    margin-top: -6%;
}

.people {
    padding: 50px 0 20px;
}

.item .box {
    padding: 30px;
    background-color: #fff;
    position: relative;
}

.item .box:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -24px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-width: 12px 15px;
    border-top-color: #fff;
}

.item .author {
    margin-top: 28px;
    padding-left: 25px;
}

.item .name {
    font-weight: bold;
    margin-bottom: 2px;
    color: inherit;
}

.item .title {
    font-size: 13px;
    color: #9da9ae;
}

.item .description {
    font-size: 15px;
    margin-bottom: 0;
}

.item img {
    max-width: 40px;
    float: left;
    margin-right: 12px;
    margin-top: -5px;
}

/* Buy sell section */
.buy-sell-section {
    padding: 2rem;
    background-color: #162761;
}

.buy-first-text {
    color: white;
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
}

.buy-second-text h2 {
    color: white;
    font-weight: 300 !important;
    font-size: 25px;
}

.buy-buttons {
    padding: 13px 30px;
    border-radius: 4px;
    background: white;
    color: black;
    margin: 2%;
}

/* 
**
* Media Query  
*/

@media (max-width: 480px) {
    .buy-first-text {
        font-size: 35px;
        line-height: 50px;
    }

    .buy-second-text h2 {
        font-size: 20px;
        padding-top: 20px;
    }

    .buy-buttons {
        padding: 10px 7px;
    }
    
    .popular-image{
        width: inherit;
    }
}

@media (max-width: 576px) {
    .main-text {
        font-size: 40px;
        font-weight: 600;
    }

    .first-section {
        padding: 3rem;
    }
    
    .popular-image{
        width: inherit;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .main-text {
        font-size: 50px;
        font-weight: 600;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .main-text {
        font-size: 50px;
        font-weight: 600;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .main-text {
        font-size: 70px;
        font-weight: 700;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .main-text {
        font-size: 70px;
        font-weight: 700;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .main-text {
        font-size: 70px;
        font-weight: 700;
    }
}