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

body {
  font-family: "Dosis", Sans-serif;
  direction: ltr;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

.main-btn {
  font-size: 19px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 2px solid #e9204f;
  border-radius: 5px;
  padding: 20px 40px 20px 40px;
  width: 270px;
  background-color: #e9204f;
  position: relative;
  overflow: hidden;
}
.main-btn:visited {
  color: #fff;
}
.main-btn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: color 0.2s;
}
.main-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  transition: left 0.5s;
  background-color: #fff;
}
.main-btn:hover::before {
  left: 0;
}
.main-btn:hover span {
  color: #e9204f;
}
.main-btn:hover span:visited {
  color: #e9204f;
}

#loader {
  background-color: #000;
  position: relative;
  z-index: 999999999;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loder {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 0px 4px 0px #e9204f;
  background: transparent;
  animation: loder 0.5s linear infinite;
}

.tex {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  color: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 200px;
  font-size: 2em;
  background: transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@keyframes loder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.mySwiper {
  width: 100%;
}
.mySwiper .swiper-wrapper {
  padding: 10px 0;
}
.mySwiper .swiper-wrapper .swiper-slide {
  padding: 0 !important;
  border-radius: 10px !important;
  box-shadow: 0px 0px 10px #645b5d;
  margin-bottom: 40px;
  overflow: hidden;
}
.mySwiper .swiper-wrapper .swiper-slide h3 {
  color: #e9204f;
  font-weight: bold;
}
.mySwiper .swiper-wrapper .swiper-slide .photo {
  overflow: hidden;
}
.mySwiper .swiper-wrapper .swiper-slide .photo img {
  transition: transform 0.5s ease-in-out;
}
.mySwiper .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.1);
}
.mySwiper .swiper-pagination span {
  background-color: #e9204f;
}

header {
  width: 100%;
  border-bottom: 2px solid rgba(153, 153, 153, 0.6);
  position: relative;
}
header.bg-normal {
  background-color: rgba(0, 0, 0, 0.6509803922);
  border: none;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}
header nav .media {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
  cursor: pointer;
}
header nav .media li {
  color: #fff;
  list-style: none;
}
header nav .links {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}
header nav .links li {
  list-style: none;
  padding-right: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  text-transform: capitalize;
  letter-spacing: 1.7px;
  transition: color 0.5s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
header nav .links li::before {
  content: "";
  width: 50%;
  height: 3px;
  background-color: #e9204f;
  transition: right 0.5s;
  position: absolute;
  bottom: 0;
  right: 100%;
}
header nav .links li.active::before {
  bottom: 0;
  right: 50%;
}
header nav .links li:not(.active):hover::before {
  right: 50%;
}
header nav .links li a {
  padding: 10px 0;
  transition: color 0.5s;
}

@media (min-width: 0px) {
  header {
    height: 90px;
    background-color: #000000 !important;
    border: none;
    padding: 20px 0;
  }
  header nav .links {
    width: 100%;
    background-color: #000000;
    padding: 20px;
    transition: color 0.2s;
    position: absolute;
    top: 100%;
    height: calc(100vh - 90px);
    z-index: 9;
    transition: transform 0.3s;
  }
  header nav .links a {
    font-size: 25px;
  }
  header nav svg {
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  header {
    background-color: rgba(0, 0, 0, 0.5019607843);
    border-bottom: 2px solid rgba(153, 153, 153, 0.6);
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all ease-in-out 0.2s;
  }
  header.transparent {
    background-color: transparent !important;
  }
  header nav {
    background-color: transparent;
    width: auto;
    align-items: center;
    justify-content: center;
    height: 90px;
  }
  header nav .links {
    width: 100%;
    position: static;
    background-color: transparent;
    height: auto;
    transform: translate(0, 0);
    transition: 0.1ms;
  }
  header nav .links a {
    font-size: 1.2rem;
  }
}
.open {
  transform: translate(100%, -14px);
}

section .title {
  text-align: center;
}
section .title h3 {
  color: #e9204f;
}

.home {
  background-image: url(https://gentium.pixerex.com/clean/wp-content/uploads/sites/7/2019/05/hero.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home .landing {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5019607843);
}
.home .landing h2 {
  font-weight: bold;
  color: #fff;
  animation: backInUp 600ms ease-in-out 1;
  font-size: 40px;
  margin-bottom: 4rem;
}

@keyframes backInUp {
  0% {
    transform: translateY(300%);
    opacity: 0;
  }
  90% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.portfolio .projectCard {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  cursor: pointer;
  height: 350px;
  z-index: 1;
  border-bottom: 10px solid #fff;
  border-right: 10px solid #fff;
}
.portfolio .projectCard Img {
  transition: transform 1s;
  object-fit: cover;
  width: 100%;
  height: 350px;
}
.portfolio .projectCard .caption {
  background-color: rgba(0, 0, 0, 0.5490196078);
  position: absolute !important;
  height: 100%;
  right: 100%;
  top: 0;
  width: 100%;
  transition: right 1s;
}
.portfolio .projectCard:hover img {
  transform: scale(1.2);
}
.portfolio .projectCard:hover .caption {
  right: 0;
}

.comments {
  background-image: url(https://gentium.pixerex.com/clean/wp-content/uploads/sites/7/2019/01/09-min.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.comments .content {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.comments .content .swiper-slide {
  width: 100% !important;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 20px;
}
.comments .content .swiper-slide .info {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.comments .content .swiper-slide .info img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 10px;
  object-fit: cover;
}
.comments .content .swiper-slide .info h3 {
  color: #fff;
  font-size: 19px;
}
.comments .content .swiper-slide .info h4 {
  color: #e9204f;
  font-size: 15px;
}
.comments .content .swiper-slide p {
  width: 60%;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 2rem;
  letter-spacing: 2px;
  color: #c7c7c7;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 0px) {
  .comments .content .swiper-slide p {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .comments .content .swiper-slide p {
    width: 60%;
  }
}
.comments .content .swiper-pagination span {
  width: 10px;
  height: 10px;
  background-color: #e9204f;
}

.features .cards .featureCard {
  box-sizing: content-box;
  border: 1px solid rgba(153, 153, 153, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0;
  padding-right: 0;
  padding-left: 0;
  cursor: pointer;
  transition: border 1s, height 0.5s;
  overflow: hidden;
}
.features .cards .featureCard .info {
  transition: transform 0.5s;
}
.features .cards .featureCard .info .shape {
  font-size: 70px !important;
  margin-bottom: 2rem;
  transition: color 0.5s;
}
.features .cards .featureCard .arrow {
  transform: translate(0, 320%);
  transition: transform 1s;
  font-size: 1.5rem;
  color: #e9204f !important;
}
.features .cards .featureCard:hover {
  border: 1px solid #e9204f;
}
.features .cards .featureCard:hover .info {
  transform: translateY(-20px);
}
.features .cards .featureCard:hover .info .shape {
  color: #e9204f;
}
.features .cards .featureCard:hover .arrow {
  transform: translate(0, 0);
}

.contact {
  background-image: url(https://gentium.pixerex.com/clean/wp-content/uploads/sites/7/2019/01/footer-bg-1.jpg) !important;
  background-position: center center;
  background-size: cover;
}
.contact .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7607843137);
}

#letsTalk {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#letsTalk .header h2 {
  width: 80%;
}
#letsTalk .header #formBtn {
  cursor: pointer;
  padding: 20px;
}
#letsTalk form label {
  font-weight: bold;
  text-transform: uppercase;
}
#letsTalk form label::after {
  content: "*";
  color: #e9204f;
  position: relative;
  top: 3px;
  left: 2px;
}
#letsTalk form input,
#letsTalk form select,
#letsTalk form textarea {
  margin: 1rem 0;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #d6d5d5;
  outline: none;
}
#letsTalk form input:focus,
#letsTalk form select:focus,
#letsTalk form textarea:focus {
  border: 1px solid #e9204f;
}
#letsTalk form textarea {
  resize: none;
}

.close {
  display: none !important;
}

.openForm {
  display: flex;
}

footer {
  background-color: #000000;
}
footer ul {
  list-style: none;
  color: #fff;
}
footer span {
  cursor: pointer;
}

li {
  color: #fff;
  list-style: none;
  transition: color 0.5s;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}
li::before {
  content: "";
  width: 50%;
  height: 3px;
  background-color: #e9204f;
  transition: right 0.5s;
  position: absolute;
  bottom: 0;
  right: 100%;
}
li:not(.active):hover::before {
  right: 50%;
}

/*# sourceMappingURL=main.css.map */
