html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: Arial, Helvetica, sans-serif !important;
}

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


.reveal {
  transform: translateY(30px);
  opacity: 0;
  transition: 2s all ease;
}
.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.nav {
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.7);
  width: 100%;
  z-index: 9999;
  position: fixed;
}

.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px 20px;
  width: 1200px;
}
@media screen and (max-width: 550px) {
  .nav-container {
    padding: 20px 20px !important;
  }
}
 
  .shipping-delete {
    display: none;
  }


.nav_one {
  display: flex;
  column-gap: 50px;
}

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

#logo-name {
  font-size: 25px;
  font-family: "Lato", sans-serif !important;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.2em;
  padding-right: 10px;
}
@media screen and (max-width: 550px) {
  #logo-name {
    font-size: 21px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}


a {
  all: unset;
}

.nav-container li,
.nav_contact li a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.15;
  color: #fff;
}

#active-page-about a {
  color: #4e7fc4;
}

.nav_one li {
  position: relative;
}

.nav_one li:before {
  position: absolute;
  content: "";
  width: 70%;
  height: 2px;
  background-color: #4e7fc4;
  left: 15%;
  bottom: -10px;
  transform: scale(0);
  transition: 0.5s;
}

.nav_one li:hover:before {
  transform: scale(1);
}



#p-n-b-h{
  color: rgb(51, 51, 51);
  margin-left: -20px;
  margin-top: 150px;
  text-align: center;
  color: rgb(51, 51, 51);
  font-size: 40px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -1px;
  
}

.page-main-services{
    background-color: #f5f5f5;
}

.page-services  {
    display: flex;
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 60px;
}

.page-services-container {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 700px){
.page-services-container {
    width: 85%;
}    
}

.page-services-container h3 {
    width: 760px;
    padding: 0 30px;
    color: #212121;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1.2;
}

.page-services-container p {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1.55px;
  line-height: 25.5px;
  color: #999999;
}

@media screen and (max-width: 550px) {
    .page-services-container p{
    margin-bottom: 56px;}
  }

.menu-btn_cont {
    display: none;
  }

  @media screen and (max-width: 1100px) {
    .menu-btn_cont {display: block;
  }
}
  
  .menu-btn_cont {
    display: none;
  }
  
  @media screen and (max-width: 1100px) {
    .menu-btn_cont {
    display: block;
    z-index: 99999;
  }
}

  .main-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #fff;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all 0.375s;
  }
  
  .main-nav.is-open {
    position: fixed;
    opacity: 1;
    z-index: 100;
    visibility: visible;
  }
  
  /* Yellow band effect */
  .main-nav::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -15px;
    background: linear-gradient(-45deg, #070200, #00455e, #00523f);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform-origin: 0 0;
    transform: skew(-14deg) translateX(-120%);
    transition: all 0.275s 0.1s;
  }
  
  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  
  .main-nav.is-open::before {
    transform: skew(-14deg) translateX(0);
  }
  
  /* Skewing effect on menu links */
  .main-nav ul {
    display: inline-flex;
    flex-direction: column;
    height: 93%; /* Should be 100%, but we have a notice message :D */
    align-items: flex-end;
    justify-content: center;
    transform: translateX(-18%) skew(-16deg);
  }
  
  .main-nav li {
    display: block;
    margin: 0.5rem 0;
    text-align: right;
    transform: skew(16deg);
  }
  
  /* Apparition effect on links */
  .main-nav a {
    opacity: 0;
    transform: translateY(-10px);
  }
  
  .main-nav.is-open a {
    opacity: 1;
    transform: translateY(0);
  }
  .main-nav li:nth-child(1) a {
    transition: all 275ms 175ms;
  }
  .main-nav li:nth-child(2) a {
    transition: all 275ms 225ms;
  }
  .main-nav li:nth-child(3) a {
    transition: all 275ms 275ms;
  }
  .main-nav li:nth-child(4) a {
    transition: all 275ms 325ms;
  }
  .main-nav li:nth-child(5) a {
    transition: all 275ms 375ms;
  }
  
  /* Decoration */
  
  #main-nav a {
    display: block;
    padding: 12px 0;
    color: #ffffff;
    font-size: 45px;
    text-decoration: none;
    font-weight: bold;
  }

  @media screen and (max-width: 800px) {
    #main-nav a {font-size: 35px;
  }}
  @media screen and (max-width: 600px) {
    #main-nav a {font-size: 25px;
  }}
  @media screen and (max-width: 500px) {
    #main-nav a {font-size: 20px;
  }}
  @media screen and (max-height: 500px) {
    #main-nav a {font-size: 15px;
  }}
  @media screen and (max-width: 300px) {
    #main-nav a {font-size: 15px;
  }}
  
  .open-main-nav {
  position: absolute;
  top: 29px;
  padding-top: 20px;
  right: 15px;
  z-index: 1000;
  background: none;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  .open-main-nav {
    top: 21px;
  }
}

  .open-main-nav:focus {
    outline: none;
  }
  .burger {
    position: relative;
    display: block;
    width: 30px;
    height: 4px;
    margin: 0 auto;
    background: #ffffff;
    transform: skew(5deg);
    transition: all 0.275s;
  }
  
  .burger:before {
    content: "";
    display: block;
    height: 100%;
    background: #ffffff;
    transition: all 0.275s;
  }
  
  .burger:after {
    content: "";
    display: block;
    margin-bottom: 5px;
    height: 100%;
    background: #365889;
    transition: all 0.275s;
  }
  
  .burger:after {
    transform: translateY(-12px) translateX(-2px) skew(-20deg);
  }
  
  .burger:before {
    transform: translateY(-16px) skew(-10deg);
  }
  
  /* Toggle State part */
  .is-open .burger {
    transform: skew(5deg) translateY(-8px) rotate(-45deg);
  }
  
  .is-open .burger:before {
    transform: translateY(0px) skew(-10deg) rotate(75deg);
  }
  
  .is-open .burger:after {
    transform: translateY(-12px) translateX(10px) skew(-20deg);
    opacity: 0;
  }
  
  .burger-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  
  .menu-open {
    overflow: hidden;
  }


main {
    background-color: #f5f5f5;
    overflow: hidden; 
}

footer{
  overflow: hidden;
}


.tabs-service {
    
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: linear-gradient(145deg, #1e2024, #23272b);
}

.tabs-service li {
    background-color: #212327;
    width: 25%;
    max-width: 350px;
    min-width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    color: #c4cfde;
    font-family: 'Poppins', sans-serif;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}

@media screen and (max-width: 700px){
  .tabs-service li {
      font-size: 18px;
      height: 50px;
}
}

.tabs-service li:hover {
    background: linear-gradient(145deg, #1e2024, #23272b);
    color: #365889;
    position: relative;
    border-radius: 10px;
}

.active-service {
    background: linear-gradient(145deg, #1e2024, #23272b);
    color: #365889 !important;
    position: relative;
}

.contents-service {
    width: 80%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

@media screen and (max-width: 800px){
  .contents-service {
    width: 95%;
}
}

.box-serv {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(145deg, #1e2024, #23272b);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px;
    width: 100%;
    animation: moving 1s ease;
    -webkit-animation: moving 1s ease;
}

@media screen and (max-width: 800px){
  .box-serv {
    flex-direction: column;
  justify-content: center;
}
}

.box-serv img {
    width: 50%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media screen and (max-width: 800px){
     .box-serv img{
     width: 95%;}
}

@media screen and (max-width: 800px){
  .box-serv img {
    width: 95%;
}
}

.box-serv h3 {
    color: #c4cfde;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

@media screen and (max-width: 500px){
  .box-serv h3 {
    font-size: 29px;
}
}

.box-serv p {
    color: #c4cfde;
    opacity: .5;
    font-size: 1.5rem;
}

@media screen and (max-width: 500px){
  .box-serv p {
    font-size: 18px;
}
}

.show-serv {
    display: flex;
}

.hide {
    display: none;
}

@keyframes moving {
    from {
        transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        opacity: 0;
    }

    to {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        opacity: 1;
    }
}



.main-form {
  background-color: #f5f5f5;
}

.main-form-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-form-container h4 {
  width: 760px;
  padding: 70px 30px;
  color: #212121;
  text-align: center;
  font-size: 51px;
  font-weight: bold;
  letter-spacing: 1.2;
}

@media screen and (max-width: 650px) {
  .main-form-container h4 {
  width: 80%;
  font-size: 31px;
  padding: 60px 10%;
}}

.form-control {
  width: 760px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #212121;
  background-color: #f5f5f5;
  padding: 30px;
  font-size: 19px;
}

@media screen and (max-width: 800px) {
  .form-control {
  width: 600px;
}}

@media screen and (max-width: 800px) {
  .form-control {
  width: 400px;
}}

@media screen and (max-width: 450px) {
  .form-control {
  width: 300px;}}

.rendered-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 25px;
}

.btn-default {
  margin-top: 30px;
  padding: 15px 60px;
  font-size: 21px;
  background-color: #365889;
  color: #f5f5f5;
  border: none;
  transition: 0.5s;
  border-radius: 10px;
  margin-bottom: 30px;
}

.btn-default:hover {
  background-color: #4e7fc4;
  transform: scale(1);
}

  .footer-block {
    display: flex;
    justify-content: center;
  }
  
  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 144px 0;
    width: 85%;
  }
  
  @media screen and (max-width: 500px) {
    .footer-container {
    padding: 60px 0;
  }}
  
  
  @media screen and (max-width: 500px) {
    footer-container:first-child {
    width: 85%;
  }}
  
  @media screen and (max-width: 500px) {
  .footer-container:nth-child(2) {
      width: 85%;
    }
  }
  
  .footer-container h3 {
    width: 560px;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 1.55;
    text-align: center;
    color: black;
    margin-bottom: 41px;
  }
  
  @media screen and (max-width: 500px) {
    .footer-container h3 {
    width: 100%;
    padding: 0;
    font-size: 31px;
  }}
  
  @media screen and (max-width: 500px) {
    .footer_bottom h5 {
    padding: 0 15px;
    font-size: 12px;
  }}
  
  .footer-container p {
    width: 560px;
    color: black;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1.25;
    text-align: center;
    margin-bottom: 48px;
  }
  
  @media screen and (max-width: 500px) {
    .footer-container p {
    width: 100%;
    font-size: 16px;
  }}
  
  .footer-container a {
    width: 560px;
    color: black;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1.5;
    opacity: 0.6;
    text-align: center;
  }
  
  .footer-icons {
    margin-top: 24px;
    margin-bottom: 30px;
    display: flex;
    column-gap: 5px;
  }
  
    
    .scroll-prompt-arrow-container {
      
      animation-name: bounce;
      animation-duration: 1.5s;
      animation-iteration-count: infinite;

      padding-bottom: 70px;
    }
    .scroll-prompt-arrow {
      animation-name: opacity;
      animation-duration: 1.5s;
      animation-iteration-count: infinite;
    }
    .scroll-prompt-arrow:last-child {
      animation-direction: reverse;
    }
    .scroll-prompt-arrow > div {
      width: 36px;
      height: 36px;
      border-right: 8px solid #bebebe;
      border-bottom: 8px solid #bebebe;
      transform: rotate(45deg) translateZ(1px);
    }
  
  
  @-webkit-keyframes opacity {
    0% {
      opacity: 0;
    }
  
    10% {
      opacity: 0.1;
    }
  
    20% {
      opacity: 0.2;
    }
  
    30% {
      opacity: 0.3;
    }
  
    40% {
      opacity: 0.4;
    }
  
    50% {
      opacity: 0.5;
    }
  
    60% {
      opacity: 0.6;
    }
  
    70% {
      opacity: 0.7;
    }
  
    80% {
      opacity: 0.8;
    }
  
    90% {
      opacity: 0.9;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  @keyframes bounce {
    0% {
      transform: translateY(0);
    }
  
    10% {
      transform: translateY(3px);
    }
  
    20% {
      transform: translateY(6px);
    }
  
    30% {
      transform: translateY(9px);
    }
  
    40% {
      transform: translateY(12px);
    }
  
    50% {
      transform: translateY(15px);
    }
  
    60% {
      transform: translateY(18px);
    }
  
    70% {
      transform: translateY(21px);
    }
  
    80% {
      transform: translateY(24px);
    }
  
    90% {
      transform: translateY(27px);
    }
  
    100% {
      transform: translateY(30px);
    }
  }
  