/* Hero Section CSS Start */
section.ready_game_cover {
    /* background: linear-gradient(45deg, rgba(191, 0, 0, 0.95), rgb(196 182 72 / 0.9)), url(); */
    background: url("../images/web-development/web-development-hero-banner.jpg");
    padding: 300px 0px 90px;
    background-color: #0e2550;
    /* background: -webkit-linear-gradient(right, #244640 40%, #345777 80%); */
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 80px;
}

.game_cover_content .row {
    display: flex;
    align-items: center;
}

.game_cover_hd {
    font-size: 46px;
    padding-bottom: 20px;
    /* font-weight: bold; */
    color: #fff;
    letter-spacing: 1px;
}

.game_cover_desc {
    font-size: 16px;
}

.game_cover_link {
    margin-top: 30px;
}

a.game_cover_btn {
    display: inline-block;
    background-image: linear-gradient(#dd4b07, #fc4c07);
    padding: 10px 16px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 0px 10px 0px 0px;
}

.game_cover_right {
    padding-top: 20px;
}

.game_cover_left h2 {
    font-size: 24px;
}

.game_cover_img {
    background-size: contain;
    background-position: center;
    height: 400px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .game_cover_left {
        text-align: center;
    }

    .game_cover_hd {
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        padding: 0px 0px 0px;
        margin: 0px 0px 10px;
    }

    .game_cover_link {
        margin-top: 30px;
        text-align: center;
    }
}

.dropbtn-str {
    background-color: #000;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    width: 160px;
    font-weight: 600;
    background-color: transparent;
    background-image: linear-gradient(#dd4b07, #fc4c07);
    padding: 10px 16px;
}

.dropdown-str {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.dropdown-str-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 160px;
    z-index: 1;
}

.dropdown-str-cont {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-str-content a {
    color: black;
    padding: 12px 7px;
    text-decoration: none;
    display: block;
    text-align: initial;
}

.dropdown-str-content a img {
    width: 40px;
    height: 40px;
}

.dropdown-str:hover .dropdown-str-content {
    display: block;
}

.dropdown-str-content a:hover {
    color: crimson;
}

.dropdown-str:hover .dropbtn-str {
    background-color: crimson;
    /*border-radius: 50px;*/
}

/* Hero Section CSS End */

/* Additional Features Section CSS Start */

.py-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.text-uppercase-expanded {
    font-weight: 700;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    font-size: 0.75rem !important;
}

.card.lift {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.lift:hover {
    transform: translateY(-0.3333333333rem);
    box-shadow: 0 0.5rem 2rem 0 rgba(33, 40, 50, 0.25);
}

.icon-stack-lg {
    height: 4rem;
    width: 4rem;
    font-size: 1.5rem;
}

.icon-stack {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    background-color: #f2f6fc;
    flex-shrink: 0;
}

.bg-green-soft {
    background-color: rgb(70, 253, 235) !important;
}

.bg-red-soft {
    background-color: rgba(241, 224, 227, 1) !important;
}

.bg-yellow-soft {
    background-color: rgba(242, 238, 227, 1) !important;
}

.bg-purple-soft {
    background-color: rgba(228, 221, 237, 1) !important;
}

.bg-blue-soft {
    background-color: rgba(218, 231, 251, 1) !important;
}

.bg-orange-soft {
    background-color: rgba(243, 231, 227, 1) !important;
}

.icon-stack-lg img {
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 50%;
}

.card.lift h5 {
    font-size: 1.1rem;
}

.small {
    font-size: 0.875em;
}

/* Additional Features Section CSS End */

/* Expert Features Section CSS Start */
.services-grid {
    padding-top: 60px;
    padding-bottom: 60px;
    /* background-color: rgba(246,246,246,1.0); */
}

.services-grid .grid:hover {
    box-shadow: 0 0.5rem 2rem 0 rgba(33, 40, 50, 0.25);
}

.services-grid .grid {
    display: block;
    padding: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    /* margin-left: 12px;
    margin-right: 12px; */
    -webkit-box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: width 0.2s ease-in-out, margin 0.2s ease-in-out,
        transform 0.75s ease, -webkit-transform 0.75s ease;
    -o-transition: width 0.2s ease-in-out, margin 0.2s ease-in-out,
        transform 0.75s ease, -webkit-transform 0.75s ease;
    transition: width 0.2s ease-in-out, margin 0.2s ease-in-out,
        transform 0.75s ease, -webkit-transform 0.75s ease;
    background-color: rgba(255, 255, 255, 1);
    border: 0px none;
    border-radius: 3px;
    width: 100%;
}

.services-grid .grid h3 {
    padding: 0px;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 19px;
}

.services-grid .grid p {
    margin: 0;
    font-size: 14px;
}

/* Expert Features Section CSS Start */

/* Process Features Section CSS Start */

.sales-funnel {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
    background-color: rgba(246, 246, 246, 1);
}

.sales-funnel .common {
    padding-top: 60px;
    /* padding-right: 30px; */
    padding-bottom: 30px;
    /* padding-left: 30px; */
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sales-funnel .box-area {
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
    padding: 31px 5px;
    text-align: center;
    width: 70%;
    position: relative;
}

.sales-funnel .common .circle {
    position: absolute;
    left: -30px;
    top: -22px;
    width: 64px;
    border-radius: 50px;
    height: 64px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    border: 10px solid #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-area h4.box-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 12px;
}
/* --------------------------- */
.ht-box-images {
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    background: #fff;
    border-radius: 5px;
    padding: 50px 30px 63px;
    text-align: center;
    /* margin-top: 60px; */
    position: relative;
    height: 100%;
}
.ht-box-images .box-image {
    text-align: center;
    margin-bottom: 41px;
    width: 60px;
    height: 60px;
}
.ht-box-images {
    text-align: center;
}
.ht-box-images .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}
.ht-box-images .circle-arrow {
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    height: 56px;
    width: 56px;
}
.ht-box-images .circle-arrow .middle-dot {
    pointer-events: none;
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid yellow;
    opacity: 0;
    transform-origin: 50% 50%;
}
.ht-box-images .circle-arrow a {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    background-color: #dd4b07;
}

.ht-box-images.style-01 .image-box-wrap {
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    background: #fff;
    border-radius: 5px;
    padding: 50px 30px 63px;
    transition: all 0.3s ease;
    text-align: center;
    margin-top: 60px;
}

.ht-box-images.style-01 .image-box-wrap .box-image {
    text-align: center;
    margin-bottom: 41px;
    color: #086ad8;
}

.ht-box-images.style-01 .image-box-wrap .content {
    text-align: center;
}

.ht-box-images.style-01 .image-box-wrap .content .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}

.ht-box-images.style-01 .image-box-wrap .content .service_text {
    color: #666;
}

.ht-box-images.style-01:hover .icon-box-wrap {
    border-color: #fff;
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.ht-box-images.style-01 .circle-arrow {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 50%);
    height: 56px;
    width: 56px;
}

.ht-box-images.style-01 .circle-arrow .middle-dot {
    pointer-events: none;
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #086ad8;
    opacity: 0;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.ht-box-images.style-01 .circle-arrow a {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    background: #d2a98e;
}

.ht-box-images.style-01:hover .circle-arrow a {
    background: #086ad8;
}

.ht-box-images.style-01:hover .circle-arrow .middle-dot {
    animation: boxImageAnimationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s
        infinite forwards;
}

@-webkit-keyframes boxImageAnimationSignal {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    1% {
        opacity: 0.14;
    }

    20% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.4;
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.ht-box-images.style-01 .circle-arrow a i {
    font-size: 40px;
    line-height: 32px;
}
.web_section09_heading h2{
    font-size: 32px;
}
/* -----------------All--corse ---slider --Css---Start----------------- */
.card img {
    width: 60px;
    height: auto;
}
.carousel-item > .row {
    display: flex;
    justify-content: center;
}
/* -----------------All--corse ---slider --Css---end----------------- */

.service-wrapper.service-style-1 {
    position: relative;
    margin: 0;
    padding: 60px 40px;
    background: #FBFBFB;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.service-wrapper.service-style-1::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin: -3px;
    opacity: 0;
    border-radius: inherit;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(130deg, #3663d8, #77beff, #00d1ff) 100%;
}
.service-wrapper.service-style-1 .service-inner {
    padding-left: 4px;
    padding-bottom: 4px;
    overflow: hidden;
}
.service-wrapper.service-style-1:hover .service-icon {
       margin-top: -70px;
    opacity: 0;
}
.service-wrapper.service-style-1 .service-icon{
    opacity: 1;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.service-wrapper.service-style-1 .bg-icon{
        position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transition: all 0.3s ease-in-out
}
.service-wrapper.service-style-1 .service-content .service-title {
    margin-bottom: 20px;
}
.service-wrapper.service-style-1 .service-content .service-links{
    opacity: 0;
    margin-top: 20px;
    margin-bottom: -70px;
    transition: all 0.3s ease-in-out;
}
.btn-arrow{
        width: 50px;
    height: 50px;
    display: flex
;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    padding-right: 4px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.service-wrapper.service-style-1 .service-content .service-links .btn-arrow{
        border-color: #77BEFF !important;
}
 /* ------------------Highlighting the skills-----Start-------------------- */
  .feature-card {
      border: 1px solid #e0f0f5;
      border-radius: 12px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 4px 6px rgba(0,0,0,0.05);
      transition: 0.3s;
      border-bottom: 4px solid #5088dd;
    }
    .feature-card:hover {
      box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    }
    .feature-icon {
      font-size: 2rem;
      margin-bottom: 10px;
      color: #00aaff;
    }
    .feature-title {
      font-size: 1rem;
      font-weight: 500;
    }
     /* ------------------Highlighting the skills-----Start-------------------- */

/* Process Features Section CSS End */
