/**
*
* Testing
*
**/
@import "../fonts/Poppins/stylesheet.css";
.name {
  color: white;
  font-size: 3.3rem;
  font-weight: bold;
}
@media (min-width: 451px) and (max-width: 992px) {
  .name {
    font-size: 2rem;
  }
}
@media (max-width: 450px) {
  .name {
    font-size: 1.5rem;
  }
}

.discription {
  color: white;
}

.aboutP {
  color: white;
  margin-top: 3vh;
  font-weight: bold;
  font-size: 0.9rem;
  width: 80%;
}
@media (max-width: 450px) {
  .aboutP {
    width: 100%;
  }
}

.DownloadCv {
  background: #439299;
  border: none;
  outline: none;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}

.skill {
  background: #439299;
  padding: 15px 20px;
  border-radius: 5px;
  color: white;
  text-align: center;
  margin: 10px 3px;
}
@media (max-width: 450px) {
  .skill {
    font-variant: all-petite-caps;
    white-space: pre;
  }
}

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

.SkillsCircle {
  width: 30vw;
  height: 30vw;
  position: absolute;
  top: -5vw;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  right: -2.2rem;
}
.SkillsCircle p {
  border-radius: 50%;
  background-color: #439299;
  opacity: 25%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  right: -15vw;
}
@media (max-width: 449px) {
  .SkillsCircle {
    display: none;
  }
}

.SiconContainer {
  display: flex;
  flex-wrap: wrap;
}
.SiconContainer .Sicon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 450px) {
  .SiconContainer {
    margin-top: 1rem;
  }
}

.dsflex {
  display: flex;
  flex-direction: row;
}
@media (max-width: 450px) {
  .dsflex {
    flex-direction: column;
  }
}

.Sicon {
  width: 50px;
}
.Sicon img {
  width: 100%;
}
@media (max-width: 449px) {
  .Sicon {
    margin-top: 0.2rem;
  }
}

.experince {
  padding-top: 5vh;
  padding-bottom: 5vh;
  background: rgba(0, 0, 0, 0.6);
}

.textContain {
  height: 80vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 449px) {
  .textContain {
    margin-top: 1rem;
    height: auto;
  }
}

.aboutswiper {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

.AboutswiperContainer {
  margin-top: 10vh;
  margin-bottom: 10vh;
  -webkit-padding-start: 5vw;
          padding-inline-start: 5vw;
}
@media (max-width: 449px) {
  .AboutswiperContainer {
    -webkit-padding-start: 0vw;
            padding-inline-start: 0vw;
  }
}

.nameofEx {
  color: #439299;
  margin: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}

.h2 {
  font-weight: bold;
}

.EXcard {
  margin: 1rem;
  min-height: 50vh;
  background: black;
  color: white;
  border-radius: 5px;
  width: 40vw;
  padding: 1.5rem;
}
@media (max-width: 450px) {
  .EXcard {
    width: 90%;
    min-height: 80vh;
  }
}

.tasks {
  font-weight: bold;
  color: #439299;
  font-size: 1.1rem;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.overlayTags {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .overlayTags .name {
    margin-top: 0.3rem;
  }
}

@media (max-width: 450px) {
  .pageContainer {
    flex-direction: column-reverse;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  transition: all 0.5s;
  accent-color: #439299;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar-track {
  background-color: #313c4e;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #439299;
  border-radius: 2px;
}

.animate__delay {
  animation-delay: 0.5s;
}

button:hover {
  filter: opacity(0.8);
}

body {
  background-color: #313c4e;
  overflow-x: hidden;
}

.navbar {
  background: rgba(49, 60, 78, 0.2823529412) !important;
  position: sticky;
  top: 0px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 555;
}

.navbar-toggler {
  padding: 0.3px 0.25rem 0.3rem 0rem;
}

.fs-8 {
  font-size: 0.8rem;
}
@media (max-width: 992px) {
  .fs-8 {
    font-size: 1rem;
  }
}

.active {
  position: relative;
  z-index: 2;
}
.active::after {
  content: " ";
  left: 0px;
  bottom: -2px;
  width: 100%;
  height: 310%;
  border-radius: 10px;
  background: #439299;
  z-index: -1;
  position: absolute;
}
@media (max-width: 991px) {
  .active {
    display: none;
  }
}

.navbar-brand {
  font-size: 2rem;
  color: white;
  font-weight: bold;
}
.navbar-brand:hover {
  color: white !important;
}
@media (max-width: 991px) {
  .navbar-brand {
    font-size: 1rem;
  }
}

.navBtn {
  color: white;
}
.navBtn:hover {
  color: white;
}

.nav_img {
  width: 30px;
}

@media (max-width: 991px) {
  .screen {
    display: none;
  }
}

.btn_hireUs {
  background: #439299;
}

main {
  overflow-x: hidden;
}

.header {
  background: #313c4e;
  height: 85vh;
}
@media (max-width: 992px) {
  .header {
    height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
@media (max-width: 450px) {
  .header {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
.header .text {
  -webkit-padding-start: 10vw;
          padding-inline-start: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.header .text h1,
.header .text h5 {
  color: white;
}
.header .text h1 {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 992px) {
  .header .text h1 {
    font-size: 2.5rem;
  }
}
.header .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .img img {
  width: 70%;
}

.popUp {
  background-color: #439299;
  border-radius: 5px;
  padding: 10px 20px;
  color: white;
  font-size: 0.8rem;
  position: relative;
}
.popUp:hover {
  transform: rotate(5deg);
}
.popUp::before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #439299;
  position: absolute;
  left: 40%;
  bottom: -10px;
}

.Dbtn {
  background: #439299;
}

.Obtn {
  border: 1px solid #439299;
}

.Dbtn,
.Obtn {
  color: white;
  padding: 12px 25px;
}

.scrollDownIcon {
  width: 3vw;
}
@media (max-width: 992px) {
  .scrollDownIcon {
    width: 6vw;
  }
}

.title {
  border-bottom: 2px solid #439299;
  color: white;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 450px) {
  .title {
    font-size: 1.5rem;
    width: auto;
  }
}

.WhoWeAre {
  padding: 5vh 5vw;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 5vh;
}
.WhoWeAre .personCard {
  margin-top: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}
@media (max-width: 992px) {
  .WhoWeAre .personCard {
    margin-top: 3vh;
  }
}
.WhoWeAre .personCard img {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 450px) {
  .WhoWeAre .personCard img {
    width: 60vw;
    margin-top: 1vh;
    margin-bottom: 1vh;
  }
}
.WhoWeAre .personCard .name,
.WhoWeAre .personCard .major {
  color: white;
  text-align: center;
  margin-top: 0.3rem;
}
.WhoWeAre .personCard .name {
  font-weight: bold;
  font-size: 1.3rem;
}
.WhoWeAre .personCard .fullBtn {
  background: rgba(67, 146, 153, 0.4431372549);
  border-radius: 5px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: white;
  padding: 8px 15px;
  font-size: 0.8rem;
  text-decoration: none;
  font-weight: bold;
}
.WhoWeAre .personCard .fullBtn:hover {
  padding: 8px 30px;
  background: rgba(100, 216, 226, 0.5137254902);
}

.WhatWeDo {
  background: #313c4e;
  position: relative;
  padding-top: 5vh;
  z-index: 1;
  height: 100vh;
}
@media (max-width: 992px) {
  .WhatWeDo {
    height: auto;
  }
}
.WhatWeDo .title {
  position: relative;
}
.WhatWeDo .title::before {
  content: " ";
  position: absolute;
  top: -10vh;
  background: url(/imgs/svg/---.svg) center/contain no-repeat;
  left: 50%;
  height: 10vh;
  width: 5px;
}
.WhatWeDo .click {
  font-size: 0.8rem;
  -webkit-margin-start: 30vw;
          margin-inline-start: 30vw;
  background: hsla(185, 39%, 43%, 0.521);
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.WhatWeDo .Scard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 3vw;
  border-radius: 5px;
  background-color: #111111;
  color: white;
}
.WhatWeDo .Scard:hover {
  background: #439299;
}
.WhatWeDo .Scard:hover .icon {
  background: white;
}
.WhatWeDo .Scard:hover .icon svg path {
  fill: #439299;
}
.WhatWeDo .Scard .icon {
  border-radius: 50px;
  padding: 1rem;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  width: 70px;
  height: 70px;
}

.waveBg {
  position: absolute;
  z-index: 1;
  width: 33%;
  top: 31vh;
  left: 21%;
}
.waveBg img {
  width: 100%;
}

.portfolioCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation-name: showCard;
  animation-duration: 2s;
  animation-fill-mode: both;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

@keyframes showCard {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.addAppend {
  height: auto !important;
  min-height: 55vh;
  justify-content: center;
}

.OurPortfolio {
  background: #313c4e;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
.OurPortfolio .OurPortfolioHeader {
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem;
}
.OurPortfolio .PSections {
  justify-content: center;
  width: 100%;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex-wrap: wrap;
}
.OurPortfolio .PSections .PSectionActive {
  color: #439299 !important;
  border-bottom: 1px solid #439299;
}
.OurPortfolio .PSections .PSection {
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
  color: white;
  text-decoration: none;
  padding-bottom: 5px;
}
@media (max-width: 450px) {
  .OurPortfolio .PSections .PSection {
    text-align: center;
    width: -moz-max-content;
    width: max-content;
  }
}
.OurPortfolio .PSections .PSection:active, .OurPortfolio .PSections .PSection:hover {
  color: #439299;
  border-bottom: 1px solid #439299;
  cursor: pointer;
}
.OurPortfolio .cards {
  margin-top: 10vh;
}
.OurPortfolio .cardName {
  color: white;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 5vh;
}
.OurPortfolio .ViewMore {
  padding: 10px 3rem;
  background: rgba(67, 146, 153, 0.4745098039);
  color: white;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.OurPortfolio .imageContainer {
  transition: all 0.5s;
  height: 100%;
}
.OurPortfolio .imageContainer img {
  height: 100%;
}
.OurPortfolio .imageContainer:hover {
  transition: all 0.5s;
}
.OurPortfolio .imageContainer:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.OurPortfolio .overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(17, 17, 17, 0.5137254902);
  padding: 2rem;
  text-align: start;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.OurPortfolio .overlay .CardTitle {
  font-weight: bold;
  font-size: 1.2rem;
  color: white;
}
.OurPortfolio .overlay .disc {
  margin-top: 0.5rem;
  color: white;
}
.OurPortfolio .overlay .d-inline-flex {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.OurPortfolio .overlay .name {
  flex: 1;
  padding: 10px 20px;
  background-color: rgba(67, 146, 153, 0.6352941176);
  color: white;
  border-radius: 5px;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
  font-size: 0.7rem;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

footer {
  background: url("../imgs/footerBg.png") center/cover no-repeat;
}
footer .Fheader {
  color: white;
  padding: 3vw 2vh;
  font-size: 2.4rem;
  font-weight: light;
  text-align: center;
}
footer .contact {
  padding-top: 3vh;
  padding-bottom: 3vh;
  background: rgba(67, 146, 153, 0.4431372549);
  color: white;
  -webkit-padding-start: 10vw;
          padding-inline-start: 10vw;
  -webkit-padding-end: 10vw;
          padding-inline-end: 10vw;
  padding-top: 5vh;
}
footer .contact p {
  font-size: 1rem;
}
footer .contact .text {
  text-decoration: none;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  word-wrap: wrap;
  text-align: end;
}
@media (max-width: 992px) {
  footer .contact .text {
    word-break: break-all;
    text-align: start;
  }
}
footer .contact .text:hover {
  color: white;
}
footer .contact .icon {
  width: 35px;
}
@media (min-width: 451px) and (max-width: 992px) {
  footer .contact .icon {
    width: 7vw;
  }
}
footer .contact .icon img {
  width: 100%;
}
footer .contact .Ctitle {
  font-family: Poppins_SemiBold;
  font-size: 2rem;
}
footer textarea,
footer input {
  color: white;
  padding: 1rem 2rem;
  background: black;
  border: none;
  outline: none;
  border-radius: 3px;
  margin: 1rem 0.5rem;
  width: 100%;
}
footer textarea:active, footer textarea:focus, footer textarea:hover,
footer input:active,
footer input:focus,
footer input:hover {
  background-color: black;
  color: white;
}
footer .foranything h3 {
  font-size: 1.7rem;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0.5rem;
  font-weight: bold;
}
@media (max-width: 992px) {
  footer .foranything h3 {
    width: 100%;
  }
}
footer .SubmitContainer {
  padding-top: 5vh;
  max-width: 100% !important;
  padding-bottom: 10vh;
}
footer .SubmitContainer .techlive {
  color: white;
  border-radius: 0px 5px 5px 0px;
  font-size: 1.8rem;
  font-family: Poppins_SemiBold;
  padding: 5px 20px;
  background: #439299;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-padding-start: 5vw;
          padding-inline-start: 5vw;
}
@media (max-width: 992px) {
  footer .SubmitContainer .techlive {
    font-size: 1.2rem;
  }
}
footer .SubmitContainer .submit {
  -webkit-margin-start: 3vw;
          margin-inline-start: 3vw;
  color: white;
  background: #439299;
  border-radius: 5px 5px;
  font-size: 0.9rem;
  height: 100%;
  padding: 10px 3rem;
  border: none;
  outline: none;
  font-weight: bold;
}
@media (max-width: 450px) {
  footer .SubmitContainer .submit {
    margin-top: 1vh;
  }
}

.circleofWho {
  width: 25vw;
  height: 25vw;
  pointer-events: none;
  right: 0px;
  position: absolute;
  top: -12vw;
  overflow: hidden;
}
.circleofWho .circleofWhoContent {
  width: 24vw;
  height: 24vw;
  background-color: hsla(185, 39%, 43%, 0.52);
  position: relative;
  border-radius: 50%;
  right: -15vw;
}
@media (min-width: 451px) and (max-width: 992px) {
  .circleofWho .circleofWhoContent {
    width: 30vw;
    height: 30vw;
    right: -7vw;
    top: -7vw;
  }
}
@media (max-width: 450px) {
  .circleofWho .circleofWhoContent {
    display: none;
  }
}

.circleofWho2 {
  width: 24vw;
  height: 24vw;
  background-color: hsla(185, 39%, 43%, 0.52);
  position: absolute;
  border-radius: 50%;
  left: -8vw;
  top: 3vw;
  z-index: -1;
  overflow: hidden;
}
@media (min-width: 451px) and (max-width: 992px) {
  .circleofWho2 {
    top: 30vh;
  }
}
@media (max-width: 450px) {
  .circleofWho2 {
    display: none;
  }
}

.circleofWho3 {
  width: 24vw;
  height: 24vw;
  position: absolute;
  bottom: -12vw;
  right: 0px;
  z-index: -1;
  overflow: hidden;
}
.circleofWho3 .circleofWho3Content {
  position: relative;
  right: -5vw;
  background-color: hsla(185, 39%, 43%, 0.52);
  width: 24vw;
  height: 24vw;
  border-radius: 50%;
}
@media (min-width: 451px) and (max-width: 992px) {
  .circleofWho3 .circleofWho3Content {
    right: -5vw;
  }
}
@media (min-width: 451px) and (max-width: 992px) {
  .circleofWho3 {
    width: 35vw;
    height: 35vw;
    bottom: -12vw;
    right: 0px;
  }
}
@media (max-width: 450px) {
  .circleofWho3 {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */