:root {
    --white: #fff;
    --theme: #de63e1;
    --background:#15182b;
    --body-bg: #15182b;
    --bg: #15182b;
}
.body-bg {
    background-color: var(--background);
}
.text-primary{
    color: var(--theme) !important;
}
.hero-1 .hero-content h1 b {
    font-size: 135px;
    margin-left: 40px;
}

.hero-1 .hero-content h1 {
    font-size: 85px;
    line-height: 150px;
}
.social-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}
.social-icon a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #CFD0D4;
  color: #CDCDCD;
}
.social-icon a:hover {
  color: var(--theme);
}

.contact-info ul li{
    display: grid;
    grid-template-columns: 80px 1fr;
    margin-bottom: 15px;
    align-items: center;
}
.contact-info ul li .icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--theme);
    margin: 0 auto;
    font-size: 24px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-widgets-wrapper {
    padding: 90px 0;
}
.message-items h2 span {
    font-weight: 400;
    font-size: 120px;
}
.hero-3 .hero-content .hero-button {
    margin-top: 100px;
}
.hero-3 {
    padding: 60px 0 130px;
    overflow: hidden;
}
.paralax-section-2 {
    padding: 100px 0;
    margin-top: 0;
}
.how-to-work-wrapper .icon .number{
    color: #101012;
    font-size: 50px;
    font-weight: 900;
}
.how-too-work-items .icon {
    background-color: var(--theme);
}
.how-too-work-items .content p {
    max-width: 450px;
    font-size: 14px;
    line-height: 20px;
}
.project-wrapper .project-content p {
    margin-top: 5px;
}
.team-title h2{
    font-size: 40px;
}
.team-box-items .team-image img {
    width: 286px;
    height: 308px;
    border-radius: 10px;
    object-fit: cover;
}
.work-process-items .icon{
    background: transparent;
}

.work-process-items .icon img{
    width: 50px;
    height: 50px;
}

.services-section h2{
    border-bottom: 2px solid var(--theme);
}
.two-section .tab-content{
    border-left: 1px solid rgba(207, 208, 212, 0.2);
    padding-left: 40px;
}
.two-section .about-wrapper .nav {
    display: grid;
    gap: 16px;
    padding: 0;
    border-right: none;
    padding-right: 35px;
}
.project-wrapper .project-image:hover {     transform: rotate(0deg); }
.message-items h2 span b { font-size: 100px; }
.message-items h2 span b { color: white; }
.message-items h1 { color: var(--theme); }
.news-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 134%;
}
.work-area .item {
    display: flex;
    justify-content: center;
}
.work-area .content-item img{
    border-radius: 25px;
    width: 100%;
    height: 100%;
}
.work-area .item h3{
    border-radius: 50px;
    border: 1px solid rgba(207, 208, 212, 0.2);
    background: #1D1D21;
    font-size: 24px;
    font-weight: 500;
    color: var(--white);
    font-family: "Satoshi Variable", sans-serif;
    padding: 20px 90px;
    line-height: 1;
    text-align: center;
}
.work-area .content-item .about-content {
    padding: 35px 20px;
}
.work-area .section-title{
    border-bottom: 1px solid rgba(207, 208, 212, 0.2);
    padding-bottom: 15px;
}
.products-section .row:nth-child(2){
  flex-direction: row-reverse;
}
.page-heading h3{
    font-size: 4rem;
}
.footer-quick-links li{
    margin-bottom: 5px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 15px;
}
.sticky{
    background: linear-gradient(to bottom right, #2196F3, #2069b3);
}
.sticky .header-right .theme-btn {
    color: white;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 75%);
}
.service-box-items-2{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title.style-2 h2 {
    font-size: 50px;
    color: #f2f2f2;
}

.page-banner .main-title{
    font-weight: 200;
    text-align: center;
}
.banner-element .row:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
    border-radius: 20px;
    background: linear-gradient(to bottom right, #2196F3, #2069b3);
}
.banner-element .row {
    padding: 20px 0px;
    margin-bottom: 40px;
}
.project-box-content {
    max-width: 560px;
}
.page-banner .project-box-content p {
    color: #fbf9f9;
}

.page-video .paralax-section-2 {
    padding: 230px 0;
    border-radius: 20px;
}

.page-video .video-text {
    top: 41%;
}

.page-video .video-text .video-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #ffffff;
    color: var(--theme);
    font-size: 20px;

}
.page-video .video-text h3 {
    font-size: 19px;
}

.page-contact .cta-wrapper{
    flex-direction: column;
}

.page-contact{
    padding: 50px 0;
}
.page-contact .circle-dot{
    font-size: 10px;
    margin: 10px 3px;
    color: #d165df;
}

.founder img{
    border-radius: 60px;
}
@media screen and (max-width: 1500px) {
    h1 {
        font-size: 125px;
    }
}

@media screen and (max-width: 992px) {
    .hero-1 .hero-content h1 b {
        font-size: 55px;
        margin-left: 40px;
    }
    .hero-1 .hero-content h1 {
        font-size: 35px;
        line-height: 150px;
    }

    h1 { font-size: 105px; }
    .message-items h2 span b { font-size: 88px; }
    .message-items h2 {
        font-size: 75px;
        text-align: start;
    }


}

@media screen and (max-width: 765px) {
    h1 {
        font-size: 50px;
    }
    .message-items h2 span b {
        font-size: 55px;
    }
    .message-section.section-padding {
        padding: 170px 0 0 0;
    }
}