body {
    font-family: "Mont Regular", sans-serif;
    overflow-x: hidden;
}
@font-face {
    font-family: 'Bauhaus Bugler';
    src: url('../font/Bauhaus\ Bugler\ Bold\ W00\ Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Mont Regular';
    src: url('../font/MontRegular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
.navbar-toggler-icon{background-image: url(../image/toggle.png);}

.container{
    width: 1100px;
    margin: 0 auto;
}
.container-fluid{
    width: 1280px;
    margin: 0 auto;
    padding-left: 25px;
}
.logo{
    width: 18%;
}
.navbar {
    padding: 25px 20px;
    z-index: 1;
}
.navbar-nav{
    margin: 0 auto;
}
.navbar-brand {
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
}
.navbar-nav .nav-link {
    color: white;
    margin-right: 15px;
    font-weight: 600;
}
.navbar-nav .nav-link:hover {
    color: #d0a6ff;
}
.auth-buttons .btn {
    margin-left: 10px;
}
.login{
    color: #fff;
    font-weight: 600;
}
.login:hover{
    color: #d0a6ff;
}

.btn-signup {
    background: linear-gradient(180deg, #d0a6ff -23%, #523d68);
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(3, 22, 3, .2);
    color: #fff;
    display: inline-block;  
    font-size: 18px;
    font-weight: 600;
    height: 42px;
    letter-spacing: -.02em;
    line-height: 42px;
    overflow: hidden;
    padding: 0 30px;
    border: none;
}
.btn-signup:hover {
    box-shadow: 0 8px 24px 0 rgba(25, 118, 41, .3);
    color: #fff;
    transform: translateY(-2px);
    background: #000;
}

/* .hero-section {
  position: relative;
  margin-top: -90px;
  padding-top: 200px;
} */

/* .hero-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: -1; 
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.68); 
  z-index: 0; 
}

.hero-section .container {
  position: relative;
  z-index: 1; 
} */



.hero-section {
    background: url(../image/bg.jpg);
    position: relative;
    overflow: hidden;
    margin-top: -100px;
    padding-top: 200px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hero-section h1 {
    font-size: 78px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    font-family: 'Mont Regular', sans-serif;
  }
.client-section{
    margin-top: 40px !important;
  }
 .client-section p{
    color: #bfbfbf;
 }
 .client-section p b{
    color: #fff;
 }
 /* .arrow{
    width: 18%;
    position: absolute;
    margin-top: -200px;
    margin-left: 288px;
 } */
 .line{
    width: 20%;
    margin: -44px 0px 0px 27px;
 }
 .client img{
    width: 24%;
    margin-top: -28px;
 }
  .mobile-preview img {
    width: 172%;
    margin-left: -130px;
  }
  .mobile-preview {
    position: relative;
  }
  .mobile-preview::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    background-color: white;
    opacity: 0.1;
    border-radius: 50%;
  }

  .scrol-up{
    margin-top: -106px;

  }
  .scroll-down {
    text-align: center;
    position: relative;
    margin-top: 47px;
    padding-top: 8px;
    background: url(../image/scroll.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

  }
  .scroll-mouse {
    width: 23px;
    height: 33px;
    border: 2px solid #666;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
  }
  .mouse-wheel {
    width: 6px;
    height: 6px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-69%);
    animation: scroll 1.5s infinite;
  }
  @keyframes scroll {
    0% {
      opacity: 1;
      top: 10px;
    }
    100% {
      opacity: 0;
      top: 30px;
    }
  }
  .scroll-down p {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    font-family: Arial, sans-serif;
  }
  .main-section{
    padding-top: 100px;
  }
  .main-section h3{
    font-family: "Mont Regular", sans-serif;
    font-size: 55px;
    text-align: center;
    font-weight: bold;
  }
  .main-section p{
    text-align: center;font-size: 20px;
  }

  .gridsection .col-lg-6{
    width: 48%;
    float: left;
  }
  .mobilecode{
    background: url(../image/g.png);
    padding: 40px;
    border-radius: 50px;
    margin-right: 20px;
    height: 480px;
  }
  .mobilecode h2{
    color: #523d68;
    font-size: 50px;
  }

  .mobilecode p{
    font-size: 16px;
    text-align: left;
  }
  .mobilecode img{
    text-align: right;
    float: right;
    margin-bottom: -25px;
    width: 65%;
    margin-right: -10%;
    margin-top: -66%;
  }

  .emcode{
    background: url(../image/b.png);
    padding: 40px;
    border-radius: 50px;
    margin-right: 20px;
    height: 480px;
    background-size: cover;

  }
  .emcode h2{
    color: #000944;
    font-size: 50px;
  }
  .emcode p{
    font-size: 16px;
    text-align: left;
  }
  .emcode img{
    text-align: right;
    float: right;
    margin-bottom: -25px;
    width: 74%;
    margin-top: -21%;
  }

  .sof{
    background: url(../image/gg.png);
    padding: 40px;
    border-radius: 50px;
    margin-top: 20px;
    margin-left: 10px;
    width: 96%;
    background-size: cover;
  }
  .sof .col-lg-7{
    float: left;
  }
  .sof .col-lg-5{
    float: left;
  }
  .sof a{
    color: #ffffff;
    background: #000000;
    padding: 10px;
    text-decoration: none;
    transition: margin 0.2s ease-in-out;
    font-size: 18px;
  }

  .sof a:hover{
    margin-top: -2px;
    color: #fff;
    background: #523d68;
  }
 
  
  .sof h2{
    text-align: left;
    font-size: 50px;
    color: #523d68;
  }
  .sof p{
    text-align: left;
    font-size: 16px;
  }

  .sof img{
    text-align: center;
    float: none;
    margin-bottom: -38px;
    width: 100%;
  }

  .box-section{
    padding-top: 200px;
    background: url(../image/bggray.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .box-section h3{
    font-family: "Mont Regular", sans-serif;
    font-size: 55px;
    text-align: left;
    font-weight: bold;
  }
  .box-section p{
    text-align: left;
    font-size: 20px;
  }
  .box-section .happycustomer{
    text-align: right;
  }
  .happycustomer .col-lg-2{
    width: 30%;
    float: left;
  }

  .happycustomer h2{
    text-align: left;
    font-size: 50px;
  }
  .happycustomer p{
    text-align: left;
    font-size: 15px;
  }
  

  .service-section {
    text-align: left;
    padding: 50px;
    font-family: Arial, sans-serif;
  }

  .service-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0c0c26; /* Navy blue shade */
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .service-stats {
    display: flex;
    gap: 40px;
    float: right;
  }

  .stat-item h3 {
    font-size: 2rem;
    color: #0c0c26;
    margin-bottom: 5px;
  }

  .stat-item p {
    font-size: 1rem;
    color: #666;
    margin: 0;
  }

  .stat-item span {
    color: #5c5ce5; /* Purple shade for "Customer care" */
    font-weight: bold;
  }

  .imgbox{
    border: 2px solid #ebebeb;
    padding: 20px;
    border-radius: 10px;
  }
  .imgbox img{
    margin: 0 auto;
    display: block;
  } 
  
  .imgbox h3{
    visibility: hidden;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    transform: translateY(20px); 
    transition: opacity 0.3s ease, transform 0.3s ease; 
  }
  .imgbox:hover h3{
    visibility: visible !important;
    transform: translateY(0);
    
  }
  .imgbox {
    transition: transform 0.3s ease; /* Smooth transition */
  }
  
  .imgbox:hover {
    transform: scale(1.1); /* Zoom in by 20% */
    background-color: #f6f8ea;
  }

  .servicebox{
    background: #e2ebff66;
    padding: 30px;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
  }
  .servicebox .col-lg-3{
    margin-top: 30px;
  }

  .servicebox .col-lg-3 ul li{
    margin-bottom: 10px;
  }

  .account-section{
    margin-top: 150px;
 }
 .account-section h4{
    font-size: 16px;
    border-bottom: 2px solid #8fd15a;
    width: fit-content;
 }
 .account-section h2{
    font-size: 55px;
 }
 .account-section .account-item{
    display: flex;
    align-items: center !important;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 27px;
    padding-bottom: 29px;
 }
 .account-section .account-item span{
    font-size: 30px;
    margin-right: 35px;
 }
 .account-section .account-item p{
    font-size: 20px;
    margin-bottom: 0px;
 }
 .tab-section{
  margin-top: 100px;
 }
 .tab-section .card{
    background: #fff;
    border-color: #fff;
    box-shadow: 0px 4px 10px -6px #81cc00;
    border-radius: 10px;
    padding: 10px;
    width: 170px !important;
 }
 .tab-section .card:hover {
    background: linear-gradient(180deg, #d0a6ff -23%, #523d68);
    border-color: transparent;
 }
 .tab-section .card:hover h1{
    color: #fff;
 }
 .tab-section .card:hover h1 span{
  color: #fff;
}
 .tab-section .card:hover h5{
  color: #fff;
}

.tab-section .card.active {
  background: linear-gradient(180deg, #d0a6ff -23%, #523d68);
  border-color: transparent;
}
.tab-section .card.active h1{
  color: #fff;
}
.tab-section .card.active h1 span{
color: #fff;
}
.tab-section .card.active h5{
color: #fff;
}

 .tab-section .card-body h1 span{
   font-size: 25px;
   color: #c2c2c2;
 }
 .tab-section .card-body h1{
   font-size: 50px;
   margin-bottom: 80px;
 }
 .tab-section .card-body img{
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
 }

 .tab-section .card-body h5{
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
 }


 .tab-section .container-fluid{
    width: 1050px;
 }

 .tab-section .container-fluid .two{
  margin-top: -80px;
}
.tab-section .container-fluid .three{
  margin-top: -40px;
}

.marquee-section {
  overflow: hidden;
  white-space: nowrap;
  background-color: #000;
  padding: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.marquee-list {
  margin-bottom: 0px !important;
}

.marquee-list li {
  display: inline-block;
  margin-right: 30px;
  font-size: 35px;
  color: #fff;
}


.address-section h3{
  font-size: 55px;
  text-align: center;
  font-weight: bold;
}
.address-section p{
  text-align: center;font-size: 20px;
}

.address-section .col-lg-12{
  margin-top: 100px;
}

.address-section .col-lg-3 img{
  width: 100%;
  border-radius: 20px;
}
.address-section .col-lg-3 a{
  background: #eefbe5;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  display: block;
  margin: 0 auto;
  width: fit-content;
  position: absolute;
  margin-top: -60px;
  left: 0;
  right: 0;
  
  transform: translateY(0px); 
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.address-section .col-lg-3{
  position: relative;
  margin-right: 60px;
  width: 20%;
}

.address-section .col-lg-3:hover .shape{
  transform: rotate(0);
  width: auto;
  margin-left: 12px;
}
.shape{
  background: linear-gradient(41.25deg, #a4c0ff 25.09%, #91aef3 94.14%);
  border-radius: 20px;
  height: 100%;
  left: 0;
  position: absolute;
  right: 20px;
  top: 0;
  transform: rotate(-10deg);
  transition: all .8s cubic-bezier(.075,.82,.165,1) 0s;
  width: 100%;
  z-index: -1;
}


.address-section .colr:hover .shape{
  transform: rotate(0);
  width: auto;
  margin-left: 12px;
}
.colr .shape{
  background: linear-gradient(41.25deg, #b9e1a2  25.09%, #b6ea98  94.14%);
  border-radius: 20px;
  height: 100%;
  left: 0;
  position: absolute;
  right: 20px;
  top: 0;
  transform: rotate(-10deg);
  transition: all .8s cubic-bezier(.075,.82,.165,1) 0s;
  width: 100%;
  z-index: -1;
}

.news-section{
  margin-top: 150px;
}
.news-section .row{
  background-image: url(../image/news.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px;
  border-radius: 40px;
}
.news-section h3{
  font-size: 55px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.news-section p{
  text-align: center;font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
}
.news-section a{
  text-align: center;font-size: 20px;
  margin: 0 auto;
  display: block;
  width: fit-content;
}
.main-section video{
  width: 100%;
}


footer{
  background-color: #eeeef5;
  padding-top: 100px;
  padding-bottom: 50px;
  margin-top: 50px;
}

footer .logo{
  width: 60%;
  margin-bottom: 10px;
}

footer .logdiv p{
  color: #5f6368;
  margin-top: 20px;
  margin-bottom: 5px;
}
footer .logdiv a{
  color: #5f6368;
  text-decoration: none;
  line-height: 32px;
  font-size: 20px;
}

footer .solun h3{
  margin-bottom: 25px;
}

footer .solun ul li{
  margin-bottom: 10px;
}

.copyright-social i{
  font-size: 25px;
  color: #000;
  padding: 10px;
}

.pull-left{width: 70%;float: left;}
.pull-right{width: 30%;float: left;}
.copyright-social{text-align: right;}

.servicebg{
  background: #EEEEED;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.service{
  margin-bottom: 20px;
}
.service .col-lg-3{
  width: 23%;
  float: left;
  margin-right: 20px;
}
.service .col-lg-3:hover .textbox{
  background: linear-gradient(41.25deg, #f54d31 25.09%, #fb104d 94.14%);
}

.service .col-lg-3:hover .textbox h4{
    color: #fff;
}
.service .col-lg-3:hover .textbox p{
  color: #fff;
}
.service img{
  margin: 0 auto;
  display: block;
}
.service h4{
  text-align: center;
  padding-top: 20px;
}
.service p{
  font-size: 15px;
}
.service .textbox{
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 10px -3px #000;
  padding: 20px;
  margin-top: -25px;
}

.modal-dialog{max-width: 72%;}

.modal-body img{
  border-radius: 20px 0 0 20px;
}

.modal-body .btn-close{float: right;padding-top: 40px;}
.modal-body .checkbox input{display: none;}
.modal-body .checkbox{display: flex;}
.modal-body .checkbox label{
  display: inline-block;
    background: #cfe5c1;
    margin-right: 15px;
    padding: 14px;
    border-radius: 30px;
}


.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.checkbox-item input[type="checkbox"] {
  display: none;
}

.checkbox-item label {
  margin: 0;
  cursor: pointer;
  background-color: #ffe7c1;
  border: 1px solid #ffd194;
  padding: 10px 15px;
  border-radius: 20px;
}

.checkbox-item input[type="checkbox"]:checked + label {
  background-color: #ffbd7a;
  padding: 10px 15px;
  border-radius: 20px;
  color: #000;
}

.field{
  background: #fff;
    border: 1px solid #bfbfbf;
    padding: 12px 10px;
    width: 100%;
    border-radius: 2px;
    font-size: 13px;
    color: #000;
    box-shadow: none !important;
    outline: 0 !important;
    margin: 0;
    margin-bottom: 18px;
}

.required.field{
  height: 169px;
}

.colgap{
  margin-top: 30px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.submitbtn{
  background: #203155;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
}

.submitbtn:hover{
  background: #506844;
 
}

.modal-body p{font-size: 15px;}


/* inner page */

.page-section{
  background: #2e4c95;
  padding: 200px 0 100px;
  margin-top: -100px;
}

.page-section h2{
  text-align: center;
  color: #fff;
  font-size: 50px;
}

.mobiletab-section{
  margin-top: 100px;
}
.mobiletab-section h2{
  font-family: "Mont Regular", sans-serif;
  font-size: 55px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
 .mobiletab-section .tabs {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

.mobiletab-section .tab-button {
  background-color: #eee;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 20px;
  transition: 0.3s;
  margin-right: 20px;
}

.mobiletab-section .tab-button.active {
  background-color: #76cf39;
  color: white;
}

.mobiletab-section .tab-content {
  display: none;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
}

.mobiletab-section .tab-content.active {
  display: block;
}

.mobiletab-section .card{
  width: auto !important;
  border: none;
}

.mobiletab-section .card img{border-radius: 20px;transition: all .3s ease-out 0s;}
.mobiletab-section .card:hover{background: #fff;border-color: transparent;box-shadow: none;}
.mobiletab-section .card:hover .card-title{color: #000;}
/* .mobiletab-section .card-subtitle{font-size: 12px;margin-top: 20px;} */
.mobiletab-section .card .card-title{
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
/* .mobiletab-section .card .card-text{font-size: 13px;} */
.mobiletab-section .card .imgboxs{overflow: hidden;}
.mobiletab-section .card:hover .imgboxs{border-radius: 20px;}
.mobiletab-section .card:hover img {
  transform: scale(1.2);
}
.mobiletab-section .col-lg-4{margin-bottom: 20px;}

.secondbtn {
  background: #fff;
  color: #000;
}

.secondbtn:hover{
  background: #000000;
  color: #ffffff;
}

/* project tab star css */

.projecttabsection h3{text-align: center;font-size: 55px;}
.tabs_wrap {
  padding: 4rem 0;
}
.tabs_wrap .nav-pills {
  position: relative;
  top: 10px;
}
.tabs_wrap .nav-pills button {
  font-size: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 30px;
  color: #000;
  border-bottom: 2px solid rgba(231, 231, 231, 0.7019607843);
}
.tabs_wrap .nav-pills button span:nth-child(2) {
  width: 100%;
  text-align: start;
  max-width: 373px;
  margin-left: 74px;
}
.tabs_wrap .nav-pills button span i {
  font-size: 37px;
  color: #E7E7E7;
}
.tabs_wrap .tabs_area {
  padding: 0;
  padding-right: 20px;
}
.tabs_wrap .tab-content {
  background: #000;
  padding: 3rem;
  border-radius: 29px;
  height: 100%;
  overflow: hidden;
}
.tabs_wrap .tab-content .tab-pane p {
  color: #fff;
  font-size: 18px;
  margin: 0 0 3rem;
}
.tabs_wrap .tab-content .tab-pane img {
  width: 100%;
  height: 535px;
  object-fit: cover;
  border-radius: 27px;
}
.tabs_wrap svg {
  width: 220px;
  height: 115px;
}
.tabs_wrap #activeBox {
  position: absolute;
  left: 0;
  z-index: -1;
  transition: transform 0.9s ease;
  width: 105%;
  background: #0F0F0F;
  border-radius: 29px;
}
.tabs_wrap #activeBox2 {
  position: absolute;
  right: -9%;
  z-index: -1;
  transition: transform 0.9s ease;
  width: 6%;
  background: #0f0f0f;
  border-radius: 69px;
  height: 100px;
  top: 10px;
}
.tabs_wrap #activeBox2::after, .tabs_wrap #activeBox2::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
}
.tabs_wrap #activeBox2::after {
  bottom: -13px;
  left: 5px;
}
.tabs_wrap #activeBox2::before {
  top: -15px;
  left: 4px;
}
.tabs_wrap .nav-pills .nav-link {
  transition: color 0.9s ease-in-out, background-color 0.9s ease-in-out, border-color 0.9s ease-in-out;
}
.tabs_wrap .nav-pills .nav-link.active, .tabs_wrap .nav-pills .show > .nav-link {
  background: transparent;
  border: none;
}
.tabs_wrap .mobile .tabs_area button {
  background: rgba(177, 177, 177, 0.3019607843);
  font-size: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 29px 21px;
  color: #000;
  border-radius: 16px;
  margin: 14px 0;
}
.tabs_wrap .mobile .tabs_area button span {
  font-size: 17px;
  margin: 0 12px;
}
.tabs_wrap .mobile .tabs_area button:focus {
  box-shadow: none;
  background: rgba(72, 225, 193, 0.3607843137);
}
.tabs_wrap .mobile .tabs_area p {
  color: #fff;
  font-size: 14px;
  margin: 8px 0;
}
.tabs_wrap .mobile .tabs_area img {
  width: 100%;
  border-radius: 27px;
}
.tabs_wrap .mobile .accordion-body {
  background: #000;
  border-radius: 20px;
}
.tabs_wrap .accordion-item {
  border: none;
}

.mobile{display: none;}

/* project tab end css */

/* logo slide start */


.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 75%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding-top: 50px;
  padding-bottom: 20px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}

.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slide img{
  display: block;
}

.downani img{
  animation: float-down-up 3s ease-in-out infinite;
}

.upani img{
  animation: float-up-down 3s ease-in-out infinite;
}

@keyframes float-down-up {
  0% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(10px); /* Niche move kare */
  }
  100% {
      transform: translateY(0);
  }
}

@keyframes float-up-down {
  0% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-10px); /* Upar move kare */
  }
  100% {
      transform: translateY(0);
  }
}

.log2 .slick-slide img{
  width: 100%;
}

/* logo slide end */

.mobileapp img{
  float: right;
  width: 73%;
}
.logo-section h3{
  text-align: center;
  font-size: 55px;
  padding-top: 50px;
}
.logo-section p{
  text-align: center;
}


.box1-section h3{
  text-align: center;
  font-size: 55px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.boxapp{
  height: 500px;
  overflow: hidden;
  margin-bottom: 20px;
}
.boxapp1{
  background-image: url(../image/mojekbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  margin-right: 20px;
  padding: 35px;
}
.boxapp2{
  background-image: url(../image/fanbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  margin-right: 20px;
  padding: 35px;
}
.boxapp3{
  background-image: url(../image/zenbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  margin-right: 20px;
  padding: 35px;
}
.boxapp4{
  background-image: url(../image/benbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  margin-right: 20px;
  padding: 35px;
}
.boxapp5{
  background-image: url(../image/capbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  margin-right: 20px;
  padding: 35px;
}
.boxapp6{
  background-image: url(../image/bosbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  margin-right: 20px;
  padding: 35px;
}
.boxapp7{
  background-image: url(../image/luunabg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  margin-right: 20px;
  padding: 35px;
}
.boxapp1 .col-lg-6 img{width: 50%;}
.boxapp2 .col-lg-6 img{width: 68%;}
.boxapp3 .col-lg-6 img{width: 110%;}
.boxapp4 .col-lg-6 img{width: 80%;}
.boxapp5 .col-lg-6 img{width: 80%;}
.boxapp6 .col-lg-6 img{width: 70%;}
.boxapp7 .col-lg-6 img{width: 70%;}


.boxtwo img{width: 100%;}
.boxtwo i{rotate: 45deg;font-size: 20px;margin-top: 10px;}
.boxapp .icon{
  float: right;
  text-align: right;
  display: ruby;
  left: 0;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease;
}

.boxapp .icon p{display: none;}
.boxapp .boxtwoa{
  float: left;
  margin-top: 20px;
  animation: fadeOutDown 0.3s ease forwards;
  margin-bottom: 30px;
}
.boxtwoa a{
  color: #000;
  text-decoration: none;
  border: 1px solid;
  padding: 8px;
  border-radius: 5px;
}
.boxtwomin .col-lg-6 i{font-size: 20px;}

.hoverimgbox img {
  width: 100%;
  margin: 0 auto;
  display: block;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.boxapp:hover .hoverimgbox img {
  transform: translateY(70px); 
}

.boxapp:hover .icon {
  position: relative;
  transform: translateX(-70px);
}
.boxapp:hover .icon p{
  display: block;
}
.boxapp:hover .icon i{
  rotate: none;
}
.boxtwomin {
  display: none;
  float: left;
}

.boxapp:hover .boxtwomin {
  display: block;
  animation: fadeInUp 0.5s ease forwards;

}

.boxapp:hover .boxtwoa{
  display: none;
  animation: fadeInUp 0.5s ease forwards;
}



@keyframes fadeInUp {
  0% {

    transform: translateY(20px); /* Start from bottom */
  }
  100% {

    transform: translateY(0); /* Move to normal position */
  }
}

@keyframes fadeOutDown {
  0% {

    transform: translateY(0);
  }
  100% {
    transform: translateY(20px); /* Move downwards */
  }
}

.hero-section p{color: #fff;}
.hero-section ul li{color: #fff;}
.account-section .account-item p b{
  font-size: 23px;
}
.tab-section .col-lg-2{width: 19%;}
.address-section .col-lg-3 p{
  margin-top: -295px;
  padding: 28px;
  position: relative;
  border-radius: 20px;
  display: none;
  color: #fff;
  background: linear-gradient(180deg, #b6b5f0 -23%, #403bdd);
  height: 295px;
    opacity: 0.9;
}
.address-section .col-lg-3:hover p{display: block;}
.address-section .col-lg-12{margin-left: 15%;}
footer .logdiv a {font-size: 17px;}

.btn-tel{
  background: linear-gradient(180deg, #817ef5 -23%, #5e5ae7);
    color: #fff;
}
.btn-tel:hover{
  box-shadow: 0 8px 24px 0 rgb(107 104 236 / 55%);
    color: #fff;
    transform: translateY(-2px);
}
.btn-consul{
  width: 22%;
  margin: 0 auto;
  background: linear-gradient(180deg, #d0a6ff -23%, #523d68);
  border-radius: 10px;
  display: block;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}
.btn-consul:hover{
  box-shadow: 0 8px 24px 0 rgba(25, 118, 41, .3);
  color: #fff;
  transform: translateY(-2px);
  background: #000;
}
.iconapp img{width: 6%;}

.footerappsection img {
  width: 100%;
  margin-top: -25%;
  margin-left: -19px;
  transition: margin-top 0.5s ease-in-out 0.2s;
}
.footerappsection img:hover {
  margin-top: -35%;
}
.footerappsection .sof {padding: 26px;}
.footerappsection .auth-buttons .btn {margin-top: -23px;}
.gridsection h5{text-align: center;}
.gridsection h3{
  padding-top: 10px;
    padding-bottom: 10px;
}
.box1-section{padding-top: 100px;}
.footerimg img{width: 85%;}
.logdv a{    color: rgb(0 0 0);text-decoration: none;font-size: 23px;}
.logdv h3{font-size: 50px;}

.btn.contact{
  background: #000;
  margin-left: 0;
  color: #fff;
  padding: 12px;
  margin-top: 20px;
  font-size: 18px;  
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
  
}
.btn.contact i{color: #fff;padding-right: 10px;}


@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

.boxapp .icon a{color: #000;text-decoration: none;}
.address .addhover::before{
  content: "";
    background: linear-gradient(94deg, #000000 52%, #c6c6c6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    opacity: 0.5;
}


.address .us{
  background-image: url(../image/karachi.jpg);
  padding: 40px;
    border-radius: 50px;
    margin-right: 20px;
    height: 350px;
    background-size: cover;
    position: relative;
    
}

.addhover  h2{color: #fff;position: relative;}
.addhover  p{text-align: left;width: 42%; color: #fff;position: relative;}
.address .uk{
  background-image: url(../image/uk.jpg);
  padding: 40px;
    border-radius: 50px;
    margin-right: 20px;
    height: 350px;
    background-size: cover;
    position: relative;
}
.address .karachi{
  background-image: url(../image/us.jpg);
  padding: 40px;
    border-radius: 50px;
    margin-right: 20px;
    height: 350px;
    background-size: cover;
    position: relative;
    
}
.address .karachi p{width: auto;}
.footerlink li a{color: #000;text-decoration: none;}
.footerlink li a:hover{color: #2e4c95;}
.footerlink{padding-left: 90px;}

.award-section h3 {
  font-size: 55px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 70px;
}

/* inner pages */

.contact-page{padding-top: 100px;padding-bottom: 100px;}
.contact-page .col-lg-6 a{color: #000;text-decoration: none;}
.contact-page .col-lg-6{width: 49%;float: left;padding-right: 20px;}
.contbtn{
    background: linear-gradient(180deg, #d0a6ff -23%, #523d68);
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(3, 22, 3, .2);
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 42px;
    letter-spacing: -.02em;
    line-height: 42px;
    overflow: hidden;
    padding: 0 30px;
    border: none;
}
.contbtn:hover {
    box-shadow: 0 8px 24px 0 rgba(25, 118, 41, .3);
    color: #fff;
    transform: translateY(-2px);
    background: #000;
}
.contact-page {padding-bottom: 0px;}

.mobilenone{padding-left:0;padding-right:0px;}
.mobilenone img{margin-top: 0px;}
.mobilenone img:hover{margin-top: 0px;}
.modal-body h3{font-size: 1.75rem !important;text-align: left !important;}
.modal-body p{text-align: left !important;}
.footerlink h3{font-size: 1.75rem !important;text-align: left !important;}
.footerimg img{margin-top: 0px;}
.footerimg img:hover{margin-top: 0px;}
.btn.contact{margin-top: 25px !important;}
.logdv h3{text-align: left !important;}
.copyright p{font-size: 16px !important;text-align:left !important;}

/* services start */

.service-page-section{
  background-image: url(../image/tab3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.service-page-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 50% Black Overlay */
}

.service-page-section h2{
  z-index: 2;
  position: relative;
}

.work-page-section{
  background-image: url(../image/workbg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.work-page-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 66%); /* 50% Black Overlay */
}


.work-page-section h2{
  z-index: 2;
  position: relative;
}

.contact-page-section{
  background-image: url(../image/contactbg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.contact-page-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 66%); /* 50% Black Overlay */
}


.contact-page-section h2{
  z-index: 2;
  position: relative;
}

.blog-page-section{
  background-image: url(../image/tab/tab4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.blog-page-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 66%); /* 50% Black Overlay */
}


.blog-page-section h2{
  z-index: 2;
  position: relative;
}

.single-blog{
  background-image: url(../image/porfolio/bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #4464ac;
}

.servicepage{margin-top: 30px;margin-bottom: 30px;}
.servicepage .container{width: 1500px;}
.servicepage img{width: 66%;float: right;}
.servicepage .first{
  background-color: #4464ac;
  padding: 30px;
  overflow: inherit;
  position: relative;
  margin-bottom: 50px;
}
.servicepage .first::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10px;
  top: -10px;
  opacity: .5;
  background-color: #4464ac;
}
.servicepage .first::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  opacity: .5;
  background-color: #4464ac;
}
.servicepage .secend{
  background-color: #4fab1c;
  padding: 30px;
  overflow: inherit;
  position: relative;
  margin-bottom: 50px;
}
.servicepage .secend::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10px;
  top: -10px;
  opacity: .5;
  background-color: #4fab1c;
}
.servicepage .secend::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  opacity: .5;
  background-color: #4fab1c;
}
.servicepage .col-lg-7, .col-lg-5{z-index: 1;}
.servicepage .servicebtn{background: transparent;float: left;border: 1px solid;}
.servicepage .servicebtn:hover{background: #ffffff; color: #000;}
.servicepage .servicename{display: flex;}
.servicepage .servicename p{
  background: #ffffff;
    color: #000;
    padding: 15px;
    border-radius: 20px;
    margin-right: 20px;
}

/* services end */

/* portfolio star */

.portfolio-page-section{
  background-image: url(../image/tab/tab1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.portfolio-page-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 66%); /* 50% Black Overlay */
}


.portfolio-page-section h2{
  z-index: 2;
  position: relative;
}

.portfoiliopage{margin-top: 50px;margin-bottom: 50px;}
.portfoiliopage img{margin-bottom: 20px;}
.portfoiliopage a{text-decoration: none;color: #000;}
.portfoiliopage a:hover{color: #4464ac;}
.portfoiliopage img {
  
  transition: transform 0.3s ease; /* Smooth animation */
}

.portfoiliopage img:hover {
  transform: scale(0.97); /* 10% chhoti ho jayegi */
}
.portfoiliopage .col-lg-6{
  width: 48%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.clientrow{width: auto;margin-left: 20px;}
/* portfolio end */

/* footer star */
.footer{
  padding-bottom: 10px;
  background-image: url(../image/footerlogo/footerbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 73%) /* 50% Black Overlay */
}
.footer hr{color: #fff;}

.footeraddress{margin-bottom: 50px;position: relative;}
.footeraddress h2{
  color: #fff;
}
.footeraddress h4{
  font-size: 20px;
  margin-top: 15px;
  color: #fff;
}
.footerlogocenter{
  padding: 20px 0px;
  position: relative;
}
.footerlogocenter img{
  width: 60%;
  margin: 0 auto;
  transition: none;
}
.footerlogocenter img:hover{
  margin-top: 0;
}
.footerlogocenter .logos{
  display: flex;
}
.footerlogocenter a{
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
}
.footerlogocenter i{
  color: #fff;
}
.footercarousel{
  width: 90%;
  margin: 0 auto;
  padding: 20px 0px;
  position: relative;
}
.footercarousel img{
  width: 80%;
  margin: 0 auto;
  transition: none;
  display: block;
}
.footercarousel img:hover{
  margin-top: 0;
}
.footercarousel .swiper-slide{
  margin: 0 auto;
  display: flex
}
.footercopy{
  position: relative;
}
.footercopy p{
  color: #fff;
}


/* footer end */
.blogpage h3 a{text-decoration: none;color: #000;}
.singleblog{padding-top: 50px;}
.singleblog img{margin: 0 auto;display: block;padding-bottom: 20px;}

/* responsive */

@media screen and (max-width: 1024px) {
   body{overflow-x: hidden;}
  .container-fluid{width: auto;}
  .address-section .col-lg-3{width: 42%;float: left;margin-bottom: 50px;}
  .gridsection .col-lg-6 {
    width: 47%;
    float: left;
  }
  .service .col-lg-3 {width: 21%;}
}
@media screen and (max-width: 960px) {
  
  .mobilenone{display: none;}
  .modal-body{padding: 10px !important;}
  .navbar{background: #2e4c95;}
  .navbar li{text-align: center;}
  .navbar .auth-buttons{text-align: center;}
  .hero-section .col-lg-6{text-align: center;}
  .col-lg-6{width: 98% !important;margin-bottom: 20px;}
  .mobilecode img {
    width: 50%;
    margin-right: 0%;
    margin-top: -43%;
  }
  .emcode img{width: 50%;}
  .account-section img{margin: 0 auto;display: block;}
  .col-lg-2{width: 30% !important;float: left;margin-bottom: 20px;}
  .col-lg-3{width: 50%;float: left;margin-bottom: 20px;}
  .logo {width: 25%;}
  .tab-section .container-fluid {width: auto;}
  .desktop{display: none;}
  .mobile{display: block;}
  .boxtwo img {width: 30%;}
  .boxtwo .col-lg-6{width: 47% !important;float: left;}
  .hoverimgbox img {width: 50%;}
  .boxtwomin .col-lg-6{width: 47% !important;float: left;}
  .tab-section .col-lg-12{margin-left: 100px;}
  .footerappsection img{margin-top: 0px;}
  .footeraddress{text-align: center;}
  .footerlogocenter .col-lg-4{text-align: center;margin-bottom: 20px;}
  .footerlogocenter .col-lg-4 .copyright-social{text-align: center;}
  .blogbtn {
    width: 50% !important;}
  .portfoiliopage .col-lg-6{width: 47% !important;}
  .portfoiliopage .col-lg-6 img{width: 100%;}
}
@media screen and (max-width: 768px) {
  .footerlink{padding-left: 0px;}
  .col-lg-2 {
    width: 50% !important;
    float: left;
    margin-bottom: 20px;
  }
  .tab-section .container-fluid .two {
    margin-top: 0;
  }
  .tab-section .container-fluid .three {
    margin-top: 0px;
  }
  .service .col-lg-3 {
    width: 45%;
    float: left;
  }
  .container {
    width: auto;}
  .logo {
    width: 40%;
  }
  .container-fluid{overflow-x: hidden;}
  .container-fluid{overflow-x: hidden;}
  .btn-consul {
    width: auto;}
    .addhover p{width: 100%;}
    .servicepage .container {
      width: auto;
  }
}
@media screen and (max-width: 568px) {
  .modal-dialog {
    max-width: 92%;
    margin: 0 auto;
  }
  .col-lg-2 {
    width: 50%;
    float: left;}

  .address-section .col-lg-3 {
    width: 38%;
    margin-left: 6px;
  }
  .news-section .row{
    padding: 42px;
  }
  .scrol-up{display: none;}
  .tab-section .col-lg-12{margin-left: 0px;}

  .hero-section h1 {
    font-size: 65px;}
  .secondbtn{margin-top: 20px;}
  .emcode img{margin-top: 0%;}
  .emcode{height: auto;}
  .mobilecode{height: auto;}
  .mobilecode img {
    width: 90%;
    margin-right: 0%;
    margin-top: 0%;}
  .emcode img {
    width: 88%;}
  .hoverimgbox img {
    width: 86%;
  }
  .address .karachi{margin-left: 0px;width: 98%;}
  .contact-page .colgap{width: 100%;}
  .contact-page {padding-bottom: 0px;}
  .main-section.address{padding-top: 0px;}
  .singleblog img{width: 100%;}
  .portfoiliopage .col-lg-6{width: 100% !important;}

}
@media screen and (max-width: 480px) {
  .address-section .col-lg-3 {
    width: 100%;}
  .col-lg-3 {
      width: 100%;}
  .pull-left {
        width: 100%;}
  .pull-right {
    width: 100%;
    float: none;
  }
  .service .col-lg-3 {
  width: 100%;}
  .account-section img{
    width: 100%;
  }
  .sof{
    width: 92%;
  }
  .sof h2{
    font-size: 45px;
  }
  .boxtwo img {
    width: 80%;
  }
  .hoverimgbox img {
  width: 100%;
  }
  .servicepage .servicename {
    display: block;
  }
  .servicepage img {
    width: 100%;
    float: none;
  }
  .mobile-preview img {
    width: 150%;
    margin-left: -75px;
  }
  .hero-section .text-center{margin-bottom: 0px;}
}


html {
  overflow-x: hidden;
  width: 100vw; /* Ensure full viewport width */
}



.blogpage h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-top: 50px;
}

.blogpage .grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blogpage .bg-white {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.blogpage .bg-white:hover {
  transform: translateY(-5px);
}

.blogpage img {
  width: 100%;

}

.blogpage .p-6 {
  padding: 20px;
}

.blogpage h3 {
  font-size: 1.5rem;
  color: #222;
  font-weight: bold;
}

.blogpage p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

.blogbtn{
  width: 30%;
  margin: 0;
}

@media (max-width: 768px) {
  .blogpage h2 {
      font-size: 1.8rem;
  }

  .blogpage .grid {
      grid-template-columns: 1fr;
  }
  .blogbtn{
    width: 45%;}

}

.calendlybox{
  background: #f7eeff;
  padding: 40px;
  border-radius: 40px;
}

.calendlybox h2{color: #000000;}
.calendlybox h5{color: #000000;}
.calendlybox h6{color: #000000;}
.calendlybox p{text-align: left;color: #000000;font-size: 15px;}
.calendlybox ul li{color: #000000;text-align: left;margin-bottom: 20px;}

.servicepage .col-lg-7{align-content: center;}

.thankyousection{
  background-image: url(../image/thnakbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7%;
  padding-bottom: 7%;
}
.thankyousection h2{text-align: center;}
.thankyousection p{text-align: center;}
.thankyousection h4{text-align: center;}
.thankyousection img{
  width: 5%;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}

.box1-section h3{
  padding-top: 0px;
  padding-bottom: 0px;
}


.mobilenone img{
  width: 100%;
    height: -webkit-fill-available;
}