/* ===================================== */
/* Basic setup */
/* ===================================== */

:root {
  /* --main-color: #495464; */
  --main-color: #333333;
  --secondery-color: #f0f2f5;
  /* --modal-head-color: #495464; */
  --modal-head-color: #333;
  --after-buttom-border: #bbbfca;
}
body {
  font-family: "Titillium Web", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.3;
  overflow-x: hidden !important;
}
#particles-js {
  height: 100%;
}

/* hgdsha */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* ul li {
  list-style: none;
  display: inline-block;
}

ul li {
  list-style-type: none;
  display: inline-block;
}

* a {
  text-decoration: none;
}

/* all divice supported perfectly *** update ***/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* ===================================== */

/* REUSEABLE  COMPONENTS*/

/* ===================================== */

.row {
  max-width: 114rem;
  margin: 0 auto;
}

.row-full {
  max-width: 120rem;
  margin: 0 auto;
}

section {
  padding: 4rem 0;
  /* overflow: hidden; */
}

/*littel p*/

.little-text {
  font-size: 1.8rem;
  width: 60%;
  margin-left: 20%;
  line-height: 3rem;
}

.box {
  padding: 2%;
}
.text-center {
  text-align: center;
}
.box p {
  font-size: 1.7rem;
  font-weight: 400;
  margin-top: 1.5rem;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}

.btn:link,
.btn:visited,
.btn {
  background: #fff;
  border: 0.1rem solid #999;
  border-bottom: 0.3rem solid rgb(48, 47, 47);
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.5rem 5rem;
  border-radius: 0.4rem;
  display: inline-block;
  margin-top: 3.5rem;
  font-size: 1.6rem;
  z-index: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn-small {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.7rem 2rem;
  border-radius: 0.4rem;
  display: inline-block;
  margin: 1.5rem;
  font-size: 1.6rem;
  border-radius: 5px;
  border: 1px solid #999;
  cursor: pointer;
}

.btn:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(78, 77, 77, 0.1);

  transition: 0.3s ease-in;
}
.btn:hover:before {
  left: 0;
  transition: 0.3s ease-out;
}
.btn:after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(29, 27, 27, 0.1);
  transition: 0.6s ease-in;
}

.btn:hover:after {
  left: 0;
  transition: 0.6s ease-out;
}

h2 {
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 600;
  color: var(--main-color);
  text-align: center;
}

h2::after {
  content: "";
  display: block;
  height: 0.5rem;
  width: 8.5rem;
  background: #fff;
  margin: auto;
  margin-top: 1.8rem;
}

.px-1 {
  padding: 0 1.6rem;
}
h3 {
  font-size: 2rem;
  font-weight: 700;
}

/* ===================================== */
/* HEADER SECTION */
/* ===================================== */

/*=========== Style of NAV ============ */

nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 1rem;
  z-index: 99;
}

header .top-container {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}

/* main nav */

.logo {
  float: left;
  color: #fff;
  font-size: 5rem;
  font-weight: 900;
}

.main-nav {
  float: right;
}

.main-nav li {
  display: inline-block;
  margin-left: 1rem;
}

.main-nav li:first-child {
  margin-left: 0;
}
.main-nav .nav-link {
  font-weight: bold;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 20px 0px;
  margin: 0px 20px;
  display: inline-block;
  position: relative;
  opacity: 0.75;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link::before {
  text-decoration: none;
  transition: 300ms;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #fff;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 11px;
  text-decoration: none;
}
.main-nav li:first-child:hover {
  margin-left: 0;
  width: none;
}
.nav-link-ltr:hover::before {
  width: 100%;
  text-decoration: none;
}

.li-active {
  border-bottom: 3px solid #fff;
  height: 50px;
  color: #fff;
}

.logo p {
  margin-top: 0;
  float: left;
  color: #fff;
  font-size: 5rem;
  font-weight: 900;
}

.main-nav {
  float: right;
  margin-top: 3.5rem;
}

.main-nav li {
  display: inline-block;
  margin-left: 1rem;
}

.main-nav li:first-child {
  margin-left: 0;
}
/* ============ wave animation ============= */
.wave {
  width: 40px;
  height: 40px;
  -webkit-animation-name: wave-animation;
  animation-name: wave-animation; /* Refers to the name of your @keyframes element below */
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s; /* Change to speed up or slow down */
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; /* Never stop waving :) */
  transform-origin: 70% 70%; /* Pivot around the bottom-left palm */
  display: inline-block;
}

@-webkit-keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  } /* The following five values can be played with to make the waving more or less extreme */
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  } /* Reset for the last half to pause */
  100% {
    transform: rotate(0deg);
  }
}

@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  } /* The following five values can be played with to make the waving more or less extreme */
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  } /* Reset for the last half to pause */
  100% {
    transform: rotate(0deg);
  }
}

/*==================== sidebar Nav start =====================*/
header .uk-offcanvas-bar {
  background: var(--main-color);
}
header .side-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0.8rem;
}

header .side-nav li {
  font-size: 2rem;
  margin: 1.3rem;
}
header .side-nav li a:hover {
  color: #999;
}
header .side-nav li a {
  text-decoration: none;
}
.side-nav .side-nav-profile img {
  height: 150px !important;
  width: 150px !important;
  border-radius: 50% !important;
  border: 2px solid #fff;
}
header .side-nav .social-icon ul {
  position: none;
  bottom: 5px;
}

/*==================== sidebar Nav End =====================*/
header .v-middle h1,
h5 {
  margin: 0;
  color: #fff;
  line-height: 1.3;
  text-transform: capitalize;
  text-align: left;
}

header .v-middle .text-2 {
  font-weight: 200;
  font-size: 4rem;
}

header .v-middle .text-1 {
  font-size: 7rem;
  font-weight: 700;
}
header .text-3 {
  font-size: 5rem;
  font-weight: 600;
}

#hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../imgs/man-with-lp.jpg) no-repeat center / cover;
  height: 95vh;
  position: relative;
}

.caption {
  text-align: center;
  margin-left: 2.5rem;
}

.caption h1 b {
  font-weight: 400;
}

.ah-headline.clip .ah-words-wrapper::after {
  background-color: #fff;
  height: 80%;
}

.social-icon {
  position: absolute;
  top: 90%;
  left: 0;
  text-align: left;
}
.header .social-icon ul {
  padding-left: 30px;
}
.social-icon ul li a span {
  font-size: 2rem;
}

.social-icon ul li a {
  background: rgba(0, 0, 0, 0.3);
  padding: 1.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin: 0.5rem;
  color: #fff;
  transition: 0.5s;
  text-align: center;
}

.social-icon ul li a:hover {
  background: #393939;
  transform: rotate(360deg);
}

.part-2 {
  position: absolute;
  top: 30%;
  right: 0;
  width: 30%;
  color: #fff;
  font-size: 3rem;
  display: inline-block;
}
.part-2 img {
  border-radius: 50%;
  border: 2px solid #fff;
}
/* ============= SCROLL DOWN ============== */
.arrow-down {
  position: absolute;
  width: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -41rem;
}
.arrow-down a span svg {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  z-index: 99;
}
.arrow-down a {
  position: absolute;
  -webkit-animation: arrowdown 1s linear infinite;
  animation: arrowdown 1s linear infinite;
}

.arrow-down a:nth-child(1) {
  transform: translateY(-15px);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.arrow-down a:nth-child(2) {
  transform: translateY(0);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.arrow-down a:nth-child(3) {
  transform: translateY(15px);
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes arrowdown {
  0% {
    bottom: -5px;
    opacity: 0;
  }
  25% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: 15px;
    opacity: 0;
  }
}

@keyframes arrowdown {
  0% {
    bottom: -5px;
    opacity: 0;
  }
  25% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: 15px;
    opacity: 0;
  }
}

/* =========== header button======== */

.btn-header {
  margin-top: 2rem;
}

.cv-dl-btn {
  position: relative;
  height: 6rem;
  width: 20rem;
  margin: 0 3.5rem;
  border-radius: 5rem;
  border: none;
  outline: none;
  background: #000;
  color: #fff;
  font-size: 2rem;
  font-weight: 50rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.5s;
  border: 2px solid #fff;
}

.cv-dl-btn:first-child:hover {
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
}

.cv-dl-btn:last-child:hover {
  background: linear-gradient(90deg, #fa7199, #f5ce62, #e43603, #fa7199);
  background-size: 400%;
}

.cv-dl-btn:first-child:before,
.cv-dl-btntton:last-child:before {
  content: "";
  position: absolute;
  background: inherit;
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  border-radius: 5rem;
  -webkit-filter: blur(2rem);
  filter: blur(2rem);
  opacity: 0;
  transition: opacity 0.5s;
}

.cv-dl-btn:first-child:hover:before,
.cv-dl-btn:last-child:hover:before {
  opacity: 1;
  z-index: -1;
}

.cv-dl-btn:hover {
  z-index: 1;
  -webkit-animation: glow 8s linear infinite;
  animation: glow 8s linear infinite;
}

@-webkit-keyframes glow {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}

@keyframes glow {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
/* toggle */

.my-toggle {
  float: right;
  /* margin-top: 0.5rem; */
  display: none;
  margin-right: 1rem;
  width: 50px;
  margin-top: 1rem;
}

/* ===================================== */
/* ABOUT ME SECTION */
/* ===================================== */

.about-section {
  background: var(--secondery-color);
  overflow: hidden;
}

/*============= imge style ==============*/

.about-pic {
  margin: 0 auto;
  justify-content: center;
  display: flex;
  align-items: center;
}

.my-img {
  position: relative;
  width: 18rem;
  height: 36rem;
  background: rgba(0, 0, 0, 0.1);
  transform: rotate(-30deg) skew(25deg) scale(0.8);
  transition: 0.5s;
  margin-right: 2rem;
}

.my-img img {
  position: absolute;
  width: 100%;
  transition: 0.5s;
  text-align: center;
}

.my-img img:nth-child(5) {
  transform: translate(16rem, -16rem);
  opacity: 1;
}

.my-img img:nth-child(4) {
  transform: translate(12rem, -12rem);
  opacity: 0.8;
}

.my-img img:nth-child(3) {
  transform: translate(8rem, -8rem);
  opacity: 0.6;
}

.my-img img:nth-child(2) {
  transform: translate(4rem, -4rem);
  opacity: 0.4;
}

.my-img img:nth-child(1) {
  transform: translate(2rem, -2rem);
  opacity: 0.2;
}

.my-img img:hover {
  box-shadow: -1 1px 1px rgba(0, 0, 0, 0.1);
}

/*============== animation part =============*/

.my-img:active {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.my-img img:nth-child(5) {
  -webkit-animation-name: bounce5;
  animation-name: bounce5;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce5 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(16rem, -16rem);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes bounce5 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(16rem, -16rem);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.my-img img:nth-child(4) {
  -webkit-animation-name: bounce4;
  animation-name: bounce4;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce4 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(12rem, -12rem);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes bounce4 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(12rem, -12rem);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.my-img img:nth-child(3) {
  -webkit-animation-name: bounce3;
  animation-name: bounce3;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce3 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(8rem, -8rem);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes bounce3 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(8rem, -8rem);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.my-img img:nth-child(2) {
  -webkit-animation-name: bounce2;
  animation-name: bounce2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce2 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(4rem, -4rem);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes bounce2 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(4rem, -4rem);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.my-img img:nth-child(1) {
  -webkit-animation-name: bounce1;
  animation-name: bounce1;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce1 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(2rem, -2rem);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes bounce1 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(2rem, -2rem);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/*================ about me text part ==================*/

.about-section h2::after {
  background: var(--after-buttom-border);
}

.about-section ul li img,
video {
  max-width: 35%;
  height: auto;
  box-sizing: border-box;
  padding: 1.6rem 0;
}
.about-section ul li img:hover {
  transform: scale(1.4);
}
.about-section .uk-slider {
  text-align: center;
}

.uk-modal-dialog {
  border-radius: 1rem;
  color: var(--main-color);
}
#modal-center .about-title-box {
  padding: 0.5rem 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
}

/* ===================================== */
/* Style for Team section */
/* ===================================== */
.team-section {
  overflow: hidden;
}
.team-section h2 {
  color: #fff;
}
.team-section h2::after {
  background: #fff;
}
.team-section h3 {
  color: #fff;
  margin: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
}
.team-section h4 {
  color: #fff;
  margin: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.team-section p {
  font-size: 1.4rem;
  color: #f1f2f3;
}
#team {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../imgs/pexels-fauxels-3183150.jpg) no-repeat center / cover;
  position: relative;
  background-attachment: fixed;
}
.team-section .i-card {
  text-align: center;
  padding: 0.3rem;
  border-radius: 1rem;
  margin: 1.5rem;
  gap: 20px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 191, 255, 0.075);
  /* box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px; */
  /* border: 0.5px rgba(255, 255, 255, 0.4) solid; */
  border: 0.5px solid #fff;
}
.team-section .i-card .company {
  font-weight: bold;
}
.team-section .i-card u a {
  color: #999;
}
.team-section .i-card:hover {
  background: #fff;
  transition: 0.3s;
}
.team-section .slide-arrow {
  color: #333 !important;
}

.team-section .i-card:hover h4,
.team-section .i-card:hover h3,
.team-section .i-card:hover .box,
.team-section .i-card:hover .slide-arrow {
  color: #333;
}

.team-section .i-card img {
  border-radius: 50%;
  border: 2px solid #fff;
  height: 145px;
  width: 145px;
  text-align: center;
}
.team-section .social-icon {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
}
.team-section .social-icon ol,
ul li {
  text-align: center;
  padding-left: 0;
}
.team-section address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
  margin: 0 0 6px 0 !important;
}
.team-section .team-card-img-div {
  height: 180px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.team-section .team-card-img {
  position: absolute;
  top: 13%;
  left: 0%;
  right: 0;
}
.team-section .team-path {
  width: 40px;
}

/* ===================================== */
/* Style for Experience  SECTION */
/* ===================================== */
#exprience {
  overflow: hidden;
  background: var(--secondery-color);
}
#exprience h2::after {
  background-color: var(--after-buttom-border);
}
#exprience .ex-title {
  font-size: 2rem;
  font-weight: 500;
  padding: 1rem 0 !important;
  color: var(--main-color);
}
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: var(--after-buttom-border);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.container {
  padding: 10px 40px;
  position: relative;
  width: 50%;
}

.container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: rgb(243, 115, 115);
  border: 4px solid var(--after-buttom-border);
  border-radius: 50%;
  top: 15px;
  z-index: 1;
}

.left {
  left: 0;
}

.right {
  left: 50%;
}

.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid var(--main-color);
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent var(--main-color);
}

.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid var(--main-color);
  border-width: 10px 10px 10px 0;
  border-color: transparent var(--main-color) transparent transparent;
}

.right::after {
  left: -16px;
}

.content {
  background-color: #fff;
  position: relative;
  border-radius: 6px;
}
#exprience .timeline .content .timeline-body {
  border-radius: 6px;
}
#exprience .timeline .content .timeline-title {
  background: var(--modal-head-color);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 0.2rem 0;
}
#exprience .timeline .content .timeline-title h5 {
  font-size: 2.5rem;
  font-weight: 700;
  padding-left: 1rem;
}
#exprience .timeline .content .timeline-title .timeline-title-end {
  font-size: 1.8rem;
  padding-left: 1rem;
  font-weight: bold;
  color: #fff;
}
#exprience .timeline .content .roal {
  padding: 1rem;
}
#exprience .timeline .content .roal h5 {
  font-size: 1.8rem;
  padding: 0 0 0.5rem 1rem;

  font-weight: bold;
  color: #fff;
}
#exprience .timeline .content .roal ul li {
  font-size: 1.6rem;
  font-weight: 400;
}
#exprience .timeline .content .uk-list-bullet > li {
  position: relative;
  padding-left: calc(1.5em + 0px) !important;
}
@media only screen and (max-width: 600px) {
  #exprience .timeline .content .timeline-title h5 {
    font-size: 1.8rem;
  }
  #exprience .timeline .content .timeline-title .timeline-title-end {
    font-size: 1.5rem;
  }
  .timeline::after {
    left: 31px;
  }

  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .container::before {
    left: 60px;
    border: medium solid var(--after-buttom-border);
    border-width: 10px 10px 10px 0;
    border-color: transparent var(--main-color) transparent transparent;
  }

  .left::after,
  .right::after {
    left: 15px;
  }

  .right {
    left: 0%;
  }
}
/* ===================================== */
/* Style for Work section */
/* ===================================== */
.work {
  overflow: hidden;
  background: var(--secondery-color);
}
.work h2::after {
  background: var(--after-buttom-border);
}
.work img {
  height: 200px;
}
.work .btn-small {
  color: #000;
  font-size: 1.6rem;
  padding: 1.2rem 2rem;
  margin: 2.5rem 1.6rem;
  cursor: pointer;
  font-weight: 300;
}

.work .uk-card {
  position: relative;
}
.work .uk-card .card-box-2 {
  display: block;
  position: relative;
  max-width: 100%;
}
.work .uk-card .card-box-1 {
  position: relative;
}
.work .uk-card .card-box-2 {
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}

.work .uk-card .card-box-2 {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.work .uk-card:hover .card-box-2 {
  opacity: 1;
  transition: opacity 0.8s;
}
.work .uk-card:hover .card-box-1 {
  opacity: 0.3;
}
.uk-modal .uk-modal-body {
  padding: 15px;
}
.uk-modal .uk-modal-dialog .uk-modal-header {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background: var(--modal-head-color);
  padding: 0.5rem;
}
.uk-modal .uk-modal-dialog .uk-modal-title {
  padding: 0.7rem;
  color: #fff;
  font-weight: 600;
}
.card-box-2 .btn-small {
  padding: 0.2rem 2.5rem;
  border-radius: 0.4rem;
  display: inline-block;
  margin: 1rem;
  font-size: 1.6rem;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  background: var(--main-color);
}
.uk-modal .uk-modal-dialog h5 {
  line-height: 1.5;
  color: var(--main-color);
  font-size: 2rem;
  font-weight: 600;
}
.uk-modal .uk-modal-dialog h5 .modal-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #444;
}

.uk-modal .uk-modal-dialog ul li {
  margin: 5px 8px !important;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
  background: var(--main-color);
  color: #fff;
  border: 1px solid #fff;
}
.uk-modal .uk-modal-dialog .btn {
  margin-top: 2rem;
}
#work .uk-card {
  padding: 0 !important;
}
#work .uk-grid > * {
  padding: 0 20px 0 15px !important;
}
/* ===================================== */
/* Style For contact section */
/* ===================================== */
#contact {
  overflow: hidden;
}
#contact h2 {
  color: #fff;
}
#contact h2::after {
  background: #fff;
}
#contact {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../imgs/laptot-with-hand.jpg) no-repeat center / cover;
  position: relative;
  background-attachment: fixed;
}
.glass-container {
  gap: 20px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 191, 255, 0.075);
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px;
  border: 2px rgba(255, 255, 255, 0.4) solid;
  border-bottom: 2px rgba(40, 40, 40, 0.35) solid;
  border-right: 2px rgba(40, 40, 40, 0.35) solid;
}
.contact .glass-container .contact-card h3,
.contact-card-items h3 {
  color: #fff;
}
.contact .contact-card {
  padding: 0.8rem 1.6rem;
  color: #fff;
}

.contact
  .contact-card
  .single-form
  input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-form input[type="email"]::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.contact
  .contact-card
  .single-form
  input[type="text"]::-webkit-input-placeholder,
.single-form input[type="email"]::placeholder,
.single-form textarea::placeholder {
  color: #fff;
}

.single-form input[type="text"],
.single-form input[type="email"],
.single-form textarea {
  width: 100%;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 140%;
  padding: 1rem;
  margin: 1rem 0;
}
.single-form input[type="text"]:focus,
.single-form input[type="email"]:focus,
.single-form textarea:focus {
  outline: none;
}
#contact #contact-card-end {
  margin-top: 4rem;
}
.contact-card-items {
  padding: 4.5rem 3rem;
}
.contact-card-items p {
  font-size: 160%;
  color: #fff;
}
.single-form #form-submit input[type="submit"] {
  color: #000;
}

/* ===================================== */
/* Style For contact section */
/* ===================================== */
footer {
  margin: 3rem 0;
}
footer .footer-text {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--main-color);
}

/*============= js add class =============*/
.form-alert {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 5px;
}
.form-alert-success {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 5px;
}

/*=============== SOCIAL PANEL CSS ==================*/
.social-panel-container {
  position: fixed;
  right: 0;
  bottom: 80px;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  z-index: 999;
}

.social-panel-container.visible {
  transform: translateX(-10px);
}

.social-panel {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 16px 31px -17px rgba(0, 31, 97, 0.6);
  border: 5px solid var(--modal-head-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Muli";
  position: relative;
  height: 169px;
  width: 370px;
  max-width: calc(100% - 10px);
}

.social-panel button.close-btn {
  border: 0;
  color: #97a5ce;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.social-panel button.close-btn:focus {
  outline: none;
}

.social-panel p {
  background-color: var(--modal-head-color);
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 2px 17px 6px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  text-align: center;
  width: 235px;
}

.social-panel p i {
  margin: 0 5px;
}

.social-panel p a {
  color: #f5c70d;
  text-decoration: none;
}

.social-panel h4 {
  margin: 20px 0;
  color: var(--main-color);
  font-family: "Muli";
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.social-panel ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.social-panel ul li {
  margin: 0 1rem;
}

.social-panel ul li a {
  border: 1px solid #dce1f2;
  border-radius: 50%;
  color: var(--main-color);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  text-decoration: none;
}

.social-panel ul li a:hover {
  border-color: var(--main-color);
  box-shadow: 0 9px 12px -9px var(--main-color);
}

.floating-btn {
  border-radius: 26.5px;
  background-color: var(--main-color);
  border: 1px solid #fff;
  box-shadow: 0 16px 22px -17px #03153b;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 20px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  font-weight: 400;
  display: none;
}

.floating-btn:hover {
  background-color: #ffffff;
  color: #001f61;
}

.floating-btn:focus {
  outline: none;
}

.floating-text {
  background-color: var(--main-color);
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-family: "Muli";
  padding: 7px 15px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 998;
}

.floating-text a {
  color: #ff7500;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .social-panel-container.visible {
    transform: translateX(0px);
  }

  .floating-btn {
    right: 10px;
  }
}
button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* ============  To Top  ============== */

.to-top {
  position: fixed;
  bottom: 15px;
  left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  background-color: var(--main-color);
  transition: all 0.4s;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}
.to-top:hover {
  color: #999;
}
.to-top.active {
  bottom: 20px;
  pointer-events: auto;
  opacity: 1;
}

/*============ Loader CSS ======== */
#loader {
  height: 100vh;
  width: 100vw;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ##########  js class add ################# */
.scroll {
  background: var(--main-color);
  border-bottom: 0.5px solid #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
