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

html {
  scroll-behavior: smooth;
}

/* SCROLL BAR */
/* @media screen and (min-width: 800px) {
  ::-webkit-scrollbar {
    width: 0.8rem;
    background-color: #3e365a73;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #3e365ab6;
    border-radius: 4px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #3e365a;
  }
} */
/* end of SCROLL BAR */

.banner {
  height: 80vh;
}
.banner2 {
  height: 20vh;
}

.logo {
  text-decoration: none;
  position: fixed;
  z-index: 3;
  top: 30px;
  left: 30px;
}
.logo img {
  width: 55px;
  height: auto;
  box-shadow: 0 4px 8px 0 rgba(16, 6, 156, 0), 0 6px 20px 0 rgba(121, 26, 26, 0);
  /* background-color: #000000; */
  /* fill: #ffffff; */
}
.named {
  position: relative;
}
.named div {
  margin: 0;
  /* margin-top: 200px; */
  /* position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
}
.named div > h3 {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.me {
  width: 400px;
  height: auto;
}
div .social {
  list-style-type: none;
}
div .social li {
  margin: 5px 0px !important;
}
.role > h5 {
  font-size: 31px;
}
.role > h3 {
  font-size: 41px;
}
.bord {
  border: #000000 3px solid;
  border-radius: 5px;
}
.bord h3 {
  color: #3e6ea5;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.bord p {
  color: #000000;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
}
.bout h3 {
  font-style: italic;
}

.progress {
  margin-top: -7px;
}
.barH {
  animation: htms 1.5s ease-in-out forwards;
}
.barHD {
  animation: htms 0.5s ease-in-out forwards;
}
.barB {
  animation: boot 1.5s ease-in-out forwards;
}
.barBB {
  animation: boot 0.5s ease-in-out forwards;
}
.barJ {
  animation: jas 1.5s ease-in-out forwards;
}
.barA {
  animation: ai 0.5s ease-in-out forwards;
}
.barP {
  animation: ps 0.5s ease-in-out forwards;
}
.barD {
  animation: xd 0.5s ease-in-out forwards;
}
.barE {
  animation: ae 0.5s ease-in-out forwards;
}
.tabButton {
  font-weight: bold !important;
  /* color: #3e6ea5 !important; */
  transition: all 0.2s ease-in;
}
.tabButton:hover {
  background-color: #3e6ea5 !important;
  color: #f1f1f1 !important;
}
/* service */
.blackBg {
  background-color: #000000;
  color: #ffffff;
}

div.dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #721c24;
}

.shotCard > .card-body > img {
  width: 100%;
  height: auto;
}

.shotCard > .card-footer {
  background-color: #f1f1f1;
  color: #2c2b2b;
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.shotCard > .card-footer > h4 {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}
.shotCard > .card-footer > div {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 173px;
  padding: 8px 10px;
  border-radius: 5px;
}

div.headd {
  border-bottom: 2px solid #2c2b2b;
  border-width: 2px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

div.acct {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
  border-radius: 5px;
  padding: 10px 20px !important;
}

div.modal-footerr > a {
  background-color: #2c2b2b;
  color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  transition: all 0.2s ease-in;
}

div.modal-footerr > a:hover {
  background-color: #06603c;
}

.serCard > .card-body > img {
  width: 100px;
  height: auto;
}
.serCard > .card-body > svg {
  width: 100px;
  height: auto;
  fill: #ffffff;
  stroke: #000000;
  stroke-width: 5px;
}
.serCard > .card-footer {
  background-color: #2c2b2b;
  color: #ffffff;
  margin: 0;
}
/* end of service */

/* portfolio */
.tipContainer {
  position: relative;
}
.tipContainer > .tip {
  display: none;
}
.underline {
  width: 0px;
  border: #2287fa 2px solid;
  border-radius: 3px;
  animation: under 0.5s ease-in-out 1s forwards;
  margin-top: -7px;
}
.underline2 {
  width: 0px;
  border: #000000 2px solid;
  border-radius: 3px;
  animation: under 0.5s ease-in-out 2s forwards;
  margin-top: -7px;
}
.cardP {
  box-shadow: 0 4px 8px 0 rgba(16, 6, 156, 0.2),
    0 6px 20px 0 rgba(121, 26, 26, 0.19);
  max-width: 200px;
  max-height: 200px;
  transition: all 0.4s ease-in-out;
}
.cardP:hover {
  margin-top: -11px;
}
.cardP > a > img {
  width: 200px;
  height: auto;
}
.portfo > img {
  max-width: 100%;
  height: auto;
}
/* end of portfolio */
/* footer */
.socialBB {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.socialBB:hover {
  background-color: #ffffff;
  padding: 3px;
  border-radius: 3px;
}
/* end of footer */
.cardT {
  background-color: #1b1b1b;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.4s ease-in;
}
.cardT:hover {
  color: #ffffff !important;
  background-color: #2287fa;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 5px 16px 0 rgba(0, 0, 0, 0.19);
}
.card {
  box-shadow: 0 4px 8px 0 rgba(16, 6, 156, 0.2),
    0 6px 20px 0 rgba(121, 26, 26, 0.19);
}
.picTitle {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ff7575;
  color: #ffffff;
  font-size: 20px;
}
.contacte h4 {
  color: #ffffff;
  margin-bottom: 20px;
}
.contacte div {
  display: flex;
  color: #ffffff;
}
.emailer h4 {
  color: #ffffff;
  margin-bottom: 20px;
}
.helpe h4 {
  color: #ffffff;
  margin-bottom: 20px;
}
.helpe p {
  color: #ffffff;
}
.modalX {
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 50px;
  z-index: 12;
  color: #ff7575 !important;
}

.overDiv {
  transition: all 0.2s ease-out;
}
.overDiv:hover {
  background-color: #ff7575 !important;
}
.overI {
  transition: all 0.2s ease-out;
}
.overI:hover {
  color: #ff7575 !important;
}
.wow {
  animation-delay: 0.5s;
}
.zoom-in {
  transform: scale(0.7) !important;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* display: block !important; */
}

.zoom-in.show {
  opacity: 1;
  transform: scale(1) !important;
  transform: none;
}
@media screen and (width: 320px) and (height: 568px) {
  .me {
    width: 200px !important;
    height: auto;
  }
}
@media (max-width: 540px) {
  .shotCard > .card-footer {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    row-gap: 4px;
  }
  .logo33 {
    width: 320px;
    height: auto;
  }
  .listM {
    margin-top: -20px;
    border-top: 2px solid #f3f3f3;
  }
  .me {
    margin-top: -10px;
    margin-right: 30px;
    width: 250px;
    height: auto;
  }
  .named div {
    margin: 0;
    margin-top: 55px;
  }
  .named > div > h4 {
    font-size: 31px !important;
  }
  .named > div > h3 {
    font-size: 41px !important;
  }
  div .social {
    display: flex;
    justify-content: center;
  }
  div .social li {
    margin: 0px 5px !important;
  }
  .role > h5 {
    font-size: 25px;
    margin-top: 10px;
  }
  .role > h3 {
    font-size: 35px;
  }
  .bout > h3 {
    font-size: 17px;
  }
  .cardP {
    max-width: 130px;
    max-height: 130px;
  }
  .cardP > a > img {
    width: 130px;
    height: auto;
  }
  .tipContainer > .tip {
    display: block;
    position: absolute;
    transform: rotate(270deg);
    left: -17%;
    top: 40%;
    background-color: #000000;
    color: #ffffff;
    padding: 1px 5px;
    border-radius: 3px;
  }
}

@media screen and (max-width: 820px) and (min-width: 541px) {
  .tipContainer > .tip {
    display: block;
    position: absolute;
    transform: rotate(270deg);
    left: -8%;
    top: 40%;
    background-color: #000000;
    color: #ffffff;
    padding: 1px 5px;
    border-radius: 3px;
    z-index: 5;
  }
  .me {
    margin-right: 30px;
    width: 340px;
    height: auto;
  }
  .named > div > h4 {
    font-size: 35px !important;
  }
  .named > div > h3 {
    font-size: 45px !important;
  }
  .role > h5 {
    font-size: 25px;
  }
  .role > h3 {
    font-size: 35px;
  }
  .bout > h3 {
    font-size: 20px;
  }
  .serCard > .card-footer > h3 {
    font-size: 15px;
  }
  .serCard > .card-body > img {
    width: 75px;
    height: auto;
  }
  .serCard > .card-body > svg {
    width: 75px;
    height: auto;
  }
  .cardP {
    max-width: 150px;
    max-height: 150px;
  }
  .cardP > a > img {
    width: 150px;
    height: auto;
  }
}

@media (min-width: 1024px) {
  .logo {
    top: 50px;
    left: 50px;
  }
  .logo img {
    width: 70px;
    height: auto;
  }
}
@media (min-width: 2560px) {
  .logo {
    top: 100px;
    left: 100px;
  }
  .logo img {
    width: 150px;
    height: auto;
  }
  .me {
    margin-right: 30px;
    width: 1000px;
    height: auto;
  }

  .named > div > h4 {
    font-size: 125px !important;
  }
  .named > div > h3 {
    font-size: 150px !important;
  }
  div .social li {
    font-size: 50px;
  }
  .role > h5 {
    font-size: 75px;
  }
  .role > h3 {
    font-size: 90px;
  }
  .bout > h3 {
    font-size: 40px;
  }
  .bout > p {
    font-size: 25px;
  }
  .serCard {
    margin: auto 50px;
  }
  .serCard > .card-body > img {
    width: 150px;
    height: auto;
  }
  .serCard > .card-body > svg {
    width: 150px;
    height: auto;
  }
  .cardP {
    max-width: 250px;
    max-height: 250px;
  }
  .cardP > a > img {
    width: 250px;
    height: auto;
  }
}
@media screen and (width: 1440px) {
  .logo {
    top: 80px;
    left: 80px;
  }
  .logo img {
    width: 80px;
    height: auto;
  }
  .social {
    margin-left: -180px;
  }
}

@keyframes htms {
  0% {
    width: 0;
  }
  100% {
    width: 79%;
  }
}
@keyframes boot {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}
@keyframes jas {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}
@keyframes ai {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
@keyframes ps {
  0% {
    width: 0;
  }
  100% {
    width: 65%;
  }
}
@keyframes xd {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes ae {
  0% {
    width: 0;
  }
  100% {
    width: 67%;
  }
}
@keyframes under {
  0% {
    width: 0px;
  }
  100% {
    width: 100px;
  }
}
