:root {
    --color-default: #000000;
    --color-primary: #ee553a;
    --color-secondry: #adadad;
    --color-third: #f6f9ff;
    --bg-color: #f4f9fd;
    --coler-text: #212529;
    --coler-batton:#ffffff;
}
*{
    margin: 0;
    padding: 0;
    font-family: "Nunito", sans-serif;
    /* transition: all 0.8s ease-out; */
}


header {
    position: absolute;
    top: 0;
    /* left: 0; */
    width: 100%;
    background-color: transparent;
    z-index: 999;
    transition: all 0.3s ease; 
}

/* Scroll korar por ei class add hobe */
header.scrolled {
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Scroll korar por menu link er color change */
header.scrolled .menu-bar ul li a {
    color: #000;
}

/* header.scrolled .bars {
    color: #000;
} */
.nav-logo img {
    /* height: 70px; */
    width: 70px;
}
.menu-bar {
    background-color: #0060ef00;
    position: relative ;
    /* opacity: 0; */
    max-width: 1376px;
    margin: auto;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 85px;
}
.menu {
    position: relative;
    bottom: -13px;
}
.menu a{
    padding: 10px;
    text-decoration: none;
    color: var(--color-default);
    font-weight: 550;
}  
.menu ul {
    list-style: none;
    display: flex;
    align-items: center;
}
.menu-bar ul li {
    position: relative;
}
.menu-bar ul li a {
    
    font-weight: 300;
    color: white;
    /* font-size: 16px; */
    transition: all 0.3s;
    display: block;
    border-radius: 3px;
    border-bottom:1px solid transparent ;
}
.menu-bar ul li a:hover{
    background-color: rgba(8, 53, 130, .047058823529411764);
    color: #050560;
    border-color: #050560;
}    
.bars {
    font-size: 25px;
    display: none;
    color: var(--coler-whit);
    cursor: pointer;
}
        
/* Dropdown Menu */

.dropdown-menu {
    position: absolute;
    left: 0;
    top: 120%;
    background-color: var(--bg-color);
    border-radius: 5px;
    min-width: 180px;
    padding: 10px 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.menu-bar ul li:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}    
.dropdown-menu ul {
    flex-direction: column;
}  
.dropdown-menu ul li {
    width: 100%;
}
.dropdown-menu ul li a{
    padding: 10px 20px;
    left: 24px;
    color: black;
}

/* res-nav-bar */

#sidebar-activ {
    display: none;
}
.res-nav-bar {
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    top: -115%;
    z-index: 1111;
    transition: all cubic-bezier(.77,-0.28,.23,1.27) 0.4s;
}
.res-nav-bar-ops {
    width: 100%;
    background-color: var(--coler-batton);
    height: 85vh;
    margin: 75px 12px ;
    border-radius: 10px;
}
.res-nav-bar-ops a{
    display: block;
    text-decoration: none;
    font-size: 1.1rem;
    color: #090046;
    padding: 20px;
}
.sid-ber {
    font-size: 1.5rem;
    visibility: visible;
    color: #050560;
}
.closs {
    position: absolute;
    top: 23px;
    background-color: #ffffff;
    border: 2px solid #050560;
    border-radius: 25px;
    right: 10px;
}
#sidebar-activ:checked ~ .res-nav-bar {
    top: 0;
    left: 0;
}
#sidebar-activ:checked ~ .res-nav-bar:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(234, 251, 255, .58);
    z-index: -2;
}
#sidebar-activ:checked ~ .open {
    visibility: hidden;
}
#sidebar-activ:checked ~ .open:before {
    content: '';
     visibility: hidden;
} 

/* nav-2 */

.nav-2 {
    position: sticky;
    top: 77px;
    background-color: #090046;
    z-index: 99;
    margin-bottom: 50px;
}
.nav-container {
    max-width: 1376px;
    margin: auto;
    padding: 0 60px;
    display: flex;
    flex-wrap: wrap;
}
.nav-container a{
    text-decoration: none;
    margin: 12px 5px;
    padding: 15px;
    font-size: 1.25rem;
    color: var(--coler-batton);
    border-radius: 5px;
    transition: all 0.4s;
}
.nav-container a:hover {
    background-color: #109ce3;
}

/* hero-Background-image */

.hero {
    /* position: relative; */
    /* top: 0; */
}
.hero-background-image {
    display: flex;
    justify-content: center;
    position: relative;
    /* top: -150px; */
    z-index: 2;
}
.image-1 {
    width: 100%;
    height: 86vh;
    object-fit: cover;

}

@media only screen and (max-width: 992px) {
    .image-1 {
        height: auto; /* Tablet e kom height */
    }
}

/* @media only screen and (max-width: 600px) {
    .image-1 {
        height: auto;
    }
} */
.image-2 {
    width: 45%;
    position: absolute;
    top: 15%;
    z-index: 1;
    text-align: center;
    background-color: #12056153;
    transition: transform 0.4s; 
    cursor: pointer;
}

.image-2:hover {
    transform: scale(1.1); 
}
.hero-background-image p {
    position: absolute;
    top: 33%;
    font-size: 1.875rem;
    z-index: 1;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #12056153;
    font-weight: bolder;
}
@media only screen and (max-width: 992px) {
    .image-2 {
        top: 30%;
        width: 65%;
    }
    .hero-background-image p  {
        top: 50%;
        font-size: 1rem;
    }
    .menu ul {
        display: none;
    }
    .menu-bar {
        padding: 0 12px;
    }
    .nav-logo img {
    width: 55px;
    height: auto;
    }
    .nav-container a {
        font-size: 0.9375rem;
        padding: 8px 10px;
    }
}
@media only screen and (min-width: 992px) {
    .open {
        display: none;
    }
    .res-nav-bar {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .hero-background-image p  {
        /* top: 21.5%; */
        font-size: 11px;
    }
    .nav-container a {
        font-size: 0.75rem;
        margin: 6px 2.5px;
        padding: 7px;
    }
   
}

/* section */

.service-card {
    display: flex;
    max-width: 1400px;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    transition: all 0.8s ease-out;
}
.blue-un {
    margin: 10px auto 40px;
    text-align: center;
    position: relative;
    font-size: 2.375rem;
    color: #090046;
     /* font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue" ; */
}
.se-he-ani {
    cursor: pointer;
    width: max-content;
    transition: all 0.8s ease-out;
}
.se-he-ani::after{
    content: '';
    position: absolute;
    bottom: -3.5px;
    height: 3px;
    width: 0;
    left: 0;
    background-color: #090046;
    transition: 0.3s;
}
.se-he-ani:hover::after{
    width: 100%;
}
.section {
    padding: 50px 0;
}
.ro-gy-4 {
    width: 30.914%;
    padding: 0 12px;
    margin-top: 24px;
    min-width: 306px;
}
.card, .sec-8-card {
    text-align: center;
    padding: 60px 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 10px #adadad1f;
    height: 67%;
    transition: all 0.4s;
}
.card, .sec-8-card:hover .icon i {
    background-color: var(--coler-batton);
}
.card:hover h3 {
    color: var(--coler-batton);
}
.card:hover a {
    color: var(--coler-batton);
}
.card:hover p {
    color: var(--coler-batton);
}
.card-1, .card-8-2 {
    border-bottom: 6px solid #f68c09;
}
.card-1 a,.card-8-2 a{
    color: #f68c09;
}
.icon-1 i, .fa-laptop-code {
    background-color: #fde3c4;
    color: #f68c09;
}
.card-1:hover {
    background-color: #f68c09;
}
.card-2, .card-8-3 {
    border-bottom: 6px solid #08da4e;
}
.card-2 a, .card-8-3 a{
    color: #08da4e;
}
.icon-2 i, .fa-hexagon-nodes {
    background-color: #cffddf;
    color: #08da4e;
}
.card-2:hover {
    background-color: #08da4e;
}
.card-3, .card-8-5 {
    border-bottom: 6px solid #b50edf;
}
.card-3 a,.card-8-5 a{
    color: #b50edf;
}
.icon-3 i, .fa-chalkboard {
    background-color: #f8e4fd;
    color: #b50edf;
}
.card-3:hover {
    background-color: #b50edf;
}
.card-4, .card-8-4 {
    border-bottom: 6px solid #e9222c;
}
.card-4 a, .card-8-4 a{
    color: #e9222c;
}
.icon-4 i, .fa-code {
    background-color: #fef7f8;
    color: #e9222c;
}
.card-4:hover {
    background-color: #e9222c;
}
.card-5, .card-8-6 {
    border-bottom: 6px solid #04d4b9;
}
.card-5 a, .card-8-6 a{
    color: #04d4b9;
}
.icon-5 i {
    background-color: #feecf7;
    color: #04d4b9;
}
.card-5:hover {
    background-color: #04d4b9;
}
.card-6, .card-8-1{
    border-bottom: 6px solid #2db6fa;
}
.card-6 a, .card-8-1 a{
    color: #2db6fa;
}
.icon-6 i, .fa-pen-to-square {
    background-color: #dbf3fe;
    color: #2db6fa;
}
.card-6:hover {
    background-color: #2db6fa;
}
.card h3 {
    font-size: 1.75rem;
    margin-bottom: 8px;
    color: #444444;
}
.card p {
    color: var(--coler-text);
    line-height: 24px;
    margin-bottom: 16px;
}
.card a {
    text-decoration: none;
    padding: 8px 20px;
}
.icon i {
    font-size: 2.29rem;
    padding: 20px;
    margin-bottom: 25px;
    transition: all 0.3s;
}
.we-ap-ro-gy-4 {
    width: 22.55%;
    min-width: 22.55%;
}
.we-ap-ro-gy-4 h3{
    font-size: 0.875rem;
}
.we-ap-ro-gy-4 p{
    margin: 15px 0 30px;
}
@media only screen and (max-width: 992px){
    .blue-un {
        padding-top: 45px;
        margin-top: 10px;
        font-size: 1.25rem;
    }
    .section {
    padding: 10px 0;
    }
    .card{
        padding: 20px;
        height: auto;
    }
    .ro-gy-4 {
        width: 46.8%;
    }
    .card h3 {
        font-size: 1.625rem;
    }
}
@media only screen and (max-width: 767px){
    
    .ro-gy-4 {
        width: 100%;
    }
}

/* section-2 */

.section-2 {
    padding: 30px 0 50px;
    background-image: url(/photo/download.png);
    background-color: #2db6fa;
    background-size: cover;
}
.sec-2-un {
    padding-bottom: 10px;
    color: var(--coler-batton);
}
.row-gy-5 {
    display: flex;
    justify-content: center;
    transition: all 0.8s ease-out;
}
.col-lg-3 {
    width: 25%;
    max-width: 326px;
    min-width: 224px;
    padding: 0 12px;
    margin-top: 24px;
    transition: all 0.45s;
}
.col-lg-3:hover {
    transform: translate(0px, -15px);
}
.count-box {
    display: flex;
    align-items: center;
    padding: 30px;
    background-color: var(--bg-color);
    border-radius: 323px;
}
.count-box i {
    font-size: 2.29rem;
    margin-right: 20px;
    transition: all 0.7s;
}
.count-box i:hover, .icon-rotate i:hover {
    transform: rotate(360deg);
}
.count-box-1 i {
    color: #090046;
    
}
.count-box-2 i {
    color: rgb(21, 190, 86);
}
.count-box-3 i {
    color: rgb(187, 8, 82);
}
.count-box-4 i {
    color: rgb(238, 108, 32);
}
.ach-count span{
    font-size: 2.25rem;
    line-height: 60px;
    color: #0b198f;
}
.ach-count p {
    color: var(--coler-text);
}
@media only screen and (max-width: 991px) {
    .section-2 {
    padding: 10px 0;
    }
    .sec-2-un {
        padding: 45px 0 20px;
        margin-top: 10px;
    }
    .row-gy-5 {
        flex-wrap: wrap;
    }
    .col-lg-3 {
        width: 47%;
    }
}
@media only screen and (max-width: 800px) {
    .col-lg-3 {
        width: 46.5%;
    }
}
@media only screen and (max-width: 686px) {
    .col-lg-3 {
        width: 45.8%;
    }
}
@media only screen and (max-width: 575px) {
    .col-lg-3 {
        width: 100%;
    }
}

/* section 3 */

.header {
    padding-bottom: 40px;
    transition: all 0.8s ease-out;
}
.sec-3-h{
    padding: 0;
    margin: 15px 0 30px;
}
.content {
    padding: 40px;
    background-color: var(--bg-color);
    transition: all 0.8s ease-out;
}
.content h5 {
    font-size: 1.25rem;
    text-align: center;
    line-height: 27px;
    font-weight: 100;
}
.container {
    max-width: 1376px;
    padding: 0 12px;
    margin: auto;
    color: var(--coler-text);
    
}
.section-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.col-lg-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.col-lg-6 img {
    width: 100%;
    transition: all 0.3s;
}
.col-lg-6 img:hover {
    transform: scale(1.1);
}
.col-box-2,.col-box-4 {
    z-index: 3;
}
.col-box-3{
    z-index: 1; 
}
.col-box-2.col-box-4{
    
    z-index: 2;
}
.col-box-4:hover,.col-box-1:hover,.our-work:hover {
    transform: translateY(-0.1px);
    transition: all cubic-bezier(.5,-1130,.5,1130) 0.6s;
}
.content h2 {
    font-size: 1.5rem;
    margin-bottom: 8px;
    color: #090046;
}
.content p {
    margin: 15px 0 30px;
    line-height: 24px;
    font-size: 1.125rem;
}
.r-m-batton a {
    padding: 15px 20px;
    border-radius: 30px;
    text-decoration: none;
    background-color: var(--coler-batton);
    color: #090046;
    border: 1px solid #090046;
    line-height: 50px;
    transition: all 0.5s;
    box-shadow: 0px 10px 12px 8px #adadad46;
}
.r-m-batton i {
    font-size: 0.9rem;
    transition: all 0.5s;
}
.r-m-batton a:hover {
    background-color: #090046;
    color: var(--coler-batton);
}
.r-m-batton a:hover .fa-arrow-right  {
   transform: translatex(7px);
}
.col-box-3 {
    padding-top: 20px;
 
}
@media only screen and (max-width: 992px){
    .col-lg-6 {
        width: 100%;
        height: auto;
    }
    .col-lg-6 img {
        padding-top: 20px;
    }
}

/* section 4 */

.service-card-2 {
    display: flex;
    flex-wrap: wrap;
    /* display: grid;
    grid-template-columns: auto auto auto; */
    max-width: 1376px;
    padding: 0 12px;
    margin: auto;
    justify-content: center;
    transition: all 0.8s ease-out;
}
.col-lg-5 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    padding: 0 12px;
    width: 23%;
}
.col-lg-5 img {
    box-shadow: 0px 10px 12px 8px #adadad46;
    padding: 10px;
    width: 93.5%;
    border-radius: 20px;
    transition: all 0.8s;
    border: 1px solid #adadadb9;
}
.col-lg-5 img:hover {
    transform: translate(0px, -15px);
    border: 1px solid #212529;
}
.se-ca-2-batton {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 16px;
    padding: 0 12px;
}
@media only screen and (max-width: 1227px){
    .col-lg-5 {
        width: 22.5%;
    }
}
@media only screen and (max-width: 992px){
    .col-lg-5 {
        width: 21.7%;
    }
}
@media only screen and (max-width: 767px){
    .col-lg-5 {
        width: 46%;
    }
}
@media only screen and (max-width: 767px){
    .col-lg-5 {
        width: 45%;
    }
}
@media only screen and (max-width: 506px){
    .col-lg-5 {
        width: 44%;
    }
}
@media only screen and (max-width: 427px){
    .col-lg-5 {
        width: 43%;
    }
}
@media only screen and (max-width: 370px){
    .col-lg-5 {
        width: 42%;
    }
}

/* section 5 */

.section-5 {
    background-image: url(/photo/download.jfif);
    background-size: cover;
}
.sec-hed-5 {
    color: var(--coler-batton);
    margin: auto;
    width: max-content;
}
.sec-hed-5::after{
    content: '';
    position: absolute;
    bottom: -3.5px;
    height: 3px;
    width: 0;
    left: 0;
    background-color: var(--coler-batton);
    transition: 0.3s;
}
.sec-hed-5:hover::after{
    width: 100%;
}
.sec-5-p {
    padding: 20px 0px 50px;
    letter-spacing: 1.5px;
}
.text-white {
    padding: 1% 25% 0;
    line-height: 24px;
}
.section-header-5 {
    max-width: 1376px;
    margin: auto;
    padding: 20px 12px;
    color: var(--coler-batton);
    text-align: center;
    transition: all 0.8s ease-out;
}
.our-work {
 color: var(--coler-batton);
 text-align: center;
 width: 14.4%;
 margin-top: 24px;
 padding: 0 12px;
 cursor: pointer;
}
.our-work i{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5.145rem;
    margin-bottom: 20px;
    height: 90px;
    width: 90px;
    padding: 20px;
    border-radius: 50%;
}
.fa-cloud-arrow-up {
    color: #0060ef;
    background-color: #dbe8fb;
}
.our-work h4 {
    font-size: 1.5rem;
}
@media only screen and (max-width: 1064px){
    
    .our-work {
        width: 14.2%;
    }
}
@media only screen and (max-width: 992px){
    .our-work {
        width: 30%;
    }
    .sec-hed-5 {
        font-size: 1.2rem;
        padding-top: 45px;
    }
    .text-white {
        padding: 5% 5% 0;
    }
}

@media only screen and (max-width: 724px){
    .our-work {
        width: 29%;
    }
}
@media only screen and (max-width: 575px){
    .our-work {
        width: 43%;
    }
}

/* section 6 */

.col-lg-56 {
    width: 14%;
    cursor: pointer;
}
.col-lg-82 img {
    width: 92.5%;
    padding: 0 12px;
    margin-top: 24px;
    
}
@media only screen and (max-width: 904px){
    .col-lg-56 {
        width: 13.5%;
    }
}
@media only screen and (max-width: 767px){
    .col-lg-56 {
        width: 45%;
    }
}
@media only screen and (max-width: 484px){
    .col-lg-56 {
        width: 43%;
    }
}

/* section 7 */
/* section 8 */
.section-8{
    transition: transform 0.8s ease-in-out;
}
.sec-8-card:hover{
    transform: translate(0px, -10px);
}
.sec-8-card a {
    text-decoration: none;
    padding: 8px 20px;
}
.sec-8-card p {
    color: var(--coler-text);
    line-height: 24px;
    margin-bottom: 16px;
}
.sec-8-card h3 {
    font-size: 1.75rem;
    margin-bottom: 8px;
    color: #444444;
}

/* section 9 */

.section-9 {
    background-image: url(/photo/download.webp);
    background-size: cover;
}
.col-lg-69 {
    margin-top: 24px;
    padding:  0 12px;
    width: 50%;
}
.contact-us-1 {
    padding: 30px;
    background-color: rgba(45, 182, 250, 0.8627450980392157);
    box-shadow: 0 0 25px 0 #2e859b;
}
.col-md-12 {
    margin-top: 24px;
    padding: 0 12px;
}
.mt {
    margin-bottom: 10px;
    padding:    15px;
    width: 94%;
    background-color: transparent;
    border: 1px solid var(--bg-color);
    color: #ffffff;
    border-radius: 5px;
}
input::placeholder, textarea::placeholder {
    color: #ffffff;
}
input:focus, textarea:focus {
  outline: none;
  border: 1px solid var(--coler-text);
}
.textarea {
    height: 120px;
    width: 94%;
    max-width:152px;
    min-width: 94%;
}
.contact-us-2, .sec-9-un {
    color: var(--coler-batton);
}
.service-card-9 {
    flex-wrap: nowrap;
}
.contact-us-batton a{
    border-radius: 5px;
    padding: 12px 50px;
}
.contact-us-2-se-he h3{
    font-size: 2.376rem;
    text-align: center;
    margin: 10px 0 30px;
}
.contact-us-2-se-he span {
    padding: 10px;
    background-color: rgba(45, 182, 250, 0.8627450980392157);
}
.col-md-2 {
    margin-top: 24px;
}
.info-box {
    line-height: 24px;
    padding: 30px;
    background-color: rgba(45, 182, 250, 0.8627450980392157);
}
.info-box span {
    padding-left: 6%;
}
.info-box i {
    padding-right: 15px;
}
.info-box h3 {
    margin: 20px 0 10px;
}
@media only screen and (max-width: 992px) {
    .col-lg-69 {
        width: 100%;
    }
    .service-card-9 {
    flex-wrap: wrap;
    }
    .contact-us-2-se-he h3 {
        font-size: 1.25rem;
    }
}
@media only screen and (max-width: 510px) {
    .textarea,.mt{
        min-width: 90%;
        width: 90%;
    }
}

/* footer-top */

.footer-top{
    padding: 10px 0 20px;
    background-color: rgb(9, 0, 70);
}
.footer-contaner {
    max-width: 1376px;
    padding: 30px 12px 0;
    margin: auto;
    display: flex;
}
.footer-col-lg {
    margin: 24px 0 30px;
    padding: 0 12px;
    width: 15.2%;
}
.footer-col-lg h4 {
    font-size: 1.125rem;
    margin-bottom: 8px;
    padding-bottom: 12px;
    color: var(--coler-batton);
}
.footer-col-lg a {
    text-decoration: none;
    display: block;
    color: #fdfdfd;
    padding: 10px 0;
}
.footer-col-lg-logo {
    margin: 24px auto 30px;
    padding: 0 12px;
}
.footer-logo{
    width: 100%;
    text-align: center;
}
.img {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.img img {
    width: 200px;
}
.footer-logo i {
    font-size: 2rem;
    color: var(--coler-batton);
    transition: all 0.2s;
}
.footer-logo i:hover {
    color: rgb(171, 195, 235) ;
}
.footer-col-lg-Contact {
    margin: 24px 0 30px;
    padding: 0 12px;
    color: var(--coler-batton);
    width: 23.7%;
    line-height: 24px;
}
.footer-col-lg-Contact h4 {
    font-size: 1.25rem;
    margin-bottom: 8px;
    padding-bottom: 12px;
}
.footer-col-lg-Contact h6 {
    font-size: 1rem;
    margin-bottom: 8px;
}
.footer-col-lg-Contact p{
    margin-bottom: 16px;
}
@media only screen and (max-width: 992px) {
    .footer-contaner {
        flex-wrap: wrap;
    }
    .footer-col-lg {
        width: 42%;
    }
    .footer-col-lg-logo {
        width: 100%;
    }
    .footer-col-lg-Contact {
        width: 100%;
        text-align: center;
    }
}

/* page-header */

.page-header {
    font-size: 1.327rem;
    text-align: center;
    padding: 60px 0;
    background-color: rgb(47, 184, 231);
    color: #ffffff;
}
.container-aso{
    transition: all 0.4s ease-out;
}
@media only screen and (max-width: 768px) {
    .page-header {
        font-size: 1rem;
    }
}

/* section 11 */

.ser-card-sec-11 {
    flex-wrap: nowrap;
}
.col-lg-sec-11 {
    margin-top: 24px;
    padding: 15px;
    width: 21.9%;
    border-bottom: 3px solid #ffffff;
    border-radius: 5px;
}
.col-lg-sec-11:hover {
    border-color: #050560;
    background-color: #44444415;
}
.col-lg-sec-11 h5 {
    margin-bottom: 8px;
    padding: 8px 0;
    font-size: 1.125rem;
}
.col-lg-sec-11 p {
    margin-bottom: 16px;
    font-size: 0.9375rem;
}
.col-lg-sec-11 img {
    height: 256px;
    width: 100%;
    border-radius: 10px;
    transition: all 0.2s;
}
.col-lg-sec-11:hover img {
    transform: scale(1.07);
}
.download2{
    height: 70%;
}
.col-lg-sec-11 a {
    text-decoration: none;
    color: #212529;
}
@media only screen and (max-width: 992px) {
    .ser-card-sec-11 {
        flex-wrap: wrap;
    }
    .col-lg-sec-11 {
        width: 100%;
        text-align: center;
    }
    .col-lg-sec-11 img {
        max-width: 341px;
    }
}

/* blog */

.blog {
    text-align: center;
    color: #6c757d;
    margin-bottom: 40px;
}


/* portfolio-container */

.section-4-5 {
    transition: all 0.8s ease-out;
}
.portfolio-container {
display: grid;
grid-template-columns: repeat(2, 2fr);
}

.portfolio-item {
    /* background-image: url(/photo/main-laptop-iframe7.png);
    background-size: cover;
    width: 100%; */
max-width: 700px;
 margin-top: 24px;
 padding:0 12px;
 position: relative;
 overflow: hidden;
}
.base-img{
width: 100%;
max-width: 700px;
object-fit: cover;
 position: relative;
}
.schroll-img {
    position: absolute;
    top: 10%;
    left: 14%;
    bottom: 2000000%;
    width: 73%;
    max-width: 530px;
    /* z-index: -2; */
    height: auto;
    transform: translateY(0%);
    transition: transform 0.4s ease-in-out; 
}
.schroll-img:hover.schroll-img {
  transform: translateY(-94%);
   transition: transform 30s ease; 
}
@media only screen and (max-width: 992px) {
    .portfolio-container {
grid-template-columns: repeat(1, 1fr);
}
.portfolio-item{
    display: flex;
    align-items: center;
    justify-content: center;
}
}




/* প্রাথমিক অদৃশ্য ও স্থানান্তরিত অবস্থা */
.reveal {
  opacity: 0;
}

/* বাম দিক থেকে আসবে */
.fade-left {
  transform: translateX(-100px);
}

/* নিচ থেকে আসবে */
.fade-bottom {
  transform: translateY(100px);
/* transition: all 0.8s ease-out; */
}

/* ডান দিক থেকে আসবে */
.fade-right {
  transform: translateX(100px);
}
.fade-all {
    transform:scale(1.18);
    transition: transform 0.4s ease-in-out;
}


/* যখন স্ক্রলে দেখা যাবে, তখন এই ক্লাস যুক্ত হবে */
.reveal.active {
  opacity: 1;
  transform: translate(0, 0); /* নিজ জায়গায় ফেরত আসবে */
  transform:scale(1)
}







