@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&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 body {
  width: 100%;
  height: 100%;
  background-color: var(--main-black-color);
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body ul,
html body li,
html body p {
  padding: 0;
  margin: 0;
}

body::-webkit-scrollbar {
  display: none !important;
  overflow: hidden !important;
}

body::-webkit-scrollbar,
body::-webkit-scrollbar-track,
body::-webkit-scrollbar-thumb {
  width: 0 !important;
  display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none !important; /* IE and Edge */
  scrollbar-width: none !important; /* Firefox */
}

:root {
  --main-black-color: #080808;
  --main-white-color: #faf9f9;
  --off-white-color: rgba(255, 255, 255, 0.7);
  --main-gray-color: #1d1d1d;
  --secondary-border-color: rgba(255, 255, 255, 0.3);
  --secondary-text-color: #ed174f;
  --hover-animation-color: #fefbf6;
}

.global-font-family-Antonio {
  font-family: "Antonio", sans-serif;
}

.global-font-family-Poppins {
  font-family: "Poppins", sans-serif;
}

.ml-80 {
  margin-left: 15px;
}
@media only screen and (min-width: 1200px) {
  .ml-80 {
    margin-left: 92px !important;
  }
}

.portfolio_container {
  width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 1200px) {
  .portfolio_container {
    width: calc(100% - 300px);
    max-width: 1440px;
    margin: auto;
  }
}

.pt-navbar-spacer {
  padding-top: 85px;
}

.pt-16 {
  padding-top: 16px !important;
}

.navbar-brand {
  color: var(--main-white-color) !important;
}

.nav-link {
  color: var(--off-white-color);
  font-size: 16px;
}
.nav-link:hover {
  color: var(--main-white-color);
}
.nav-link span {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-link {
    font-size: 14px !important;
  }
}

.website-logo {
  width: 120px !important;
  height: 50px !important;
}

.navbar-part-one {
  background-color: rgb(35, 34, 34);
  padding: 8px 24px;
  border-radius: 30px;
}

.contact-me-section-wrapper {
  border: 1px solid var(--main-white-color);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  padding: 0 !important;
}
.contact-me-section-wrapper a {
  padding: 8px 24px !important;
  background-color: var(--main-white-color);
  border: 0;
  outline: 0;
  border-radius: 24px 0 0 24px;
}

.text-color-white {
  color: var(--main-white-color) !important;
}

.text-color-black {
  color: var(--main-black-color) !important;
}

.placeholder-black-color::-moz-placeholder {
  color: var(--main-black-color) !important;
}

.placeholder-black-color::placeholder {
  color: var(--main-black-color) !important;
}

.text-color-ed174f {
  color: var(--secondary-text-color) !important;
}

.text-color-off-white {
  color: var(--off-white-color) !important;
}

.background-white {
  background-color: var(--main-white-color);
}

.background-black {
  background-color: var(--main-black-color);
}

.fs-60 {
  font-size: 60px !important;
}
@media only screen and (max-width: 991px) {
  .fs-60 {
    font-size: 36px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fs-60 {
    font-size: 45px !important;
  }
}

.fs-25 {
  font-size: 25px !important;
}
@media only screen and (max-width: 768px) {
  .fs-25 {
    font-size: 18px !important;
  }
}

.fs-35 {
  font-size: 35px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.fs-16 {
  font-size: 16px;
}

.lh-normal {
  line-height: normal;
}

.lh-65 {
  line-height: 65px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lh-65 {
    line-height: 45px !important;
  }
}

.lh-25 {
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  .lh-25 {
    line-height: 17px !important;
  }
}

.fs-20 {
  font-size: 20px;
}

.gap-16 {
  gap: 16px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.animation-split-span-words {
  display: inline-block;
  transform: translateY(100px);
  opacity: 0;
}

.pl-10 {
  padding-left: 10px;
}

.z-index-second-max {
  z-index: 1111;
}

.tilt-45-deg {
  transform: rotateZ(-45deg);
  transition: 0.4s linear;
}

.button-animation-class {
  position: relative;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  font-weight: 500 !important;
}
.button-animation-class::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  top: 0;
  left: -100%;
  transition: 0.4s ease-in-out;
}

@media only screen and (min-width: 1150px) {
  .button-animation-class:hover {
    color: var(--main-white-color) !important;
  }
  .button-animation-class:hover .tilt-45-deg {
    transform: rotateZ(0deg);
  }
  .button-animation-class:hover::before {
    left: 0;
  }
}
.profile-photo-image {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .profile-photo-image {
    max-width: 200px;
    max-height: 200px;
  }
}

.fs-115 {
  font-size: 85px !important;
}
@media only screen and (min-width: 1400px) {
  .fs-115 {
    font-size: 105px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fs-115 {
    font-size: 70px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fs-115 {
    font-size: 65px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .fs-115 {
    font-size: 54px !important;
  }
}
@media (min-width: 381px) and (max-width: 575px) {
  .fs-115 {
    font-size: 44px !important;
  }
}
@media only screen and (max-width: 380px) {
  .fs-115 {
    font-size: 35px !important;
  }
}

.lh-115 {
  line-height: 95px !important;
}
@media only screen and (min-width: 1300px) {
  .lh-115 {
    line-height: 110px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lh-115 {
    line-height: 85px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .lh-115 {
    line-height: 75px !important;
  }
}
@media (min-width: 381px) and (max-width: 575px) {
  .lh-115 {
    line-height: 65px !important;
  }
}
@media only screen and (max-width: 380px) {
  .lh-115 {
    line-height: 55px !important;
  }
}

.text-color-off-black {
  color: rgba(0, 0, 0, 0.8) !important;
}

.z-index-1 {
  z-index: 1;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.pt-110 {
  padding-top: 110px !important;
}
@media only screen and (max-width: 475px) {
  .pt-110 {
    padding-top: 0px !important;
  }
}
@media (min-width: 476px) and (max-width: 575px) {
  .pt-110 {
    padding-top: 30px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pt-110 {
    padding-top: 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pt-110 {
    padding-top: 65px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-110 {
    padding-top: 90px !important;
  }
}

.plr-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}
@media only screen and (max-width: 475px) {
  .plr-150 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 476px) and (max-width: 575px) {
  .plr-150 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .plr-150 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .plr-150 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .plr-150 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .plr-150 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 475px) {
  .plr-20 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 476px) and (max-width: 575px) {
  .plr-20 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .plr-20 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}

.background-gray {
  background-color: var(--main-gray-color) !important;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.white-right-border {
  border-right: 1px solid var(--off-white-color);
}

.white-right-border:last-child {
  border: 0 !important;
}

.pr-4 {
  padding-right: 4px;
}

.coman-button-class {
  padding: 12px 24px;
  border-radius: 24px;
  border: 1px solid var(--main-white-color);
  outline: 0;
}

.border-top-bottom-off-white {
  border-top: 1px solid var(--secondary-border-color);
  border-bottom: 1px solid var(--secondary-border-color);
}

.min-width-40 {
  min-width: 40px;
  width: 40px;
}

.min-height-40 {
  min-height: 40px;
  height: 40px;
}

.curser-pointer-1 {
  cursor: pointer !important;
}

.curser-auto {
  color: auto !important;
}

.hover-border {
  border: 1.5px solid transparent;
}

.border_white {
  border: 1px solid var(--main-white-color) !important;
}

.lh-45 {
  line-height: 45px;
}

.transparent_button_with_animation {
  padding: 12px 24px;
  width: 100%;
  border-radius: 24px;
  position: relative;
  color: var(--main-white-color);
  background-color: var(--main-black-color);
  border: 0;
  outline: 0;
  z-index: 1;
  transition: 0.4s ease-in-out;
}
.transparent_button_with_animation::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--main-white-color);
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: 0.4s ease-in-out;
}

.transparent_button_with_animation:hover {
  color: var(--main-gray-color);
}
.transparent_button_with_animation:hover .tilt-45-deg {
  transform: rotateZ(0deg);
}

.transparent_button_with_animation:hover::before {
  transform: translateX(0);
  color: var(--main-gray-color);
}

.ptb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
@media only screen and (max-width: 575px) {
  .ptb-90 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ptb-90 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ptb-90 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ptb-90 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .ptb-90 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}

.pb-90 {
  padding-bottom: 90px !important;
}
@media only screen and (max-width: 575px) {
  .pb-90 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pb-90 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pb-90 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-90 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .pb-90 {
    padding-bottom: 70px !important;
  }
}

.mb-90 {
  margin-bottom: 90px !important;
}
@media only screen and (max-width: 575px) {
  .mb-90 {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mb-90 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mb-90 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-90 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .mb-90 {
    margin-bottom: 70px !important;
  }
}

.fs-70 {
  font-size: 70px !important;
}
@media only screen and (max-width: 991px) {
  .fs-70 {
    font-size: 36px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fs-70 {
    font-size: 45px !important;
  }
}

.pl-2 {
  padding-left: 4px !important;
}

.fs-160 {
  font-size: 145px !important;
}
@media only screen and (max-width: 767px) {
  .fs-160 {
    font-size: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fs-160 {
    font-size: 55px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fs-160 {
    font-size: 65px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .fs-160 {
    font-size: 100px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1459px) {
  .fs-160 {
    font-size: 120px !important;
  }
}

.pt-30 {
  padding-top: 30px !important;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .lh-155 {
    line-height: 105px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1459px) {
  .lh-155 {
    line-height: 125px !important;
  }
}
@media only screen and (min-width: 1460px) {
  .lh-155 {
    line-height: 150px;
  }
}

.fs-90 {
  font-size: 90px !important;
}
@media only screen and (max-width: 991px) {
  .fs-90 {
    font-size: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fs-90 {
    font-size: 45px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .fs-90 {
    font-size: 65px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .fs-90 {
    font-size: 75px !important;
  }
}

.green-circle {
  min-width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 7px solid orange;
}

.global_white_button {
  padding: 12px 24px !important;
  background-color: var(--main-white-color);
  border: 0;
  outline: 0;
  border-radius: 24px;
}

.z-index-max {
  z-index: 111111;
}

.pt-90 {
  padding-top: 90px;
}

.ptb-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
@media only screen and (max-width: 575px) {
  .ptb-120 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ptb-120 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ptb-120 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ptb-120 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .ptb-120 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}
@media (min-width: 1351px) and (max-width: 1500px) {
  .ptb-120 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

.ptb-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.fs-18 {
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .fs-18 {
    font-size: 16px !important;
  }
}

.placeholder-white-color::-moz-placeholder {
  color: var(--main-white-color) !important;
}

.placeholder-white-color::placeholder {
  color: var(--main-white-color) !important;
}

.fs-card-16 {
  font-size: 16px !important;
}

.outline-none {
  outline: 0 !important;
}
.outline-none:focus {
  outline: 0 !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none !important;
}

.fw-medium {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500 !important;
}

.social-icon {
  padding: 8px 8px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--main-white-color);
  cursor: pointer;
}

.left-0 {
  left: 0;
}

.opacity-10 {
  opacity: 0.15;
}

.before-none::before, .before-none::after {
  display: none;
}

.border-right-1px {
  border-right: 0.5px solid var(--off-white-color) !important;
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.pt-150 {
  padding-top: 155px !important;
}
@media only screen and (max-width: 575px) {
  .pt-150 {
    padding-top: 95px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pt-150 {
    padding-top: 105px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pt-150 {
    padding-top: 110px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-150 {
    padding-top: 140px !important;
  }
}

.p-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
  padding-left: 55px !important;
  padding-right: 55px !important;
}
@media only screen and (max-width: 475px) {
  .p-55 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (min-width: 476px) and (max-width: 575px) {
  .p-55 {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .p-55 {
    padding-left: 45px !important;
    padding-right: 45px !important;
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-55 {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .p-55 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .p-55 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .plr-xl-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

.mb-12 {
  margin-bottom: 12px !important;
}

.pt-95 {
  padding-top: 113px !important;
}
@media only screen and (max-width: 575px) {
  .pt-95 {
    padding-top: 35px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pt-95 {
    padding-top: 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pt-95 {
    padding-top: 50px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-95 {
    padding-top: 60px !important;
  }
}

.pl-6 {
  padding-left: 6px;
}

.pb-95 {
  padding-bottom: 113px !important;
}
@media only screen and (max-width: 575px) {
  .pb-95 {
    padding-bottom: 58px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pb-95 {
    padding-bottom: 66px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pb-95 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-95 {
    padding-bottom: 75px !important;
  }
}

.gap-50 {
  gap: 50px !important;
}

.gap-200 {
  gap: 200px !important;
}

.ptb-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.border-solid-white {
  border: 1px solid var(--main-white-color);
}

.plr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.gap-30 {
  gap: 30px;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.fs-45 {
  font-size: 45px !important;
}
@media only screen and (max-width: 991px) {
  .fs-45 {
    font-size: 26px !important;
  }
}

.fs-50 {
  font-size: 50px !important;
}
@media only screen and (max-width: 991px) {
  .fs-50 {
    font-size: 32px !important;
  }
}

.ptb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media only screen and (max-width: 575px) {
  .ptb-60 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ptb-60 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ptb-60 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ptb-60 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
}

.pt-sm-60 {
  padding-top: 0px !important;
}
@media only screen and (max-width: 575px) {
  .pt-sm-60 {
    padding-top: 35px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pt-sm-60 {
    padding-top: 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pt-sm-60 {
    padding-top: 50px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-sm-60 {
    padding-top: 55px !important;
  }
}

@media only screen and (max-width: 575px) {
  .ptb-sm-60 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ptb-sm-60 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ptb-sm-60 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ptb-sm-60 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
}

.w-0 {
  width: 0% !important;
}

.lh-75 {
  line-height: 75px !important;
}
@media only screen and (max-width: 991px) {
  .lh-75 {
    line-height: 45px !important;
  }
}

.pb-50 {
  padding-bottom: 50px !important;
}

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.w-lg-75 {
  width: 100% !important;
}
@media only screen and (min-width: 992px) {
  .w-lg-75 {
    width: 75% !important;
  }
}

@media only screen and (max-width: 767px) {
  .button-section {
    width: 100% !important;
    max-width: 450px !important;
    margin: auto;
  }
}
.text-max-height-90 {
  max-height: 90px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.form-control {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.plr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.lh-65 {
  line-height: 65px !important;
}

.max-height-40 {
  max-height: 40px;
}

.hover-transition {
  transition: 0.25s ease-in-out;
}

@media only screen and (min-width: 1200px) {
  .gap-xl-16 {
    gap: 16px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .on-hover-link-animation:hover .hover-transition {
    transform: translateY(-30px);
  }
}
.pt-200 {
  padding-top: 200px !important;
}

.texture-bg-image {
  position: relative !important;
}
.texture-bg-image::before {
  content: "";
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-image: url("../img/bg-image/texture-bg-image.webp");
  background-position: center;
  background-size: cover;
  backdrop-filter: opacity(0);
  -webkit-backdrop-filter: opacity(0);
  background-repeat: no-repeat !important;
  opacity: 0.35;
}

.rounded-bottom-left-right {
  border-radius: 0 0 30px 30px !important;
}

.rounded-top-left-right {
  border-radius: 30px 30px 0 0 !important;
}

.max-width-1735 {
  max-width: 1735px !important;
}

.py-lg-16 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
@media only screen and (min-width: 991px) {
  .py-lg-16 {
    padding-top: 12.5px !important;
    padding-bottom: 12.5px !important;
  }
}

.button-container {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 3px;
  background-color: var(--main-white-color);
  margin: 6px 0;
  margin-left: auto;
  transition: 0.4s;
  border-radius: 5px;
}

.bar2 {
  width: 30px;
}

.bar3 {
  width: 25px;
}

.change .bar1 {
  width: 35px;
  transform: translate(0, 5px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  width: 35px;
  transform: translate(0, -12px) rotate(45deg);
}

.border-black {
  border: 1px solid var(--main-black-color);
}

.m-w-400 {
  max-width: 400px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.blog-description-sec,
.blogs-card-image-wrapper {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .blog-description-sec,
  .blogs-card-image-wrapper {
    width: 100%;
  }
}

.span-blogs-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pr-50 {
  padding-right: 50px !important;
}
@media only screen and (max-width: 767px) {
  .pr-50 {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pr-50 {
    padding-right: 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pr-50 {
    padding-right: 30px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .pr-50 {
    padding-right: 40px !important;
  }
}

.span-blogs-page-meta-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 1200px) {
  .custom-card-for-blogs .blogs-button-animation-class {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    transition: 0.3s ease-in-out !important;
  }
  .custom-card-for-blogs .blogs-button-animation-class .read-blog-span {
    display: none !important;
    white-space: nowrap;
    transition: 0.3s ease-in-out !important;
  }
  .custom-card-for-blogs:hover .blogs-button-animation-class {
    width: 180px !important;
    height: 50px !important;
    border-radius: 30px !important;
  }
  .custom-card-for-blogs:hover .blogs-button-animation-class .read-blog-span {
    display: block !important;
  }
}
.pt-20 {
  padding-top: 20px !important;
}

.ptb-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.about-ptb-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
@media only screen and (max-width: 768px) {
  .about-ptb-150 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

.fs-12 {
  font-size: 12px;
}

.fs-10 {
  font-size: 10px;
}

@media only screen and (max-width: 1199px) {
  .my-work-info-card-selected-for-animation-wrapper .custom-card-for-showing-the-work-done {
    opacity: 0;
    transform: translateY(100px);
  }
}
@media only screen and (min-width: 1200px) {
  .my-work-info-card-selected-for-animation-wrapper .custom-card-for-showing-the-work-done {
    opacity: 0;
    transform: translateY(200px);
  }
}

@media only screen and (max-width: 1199px) {
  .work-card-title-text-animation span,
  .footer-text-selected-for-animation span,
  .about-page-main-heading-text-animation span {
    opacity: 0;
    transform: translateY(50px);
  }
}
@media only screen and (min-width: 1200px) {
  .work-card-title-text-animation span,
  .footer-text-selected-for-animation span,
  .about-page-main-heading-text-animation span {
    opacity: 0;
    transform: translateY(100px);
  }
}

.work_title_text_animation_selector span {
  opacity: 0;
  transform: translateY(180px);
}

.navbar_bg_element {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-bottom: 1px solid rgba(225, 225, 225, 0.3);
  background-color: #000;
  -webkit-backdrop-filter: blur(25px) !important;
  backdrop-filter: blur(25px) !important;
  --webkit-backdrop-filter: blur(25px) !important;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .navbar_bg_element {
    opacity: 1;
  }
}

.navbar {
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1200px) {
  .hide-navbar nav {
    transform: translate3d(0, -100%, 0);
  }
  .show-navbar nav {
    transform: translate3d(0, 0%, 0);
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
  }
  .show-navbar nav .navbar_bg_element {
    opacity: 1;
  }
}
.hover-animation-on-button .dot {
  border-radius: 0%;
  width: 60px;
  height: 60px;
  background-color: rgba(225, 225, 225, 0.3);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  --webkit-backdrop-filter: blur(40px);
  border: 1px solid var(--main-white-color);
}

.hover-animation-on-button-black .dot {
  border-radius: 0%;
  width: 60px;
  height: 60px;
  background-color: rgba(225, 225, 225, 0.3);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  --webkit-backdrop-filter: blur(40px);
  border: 1px solid var(--main-black-color);
}

.navbar-text-animation-selector span,
.mobile-nav-footer-part-text-animation span {
  transform: translateY(50px);
  opacity: 0;
}

.mobile-nav-button-animation a {
  transform: translateY(80px);
  opacity: 0;
}

.contact-popup-message-section {
  opacity: 0;
  bottom: 30px;
  left: -1000px;
}

.blogs_page_animation_selector_parent_class .blogs_page_animation_inner_class {
  opacity: 0;
  transform: translateY(200px);
}

.error-occurred-popup-message-section {
  opacity: 0;
  bottom: 30px;
  left: -1000px;
  background-color: #ff4949;
  max-width: 500px;
}

.fancy-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fancy-background-upper-part {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
@media only screen and (max-width: 1199px) {
  .fancy-background-upper-part {
    height: auto;
  }
}

.fancy-background-box-one {
  width: 50vw;
  height: 50vw;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background-color: #252525;
  animation: box-one-animation 8s ease-in-out alternate infinite;
  position: absolute;
  top: -150px;
  left: -100px;
}

.fancy-background-box-two {
  width: 31.25vw;
  height: 31.25vw;
  background-color: #252525;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: box-two-animation 8s ease-in-out alternate infinite;
}

.fancy-background-box-three {
  width: 21.875vw;
  height: 21.875vw;
  background-color: #252525;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  position: absolute;
  right: 30%;
  top: 0;
  animation: box-three-animation 8s ease-in-out alternate infinite;
  display: none;
}

@keyframes box-one-animation {
  0% {
    transform: translateX(0) translateY(0) skewX(0);
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  100% {
    transform: translateX(50px) translateY(50px) skew(5deg);
    border-radius: 30% 70% 22% 78%/30% 30% 70% 70%;
  }
}
@keyframes box-two-animation {
  0% {
    transform: translateX(0) translateY(0) skewX(0);
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    width: 500px;
    height: 500px;
  }
  100% {
    transform: translateX(-50px) translateY(-80px) skew(10deg);
    border-radius: 30% 70% 22% 78%/42% 34% 66% 58%;
    width: 600px;
    height: 600px;
  }
}
@keyframes box-three-animation {
  0% {
    transform: translateX(0) translateY(0) skewX(0);
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    width: 500px;
    height: 500px;
  }
  100% {
    transform: translateX(10px) translateY(10px) skew(10deg);
    border-radius: 30% 70% 22% 78%/42% 34% 66% 58%;
    width: 400px;
    height: 400px;
  }
}
#cc-main .cm__btn:nth-child(2) {
  display: none !important;
}
#cc-main .cm--box {
  background-color: var(--main-black-color) !important;
  border: 1px solid transparent !important;
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5) !important;
}
#cc-main .cm--box .cm__btns {
  border: 0 !important;
}
#cc-main .cm--box .cm__btn {
  background-color: rgba(237, 23, 80, 0.9098039216) !important;
  color: var(--off-white-color) !important;
  border-radius: 30px !important;
  border: 0 !important;
}
#cc-main .cm--box .cm__btn:hover {
  background-color: #ed174f !important;
  color: var(--main-white-color) !important;
}
#cc-main .cm--box .cm__btn--secondary {
  background-color: transparent !important;
  color: var(--main-white-color) !important;
  border: 1px solid var(--main-white-color) !important;
}
#cc-main .cm--box .cm__btn--secondary:hover {
  background-color: var(--main-white-color) !important;
  color: var(--main-black-color) !important;
}
#cc-main .cm__title {
  color: var(--main-white-color) !important;
  font-size: 20px !important;
}
#cc-main .cm__desc {
  color: var(--off-white-color) !important;
}
#cc-main .pm--box .pm__btn--secondary {
  border: 1px solid #ed174f;
  background-color: transparent !important;
  color: var(--main-black-color);
}
#cc-main .pm--box .pm__btn--secondary:hover {
  background-color: #ed174f !important;
  color: var(--main-white-color) !important;
}
#cc-main .pm--box .pm__btn:nth-child(2) {
  border: 1px solid var(--main-black-color);
  background-color: transparent !important;
  color: var(--main-black-color);
}
#cc-main .pm--box .pm__btn:nth-child(2):hover {
  background-color: var(--main-black-color) !important;
  color: var(--main-white-color) !important;
}
@media only screen and (min-width: 641px) {
  #cc-main .pm--box .pm__btn {
    width: 100% !important;
    border-radius: 30px;
  }
  #cc-main .pm--box .pm__footer .pm__btn-group:first-child {
    width: 66.67%;
  }
  #cc-main .pm--box .pm__footer .pm__btn-group:nth-child(2) {
    width: 33.34%;
  }
}

@media only screen and (min-width: 1100px) {
  #cc-main {
    font-family: "Poppins", sans-serif !important;
  }
  #cc-main .cm {
    max-width: 1000px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  #cc-main .cm__body {
    flex-direction: row !important;
  }
  #cc-main .cm__texts {
    width: 55% !important;
    flex: auto;
  }
  #cc-main .cm__btns {
    width: 45% !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    gap: 12px;
  }
  #cc-main .cm__btn-group {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: start !important;
    gap: 12px;
    margin: 0 !important;
    width: 100%;
  }
  #cc-main .cm__btn-group .cm__btn,
  #cc-main .cm__btn-group .cm__btn--secondary {
    margin: 0 !important;
    height: 45px !important;
    font-family: "Poppins", sans-serif;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  #cc-main {
    font-family: "Poppins", sans-serif !important;
  }
  #cc-main .cm {
    max-width: 1000px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 95% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #cc-main .cm__body {
    flex-direction: row !important;
  }
  #cc-main .cm__texts {
    width: 65% !important;
    flex: auto;
  }
  #cc-main .cm__btns {
    width: 35% !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-end;
    gap: 12px;
  }
  #cc-main .cm__btn-group {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: end !important;
    gap: 12px;
    margin: 0 !important;
    width: 100% !important;
  }
  #cc-main .cm__btn-group .cm__btn {
    margin: 0 !important;
    height: 45px !important;
    font-family: "Poppins", sans-serif;
    width: 100% !important;
  }
  #cc-main .cm__btn-group .cm__btn--secondary {
    margin: 0 !important;
    height: 45px !important;
    font-family: "Poppins", sans-serif;
    width: 100% !important;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  #cc-main {
    font-family: "Poppins", sans-serif !important;
  }
  #cc-main .cm {
    max-width: 1000px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 98% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #cc-main .cm__body {
    flex-direction: row !important;
    width: 100% !important;
  }
  #cc-main .cm__texts {
    width: 65% !important;
    flex: auto;
  }
  #cc-main .cm__btns {
    width: 35% !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-end;
    gap: 12px;
  }
  #cc-main .cm__btn-group {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: end !important;
    gap: 12px;
    margin: 0 !important;
    width: 100% !important;
  }
  #cc-main .cm__btn-group .cm__btn {
    margin: 0 !important;
    height: 45px !important;
    font-family: "Poppins", sans-serif;
    width: 100% !important;
  }
  #cc-main .cm__btn-group .cm__btn--secondary {
    margin: 0 !important;
    height: 45px !important;
    font-family: "Poppins", sans-serif;
    width: 100% !important;
  }
}
#main {
  position: relative;
}

#page1 {
  width: 100%;
  height: auto;
  position: relative;
}

#about-page1 {
  width: 100%;
  height: auto !important;
  position: relative;
}

#contact_page2 {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

#contact_page1 {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-height: -moz-max-content;
  max-height: max-content;
  position: relative;
}

#all-blogs-page1 {
  width: 100%;
  height: 100%;
  position: relative;
}

#about-page2 {
  width: 100%;
  height: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

#about-page4 {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

#not-found-page {
  width: 100%;
  height: auto;
}
#not-found-page .h-100 {
  height: auto !important;
}

#page2,
#work-page1 {
  width: 100%;
  min-height: 100vh;
  background-color: var(--main-black-color);
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}

#page3 {
  width: 100%;
  height: 100%;
  background-color: var(--main-black-color);
  position: relative;
}

#page4,
#about-page3 {
  width: 100%;
  height: auto;
  background-color: var(--main-black-color);
  position: relative;
}

#footer {
  width: 100%;
  height: auto;
  background-color: var(--main-black-color);
  position: relative;
}
#footer .h-100 {
  height: auto !important;
}

.words_wrapper {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.animation_h1_selector {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.description-sec {
  height: 100%;
}

.hover-animation-sec {
  position: relative;
}
.hover-animation-sec .portfolio_container {
  position: relative;
  z-index: 11;
}
.hover-animation-sec .text-color-white {
  transition: 0.35s ease-in-out;
}
.hover-animation-sec .hover-border {
  transition: 0.35s ease-in-out;
}
.hover-animation-sec::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: var(--hover-animation-color);
  transition: 0.35s ease-in-out;
}

@media only screen and (min-width: 1200px) {
  .hover-animation-sec:hover .portfolio_container {
    position: relative;
    z-index: 11;
  }
  .hover-animation-sec:hover .text-color-white {
    color: var(--main-black-color) !important;
  }
  .hover-animation-sec:hover .hover-border {
    border: 1.5px solid var(--main-black-color);
  }
  .hover-animation-sec:hover::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--hover-animation-color);
  }
}
.contact-me-input-field {
  /* Firefox */
}
.contact-me-input-field input {
  background-color: transparent !important;
  border-left: 1px solid var(--main-black-color) !important;
  border-right: 1px solid var(--main-black-color) !important;
  border-top: 1px solid var(--main-black-color) !important;
  border-bottom: 0.5px solid var(--off-white-color) !important;
}
.contact-me-input-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  border-bottom: 0.5px solid var(--off-white-color) !important;
}
.contact-me-input-field select:focus {
  border-bottom: 0.5px solid var(--off-white-color) !important;
}
.contact-me-input-field textarea {
  border-bottom: 0.5px solid var(--off-white-color) !important;
  resize: none;
}
.contact-me-input-field textarea:focus {
  border-bottom: 0.5px solid var(--off-white-color) !important;
}
.contact-me-input-field input:-webkit-autofill,
.contact-me-input-field input:-webkit-autofill:hover,
.contact-me-input-field input:-webkit-autofill:focus,
.contact-me-input-field input:-webkit-autofill:active,
.contact-me-input-field textarea:-webkit-autofill,
.contact-me-input-field textarea:-webkit-autofill:hover,
.contact-me-input-field textarea:-webkit-autofill:focus,
.contact-me-input-field textarea:-webkit-autofill:active select:-webkit-autofill,
.contact-me-input-field select:-webkit-autofill:hover,
.contact-me-input-field select:-webkit-autofill:focus,
.contact-me-input-field select:-webkit-autofill:active {
  -webkit-background-clip: text;
  color: var(--main-white-color) !important;
  -webkit-text-fill-color: #ffffff;
  -webkit-transition: background-color 5000s ease-in-out 5000s;
  transition: background-color 5000s ease-in-out 5000s;
  box-shadow: inset 0 0 20px 20px var(--main-black-color);
  border-bottom: 0.5px solid var(--off-white-color) !important;
}
.contact-me-input-field input:-webkit-autofill {
  -webkit-text-fill-color: var(--main-white-color) !important;
  -webkit-fill-color: var(--main-white-color) !important;
  -webkit-transition: background-color 5000s ease-in-out 5000s;
  transition: background-color 5000s ease-in-out 5000s;
  border-bottom: 0.5px solid var(--off-white-color) !important;
  height: 100% !important;
}
.contact-me-input-field input:-webkit-autofill {
  caret-color: var(--main-white-color) !important;
}
.contact-me-input-field input::-webkit-outer-spin-button,
.contact-me-input-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-me-input-field input[type=number] {
  -moz-appearance: textfield;
}

@media (min-width: 768px) and (max-width: 991px) {
  .work-card-info-section {
    width: 70% !important;
  }
}
@media only screen and (min-width: 992px) {
  .work-card-info-section {
    width: 75% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .work-card-button-section {
    width: 30% !important;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  .work-card-button-section {
    width: 25% !important;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

.mobile-navbar-upper-part {
  height: 0vh;
  width: 100%;
  background-color: var(--main-black-color);
  top: 0;
  left: 0;
}
.mobile-navbar-upper-part .nav-h-75vh {
  height: 70dvh !important;
}
.mobile-navbar-upper-part .nav-h-100 {
  height: 100% !important;
}
@media only screen and (min-width: 992px) {
  .mobile-navbar-upper-part {
    display: none !important;
  }
}

.mobile-navbar-bottom-part {
  height: 0vh;
  width: 100%;
  background-color: var(--main-black-color);
  bottom: 0;
  left: 0;
}
.mobile-navbar-bottom-part .nav-h-100 {
  height: 100% !important;
}
.mobile-navbar-bottom-part .nav-h-25vh {
  height: 30dvh !important;
}
@media only screen and (min-width: 992px) {
  .mobile-navbar-bottom-part {
    display: none !important;
  }
}

.white-bg-for-mobile-nav {
  background-color: var(--main-white-color);
  height: 100vh;
  opacity: 0;
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .white-bg-for-mobile-nav {
    display: none !important;
  }
}

.white-bg-for-mobile-nav {
  display: none;
}

.stop-main-scrolling {
  height: 100vh !important;
  overflow: hidden;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.text-size-for-404-page {
  font-size: 240px !important;
  -webkit-text-fill-color: transparent;
  background-image: url("../img/404-text-bg.webp");
  background-position: center;
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .text-size-for-404-page {
    font-size: 120px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .text-size-for-404-page {
    font-size: 160px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .text-size-for-404-page {
    font-size: 185px !important;
  }
}

.not-disabled-this-field {
  display: none !important;
}

.button-animation-class .disable-this-field {
  display: none;
}
.button-animation-class .not-disabled-this-field {
  display: inline-block !important;
}

.disabled-button-css:disabled {
  cursor: not-allowed !important;
  opacity: 0.7;
}

.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

.invalidClass {
  color: rgb(235, 18, 18) !important;
}

@media only screen and (max-width: 767px) {
  #page2,
  #page3,
  #page4,
  #page5,
  #about-page2,
  #about-page3,
  #contact_page1,
  #contact_page2,
  #work-page1 {
    width: 100%;
    min-height: auto !important;
  }
  #footer, #page1, #about-page1 {
    height: auto !important;
  }
  .image-wrapper {
    width: 100%;
    height: 100%;
  }
  .image-wrapper img {
    aspect-ratio: 290/200;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1199px) {
  .h-100 {
    height: initial !important;
  }
}
@media only screen and (max-width: 767px) {
  .contact-me-input-field input, .contact-me-input-field select {
    height: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .py-lg-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

@media only screen and (max-width: 575px) {
  .fs-35 {
    font-size: 26px !important;
  }
  .lh-65 {
    line-height: 45px !important;
  }
  .fs-card-16 {
    font-size: 14px !important;
  }
  .fs-20 {
    font-size: 15px !important;
  }
  .min-width-40 {
    min-width: 30px;
    width: 30px;
  }
  .min-height-40 {
    min-height: 30px;
    height: 30px;
  }
  .gap-sm-16 {
    gap: 8px !important;
  }
}
@media only screen and (max-width: 575px) {
  .work-card-button-section {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #page2,
  #page3,
  #page4,
  #page5,
  #about-page2,
  #about-page3,
  #contact_page1,
  #contact_page2,
  #work-page1 {
    width: 100%;
    min-height: auto !important;
  }
  #footer, #page1, #about-page1 {
    height: auto !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 1199px) {
  #footer .h-100, #page1 .h-100, #about-page1 .h-100 {
    height: initial !important;
  }
}/*# sourceMappingURL=style.css.map */