	*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
 }
  body{
    background-color: #000!important;
  }

.masonry-column {
  padding: 0 1px;
}
.img-box{
    width: 100%;
    overflow: hidden;
    margin-bottom:2px;
}
.img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.box {
  position: relative;
  overflow: hidden;
}


.box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.hover {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 22px;
  color:#555555;
}

.hover:before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.box:hover .hover {
  opacity: 1;
}
.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}
.bg-primary{
    background: #000!important;
    border-bottom: 1px solid rgba(255,255,255, 0.5);!important;
}
.logo{
    width: 220px;
    margin: 30px 0;
}
.fixed-top .logo{
    margin: 0;
    width: 160px;
}
.active-nav{
    text-decoration: underline!important;
     text-decoration-thickness: 5px;
     text-underline-offset: 5px; // height of underline from text
}



/**About page ***/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");




.about-me .orange {
  color: #FF7A01;
}

.about-me .montserrat {
  font-family: "Montserrat", sans-serif;
}

.about-me img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}



.content {
  max-width: 1300px;
  margin: 0px auto 0px auto;
  padding: 0px 40px;
}
@media (min-width: 1200px) and (max-width: 1441px) {
  .content {
    max-width: 1250px;
    padding: 0px 36px;
  }
}
@media (max-width: 767px) {
  .content {
    padding: 0px 30px;
  }
}
@media (max-width: 479px) {
  .content {
    padding: 0px 30px 0px 20px;
  }
}

.about-me {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-me .about-me-container {
  position: relative;
}
@media (max-width: 960px) {
  .about-me .about-me-container {
    padding-bottom: 100px;
  }
}
.about-me .about-me-container .about-me-title {
  font-size: 55px;
  color: #87A4B6;
  font-weight: 700;
  line-height: 70px;
}
@media (max-width: 500px) {
  .about-me .about-me-container .about-me-title {
    font-size: 30px;
  }
}

.about-me-flex-container {
  margin-top: 10px;
  margin-left: 150px;
  left: 100px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .about-me-flex-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    gap: 50px;
  }
}
@media (max-width: 500px) {
  .about-me-flex-container {
    margin-top: -10px;
  }
}
.about-me-flex-container .about-me-image {
  position: relative;
  width: 400px;
  height: 400px;
}
@media (max-width: 500px) {
  .about-me-flex-container .about-me-image {
    width: 300px;
    height: 300px;
  }
}
.about-me-flex-container .about-me-image .back-div {
  position: absolute;
  bottom: 0;
  z-index: -3;
  background-color: #013747;
  width: 80%;
  height: 80%;
}
.about-me-flex-container .about-me-image .black-image {
  z-index: -2;
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 100%;
}
.about-me-flex-container .about-me-image .black-image img {
  height: 100%;
}
.about-me-flex-container .about-me-image .main-image {
  width: 70%;
  height: 70%;
  overflow: hidden;
  position: absolute;
  left: 25%;
  top: 5%;
  box-shadow: rgb(0, 0, 0) 0px 7px 50px 0px;
  transition: all 0.2s ease-out;
}
.about-me-flex-container .about-me-image .main-image:hover {
  transform-origin: top center;
  transform: scale(1.5);
  border-radius: 25px;
}
.about-me-flex-container .about-me-image .main-image img {
  transform-origin: center center;
  transform: scale(1);
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-out;
}
.about-me-flex-container .about-me-image .main-image img:hover {
  transform: scale(1);
}
.about-me-flex-container .about-me-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  flex: 0 0 40%;
}
@media (max-width: 960px) {
  .about-me-flex-container .about-me-content {
    flex-direction: row-reverse;
  }
}
.about-me-flex-container .about-me-content .logo {
  max-width: 200px;
}
.about-me-flex-container .about-me-content .logo img {
  filter: drop-shadow(0 0 25px rgb(0, 0, 0));
}
@media (max-width: 500px) {
  .about-me-flex-container .about-me-content .logo img {
    transform: rotateZ(90deg);
  }
}
.about-me-flex-container .about-me-content .text {
  color: #87A4B6;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 500px) {
  .about-me-flex-container .about-me-content .text {
    font-size: 16px;
  }
}
.portfolio-link a{
    color: #fff!important;
}


.mail-button {
  display: flex;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  padding: 15px;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
}
.mail-button a {
  display: flex;
}
.mail-button img {
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.2s ease-out;
}


.mail-button2 {
  background-color: #001925;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 10px solid #001925;
}
.mail-button2 img {
  filter: invert(6%) sepia(42%) saturate(4795%) hue-rotate(360deg) brightness(103%) contrast(105%);
}
.mail-button2:hover {
  background-color: #4b8cfb;
  border: 10px solid #4b8cfb;
}
.mail-button2:hover img {
  filter: unset;
  transform: scale(1.5);
}

.portfolio-link {
  
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.portfolio-link a{
  text-decoration: none;
  color: white;

  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}

/**About page ***/



.contact-sec h1 {
    font-family: 'Poppins', sans-serif, 'arial';
    font-weight: 600;
    font-size: 72px;
    color: white;
    text-align: center;
}

.contact-sec h4 {
    font-family: 'Roboto', sans-serif, 'arial';
    font-weight: 400;
    font-size: 20px;
    color: #9b9b9b;
    line-height: 1.5;
}

/* ///// inputs /////*/

.contact-sec input:focus ~ label,  textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
    float: left;
    width: 293px;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}
@media only screen and (max-width: 992px){
    .fixed-top .logo{
        width: 130px;
    }
}

@media only screen and (max-width: 768px){
    .styled-input {
        width:100%;
    }
    .contact-sec h1{
        font-size: 45px;
        margin-top: 20px;
    }
    .fixed-top .logo{
        width: 110px;
    }
    .logo{
        width: 180px;
        margin: 20px 0;
    }
}

@media only screen and (max-width: 567px){
    .fixed-top .logo{
        width: 100px;
    }
    .logo{
        width: 160px;
        margin: 15px 0;
    }
}

.styled-input label {
    color: #999;
    padding: 1.3rem 30px 1rem 30px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input.wide { 
    width: 650px;
    max-width: 100%;
}

input,
textarea {
    padding: 30px;
    border: 0;
    width: 100%;
    font-size: 1rem;
    background-color: #2d2d2d;
    color: white;
    border-radius: 4px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 15em;
}

.input-container {
    width: 650px;
    max-width: 100%;
    margin: 20px auto 25px auto;
}

.submit-btn {
    float: right;
    padding: 7px 35px;
    border-radius: 60px;
    display: inline-block;
    background-color: #4b8cfb;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
              0 2px 10px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    outline: none;
    border: none;
}

.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
              0 1px 1px 0 rgba(0,0,0,0.09);
}

@media (max-width: 768px) {
    .submit-btn {
        width:100%;
        float: none;
        text-align:center;
    }
}

input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
} 

input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}



@media only screen and (max-width: 400px) {
 .col-6{
    width: 100%;
    }
}

/***** Fixed Call buttons ****/
.call-buttons{position: absolute;top: 45%!important;}
.fixed-whatsapp {
  position: fixed;
  right: -150px;
  width: 210px;
  height: 50px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .5s ease-in-out;
  margin: 0px!important;
    border-radius: 50px;
  z-index: 9;

  
}
.fixed-whatsapp a {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: .6px;
  text-decoration: none!important;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fixed-whatsapp a span{
  width: 50px;
  height: 50px;
  float: left;
  background: #1eac60;
  font-size: 25px;
  margin: 0 0px 0 0;
  text-align: center;
  line-height: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  
}
.fixed-whatsapp a p{
      color: #fff;
  font-size: 14px;
  margin-top:15px;
  text-align: center;
  opacity: 0;

}
.fixed-whatsapp a i{
  font-size: 26px;

}
.fixed-whatsapp a svg {
  color: #fff;
  -webkit-animation: flipInY 1.25s infinite;
  -moz-animation: flipInY 1.25s infinite;
  -ms-animation: flipInY 1.25s infinite;
  animation: flipInY 1.25s infinite;
}
.fixed-whatsapp:hover {
   right: 10px;
  background: #1eac60;
}
.fixed-whatsapp:hover p{
  opacity: 1;
}
.fixed-email{
  
  position: fixed;
  right: -150px;
  width: 210px;
  height: 50px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .5s ease-in-out;
  margin-top:54px!important;
    border-radius: 50px;
z-index: 9;

}
.fixed-email a{
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;

  text-decoration: none!important;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fixed-email a span{
  width: 50px;
  height: 50px;
  float: left;
    background:#333;
  font-size: 24px;
  margin: 0 0px 0 0;
  text-align: center;
  line-height: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
    border-radius: 50px;

  }
.fixed-email a p{
    color: #fff;
  font-size: 12px;
  margin-top:17px;
   text-align: left;
   opacity: 0;

}
.fixed-email a i{
  font-size: 22px;
  color: #fff;
}
.fixed-email a svg{
  color: #fff;
  -webkit-animation: flipInY 1.25s infinite;
  -moz-animation: flipInY 1.25s infinite;
  -ms-animation: flipInY 1.25s infinite;
  animation: flipInY 1.25s infinite;
}

.fixed-email:hover {
  right: 10px;
   background:#333;
}
.fixed-email:hover p{
  opacity: 1;
}

.fixed-mobile{
  
  position: fixed;
  right: -150px;
  width: 210px;
  height: 50px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .5s ease-in-out;
  border-radius: 50px;
  z-index: 9;
  margin-top: -54px;



}
.fixed-mobile a{
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: .6px;
  text-decoration: none!important;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;

}
.fixed-mobile a span{
  width: 50px;
  height: 50px;
  float: left;
  background:#333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
    border-radius: 50px;

  }
.fixed-mobile a p{
    color: #fff;
  font-size: 14px;
  margin-top:15px;
   text-align: center;
   opacity: 0;

}
.fixed-mobile a i{
  font-size: 20px;
  color: #fff;
}
.fixed-mobile a svg{
  color: #fff;
  -webkit-animation: flipInY 1.25s infinite;
  -moz-animation: flipInY 1.25s infinite;
  -ms-animation: flipInY 1.25s infinite;
  animation: flipInY 1.25s infinite;
    display: flex;
   align-items: center;
  justify-content: center;
}

.fixed-mobile:hover {
   right: 10px;
  background:#333;
}
.fixed-mobile:hover p{
  opacity: 1;
}
.zindex-1{z-index: 1!important}


/***** Fixed Call buttons  End****/

.portfolio-link span{
  text-decoration: underline;
}
.error{
  color: red;
}
.contact-sec h3{
  color: red;
  text-align: center;
}
.contact-sec  .error-msg{
  text-align: center;
  color: red;
}
.contact-sec  .succes_msg{
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.contact-sec  .succes_msg svg{
  color: green;
     display: block;
    height: 80px;
    width: 80px;
  margin: 0 auto;
}
.succes_msg{
  margin-top: 30px;
}
.contact-sec  .succes_msg p{
  color: green;
  margin-top: 12px;
  font-size: 20px;
}
.succes_msg h2{
  color: #fff;
  font-size: 45px;
}
.contact-sec .circle{
  stroke-dasharray: 76;
    stroke-dashoffset: 76;
    animation: draw 1s forwards 1s;
}
.contact-sec .circle {
  stroke-dasharray: 76;
  stroke-dashoffset: 76;
  animation: draw 1s forwards 1s;
}

.contact-sec .tick {
  stroke-dasharray: 18;
  stroke-dashoffset: 18;
  animation: draw 1s forwards 1.8s;
}
@keyframes draw { 
  to { stroke-dashoffset: 0 } 
}
.msg_error h3{
  margin-top: 20px;
  font-size: 45px;
}
.msg_error p{
  font-size: 18px;
}
