@media only screen and (min-device-width: 1440px) and (max-device-width: 1440px) and (orientation: landscape) {
  /* For landscape layouts only */
  #hero {
    padding: 10px;
    text-align: center;
  }
}

@media only screen and (min-device-width: 2560px) and (max-device-width: 2560px) and (orientation: landscape) {
  /* For landscape layouts only */
  #hero {
    padding: 600px;
    text-align: center;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* For landscape layouts only */
  #hero {
    padding: 100px;
    text-align: center;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation: landscape) {
  /* For landscape layouts only */
  #hero {
    padding-right: 100px;
    text-align: center;
  }
}

@media (max-width: 992px) {
  #hero {
    text-align: center;
    padding-left: 0;
  }
  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
  #hero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
  #hero button {
    width: 200px !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 812px) {
  /* styles for mobile browsers smaller than 480px; (iPhone) */
  .btn-outline-primary-resume {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 250px;
    color: white;
    display: inline-block;
  }
  #hero {
    padding: -5rem;
    text-align: center;
  }
  .about-me {
    font-size: 15px;
  }
  .title {
    font-size: 40px;
  }
  .work-second-row {
    margin-top: 30px;
  }
}

@media only screen and (device-width: 768px) {
  /* default iPad screens */
  .btn-outline-primary-resume {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 400px;
    color: aqua;
  }
}

/* ---------------------------------------------------------------- */
i.skills-icon {
  font-size: 50px;
  color: #5236ab;
}
i.socials-icon {
  font-size: 80px;
  color: #5236ab;
}
.icon-row {
  display: flex; /* Make icons appear in a row */
}

.icon-row i {
  margin-right: 10px; /* Add spacing between icons */
  font-size: 2em; /* Adjust icon size as needed */
}

.disable-select {
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

h1 {
  display: flex;
  flex-direction: row;
}

strong {
  color: #5236ab;
}
.cert-link {
  color: #5236ab;
}
.cert-link:hover {
  color: #796da3;
}

h1:before,
h1:after {
  content: "";
  flex: 1 1;
  border-bottom: 3px solid;
  margin: auto;
}
h1:before {
  margin-right: 10px;
}
h1:after {
  margin-left: 10px;
}

.video {
  /* override other styles to make responsive */
  width: 100% !important;
  height: auto !important;
}
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #5236ab;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #000000;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  margin-bottom: 80px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #5236ab;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #5236ab;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  margin-top: 3rem;
}

/* parallax */

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.block {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.block #header-parallax {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  top: 40%;
  transform: translateY(-50%);
  font-size: 9vw;
  color: white;
}
.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.parent-div {
  font-family: "Montserrat", sans-serif;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5em;
  width: 50%;
  /* margin: auto;  */
  margin-top: 15%;
  margin-left: 25%;
  text-align: center;
  color: white;
}

.toast {
  display: inline-block !important;
  position: fixed;
  right: 3%;
  top: 3%;
  z-index: 99999;
}

@media only screen and (max-width: 550px) {
}

/* icon box purple */
.services .icon-box {
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
  color: #ffffff;
  background: #a99bd5;
}

.services .iconbox-purple i {
  color: #fff;
}

.services .iconbox-purple:hover .icon i {
  color: #fff;
}

.services .iconbox-purple:hover .icon path {
  fill: #5236ab;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #796da3;
}

/* main container */
#main {
  color: #000000;
  background: #bcbcbc;
}

#facts-span {
  color: #000000;
  font-weight: bolder;
}

#contact-div {
  background-color: #a99bd5;
}

.validation {
  font-size: 12px;
  font-weight: bold;
  color: rgb(212, 44, 44);
  text-transform: uppercase;
  display: none;
}

/*  Form button */
.btn-outline-primary-form {
  color: #000;
  border-color: #5236ab;
  border-width: 3px;
}

.btn-outline-primary-form:hover {
  color: #fff;
  background-color: #5236ab;
  border-color: #5236ab;
}

.btn-outline-primary-form:focus,
.btn-outline-primary-form.focus {
  box-shadow: 0 0 0 0.2rem #a99bd5;
}

/* Resume button */
.btn-outline-primary-resume {
  color: #fff;
  border-color: #5236ab;
  border-width: 3px;
}

.btn-outline-primary-resume:hover {
  color: #fff;
  background-color: #5236ab;
  border-color: #5236ab;
}

.btn-outline-primary-resume:focus,
.btn-outline-primary-resume.focus {
  box-shadow: 0 0 0 0.2rem #5236ab;
}

.text-dark {
  color: #000 !important;
}
.text-purple {
  color: #5236ab !important;
}
/* hover wow css */
.animated-flip {
  display: inline-block;
  margin: 0 0.5rem;

  animation: flip; /* referring directly to the animation's @keyframe declaration */
  /* animation-duration: 2s; don't forget to set a duration! */
  transform: scale(1.1);
}

.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  transform: translateY(-8px);
}

/* venobox */
.vbox-next span,
.vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #5236ab;
  border-right-color: #5236ab;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

/* Header wave */
/* ----------------------------------------------------------------
     [ 03 Start Header ]
-----------------------------------------------------------------*/
.header {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.header .caption h6 {
  font-size: 20px;
  letter-spacing: 2px;
}
.header .caption h1 {
  margin: 10px 0;
  font-size: 60px;
  font-weight: 700;
  font-family: inherit;
  word-spacing: 2px;
  letter-spacing: 2px;
}
.header .caption p {
  font-size: 15px;
  font-weight: 300;
  color: #eee;
  letter-spacing: 1px;
  word-spacing: 2px;
}
.header .caption .social a {
  color: #fff;
  font-size: 12px;
  margin: 0 10px;
}
.header .caption .butn {
  color: #fff;
  padding: 12px 40px;
  border: 1px solid #eee;
  border-radius: 30px;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .caption .butn:hover {
  background: #eee;
  color: #111;
}
.header #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.header .bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
.header.creative .svg {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header.creative .svg svg {
  fill: #fff;
  width: 101%;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-img {
  border-radius: 150%;
}

.badge-purple {
  background-color: #5236ab;
  color: #fff;
  font-weight: normal;
  padding: 0.3em 0.6em;
  margin: 0.5px;
}

/* animations */
.animate__animated.animate__bounceIn {
  --animate-duration: 10s;
}

.animate__animated.animate__flash {
  --animate-duration: 10s;
}
