
:root {
    --primary-color: #5A3ECA;
    --secondary-color: #7A63E0;
    --white-color: #F5F5FA;
    --second-white-color: #C9C9D5;
    --card-color: #1A1A24;
    --background-color: #0F0F17;
    --black-color: #030305;
    --border-color: #3D3D4F;
    --box-shadow-color: hsl(220deg 85% 57% / 20%);
  }

html,
body {
    font-family: "Roboto", sans-serif;
    /*font-family: "Raleway", sans-serif;*/
    color: var(--second-white-color);
    background: var(--background-color);
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}
p {
    font-size: 15px;
    line-height: 28px;
}
.container-fluid {
    max-width: 1400px;
}

header {
    background-color: var(--black-color);
    padding: 15px 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    margin: 0 auto;
    position: fixed;
    z-index: 99;
}
.header_card {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.header_logo h4 {
    font-size: 22px;
    font-weight: 800;
    color: #717171;
    margin: 0;
}
.header_logo img {
    max-width: 140px;
}
.header_nav ul {
    margin: 0;
    padding: 0;
    display: table;
}
.header_nav ul li {
    display: inline-block;
    margin-left:30px;
}
.header_nav ul li a {
    display: block;
    color:var(--white-color);
    font-size: 14px;
    font-weight: 400;
}
.header_nav ul li a.nav_contact {
    background-color: var(--primary-color);
    padding: 8px 15px;
    border-radius: 40px;

}
.main_content {
    padding-top: 150px;
    z-index: 1;
    position: relative;
}
.background_pattern {
    width:100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: -1;
}
.background_pattern img {
    max-width: 100%;
}
.banner_content h2 {
    color: var(--white-color);
    font-size: 100px;
    font-family: "Raleway", sans-serif;
    font-weight:900;
    margin-bottom:20px;
}
.banner_content h2 span {
    color: transparent;
      -webkit-text-stroke: 1px var(--white-color); 
}
img.blue_blur_pattern {
    max-width: 100%;
    position: absolute;
    top: -200px;
    left: 0;
    z-index: -1;
}
.button_card {
    margin-top: 60px;
}
.button_card a {
    display:flex;
    align-items: center;
}
.button_card a span.btn_text {
    background-color: var(--primary-color);
    padding: 16px 46px;
    border-radius: 130px;
    display: block;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 400;
}
.button_card a span.btn_space {
    height: 10px;
    width: 6px;
    display: block;
    background-color: var(--primary-color);
}
.button_card a span.btn_icon img {
    max-width: 64px;

}

.graphic_gif {
    width: fit-content;
    position: absolute;
    top: 120px;
    right: -250px;
    transform: rotate(346deg);
}
.gif_card {
    position: relative;
    overflow: hidden;
    width: fit-content;
}
.gif_card img {
    max-width: 800px;
}
.code_static_img {
    opacity: 40%;
}
.code_static_gif {
    padding: 40px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 80%;
}
img.black_blur_left {
    max-height: 100%;
    position:absolute;
    right: 0;
    top: 0;
}
img.black_blur_bottom {
    max-width: 100%;
    position:absolute;
    bottom: 0;
    left: 0;
}
.logo_section {
    padding:10px;
    border-radius: 200px;
    background-color: var(--card-color);
    margin-top: 100px;
}
.logo_section_card {
    display: flex;
    gap: 20px;
    justify-content: end;
    align-items: center;
}
.logo_section_card p {
    color: var(--second-white-color);
    font-size: 16px;
    margin: 0;
    width: 300px;
    max-width: 300px;
}
.logo_section_card p span {
    display: block;
}
.logo_card {
    display:flex;
    align-items: center;
    gap: 20px;
    justify-content: space-around;
    width: 100%;

}
.logo_card img {
    max-width: 100px;
    opacity: 80%;
}
.about_section {
    padding: 80px 0px;
}
 h6.h6_heading {
    font-size: 14px;
    font-weight:400;
    display:flex;
    gap: 5px;
    align-items: center;
    margin: 0;
}
 h6.h6_heading span {
    height: 5px;
    width:12px;
    border-radius: 20px;
    display: block;
    background-color: var(--secondary-color);
}
.banner_content {
    position: relative;
    z-index: 1;
}
h3.h3_heading {
    color: var(--white-color);
    font-size:38px;
    font-weight: 800;
    margin-bottom: 50px;
    margin-top: 20px;
    line-height: 60px;
}
.about_content h3.h3_heading {
    margin-bottom: 50px;
}
.about_content p {
    color: var(--second-white-color);
    padding-right: 150px;
}
.about_img img {
    max-width: 100%;
}
.work_section {
    background-color: var(--card-color);
    padding: 80px 0;
}
.work_row {
    display: flex;
    align-items: center;
}
.work_heading {
    margin-bottom:60px;
}
.work_heading p {
    padding-left: 150px;
}
.work_content {
    padding:50px 0;
}
.border_bottomright .work_content, .border_topright .work_content {
    padding-right: 120px;
}
.border_bottomleft .work_content, .border_topleft .work_content {
    padding-left: 120px;
}
.border_bottomright, .border_topright {
    border-right:0.5px solid rgb(61 61 79 / 15%);
}
.border_bottomright, .border_bottomleft {
    border-bottom: 0.5px solid rgb(61 61 79 / 15%);
}
.border_bottomleft, .border_topleft {
    border-left:0.5px solid rgb(61 61 79 / 15%);
}
.border_topright, .border_topleft {
    border-top: 0.5px solid rgb(61 61 79 / 15%);
}
.work_content h4 {
    font-size:44px;
    font-weight: 800;
    color: var(--secondary-color);
}
.work_content h4 span{
    font-size: 14px;
    font-weight: 400;
    color: var(--second-white-color);
}
.work_content h5 {
    font-size: 18px;
    font-weight: 600;
}
.work_content p {
    font-size: 14px;
}
.offer_section {
    padding: 80px 0;
}
.service_slider .carousel-indicators {
    position: relative;
    right: inherit;
    bottom: inherit;
    left: inherit;
    z-index: 15;
    display: -ms-flexbox;
    display: block;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}
.service_slider .carousel-indicators li {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    text-indent: 0px;
    border-top: 0;
    border-bottom:0;
    display: block;
    background: none;
    margin-bottom:50px;
}
.service_slider .carousel-indicators .active {
    opacity: 1;
}
.service_card h4 {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom:15px;
}
.service_card h4 span {
    height: 30px;
    width: 4px;
    border-radius: 20px;
    background-color: var(--white-color);
}
.service_slider .carousel-indicators .active .service_card h4 span {
    background-color: var(--secondary-color);
}
.service_card h6 {
    display: block;
    padding-left: 20px;
    margin-top:20px;
}
.service_card p {
    padding-left: 20px;
    padding-right: 100px;
}
.service_card h6 span {
   border: 1px solid var(--white-color);
    border-radius: 100px;
    font-size: 13px;
    color: var(--white-color);
    padding: 10px 20px;
    display: inline-block;
    margin-right: 15px;
    font-weight: 400;
    margin-bottom:15px
}
.service_slider .carousel-item {
    padding-left: 30px;
}
.service_slider .carousel-item img {
    max-width: 100%;
}
.fade:not(.show) {
    opacity: 1;
}
.project_section {
    position: relative;
}
.mark_main_card {
    overflow:hidden;
    background-color: var(--black-color);
    border-bottom: 2px solid var(--white-color);
    transform: rotate(358deg);
}
.mark_card {
    white-space: nowrap;
    animation: mark_animation 20s linear infinite;
}
@keyframes mark_animation {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translate(-100%);
    }
}

.project_main_card {
    padding-top: 120px;
    padding-bottom: 80px;
}
.project_slide {
    display: flex;
    align-items: center;
    gap: 200px;
    justify-content: center;
    padding:10px 0;
}
.project_slide h2 {
    color: transparent;
    -webkit-text-stroke: 1px var(--white-color);
    font-size:40px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    margin: 0;
    letter-spacing: 2px;
    opacity: 40%;
}
.project_heading h3.h3_heading {
    margin-bottom: 15px;
}
.project_heading {
    padding-bottom: 40px;
    padding-right: 40px;
}
.project_card {
    padding: 30px;
    border-radius: 20px;
    margin-bottom:40px;
    background-image: url(../images/box-pattern-img.png);
    background-color: var(--card-color);
    background-repeat: no-repeat;
    background-position: center;
    border:1px solid var(--border-color);
}
.project_card img {
    max-width: 95%;
    margin: 0 auto;
    display: block;
}
.project_card .btn_view {
    background-color: var(--primary-color);
    padding: 8px 20px;
    border-radius: 40px;
    display: block;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    width: fit-content;
}
.project_card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
    color: var(--secondary-color);
}
.project_card_right {
    margin-left: 30px;
}
.project_card_left{
    margin-right:30px;
}
.test_section {
    position:relative;
}
.review_slider {
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 40px;
    background-color: var(--card-color);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid var(--border-color);
    position: relative;
    padding-bottom: 50px;
        margin-top: 55px;
}
.review_heading {
    display: flex;
    align-items: center;
    gap: 20px;
}
.review_heading img {
    max-width: 90px;
}
.review_heading h5 {
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: var(--secondary-color);
}
.review_heading p {
    margin-bottom: 0;
    font-weight: 300;
    margin-top: 0;
    font-size: 13px;
    color: var(--second-white-color);
}
.review_content p {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-right: 70px;
}
.review_icon p {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: end;
    color: #FFCF54;
}
.review_slider button.carousel-control-prev, .review_slider button.carousel-control-next {
    display: block;
    height: 50px;
    width: 50px;
    background: var(--white-color);
    opacity: 1;
    border-radius: 100%;
    color: var(--black-color);
    text-align: center;
    font-size: 18px;
    line-height: 0;
    padding: 17px;
    position: relative;
}
.review_slider button.carousel-control-prev:hover, .review_slider button.carousel-control-next:hover {
    background: var(--primary-color);
    opacity: 1;
    color: var(--white-color);
}
.slider_btn {
    display: flex;
    gap: 15px;
    width: fit-content;
    background: var(--border-color);
    padding: 10px 24px;
    border-radius: 0px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.project_heading h2 {
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color:var(--secondary-color);
}
.project_heading h2 img {
    max-width:40px;
}
.project_herf {
    display: flex;
        align-items: start;
    justify-content: end;
    gap: 5px;
}
.project_herf a {
    background-color: var(--primary-color);
    padding: 8px 15px;
    border-radius: 40px;
    display: block;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
}
.project_herf img {
    max-width: 240px;
}
.news_section {
    padding: 80px 0;
    padding-top: 120px;
    position: relative;
}
.news_slider .item img {
    max-width: 100%;
}
.footer_top {
    padding: 80px 0;
    border-radius: 80px 80px 0px 0px;
    background-color: var(--card-color);
}
.footer_bottom {
    padding:10px 0;
    background-color: var(--black-color);
}
.footer_bottom_content p {
    margin: 0;
}
.footer_bottom_content2 {
    display: flex;
    align-items: center;
    gap:15px;
    justify-content: end;
}
.footer_top_content {
    display: flex;
    gap:100px;
    align-items:start;
}
.footer_top_content img {
    max-width:46px;
}
.footer_top_content p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom:80px;
}
.footer_top_content p span {
    display: block;
}
.waviy {
  position: relative;
  /*-webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));*/
  font-size:90px;
  font-weight:900;
  font-family: "Raleway", sans-serif;
}
.waviy span {
  position: relative;
  display: inline-block;
  color: var(--white-color);
  text-transform: uppercase;
  animation: waviy 3s infinite;
  animation-delay: calc(.1s * var(--i));
  
}
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-30px)
  }
}
img.blue_blur_pattern2 {
    max-width: 100%;
    position: absolute;
    top: -400px;
    left: 0;
}
.side_menu {
        display: none;
    }
    .sidenav {
        display: none;
    }
    .service_card img {
    display: none;
}
/*---Responsive Css Start---*/

@media(max-width:1500px){
    .banner_content h2 {
        font-size: 80px;
    }

}
@media(max-width:1200px){
    .gif_card img {
        max-width: 600px;
    }
    .project_herf img {
        max-width: 160px;
    }
    .waviy {
        font-size: 80px;
    }
}
@media(max-width:991px){
    .banner_content h2 {
        font-size: 60px;
    }
        .gif_card img {
        max-width: 530px;
    }
    .button_card a span.btn_text {
        padding: 14px 34px;
        font-size: 15px;
    }
    .button_card a span.btn_icon img {
        max-width: 50px;
    }
    .button_card a span.btn_space {
        height: 8px;
        width: 3px;
    }
    .button_card {
        margin-top: 40px;
    }
    .logo_section {
        margin-top: 70px;
    }
    .logo_card img {
        max-width: 70px;
        opacity: 80%;
    }
    .logo_section_card p {
        font-size: 14px;
        width: 220px;
        max-width: 220px;
        line-height: 24px;
    }
    .about_img img {
        max-width: 500px;
        margin: 0 auto;
        display: block;
        margin-top: 30px;
    }
    .work_heading p {
        padding-left: 0;
    }
    .about_content h3.h3_heading {
        margin-bottom: 20px;
    }
    .about_content p {
        padding-right: 0;
    }
    .work_heading {
        margin-bottom: 20px;
    }
    .border_bottomright .work_content, .border_topright .work_content {
        padding-right: 10px;
    }
    .border_bottomleft .work_content, .border_topleft .work_content {
        padding-left: 10px;
    }
    .project_card_left {
        margin-right: 0px;
    }
    .project_card_right {
        margin-left: 0px;
    }
    .project_card {
        padding: 15px;
        margin-bottom: 30px;
    }
    .project_card h3 {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .project_herf {
        justify-content: start;
        gap: 15px;
        margin-top: 20px;
    }
    .review_slider {
        padding: 25px;
        border-radius: 20px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .footer_top_content img {
        max-width: 36px;
    }
    .footer_top_content {
        gap: 60px;
    }
    .footer_bottom_content p {
        margin: 0;
        font-size: 13px;
    }
    .waviy {
        font-size: 55px;
    }
    .service_slider .carousel-item {
        padding-left: 0;
    }
    .service_slider .carousel-item img {
        max-width: 100%;
        display: none;
    }
    /*.service_card img {
        display: block;
        max-width: 500px;
    }*/
}
@media(max-width:767px){
    .header_logo img {
        max-width: 100px;
    }
    .header_nav ul li a {
        font-size: 13px;
    }
    .border_bottomright .work_content, .border_topright .work_content {
        padding-right: 0;
    }
    .border_bottomleft .work_content, .border_topleft .work_content {
        padding-left: 0;
    }
    .border_bottomright, .border_topright {
        border-right:none;
    }
    .border_bottomright, .border_bottomleft {
        border-bottom:none;
    }
    .border_bottomleft, .border_topleft {
        border-left:none;
    }
    .border_topright, .border_topleft {
        border-top:none;
    }
    .work_content {
        padding: 20px 0;
    }
    .header_nav ul li {
        display: inline-block;
        margin-left: 16px;
    }
    .header_nav ul li a.nav_contact {
        padding: 5px 10px;
        border-radius: 40px;
    }
    .banner_content h2 {
        font-size: 50px;
        margin-bottom: 10px;
    }
    .main_content {
        padding-top: 120px;
    }
        .gif_card img {
        max-width: 480px;
    }
    .button_card a span.btn_text {
        padding: 12px 22px;
        font-size: 13px;
    }
        .button_card a span.btn_icon img {
        max-width: 44px;
    }
    .button_card a span.btn_space {
        height: 7px;
        width: 2px;
    }
    .logo_section_card {
        display: block;
    }
    .logo_section_card p {
        font-size: 14px;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .logo_section_card p span {
    display: inline-block;
}
    .logo_section {
        margin-top: 60px;
    }
        .waviy {
        font-size: 38px;
    }
    .footer_top_content p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 50px;
    }
    .footer_top_content img {
        max-width: 26px;
    }
    .footer_top {
        padding: 40px 0;
        border-radius: 40px 40px 0px 0px;
    }
    .row.res_footer {
        display: flex;
        flex-wrap: wrap;
    }
    .res_footer .col-md-6.a {
        order: 2;
    }
    .res_footer .col-md-6.b {
        order: 1;
    }
    .footer_bottom_content p {
        text-align: center;
    }
    .footer_bottom_content2 {
        justify-content: center;
        margin-bottom: 6px;
    }
    .project_slide h2 {
        font-size: 30px;
    }
    .project_slide {
    gap: 100px;
}
}
@media(max-width:575px){
    .about_img img {
        max-width: 100%;
    }
    h3.h3_heading {
        font-size: 32px;
        margin-top: 10px;
        line-height: 50px;
    }
    p {
        font-size: 14px;
    }
    .about_section, .work_section, .offer_section, .project_main_card {
        padding: 50px 0px;
    }
    .project_heading {
        padding-bottom: 40px;
        padding-right: 0;
    }
    .news_section {
        padding: 50px 0;
        padding-top: 70px;
        position: relative;
    }
    .sidenav {
        display: block;
    }
    .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      background-color: var(--black-color);
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
      text-align:center;
    }

    .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 18px;
      color: var(--white-color);
      display: block;
      transition: 0.3s;

    }

    .sidenav a:hover{
      color: #f1f1f1;
    }

    .sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
    }
    .header_nav ul {
        display: none;
    }
    .header_nav a.side_menu {
        display: block;
        color: var(--white-color);
    }
    .offer_section {
    padding-bottom: 0;
}
}
@media(max-width:479px){
    .banner_content h2 {
        font-size: 36px;
        margin-bottom: 6px;
    }
    .main_content {
        padding-top: 100px;
    }
        .header_logo img {
        max-width: 90px;
    }
        .header_nav a.side_menu {
        font-size: 14px;
    }
    img.blue_blur_pattern {
    top: 0;
}
.graphic_gif {
    top: 100px;
    right: -270px;
}
    .gif_card img {
        max-width: 390px;
    }
        .button_card {
        margin-top: 20px;
    }
    .button_card a span.btn_text {
        padding: 10px 18px;
        font-size: 13px;
    }
    .button_card a span.btn_icon img {
        max-width: 40px;
    }
    .logo_card img {
        max-width: 56px;
        opacity: 80%;
    }
    .logo_card img:last-child {
        display: none;
    }
        .logo_section_card p {
        font-size: 13px;
        margin-bottom: 10px;
    }
        .logo_section {
        margin-top: 50px;
        position: relative;
        z-index: 1;
    }
    h6.h6_heading {
    font-size: 13px;
}
    h3.h3_heading {
        font-size: 24px;
        margin-top: 12px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .sidenav a {
        padding:10px;
        text-decoration: none;
        font-size: 16px;
        color: var(--white-color);
        display: block;
        transition: 0.3s;
    }
    .work_content p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .work_content h4 {
        font-size: 40px;
    }
    .work_content h4 span {
        font-size: 14px;
    }
        .project_slide h2 {
        font-size: 22px;
    }
    .project_slide {
        gap: 50px;
    }
    .project_card .btn_view {
        padding: 8px 16px;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .review_slider {
        padding: 15px;
        border-radius: 12px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
        .project_card {
        padding: 15px;
        margin-bottom: 30px;
        border-radius: 12px;
    }
    .review_heading img {
        max-width: 60px;
    }
    .review_heading h5 {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 17px;
    }
    .review_heading p {
        font-size: 12px;
    }
    .review_content p {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-right: 0;
    }
    .review_slider button.carousel-control-prev, .review_slider button.carousel-control-next {
        display: block;
        height: 40px;
        width: 40px;
        background: var(--white-color);
        opacity: 1;
        border-radius: 100%;
        color: var(--black-color);
        text-align: center;
        font-size: 14px;
        line-height: 0;
        padding: 14px;
        position: relative;
    }
    .slider_btn {
    display: flex;
    gap: 8px;
    width: fit-content;
    background: var(--border-color);
    padding: 6px 16px;
    border-radius: 0px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.waviy {
        font-size: 24px;
    }
    .footer_top_content {
        gap: 30px;
    }
    .footer_top_content img {
        max-width: 24px;
    }
        .footer_top_content p {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 50px;
    }
        .footer_bottom_content p {
        margin: 0;
        font-size: 12px;
    }
    .footer_bottom_content2 {
        justify-content: center;
        margin-bottom: 0;
    }
    .footer_top {
        padding: 20px 0;
        border-radius: 20px 20px 0px 0px;
    }
    .offer_section {
    padding-bottom: 0;
}
    .offer_heading h3.h3_heading {
        margin-bottom: 50px;
    }
    .service_card h4 {
    font-size: 18px;
}
.service_card p {
    padding-left: 20px;
    padding-right: 0;
}
.service_card h6 span {
    border: 1px solid var(--white-color);
    border-radius: 100px;
    font-size: 11px;
    color: var(--white-color);
    padding: 7px 12px;
    display: inline-block;
    margin-right: 6px;
    font-weight: 400;
    margin-bottom: 8px;
}
    h3.h3_heading {
        font-size: 24px;

}

/*---Responsive Css End---*/