 
 
 @import url('https://fonts.googleapis.com/css2?family=Mohave:ital,wght@0,300..700;1,300..700&display=swap');
 .nav-contact {
    padding: 21px 44px;
    background-color: #CEA741;
    outline: none;
    color: white;
    font-size: 25px;
    font-weight: 700;
    border: none;
}
header{
    /* background:linear-gradient(to right, #140A43 50% ,#637C46); */
      font-family: "Mohave", sans-serif;
    background: url(../assets/a-images/navbar-bg.png);
    background-size: cover;
    background-position: right;
    position: relative;
    z-index: 100 !important;
}
body{
      font-family: "Mohave", sans-serif;
}
/* content-vedio */
.content-video {
    display: flex;
    align-items: center;
    position: relative;
}
.video-div {
    height: 100%; 
    position: relative;
}
#vedio-div1{
    display: none;
}
.content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:auto;
}
.content-wrap h1 {
    font-size: 80px;
    font-weight: 400;
    line-height: 100px;
    color: white;
}
/* for border */
/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[  */

/* before */
/*  */
#header  #navbarSupportedContent .nav-item>a:before
 {
    position: absolute;
    transition: all 0.35s ease;
}
#header #navbarSupportedContent .nav-item>a:before {
    bottom: 0;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #c2f267;
} 
#header #navbarSupportedContent .nav-item>a:hover:before {
   opacity:1;
    width: 84%;
}

/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ */
#navbar-auto li a{
 color:white;
 font-size: 25px;
 padding: 0 17px;
 font-weight: 400;
 color: white;
 position: relative;
 /* border-right: 1px solid rgba(255, 255, 255, 0.3); */
}
.navbar {
  position: relative;
  z-index: 10; /* above content-video which might have z-index: 2 */
}
/* solution */
.nav-link.dropdown-toggle::after {
  display: none !important;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
 #toborder-right
 {
    border-right: none;
 }
    .dropdown .dropdown-menu { 
        transition: all 0.5s; 
        box-shadow: 0 0.5em 1em rgb(0 0 0 / 45%);
        background-color: white;
        overflow: hidden;
        border-radius: 8px;
        transform-origin: top center;
        transform: scale(1, 0);
        display: block;
          width:20rem;
        
    }
        .dropdown:hover .dropdown-menu {
        transform: scale(1);
    }
/*  */
 .dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu a {
    color: #0f0342 !important;
    text-align: left;
    font-size: 13px;
    padding: 8px 4px;
    font-size: 18px;

}
.navbar-nav .dropdown-menu a.dropdown-item {
    padding-left: 12px;
    padding-right: 12px;
    transition: all .5s ease-in-out;
}
.navbar-nav .dropdown-menu a.dropdown-item:hover {
background-color:   #F4F3F6;
}

.dropdown-item {
    transition: all .05s ease-in;
}

.dropdown-menu a {
    color: #0f0342 !important;
}
/* animation dot [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
.annimation-thing {
    position: absolute;
    bottom: 97px;
    margin: auto;
    left: 50%; 
}
.border-animation {
    position: relative;
    width: 24px;
    height: 36px;
    border: 2px solid white;
    border-radius: 25px;
    padding: 6px 0;
}
.circle-custom {
    animation: dot 1.2s linear 2s infinite;
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background-color: white;
}
@keyframes dot {
    0%{
        opacity: 1;
        top:5px;
    }
    99%{
        opacity: 0;
        top:22px;
    }
}
.content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 50rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
/* hamburger to close animation */
.navbar-toggler .navbar-toggler-icon {
  display: none;
} 
#vedio-div1 {
    display: none;
}

.hamburger-lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  position: relative;
  z-index: 1001;
}

.hamburger-lines .line {
  height: 3px;
  width: 100%;
  background: #000; /* Change to white if needed */
  border-radius: 5px;
  transition: all 0.3s ease;
  transform-origin: left;
}

/* Animation to X  burger to close icon[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
.hamburger-lines.open .line1 {
  transform: rotate(45deg) translate(3px, 3px);
}

.hamburger-lines.open .line2 {
  opacity: 0;
}
.hamburger-lines.open .line3 {
    transform: rotate(-45deg) translate(-5px, 5px);
}
/* for border */
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  outline: none !important; 
  background: transparent; /* optional: remove grey background */
}
/*  */
/* @keyframes animate {
    0% {
        opacity: 0;
        transform: rotateX(-90deg) translateX(-50px);
    }

    50% {
        transform: rotateX(20deg) translateX(-25px);
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg) translateX(0px);
    }
} */
#navbar-auto li  {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
} 


.dropdown .dropdown-menu {
    width: 12rem !important;
}

 .dropdown-menu {
  max-height: auto; /* or auto */
  overflow: visible;

}

.dropdown-menu.show {
  display: block;
}
.dropdown-menu a {
  font-size: 1.1rem !important;
  padding: 0.5rem !important;
  color: #fff; /* optional */
} 
.partly>a {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[SEVICES */
.section1 {
    padding: 0 0 140px;
    background-color: rgba(137, 210, 86, .2);
}
.services-heading {
    padding: 32px 0;
}
.services-heading h2 {
    color: black;
    font-family: "Mohave", sans-serif;
    font-weight: 500;
    font-size: 40px;
}
.services-card {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.services-section .card-entity .image-size {
    position: relative;
}
.services-section .card-entity img {
    width: 100%;
    height: auto;
    vertical-align: top;
    backface-visibility: initial;
}

.services-card .content {
    color: #0f0342;
    z-index: 10;
    background-color: #F0F0F0;
    position: relative;
    transition: all .3s ease-in;
}
.services-card .card-entity .content {
    padding: 29px 20px;
    max-height: 40rem;
    overflow-y: hidden;
    color: #0f0342;
}
.services-card .content h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.services-card .card-entity p {
    font-size: 14px;
    line-height: 20px;
}
.card-entity {
    background-color: #f0f0f0;
    transition: all .3s ease-in;
}
.card-entity:hover {
    background-color: white;
}
.card-entity:hover .content {
    margin-top: -40px;
    background-color: white;
    height: fit-content;
}
.card-entity .content {
    color: #0f0342;
    z-index: 10;
    position: relative;
    transition: all .3s ease-in;
}


.card-entity .hidden-anchor {
    position: absolute;
    bottom: -18px;
    display: none;
    transition: all .3s ease-in;
}


.hidden-anchor a {
    color: #0f0342;
    font-size: 14px;
}
svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}
.svg-inline--fa {
    display:  inline-block;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
} 
.hidden-anchor a {
    text-decoration: none;
}
.hidden-anchor a:hover {
    text-decoration: underline !important;
}
.card-entity:hover .hidden-anchor {
    margin-bottom: 20px;
    display: block;
}
.services-card .card-entity p {
    font-size: 14px;
    line-height: 20px;
}
.card-entity {
  position: relative;
}
/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ */
.card-entity:hover .hidden-anchor {
    margin-bottom: 20px;
    display: block;
}

.card-entity .hidden-anchor {
    position: absolute;
    bottom: -18px;
    display: none;
    transition: all .3s ease-in;
}
/* paras */
#paras-service #for-sizing1 p{
    font-size: 35px;
    line-height: 46px;
    margin-top: 0;
    font-size: 700;
    margin-bottom: 1rem;
}
#paras-service #for-sizing2 p{
    font-size: 22px;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 1rem;
}
#paras-service #for-sizing3 p{
    font-size: 22px;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 1rem;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row>* {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

/*  [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[  */
/* floating btn */
.floating-btn {
    position: fixed;
    bottom: 15px;
    right: 29px;
    z-index: 10;
     display: none;
}
.floating-btn a {
   
    width: auto;
    height: 45px;
    padding: 0 30px;
    background: #100342;
    color: rgb(255, 255, 255);
    border-radius: 25px;
    box-shadow: white 0 2px 5px;
    /* font-family: sans-serif; */
    text-align: center;
    /* vertical-align: middle; */
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
}
/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ */
/* gallery */
.index-gallery {
    margin-top: -140px;
}
.index-gallery img {
    width: 100%;
    border-radius: 15px;
}
/* LOGOS CAROUSEL */
#logosCarousel .item img{

    width:95%;
}
/* FORM SETTINGS */
.contact-form {
    padding: 50px 0;
    color: #110443;
}
.contact-form p {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 1rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.contact-form input.form-control, .contact-form select {
    height: 66px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
    box-shadow:none;
    color: #808080;
    background: rgba(217, 217, 217, 0.5);
}
 .contact-form .invalid-feedback {
    margin-bottom: 15px;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color:#b02a37;
}
/* select */
.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .5rem;
}

.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.contact-form p {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.checkboxes-validation {
    margin-top: 0.25rem;
    font-size: .875em;
    color: #b02a37;
    margin-bottom: 15px;
}
.contact-form #chooose-intrest {
    flex-wrap: wrap;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}
.contact-form textarea {
    border-radius: 10px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
    color: #808080;
    background: rgba(217, 217, 217, 0.5);
}
textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(1px) * 2));
}
#r-form h1 {
    font-size: 80px;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: 0em;
    text-align: left;
}
#r-form p {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 1rem;
}
.contact-form #chooose-intrest .form-check {
    flex-grow: 1;
}
label {
    display: inline-block;
    color:rgb(17, 4, 67) !important;
}
.form-check-input {
    /* --bs-form-check-bg: var(--bs-form-control-bg); */
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #dee2e6;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.contact-form #chooose-intrest .form-check input[type=checkbox] {
    border-radius: 0;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color:#0c6dcf;
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #dee2e6;
}
.index-logos {
    padding-top: 50px;
}
#r-id h1 {
    font-size: 80px;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: 0em;
    text-align: left;
}
/* button */
.contact-form button {
    height: 59px;
    width: 258px;
    left: 591px;
    top: 1207px;
    border-radius: 30px;
    background-color: #100342;
    color: white;
}
/* ................ */
/* When expanded */
#formobile-version.expand {
  max-height: 500px; /* enough to show all dropdown items */
}

/* FOOTER STYLING */
footer {
    color: #0F0342;
    padding: 100px 0;
}
footer ul.footer-links {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
footer ul.footer-links li {
    list-style: none;
    line-height: 30px;
}
footer ul.footer-links a {
    color: #0f0342;
    font-size: 20px;
    line-height: 30px;
}
footer .conjest {
    text-align: center;
}
footer .conjest img {
    width: 213px;
}
footer .socials-links .d-flex.justify-content-md-end {
    gap: 12px;
}
footer .mail-to a {
    color: #0F0342;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
}
footer p {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
}
footer .socials-links span {
    font-size: 35px;
    color: #0f0342;
    line-height: 0;
}
.footer-links li a{
    text-decoration: none;
}
/* placeholder */

#Contact_Form #comments-form{
    border-radius: 10px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
    color: #808080 !important;
     background: rgba(217, 217, 217, 0.5);
     box-shadow: none;
}
#Contact_Form #comments-form:focus{
    box-shadow:none;
}
#Contact_Form #comments-form::placeholder {
     color: #808080;
     opacity: 1;
    
}
/* INVALID  CLASS  */
.invalid {
    border-color: #CB3E3E;
    border: 1px solid rgb(203, 62, 62);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(../assets/a-images/invalid.PNG) !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
}
/* IS-INVALID */
.is-invalid {
    border-color: #CB3E3E;
    border: 1px solid rgb(203, 62, 62);
    padding-right: calc(1.5em + 0.75rem);
}
.invalid-plus {
    border-color: #CB3E3E  !important;
    border: 1px solid rgb(203, 62, 62);
    padding-right: calc(1.5em + 0.75rem); 
    background-image: url(../assets/a-images/invalid.PNG) !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) top !important;
}

/* valid classes  */
.control-valid {
    border-color:#198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../assets/a-images/checked.PNG) !important;
     background-repeat: no-repeat !important;
    background-position: right calc(.375em + .1875rem) center !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important;
}
.control-valid1 {
    border-color:#198754;
    padding-right: calc(1.5em + .75rem);
}
.control-valid2 {
    border-color:#198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../assets/a-images/checked.PNG) !important;
     background-repeat: no-repeat !important;
   background-position: right calc(0.375em + 0.1875rem) top !important;
}
    
    
    /* popup  FOR CONTACT US*/
.error-popup {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background: transparent;
}

.popup-wrap {
    background: #12093F !important;
    border-radius: 5px;
    /* box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2); */
    padding: 5px 10px;
    max-width: 500px;
    margin: auto;
}
.hide-popup {
    color: white;
    text-align: right;
    cursor: pointer;
    font-weight: bold;
}
.popup-text {
    padding: 10px 30px 30px;
    text-align: center;
    color: white;
}
.todisplay{
    display:none;
} 
/* {{{{{{{{{{{{{{{{{{{{{{{{{{{{ ' WHY CHOOSE US -PAGE ' */
 .content1 {
    background-image: url(../assets/a-images/choose-us.jpg);
    background-size: cover;
    background-attachment: fixed;
}
 #content-studies{
    background-image: url(../assets/a-images/cs-header.jpg);
    background-size: cover;
    background-attachment: fixed;
        background-position: center center;
}
.content1 {
    display: flex;
    align-items: center;
    height:75vh; 
     width:100%;
     position :relative;
}
.content1 .content1-wrap {
    width: 72.5%;
    margin: auto;

}
.content1 h1 {
    font-size: 80px;
    font-weight: 400;
    line-height: 100px;
    color: white;
}
#annimation-thing {
    position: absolute;
    /* bottom: 90px; */
    bottom:15px;
    margin: auto;
    left: 50%;
}
.position{
    position : relative;
}
/* choose us , part3 */
.a-specialist.choose-page {
    padding-bottom: 150px;
}
.a-specialist {
    background-color: #E9F6DD;
    padding: 50px 0;
    color: #100342;
}
.a-specialist #for-paragraphs h2{
    font-size:2rem;
    font-weight: 500;
}
.a-specialist p {
    font-size: 22px;
    line-height: 50px;
    margin-bottom:1rem;
    font-weight: 400;
}
.third-choose {
    margin-top: -100px;
}
.third-choose .position-relative {
    border-radius: 12px;
    overflow: hidden;
}
.play-icon {
    position: absolute;
    top: 0px;
    left: 0;
    /* right: 0; */
    width: 100%;
    height: 100%;
}
.play-icon span {
    font-size: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: white;
    border: 2px solid white;
}
.for-choosepart img {
    width: 100%;
}
.choose-classes{
    font-size: 22px;
    line-height:50px;
}



/* for CASE STUDIES */
.customer-ex {
    color: #100342;
    padding: 20px 0;
     font-family: "Mohave", sans-serif;
}
.customer-ex img {
    width: 100%;
    border-radius: 40px;
}
.customer-ex h2 {
    font-size: 40px;
    font-weight: 700;
}
.customer-ex h3 {
    font-size: 20px;
    font-weight: 700;
}
 .customer-ex p {
    font-size: 22px;
    line-height: 50px;
}
.customer-ex button {
    font-family: med;
    font-size: 22px;
    /* background-color: #CEA741; */
    height: 59px;
    width: 258px;
    left: 591px;
    top: 1207px;
    border-radius: 30px;
    background-color: #100342;
    color: white;
    border: none;
}
.customer-ex a {
    color: #100342;
    font-size: 20px;
    font-weight: 700;
    line-height: 70px;
}
.customer-ex .line {
    height: 1px;
    width: 100%;
    background-color: #000000;
}
/* part4 */
.take-ur {
    padding: 30px 0;
    background: url(../assets/a-images/case-header-2.png);
    background-size: cover;
    color: white;
     font-family: "Mohave", sans-serif;
}
.take-ur h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 70px;
     font-family: "Mohave", sans-serif;

}
.take-ur p {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
     font-family: "Mohave", sans-serif;
}
.take-ur button {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    background-color: #CEA741;
    height: 59px;
    width: 258px;
    left: 591px;
    top: 1207px;
    border-radius: 30px;
    /* background-color: #100342; */
    color: white;
    border: none;
     font-family: "Mohave", sans-serif;
}

/* last gallery */
#portfolio {
    margin-top: 0;
    padding: 20px 0;
    color: #0F0342;
}

#portfolio  h2 {
    margin-bottom: 20PX;
    font-size: 2rem;
    line-height: 38px;
    font-weight: 500;
}

/* PHOTOGRAPHY */
.photography-port {
    padding: 30px 0;
}

.photography-port img {
    margin-bottom: 10px;
    width:100%;
}

/* last photo */
.people-watch {
    padding: 50px 0;
    background-image: url(../assets/a-images/service-work.png);
    background-size: cover;
    color: white;
}
.people-watch p {
    font-size: 18px;
    line-height: 33px;

}
.people-watch h2 {
    text-transform: uppercase;
}
.people-watch img {
    border-radius: 17px;
    width:100%;
}
/* DESIGN PAGE */
#design-banner{
    background-image: url(../assets/a-images/Design-header.jpg);
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;

}
.web-portfolio {
    padding: 30px 0;
}
.web-portfolio img {
    border-radius: 20px;
    width:100%;
}
/* next -part */
.card-services {
    padding: 20px 0;
}
.card-services .img-div {
    margin-bottom: 10px;
}
.card-services .img-div img {
    width: 100%;
    border-radius: 10px;
}
.card-services .content {
    background-color: #E9F6DD;
    padding: 30px 20px;
    height: 277px;
    border-radius: 10px;
    color: #100342;
    margin-bottom: 10px;
}
.card-services .content h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 55px;
}
.card-services .content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
/* WEB DESIGN */
#social-header {
    background: url(../assets/a-images/web-Design-header-mfu.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.choose-specialist {
    padding: 20px 0;
    color: #100342;
}
.choose-specialist .expert-mimg  {
    border-radius: 20px;
    width:100%;
}
 h2 {
        font-size: 2rem;
    }
    p {
    font-size: 22px;
    line-height: 50px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.choose-specialist .innr-row .col-lg-6 {
    display: flex;
    gap: 10px;
}
.choose-specialist .innr-row .img-div img {
    width: 70px;
}
.choose-specialist .innr-row p {
    line-height: 22px;
}
.choose-specialist .innr-row p {
    line-height: 22px;
}
/* not 2nd last */
.a-specialist {
    background-color: #E9F6DD;
    padding: 50px 0;
    color: #100342;
}
/*  portfolio*/
.web-portfolio {
    padding: 30px 0;
}
.web-portfolio img {
    border-radius: 20px;
    width:100%;
}
.cgub .row {
    background-color: #F4FBEE;
}
.cgub .row .col-lg-6 {
    padding: 30px 0;
}
.cgub .row .col-lg-6.con {
    background-color: #EAF7DF;
}
.cgub .inner-con {
    width: 75%;
    margin: auto;
}
 h3 {
        font-size: 1.75rem;
    }
    .cgub .inner {
    width: 50%;
    margin: auto;
}
.cgub img {
    width: 100%;
}
/* SOCILA MEDIA PAGE */
#social-media-header{
    background-image: url(../assets/a-images/Social-media-header.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.a-specialist {
    background-color: #E9F6DD;
    padding: 50px 0;
    color: #100342;
}
.a-specialist ul {
    font-size: 22px;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
}
/* pakages */
.content-package {
    background-image: linear-gradient(to left, #B6D243, #12093F);
    color: white;
    padding: 30px 0;
}
.content-package .d-flex.justify-content-between {
    margin-bottom: 30px;
}
.content-package .price-img {
    width: 200px;
}
.content-package .content-para {
    font-weight: bold;
    font-size: 40px;
}
.content-package .entity {
    background-color: white;
    padding: 30px 15px;
    border-radius: 20px;
    color: black;
    position: relative;
    overflow: hidden;
}
.content-package .entity::before {
    content: "";
    width: 100%;
    background-color: #ECECED;
    height: 21px;
    position: absolute;
    top: 0;
    left: 0;
}
.content-package .entity h2 {
    font-weight: bold;
}

.clr-blue {
    color: #1E50A6;
}
.content-package .entity .ul-list {
    height: 148px;
    overflow-y: hidden;
}
.content-package .entity .price-here {
    font-size: 50px;
    margin-bottom: 0;
    line-height: 42px;
}
.content-package .entity .inc-wat p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}
.content-package .entity::after {
    content: "";
    width: 100%;
    background-color: #ECECED;
    height: 21px;
    position: absolute;
    bottom: 0;
    left: 0;
}
a {
    text-decoration: none;
}
.content-package .entity h2 {
    font-weight: bold;
}
.clr-lblue {
    color: #2BA9C8;
}
.content-package .entity ul {
    list-style: none;
    padding-left: 0;
}
.clr-lblue {
    color: #2BA9C8;
}
.content-package .entity h2 {
    font-weight: bold;
}

.clr-lgreen {
    color: #25A180;
}
.content-package .entity ul {
    list-style: none;
    padding-left: 0;
}
.clr-lgreen {
    color: #25A180;
}
/* PAGE VIDEOGRAPHY */
#video-header{
    background-image: url(../assets/a-images/Video-service-header.jpeg);
    background-size: cover;
    background-attachment: fixed;
}
/* nnnnnnnnnnnnnnnnnnnnnn */
.videos-section {
    padding: 30px 0;
}
.videos-section .position-relative {
    border-radius: 12px;
    overflow: hidden;
}
.videos-section .position-relative img {
    width:100%;
}
/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

/* Updated .mfp-iframe-scaler with position: relative */
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative; /* Added/Ensured this line */
}

.mfp-iframe-holder .mfp-close {
    position: absolute;
    top: 10px;    
    right: 10px;  
    
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 1; /* For vertical centering of the 'x' */
    text-align: center;
    background: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
    color: #FFF; /* White 'x' */
    border-radius: 50%; /* Make it circular */
    cursor: pointer;
    z-index: 1050; /* Ensure it's on top of other elements */
    border: none; /* Remove default button border */
    padding: 0; 
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.back-link {
    font-size: 20px;
    font-weight: 400;
    color: rgba(17, 4, 67, 1) !important;
    display: block;
    text-decoration: none;
}
.contact-form {
    padding: 50px 0;
    color: #110443;
}
#index-gallery {
    margin-top: 0px;
}
/* preloader css */
.preloaderBg {
    z-index: 1000000000000000000;
    position: fixed;
    z-index: 10000;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.preloader-wrap {
    position: relative;
    width: 250px;
    height: 250px;;
}
.preloader-logo {
    margin: auto;
    background: url(../assets/a-images/Dimension-Digital-Logo-3.webp) no-repeat center !important;
    background-size: 150px !important;
    width: 200px !important;
    height: 200px !important;
    position: absolute;
    top: 25px;
    left: 25px;
}
.preloader-circle {
    border: 5px solid rgba(137, 210, 86, .2);
    border-top: 5px solid #110443;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    animation: spin 1.5s ease-in-out infinite;
    position: absolute;
    top: 0;
}
    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }


/* privacy */
.elementor-text-editor {
    color: #0F0342;
}
.elementor-text-editor p {
    font-size: 18px;
    line-height: 37px;
}
a {
    color:rgb(13, 110, 253);
}

ol{
    margin-top: 0;
    margin-bottom: 1rem;
}
ol{
    padding-left: 2rem;
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
}




/* for-nonty */
.for-ninty{
    display:none;

}
.for-ninty li {
list-style-type: none;
    
}
.for-ninty li a {
  text-decoration: none;
  font-size: 1rem;   
}
/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ */


.navbar-toggler {
    transition: transform 0.15s ease-in-out;
}


#vedio-div1 {
    display: none !important;
}


.participant{
    display: none !important;
}
.participant1{
     display: none !important;
}

.for-ninty {
  display: none;
}


@media (min-width: 992px) {
  .for-ninty {
    display: none !important; /* stays hidden on large screens */
  }
}











/* video part */

 .content-video {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; 
  position: relative; 
  overflow: hidden; 
}
.video-div video {
  height: 100%;
  width: 100vw !important;
  object-fit: cover;
  z-index: -1;
}
/* .content-wrap {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
} */
.content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
} 