/* .Section {
  padding: 20px;
  box-sizing: border-box;
} */
/* font */

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
/* font */
.row, .cointainer {
  overflow: hidden; /* Prevents overflow in the row */
}
.col-lg-6, .col-md-6, .col-sm-12 {
  word-wrap: break-word; /* Breaks long words to prevent overflow */
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #f05327 !important;
}
.nav-link:focus, .nav-link:hover {
    color: #f54e22 !important;
}!important
nav.navbar.navbar-expand-lg.navbar-dark.fixed-top.fixed-top.my-nav
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top.fixed-top.my-nav {
  margin-bottom: 0px;
  border-radius: 0px;
  background-color:#fff !important;
  box-shadow: #f45422 0px 3px 8px !important;
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: #f55321 !important;
    background-color: #f55321 !important;
    border:#f55321 !important;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
ul.my-menu li a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins';
}
.dropdown-toggle::after {
    display: none;
  }
.text-decoration-none{
  text-decoration: none!important;
}

.hero {
  position: relative;
  background: url('main-banner.webp') center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Ensure the overlay is behind the content */
}
h1 a.typewrite {
    font-family: 'Poppins';
    color: #fff;
    text-decoration: none;
    font-size: 61px;
    font-weight: 600;
}
nav.navbar.navbar-expand-lg.navbar-dark.fixed-top.fixed-top.my-nav {
    background-color: #fff;
    box-shadow: #f45422 0px 3px 8px;
}
.hero-content {
  width: 75%;
  text-align: left;
  color: #fff;
  z-index: 2; /* Ensure the content is on top of the overlay */
}

.hero-title {
  font-family: poppins;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 35px;
  font-family: poppins;
  margin-bottom: 30px;
  animation: fadeInUp 1s ease-in-out 0.5s;
}
h3.text-7.wow.rubberBand {
  font-family: 'Poppins';
}
.hero-button {
  display: inline-block;
  padding: 10px 50px;
  font-size: 15px;
    font-weight: 600;
  text-decoration: none;
  border-radius: 0px;
  color: #ffffff;
  border: 1px solid #72b626;
  background-color: #72b626;
  /* border-radius: 3 4 3px 0px; */
  transition: background-color 0.3s ease-in-out;
  box-shadow: #72b626 0px 3px 8px;
  text-transform: uppercase;
  font-family: poppins;
}
a.hero-button:hover {
  color: #fff;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  padding: 10px 50px;
  border: 1px solid #72b626;
  background-color: #72b626;
  /* border-radius: 3 4 3px 0px; */
  transition: background-color 0.3s ease-in-out;
  box-shadow: #72b626 0px 3px 8px;
}

p.footer {
    font-size: 14px;
    font-weight: 600;
    padding: 9px 0;
    font-family: 'Poppins';
}
i.fa.fa-briefcase {
    background-color: #f05327;
    width: 40px;
    height: 40px;
    padding: 12px;
    color: #fff;
    border-radius: 25px;
}
.resume-box ul li {
  list-style: none;
}
.about .resume-box li {
  position: relative;
  padding: 0 20px 0 30px;
  margin: 0 0 30px;
}
span.place.open-sans-font {
  opacity: .8;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  padding-left: 26px;
  font-family: poppins;
}
.about .resume-box .place:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  background-color: #9d9999;
  left: 7px;
  top: 9px;
  opacity: .8;
}
h2.about-me1 {
  margin-bottom: 26px;
}
.icon {
  padding-bottom: 16px;
}
p.time.text-uppercase {
  background-color: #eee;
  font-size: 12px;
  padding: 1px 10px;
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 20px;
  font-weight: 600;
}
p.open-sans-font {
  font-family: 'Poppins';
  font-size: 16px;
  color: #666;
  text-align: justify;
}
h5.poppins-font {
  font-size: 18px;
  font-family: poppins;
  margin: 7px 0 10px;
}
.text-primary1 {
    font-size: 40px;
    font-weight: 700;
    color: #f95522;
}
h2.about-me {
  font-size: 41px;
  font-weight: 700;
  text-transform: capitalize;
}
p.About-me {
  text-align: justify;
  font-size: 20px;
}
.text-light1 {
  color: #c0c3c3 !important;
}
.opacity-4 {
  opacity: 0.2;
}
a.cta-btn:hover {
  color: #fff;
}
.text-24 {
  font-size: 110px !important;
  font-family: poppins;
  line-height: 1.3em;
  font-weight: 700 !important;
}
.space-heading {
  padding-top: 50px;
  padding-bottom: 20px;
}
  span.heading-separator-line {
    color: #d9bb96 !important;
}
.heading-separator-line {
  width:80px;
}
p.text-9 {
  font-family: poppins;
  font-size: 51px;
  font-weight: 700 !important;
}

/* service */
.space4{
  padding: 40px;
  border: 1px solid #000;
}
/* service */
@media (min-width: 768px) and (max-width: 1024px) {
.hero-content {
  width: 90%;
  text-align: left;
  color: #fff;
  z-index: 2;
}
}
@media (min-width: 320px) and (max-width: 480px) {

  h1.hero-title{
    font-size: 31px !important;
    margin-bottom: 20px;
    animation: fadeInUp 1s ease-in-out;
  }
  .hero-content {
    width: 85%;
    text-align: center;
    color: #fff;
    z-index: 2;
}
  }
ul.social-share li a {
    color: #000000 !important;
    font-size: 22px;
}
.zoom {
  padding: 50px;
  /* background-color: green; */
  transition: transform .2s;
  /* width: 200px;
  height: 200px; */
  margin: 0 auto;
}
 a.navbar-brand.my-name img {
    width: 50%;
}
navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #f95522 !important;
}
.footer {
    background-color: #f35422;
}
.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}
  
  /* ------ */
  .heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
badge-primary, .bg-primary1 {
    background-color: #f95522 !important;
}
.featured-box.style-4 .featured-box-icon {
  align-items: center;
  box-shadow: 0 0 50px rgba(0, 0, 0, .03);
  display: flex;
  flex-shrink: 0;
  height: 120px;
  justify-content: center;
  margin: 0 auto 1.5rem;
  text-align: center;
  width: 120px;
}
.text-25 {
  font-size: 10rem !important;
  line-height: 1.3
}
.featured-box1.style-4 .featured-box-icon {
    align-items: center;
    box-shadow: 0 0 50px rgba(0, 0, 0, .03);
    display: flex;
    flex-shrink: 0;
    height: 150px;
    justify-content: center;
    margin: 0 auto 1.5rem;
    text-align: center;
    width: 150px;
}
p.text-muted {
  font-size: 16px;
  font-family: 'Poppins';
}
h3.text-6 {
  font-family: 'Poppins';
  font-size: 25px;
  font-weight: 600;
  color: #000;
}
span.fw-700 {
  font-weight: 700;
  font-size: 35px;
}
.featured-box {
  border: 8px double #000;
  padding: 30px;
  border-radius: 0 34px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
img.featured-img {
  width: 25%;
  margin-bottom: 15px;
}
section#services, section#cv {
  padding: 0px 0px 100px 0px;
}

a.btn.btn-primary1 {
  padding: 8px 24px;
  background-color: #f5df4e;
  color: #000;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
}
/* navbar */
a.navbar-brand.my-name {
  font-size: 32px;
  font-weight: 800;
  color: #72b626;
}
/* skills */
.space2 {
  padding-bottom: 50px;
}
.progress1{
  height: 40px;
  background: #fff;
  border-radius: 100px;
  box-shadow: none;
  margin-top: 40px;
  position: relative;
}
.progress1 .progress-title {
  width: 20%;
  height: 100%;
  background: #fff;
  border-radius: 100px 0 0 100px;
  float: left;
  margin: 0;
  font-size: 13px;
  font-family: 'Poppins';
  font-weight: 600;
  color: #000;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.progress1 .progress-title:after{
  content: "";
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: 1;
}
.progress1 .progress-bar{
  width: 80%;
  background: #fff;
  box-shadow: none;
  position: relative;
}
.progress1 .progress-value {
  height: 100%;
  border-radius: 0 100px 100px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  font-family: 'Poppins';
  color: #fff;
  animation: animate-positive 2s;
}
.progress1.red .progress-value{ background: #ec4251; }
.progress1.green .progress-value{ background: #73cd21; }
.progress1.blue .progress-value{ background: #2e9ce0; }
.progress1.yellow .progress-value{ background: #eea921; }
@keyframes animate-positive{
  0%{ width: 0; }
}
@media only screen and (max-width: 480px){
  .progress1 .progress-title{
      font-size: 12px;
      letter-spacing: 0;
  }
}

/* faq */

button.accordion-button {
  font-family: 'Poppins';
  color: #000 !important;
  font-size: 16px;
  font-weight: 600;
}
.accordion-body {
  font-family: 'Poppins';
  font-size: 16px;
}
.accordion-item {
  margin-top: 9px;
}
.space-3{
  padding-bottom:70px;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #ffffff00 !important;
  box-shadow:none !important;
}
.accordion-button:not(.collapsed) {
  background-color: #fff !important;
}
h1.white {
  margin: 33px 0;
  font-size: 25px;
  font-weight: 600;
  font-family: poppins;
  --b: 3px;
  --w: 141px;
  --g: 10px;
  --c: #000;
  width: fit-content;
  padding: 0 1em;
  line-height: 1.6em;
  border: 1px solid;
  color: #fff;
  background: conic-gradient(from 41deg at left, var(--c) 25%, #0000 0) 0, conic-gradient(from -135deg at right, #000 25%, #0000 0) 100%;
  background-size: 51% 90%;
  background-origin: border-box;
  background-repeat: no-repeat;
  border-image: linear-gradient(#0000 calc(50% - var(--b) / 2), #000000 0 calc(50% + var(--b) / 2), #0000 0) 1 / 0 var(--w) / calc(var(--w) + var(--g));
  margin-inline: auto;
}

/* CTA */

h2.cta-text {
  color: #fff;
  font-size: 40px;
  font-family: 'Poppins';
  font-weight: 600;
}
/*  */
.callto {
  padding-top: 85px;
  padding-bottom: 85px;
}
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.callto__text {
  text-align: center;
}

a.cta-btn {
    display: inline-block;
    padding: 10px 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0px;
    color: #000;
    margin: 23px 0;
    border: 1px solid #f45422;
    background-color: #f45422;
    transition: background-color 0.3s ease-in-out;
    box-shadow: #f45422 0px 3px 8px;
    text-transform: uppercase;
    font-family: poppins;
}
a.cta-btn {
  color: #fff;
}
p.wow.heartBeat {
    color: #fff;
}
/* responsive */
@media screen and (max-device-width: 768px) { 
  p.text-9 {
    font-family: poppins;
    font-size: 45px;
    font-weight: 700 !important;
}
.text-24 {
  font-size: 90px !important;
  font-family: poppins;
  line-height: 1.3em;
  font-weight: 700 !important;
}
}
@media screen and (min-width: 320px) and (max-width: 480px) {
h1 a.typewrite {
    font-family: 'Poppins';
    color: #fff;
    text-decoration: none;
    font-size: 41px;
    font-weight: 600;
}
ul.resume {
  padding-left: 0;
}
p.text-9 {
  font-family: poppins;
  font-size: 35px;
  font-weight: 700 !important;
}
.text-24 {
  font-size: 60px !important;
  font-family: poppins;
  line-height: 1.3em;
  font-weight: 700 !important;
}
.progress1 .progress-bar {
  width: 70%;
  background: #fff;
  box-shadow: none;
  position: relative;
}
.progress1 .progress-title {
  width: 30%;
}
.space-side {
  padding: 0 30px;
}
.space2 {
  padding-right: 30px;
  padding-left: 30px;
}
h1.white {
  margin: 15px 0;
  font-size: 23px;
  font-weight: 600;
  font-family: poppins;
  --b: 2px;
  --w: 105px;
  --g: 3px;
  --c: #000;
  width: fit-content;
  padding: 0 1em;
  line-height: 1.6em;
  border: 1px solid;
  color: #fff;
  background: conic-gradient(from 41deg at left, var(--c) 25%, #0000 0) 0, conic-gradient(from -135deg at right, #000 25%, #0000 0) 100%;
  background-size: 51% 90%;
  background-origin: border-box;
  background-repeat: no-repeat;
  border-image: linear-gradient(#0000 calc(50% - var(--b) / 2), #000000 0 calc(50% + var(--b) / 2), #0000 0) 1 / 0 var(--w) / calc(var(--w) + var(--g));
  margin-inline: auto;
}
a.navbar-brand.my-name {
  font-size: 25px;
  font-weight: 800;
  color: #72b626;
}
p.About-me {
  text-align: justify;
  font-size: 17px;
}
.col-lg-8.col-md-12.col-sm-12.about-space1 {
  padding: 0 30px;
}
.featured-box {
  border: 8px double #000;
  padding: 18px;
}
h3.text-6 {
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 600;
}
img.featured-img {
  width: 35%;
  margin-bottom: 15px;
}
}

.cardBox {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
 border: 5px double;
} 
.card {
  position: absolute;
  width: 95%;
  height: 95%;
  background: #000814;
  border-radius: 20px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  padding: 20px;
  cursor: pointer;
  /* box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset; */
}
/* .card h2, span {
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: 800;
  pointer-events: none;
  opacity: 0.5;
}
 */
.card .content h3 {
  font-size: 3rem;
  padding-bottom: 10px;
}
.card .content p {
  font-size: 1.6rem;
  line-height: 25px;
}
.card .content {
  transform: translateY(100%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.cardBox::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 150%;
  background: #40E0D0;
background: -webkit-linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
background: linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
  animation: glowing01 5s linear infinite;
  transform-origin: center;
  animation: glowing 5s linear infinite;
}

@keyframes glowing {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card {
  padding: 20px;
  position: absolute;
  width: 96%;
  height: 95%;
  /* background: #000814; */
  border-radius: 20px;
  /* z-index: 5; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  /* padding: 20px; */
  cursor: pointer;
  margin: 10px;
  /* box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset; */
}
