@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif !important;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #74B6D8;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.primary-btn {
  background-color: #040A14;
  outline: none;
  border-radius: 8px;
  color: #ffffff;
  transition: 0.4s all;
  text-decoration: none;
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 600;
  border: 1px solid;
}
.primary-btn:hover {
  color: #040A14;
  background-color: #74B6D8;
}

.secondary-btn {
  background-color: #74B6D8;
  outline: none;
  border-radius: 8px;
  color: #ffffff;
  transition: 0.4s all;
  text-decoration: none;
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  font-weight: 600;
  border: 1px solid;
}
.secondary-btn:hover {
  color: #74B6D8;
  background-color: #040A14;
}

.primary-text {
  color: #040A14 !important;
}

.secondary-text {
  color: #74B6D8 !important;
}

.primary-bg {
  background-color: #040A14 !important;
}

.secondary-bg {
  background-color: #74B6D8 !important;
}

.text-color {
  color: #979797;
}

header {
  position: relative;
  z-index: 9;
  border-bottom: 1px solid rgba(128, 128, 128, 0.201);
}
header .navbar {
  width: 100%;
}
header .navbar .dropdown-menu {
  background-color: #ffffff;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(116, 183, 216, 0.4509803922);
  min-width: 80rem;
  margin-top: 20px;
  left: 100%;
  transform: translate(-50%, 0px);
  padding: 30px;
}
header .navbar .dropdown-menu ul {
  list-style-type: none;
}
header .navbar .dropdown-menu ul li a {
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 0px;
  color: #040A14 !important;
}
header .navbar .dropdown-menu a {
  color: #000000 !important;
  font-size: 0.8rem;
  padding: 10px;
}
header .navbar .dropdown-menu a:hover {
  background-color: #74B6D8;
  color: #040A14 !important;
}
header .navbar .nav-item {
  position: relative;
}
header .navbar .nav-item:hover::before {
  width: 50%;
}
header .navbar .nav-item:hover .nav-link {
  color: #74B6D8 !important;
}
header .navbar .nav-item .nav-link {
  padding: 0;
  color: #ffffff;
  font-weight: 500;
  transition: 0.4s all;
}
header .navbar .nav-item::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 0%;
  background-color: #74B6D8;
  bottom: -5px;
  left: 0;
  transition: 0.4s all;
}
header .callbtn a {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
header .callbtn a .icon {
  background-color: rgba(255, 255, 255, 0.5058823529);
  color: #ffffff;
  font-size: 0.8rem;
}
header .callbtn a .text span {
  font-size: 0.7rem;
}
header .callbtn a .text p {
  font-size: 0.9rem;
}

.headr-sec {
  background: url("../image/hero-img.jpg") no-repeat center/cover;
  z-index: 1;
}
.headr-sec::before {
  background-color: #040A14;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
}
.headr-sec .hero-img {
  width: 100%;
  margin: 0 auto;
}
.headr-sec .hero-text {
  animation: zoomIn 1s ease-in-out;
}
.headr-sec .hero-text h1 {
  font-size: 2.8rem;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.headr-sec .img-2 {
  left: 2%;
  bottom: 6%;
}
.headr-sec .img-1 {
  right: 2%;
  top: 6%;
}
.headr-sec .hero-ser .swiper-slide {
  height: 165px;
}
.headr-sec .hero-ser .ser-box {
  background-color: rgba(255, 255, 255, 0.1803921569);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: 0.4s all;
  width: 100%;
  height: 100%;
}
.headr-sec .hero-ser .ser-box .icon {
  width: -moz-max-content;
  width: max-content;
  background-color: rgba(255, 255, 255, 0.1803921569);
  transition: 0.4s all;
}
.headr-sec .hero-ser .ser-box h6 {
  color: #ffffff;
  transition: 0.4s all;
}
.headr-sec .hero-ser .ser-box:hover {
  background-color: #ffffff;
}
.headr-sec .hero-ser .ser-box:hover .icon {
  background-color: #040A14;
}
.headr-sec .hero-ser .ser-box:hover h6 {
  color: #040A14;
}

.reviews {
  background: #040A14 url(../image/review-bg.png) no-repeat center/cover;
}

.about {
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/waves.svg);
  opacity: 0.5;
  z-index: -1;
}
.about .about-img {
  height: 450px;
  width: 350px;
  border-radius: 20px;
  overflow: hidden;
}
.about .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .abt-img2 {
  right: 15%;
  top: 25%;
  border: 8px solid #ffffff;
}
.about .clients {
  transition: 0.4s all;
}
.about .clients p {
  transition: 0.4s all;
}
.about .clients:hover {
  background-color: #040A14;
  color: #ffffff !important;
}
.about .clients:hover p {
  color: #ffffff !important;
}

.steps .step-box {
  z-index: 5;
}
.steps .step-box .icon-box {
  width: -moz-max-content;
  width: max-content;
  padding: 35px 40px;
  transition: 0.4s all;
}
.steps .step-box .icon-box span {
  top: 15px;
  left: 20px;
}
.steps .step-box .icon-box:hover {
  background-color: #040A14 !important;
  color: #ffffff !important;
}
.steps .borderdiv {
  height: 2px;
  border-bottom: 2px dashed #040A14;
  width: 75%;
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.experience .box {
  background-color: #E8E8E8;
  border-radius: 15px;
  transition: 0.4s all;
}
.experience .box:hover {
  background-color: #74B6D8;
  color: #ffffff;
}
.experience .employee {
  border-radius: 45px;
}
.experience .employee .text {
  rotate: -90deg;
  bottom: 45%;
  right: 0%;
  width: 80%;
  translate: -15%;
}
.experience .employee::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, #040A14);
}

.hm-testmonial .testmonial-box p {
  color: #ffffff;
}

.testmonials {
  position: relative;
}
.testmonials::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/waves.svg);
  opacity: 0.5;
}
.testmonials .testmonial-box {
  border-radius: 15px;
  transition: 0.4s all;
}
.testmonials .profile {
  width: 60px;
}

.newsletter {
  position: relative;
  z-index: 1;
  margin-bottom: -110px;
}
.newsletter .newsletter-wrap {
  background: url("../image/lines.svg") no-repeat;
  background-position: -200% 66%;
  background-color: #040A14;
  padding: 55px 40px;
  border-radius: 250px;
  border: 10px solid #ffffff;
}
.newsletter .newsletter-wrap .newsletter-form input {
  background-color: rgba(255, 255, 255, 0.3411764706);
  color: #ffffff;
}
.newsletter .newsletter-wrap .newsletter-form input::-moz-placeholder {
  color: #ffffff;
}
.newsletter .newsletter-wrap .newsletter-form input::placeholder {
  color: #ffffff;
}
.newsletter .newsletter-wrap .newsletter-form button {
  right: 9px;
  top: 8px;
}

.site-footer {
  background-color: #040A14;
  position: relative;
  font-size: 15px;
  overflow: hidden;
}
.site-footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/waves.svg) no-repeat;
  background-position: 50%;
  opacity: 0.5;
}
.site-footer .upper-footer {
  padding: 195px 0 80px;
}
.site-footer .upper-footer .about-widget p {
  margin-bottom: 18px;
  line-height: 1.9em;
  color: #ffffff;
}
.site-footer .upper-footer ul {
  list-style: none;
}
.site-footer .upper-footer ul li {
  display: inline-block;
  margin-right: 10px;
}
.site-footer .upper-footer ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.15);
  text-align: center;
}
.site-footer .upper-footer ul li a:hover {
  color: #040A14;
}
.site-footer .upper-footer .link-widget li {
  position: relative;
  display: block;
}
.site-footer .upper-footer .link-widget li a {
  color: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  background-color: transparent;
  text-decoration: none;
  text-align: left;
}
.site-footer .upper-footer .link-widget li a:hover {
  color: #74B6D8;
}
.site-footer .upper-footer .map {
  border-radius: 10px;
  overflow: hidden;
  height: 122px;
}
.site-footer .lower-footer {
  text-align: center;
  position: relative;
}
.whatsapp-btn{
    background-color: green;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 16px 19px;
    border-radius: 100px;
    z-index:999;
   
}
.whatsapp-btn i{
        color: #ffffff;
        font-size: 2rem;
    }
.mobiletitle {
  background: url("../image/application.jpg");
  background-position: center;
}

.aititle {
  background: url("../image/ai-title.jpg");
  background-position: center;
}

.communicationtitle {
  background: url("../image/cummunication-title.jpg");
  background-position: center;
}

.devopstitle {
  background: url("../image/devops-title.webp");
  background-position: center;
}

.marketingtitle {
  background: url("../image/marketing-title.jpg");
  background-position: center;
}

.penetrationtitle {
  background: url("../image/Penetration-testing.jpg");
  background-position: center;
}

.seotitle {
  background: url("../image/seotitle.webp");
  background-position: center;
}

.softwaretitle {
  background: url("../image/software-title.jpg");
  background-position: center;
}

.websecuritytitle {
  background: url("../image/site-security.jpg");
  background-position: center;
}

.webservicetitle {
  background: url("../image/webdevelopment-title.jpg");
  background-position: center;
}

.abouttitle {
  background: url("../image/about.jpg");
  background-position: center;
}

.title {
  position: relative;
  z-index: 1;
  height: 550px;
  background-size: cover;
}
.title::before {
  background-color: #040A14;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
  z-index: -1;
}

.process {
  position: relative;
  z-index: 1;
}
.process::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/waves.svg) no-repeat;
  background-position: 100%;
  opacity: 0.5;
  background-size: 100% 100%;
  z-index: -1;
}
.process .box {
  background-color: rgba(255, 255, 255, 0.401);
  color: #ffffff;
  transition: 0.4s all;
}
.process .box:hover {
  background-color: #ffffff;
  color: #040A14;
}
.process .step-items {
  background-color: white;
  border-radius: 10px;
}
.process .accordion-button {
  font-weight: 500;
  transition: 0.4s all;
}
.process .accordion-button:focus {
  box-shadow: none !important;
}
.process .accordion-button::after {
  display: none;
}
.process .accordion-button svg g {
  stroke: #ffffff;
}
.process .accordion-button:hover {
  color: #74B6D8 !important;
}
.process .accordion-button:hover svg g {
  stroke: #74B6D8;
}
.process .accordion-button:not(.collapsed) {
  color: #74B6D8 !important;
}
.process .accordion-button:not(.collapsed) svg g {
  stroke: #74B6D8;
}
.process .accordion-button:not(.collapsed) i {
  transform: rotate(180deg);
}

.tool .nav {
  width: -moz-max-content;
  width: max-content;
}
.tool .nav .active {
  background-color: #ffffff !important;
  color: #040A14 !important;
}
.tool .tol-box {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgb(229, 229, 229);
  height: 160px;
  border-radius: 15px;
  border: 1px solid transparent;
  transition: 0.4s all;
}
.tool .tol-box:hover {
  box-shadow: none;
  border: 1px solid rgb(222, 222, 222);
  transform: rotate(0deg);
}
.tool .tol-box:hover img {
  transform: rotate(0deg);
}

.footer-contact {
  background: url("../image/top-footer.webp") no-repeat center/cover;
  background-attachment: fixed;
  z-index: 1;
  margin-bottom: -75px;
}
.footer-contact::before {
  background-color: #040A14;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
  z-index: -1;
}

.industries {
  position: relative;
  z-index: 1;
}
.industries::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/waves.svg) no-repeat;
  background-position: 100%;
  opacity: 0.5;
  background-size: 100% 100%;
  z-index: -1;
}
.industries .indusry-box {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  transition: 0.3s all;
}
.industries .indusry-box .icon {
  margin-bottom: 15px;
}
.industries .indusry-box .icon img {
  width: 50px;
}
.industries .indusry-box h5 {
  font-weight: 600;
}
.industries .indusry-box:hover {
  background-color: #ffffff;
}
.industries .indusry-box:hover h5 {
  color: #040A14 !important;
}
.industries .indusry-box:hover p {
  color: #040A14 !important;
}

.ser-contact {
  position: relative;
  z-index: 1;
}
.ser-contact::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/waves.svg) no-repeat;
  background-position: 100%;
  opacity: 0.5;
  background-size: 100% 100%;
  z-index: -1;
}
.ser-contact .contact-information {
  color: #fff;
  padding: 47px 0 0 56px;
  border-radius: 0;
  margin: 0;
  width: 100%;
}
.ser-contact .contact-information ul {
  list-style: none;
  overflow: hidden;
}
.ser-contact .contact-information ul li {
  margin-bottom: 0;
  padding-left: 67px;
  padding-bottom: 42px;
  position: relative;
}
.ser-contact .contact-information ul li h6 {
  font-size: 1.2rem;
}
.ser-contact .contact-information ul li span {
  width: 35px;
  font-size: 20px;
  height: 35px;
  background-color: #fff;
  border-radius: 8px;
  color: #2378e3;
  position: absolute;
  left: 5px;
  top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ser-contact .contact-information ul li::after {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  background-color: #fff;
  left: 21px;
  z-index: -1;
  position: absolute;
  bottom: 100%;
}

.contact-information ul li span {
  background-color: #fff; /* Default background */
  transition: background-color 0.3s ease-in-out;
}

.contact-information ul li span i {
  visibility: hidden; /* Hide the icon by default */
  transition: visibility 0.3s ease-in-out;
}

.blog-slingle .image {
  border-radius: 10px;
  overflow: hidden;
}
.blog-slingle .image img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-slingle .middle-img img {
  height: 100%;
}
.blog-slingle .blog_testimonial {
  border-radius: 10px 0px 10px 10px;
}
.blog-slingle .sub-bg {
  background-color: rgba(227, 227, 227, 0.502);
}
.blog-slingle .sub-bg ul {
  padding-left: 0;
  list-style-type: none;
}
.blog-slingle .sub-bg li {
  transition: 0.4s all;
  border: 1px solid;
  margin-bottom: 10px;
  border-radius: 5px;
}
.blog-slingle .sub-bg li:hover {
  border: 1px solid #74B6D8;
  background-color: #040A14;
}
.blog-slingle .sub-bg li:hover a {
  color: #ffffff;
}
.blog-slingle .sub-bg a {
  text-decoration: none;
  font-weight: 600;
  color: black;
  transition: 0.4s all;
}
.blog-slingle .share a {
  background-color: #040A14;
  width: 35px;
  text-align: center;
  padding: 7px;
  border-radius: 5px 0px 5px 5px;
  display: inline-block;
  color: #ffffff;
  font-size: 0.9rem;
}
.blog-slingle .recent-post .img img {
  width: 100px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.blog-slingle .tags a {
  background: #040A14;
  margin: 5px 5px;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px 0px 5px 5px;
  text-transform: capitalize;
  transition: 0.3s all;
  color: #ffffff;
}
.blog-slingle .tags a:hover {
  background-color: #74B6D8;
  color: #ffffff;
}

.contact-sec .contact-info {
  border-radius: 20px;
}
.contact-sec .contact-info .contact-box {
  transition: 0.4s all;
}
.contact-sec .contact-info .contact-box:hover .icon {
  background-color: #74B6D8;
  color: #040A14;
}
.contact-sec .contact-info .contact-box:hover .text p {
  color: #74B6D8 !important;
}
.contact-sec .contact-info .icon {
  width: 72px;
}
.contact-sec .contact-info .map {
  padding: 50px;
  position: relative;
  height: 250px;
  width: 100%;
  border: 0;
}
.contact-sec .contact-info .map iframe {
  border: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}
.contact-sec form label {
  transition: 0.4s all;
}
.contact-sec form input {
  transition: 0.4s all;
}
.contact-sec form input:focus {
  box-shadow: 0px 5px 10px rgba(4, 10, 20, 0.2);
  border-color: #74B6D8;
}
.contact-sec form select {
  transition: 0.4s all;
}
.contact-sec form select:focus {
  box-shadow: 0px 5px 10px rgba(4, 10, 20, 0.2);
  border-color: #74B6D8;
}
.contact-sec form textarea {
  transition: 0.4s all;
}
.contact-sec form textarea:focus {
  box-shadow: 0px 5px 10px rgba(4, 10, 20, 0.2);
  border-color: #74B6D8;
}

.choose {
  position: relative;
  z-index: 1;
}
.choose::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/waves.svg) no-repeat;
  background-position: 100%;
  opacity: 0.5;
  background-size: 100% 100%;
  z-index: -1;
}
.choose .choose-txt {
  color: #979797;
}
.choose .value_main_ul {
  list-style: none;
}
.choose .value_main_ul .value_main_li {
  background-color: #661c01;
  width: 25%;
}
.choose .value_main_ul .value_main_li:nth-child(2) {
  background-color: #992a01;
}
.choose .value_main_ul .value_main_li:nth-child(3) {
  background-color: #cc3802;
}
.choose .value_main_ul .value_main_li:nth-child(4) {
  background-color: #ff4602;
}
.choose .choose-box {
  background-color: rgba(255, 255, 255, 0.0470588235);
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
}
.choose .choose-box:hover {
  background-color: #ffffff;
  color: #040A14;
}

.wonder .box {
  border-radius: 20px;
}
.wonder .box h5 {
  font-weight: 600;
}

.cities .nav-item .nav-link .flag img {
  width: 80px;
  border-radius: 10px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cities .nav-item .nav-link p {
  display: none;
}
.cities .nav-item .active {
  background-color: transparent !important;
  color: #040A14 !important;
}
.cities .nav-item .active .flag {
  border-radius: 10px;
  border: 1px solid #040A14;
  padding: 5px;
}
.cities .nav-item .active .flag img {
  width: 70px;
}
.cities .nav-item .active p {
  display: block;
}

.team .team-box {
  box-shadow: 0px 5px 15px rgba(4, 10, 20, 0.2);
  border-radius: 15px;
  border: 1px solid #ffffff;
  transition: 0.4s all;
  border-radius: 10px;
  overflow: hidden;
}
.team .team-box .team-media {
  bottom: -32px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  width: 100%;
  transition: 0.4s all;
  opacity: 0;
}
.team .team-box:hover {
  border: 1px solid rgba(4, 10, 20, 0.2);
  box-shadow: none;
}
.team .team-box:hover .team-media {
  bottom: 0px;
  opacity: 1;
}
.team .team-box:hover .text::before {
  height: 80%;
}
.team .team-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s all;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 92%, 0 100%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 92%, 0 100%, 0 0);
  border-bottom: none;
}
.team .team-box .text {
  position: relative;
}
.team .team-box .text::before {
  content: "";
  position: absolute;
  background-color: #040A14;
  height: 50%;
  width: 5px;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  transition: 0.4s all;
}
.team .team-box a {
  margin: 0px 5px;
  color: #040A14;
  font-size: 1rem;
  transition: 0.3s all;
  background-color: #ffffff;
  width: 40px;
  display: inline-block;
  padding: 10px;
  padding: 8px;
  border-radius: 100px;
}
.team .team-box a:hover {
  background-color: #74B6D8;
  color: #ffffff;
}

.services .service-img {
  border-radius: 15px;
  transition: 0.4s all;
}
.services .service-img a {
  font-weight: 600;
}
.services .service-img:hover {
  border-color: transparent !important;
  box-shadow: 0px 5px 15px rgb(234, 234, 234);
  background-color: #040A14 !important;
}
.services .service-img:hover a {
  color: #ffffff !important;
}

.porfolio-detail .port-img {
  box-shadow: 0px 5px 30px rgba(174, 174, 174, 0.3098039216);
  border-radius: 10px;
  overflow: hidden;
}
.porfolio-detail .port-content {
  background-color: #ffffff;
  box-shadow: rgba(205, 205, 205, 0.27) 0px 6px 15px;
  border-radius: 10px;
}
.porfolio-detail .port-content .list h4 {
  font-weight: 800;
}
.porfolio-detail .port-content .list .col {
  border-bottom: 1px solid rgb(206, 206, 206);
}
.porfolio-detail .port-content .list .col:nth-last-child(1) {
  border-bottom: none;
}
.porfolio-detail .port-content .list h6 {
  text-transform: uppercase;
  color: #040A14;
  font-weight: 800;
}
.porfolio-detail .port-content .list p {
  color: #979797;
}
.porfolio-detail .port-content .list a {
  color: #979797;
}
.porfolio-detail .port-content .list i {
  color: #74B6D8;
  font-size: 20px;
}
.porfolio-detail .port-content .list img {
  width: 100%;
}
.porfolio-detail .port-content .list .technology-iocns .icon-box {
  padding: 7px;
  display: flex;
  align-items: center;
  background: #f8f8fc;
  border-radius: 10px;
  margin: 12px 0px;
}
.porfolio-detail .port-content .list .technology-iocns .icon-box .img {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-content: center;
  border-radius: 0.5rem;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 7px;
  box-shadow: 0px 0px 15px rgba(209, 209, 209, 0.4588235294);
}
.porfolio-detail .port-content .list .technology-iocns .icon-box h5 {
  font-size: 1rem;
  margin: 5px 0px 0px 10px;
}
.porfolio-detail .content-dtl p {
  font-size: 0.9rem;
}
.porfolio-detail .content-dtl p i {
  color: #74B6D8;
}

.portfolio {
  position: relative;
  z-index: 1;
}
.portfolio::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/waves.svg) no-repeat;
  background-position: 100%;
  opacity: 0.5;
  background-size: 100% 100%;
  z-index: -1;
}
.portfolio .nav-pills {
  width: 100%;
  background-color: #ffffff;
  border-radius: 100px;
  gap: 25px;
}
.portfolio .nav-pills .nav-item .nav-link {
  border-radius: 100px;
  padding: 8px 12px;
  color: #040A14 !important;
  font-size: 0.9rem;
  background-color: rgba(243, 243, 243, 0.397);
}
.portfolio .nav-pills .nav-item .nav-link:hover {
  background-color: #040A14 !important;
  color: #ffffff !important;
}
.portfolio .nav-pills .nav-item .active {
  background-color: #040A14 !important;
  color: #ffffff !important;
}
.portfolio .service-slider {
  border: 1px solid gray;
  border-radius: 20px;
  overflow: hidden;
}
.portfolio .swiper {
  width: 100%;
  height: 100%;
}
.portfolio .swiper-slide {
  font-size: 18px;
}
.portfolio .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio .swiper {
  width: 100%;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio .swiper-slide {
  background-size: cover;
  background-position: center;
}
.portfolio .mySwiper2 {
  height: 500px;
  width: 100%;
}
.portfolio .mySwiper2 .swiper-slide {
  padding: 20px;
  display: block;
}
.portfolio .mySwiper2 img {
  height: 460px !important;
  border-radius: 10px;
}
.portfolio .application {
  height: 500px;
  width: 100%;
}
.portfolio .application .swiper-slide {
  padding: 20px;
  display: block;
}
.portfolio .application img {
  height: 460px !important;
  border-radius: 10px;
}
.portfolio .myportfolio {
  height: 20%;
  box-sizing: border-box;
}
.portfolio .myportfolio .swiper-wrapper {
  align-items: center;
  background-color: black;
}
.portfolio .myportfolio .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  padding: 10px;
}
.portfolio .myportfolio .swiper-slide img {
  width: 100px;
  margin: 0 auto;
}
.portfolio .myportfolio .swiper-slide-thumb-active {
  opacity: 1;
}
.portfolio .myApplication {
  height: 20%;
  box-sizing: border-box;
}
.portfolio .myApplication .swiper-wrapper {
  align-items: center;
  background-color: black;
}
.portfolio .myApplication .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  padding: 10px;
}
.portfolio .myApplication .swiper-slide img {
  width: 100px;
  margin: 0 auto;
}
.portfolio .myApplication .swiper-slide-thumb-active {
  opacity: 1;
}
.portfolio .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes rotateCircle {
  from {
    transform: translate(0%, -50%) rotate(0deg);
  }
  to {
    transform: translate(0%, -50%) rotate(360deg);
  }
}
.blockchaintitle {
  background: url("../image/blockchain.jpg") no-repeat top center/cover;
}

.blockchaincircle {
  width: 500px !important;
  height: 500px;
  position: absolute;
  right: -8%;
  top: 50%;
  transform: translate(0%, -50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: rotateCircle 50s linear infinite;
}
.blockchaincircle img {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: rgb(91, 91, 91);
  border-radius: 50%;
  padding: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blockchaincircle img:nth-child(1) {
  transform: rotate(0deg) translate(200px) rotate(0deg);
}
.blockchaincircle img:nth-child(2) {
  transform: rotate(51.4285714286deg) translate(200px) rotate(-51.4285714286deg);
}
.blockchaincircle img:nth-child(3) {
  transform: rotate(102.8571428571deg) translate(200px) rotate(-102.8571428571deg);
}
.blockchaincircle img:nth-child(4) {
  transform: rotate(154.2857142857deg) translate(200px) rotate(-154.2857142857deg);
}
.blockchaincircle img:nth-child(5) {
  transform: rotate(205.7142857143deg) translate(200px) rotate(-205.7142857143deg);
}
.blockchaincircle img:nth-child(6) {
  transform: rotate(257.1428571429deg) translate(200px) rotate(-257.1428571429deg);
}
.blockchaincircle img:nth-child(7) {
  transform: rotate(308.5714285714deg) translate(200px) rotate(-308.5714285714deg);
}

.blockchain-logo .myLogos img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  filter: grayscale(1);
  transition: 0.4s all;
}
.blockchain-logo .myLogos img:hover {
  filter: none;
  cursor: pointer;
}

.map #chartdiv {
  width: 100%;
  height: 500px;
  max-width: 100%;
  position: relative;
}
.map .chart-img .logos-img {
  animation: howsrotate 10s linear infinite;
}
.map .chart-img .bot {
  width: 65%;
  top: 49%;
  left: 49%;
  transform: translate(-50%, 0%);
}
.map .chart-img .bot img {
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.map .chart-img .bot .active {
  opacity: 1;
}
@keyframes howsrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.text-green {
  color: rgb(0, 255, 0);
}

.text-red {
  color: rgb(255, 0, 0);
}

.market .market-box {
  border-radius: 20px;
}
.market .market-box img {
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
.market .market-box .text {
  background-color: rgba(4, 10, 20, 0.8117647059);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.trading {
  background-color: #222;
  overflow: hidden;
}
.trading .marquee {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.trading .marquee .items {
  display: flex;
  animation: marquee 15s linear infinite;
  min-width: 100%;
}
.trading .marquee .items p {
  font-size: 0.8rem;
  font-weight: 600;
}
.trading .marquee:hover .items {
  animation-play-state: paused;
}
.trading .marquee .d-flex {
  padding: 10px 20px;
  min-width: 150px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
  .hero .hero-text h1 {
    font-size: 2rem;
  }
  .about .about-img {
    width: auto;
  }
  .tool .tol-box {
    transform: rotate(0deg);
    margin: 15px auto;
  }
  .tool .tol-box img {
    transform: rotate(0deg);
  }
  .choose .value_main_ul .value_main_li {
    width: 100%;
  }
  .journey .nav-pills .nav-link {
    font-size: 1rem !important;
  }
  .portfolio .application {
    height: 100% !important;
  }
  .portfolio .application .swiper-slide h4 {
    font-size: 1.2rem !important;
    margin-top: 10px;
  }
  .portfolio .application .swiper-slide p {
    font-size: 0.8rem;
  }
  .portfolio .application img {
    height: 400px !important;
  }
  .portfolio .mySwiper2 {
    height: 100% !important;
  }
  .portfolio .mySwiper2 .swiper-slide h4 {
    font-size: 1.2rem !important;
    margin-top: 10px;
  }
  .portfolio .mySwiper2 .swiper-slide p {
    font-size: 0.8rem;
  }
  .portfolio .mySwiper2 img {
    height: 400px !important;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #ffffff;
    padding: 10px;
  }
  .navbar-collapse .nav-link {
    color: #040A14 !important;
  }
  .navbar-collapse .callbtn a {
    background-color: #040A14;
  }
  header .navbar .dropdown-menu {
    min-width: auto;
    left: inherit;
    transform: inherit !important;
    padding: 10px;
  }
  .portfolio .nav-pills {
    border-radius: 20px;
  }
  .blockchaincircle {
    visibility: hidden;
  }
  .trading .marquee .items:nth-child(2) {
    visibility: hidden;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  header .navbar .dropdown-menu {
    min-width: 40rem;
    left: inherit;
    transform: translate(0%, 0px);
  }
  .blockchaincircle {
    visibility: visible;
  }
}
@media (min-width: 300px) and (max-width: 767px) {
  .portfolio .application {
    height: 100% !important;
  }
  .portfolio .application .swiper-slide h4 {
    font-size: 1.2rem !important;
    margin-top: 10px;
  }
  .portfolio .application .swiper-slide p {
    font-size: 0.8rem;
  }
  .portfolio .application img {
    height: 150px !important;
  }
  .portfolio .mySwiper2 {
    height: 100% !important;
  }
  .portfolio .mySwiper2 .swiper-slide h4 {
    font-size: 1.2rem !important;
    margin-top: 10px;
  }
  .portfolio .mySwiper2 .swiper-slide p {
    font-size: 0.8rem;
  }
  .portfolio .mySwiper2 img {
    height: 150px !important;
  }
  .site-footer .upper-footer {
    padding: 50px 0 80px;
  }
}
.journey .nav-pills {
  width: 100%;
  background-color: #040A14;
}
.journey .nav-pills .nav-item {
  width: 25%;
}
.journey .nav-pills .nav-item .active {
  background-color: #74B6D8 !important;
  color: #040A14 !important;
}
.journey .nav-pills .nav-link {
  border-radius: 0;
  width: 100%;
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */