@media only screen and (max-width: 600px) {
  header {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 12;
    background-color: white;
  }
  header svg {
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 30px;
    height: auto;
    fill: green;
    cursor: pointer;
  }
  header svg:hover {
    fill: blue;
  }
  header .nav-items {
    width: 90%;
    height: 95px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header .nav-items .nav-items-img {
    width: 200px;
    height: auto;
    position: absolute;
    top: 20px;
  }
  header .nav-items ul {
    position: absolute;
    display: none;
    gap: 20px;
    height: 100px;
    list-style: none;
    left: 20%;
    top: 70px;
  }
  header .nav-items ul li {
    border: 0px solid var(--color-primary);
    border-radius: 40px;
    width: auto40px;
    text-align: center;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }
  header .nav-items ul li a {
    text-decoration: none;
    color: black;
    font-size: 15px;
  }
  header .nav-items ul .contact-icon {
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
  }
  header .nav-items ul .contact-icon a {
    color: white;
  }
  header .nav-items ul li:hover {
    border: 1px solid var(--color-primary);
    border-radius: 15px;
    cursor: pointer;
  }
  header .nav-items ul li:hover a:hover {
    color: var(--color-primary);
  }
  .main-banner {
    height: 600px;
    position: relative;
    top: 0;
  }
  .main-banner .main-banner-img {
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
  }
  .main-banner .wrap-text {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
  }
  .main-banner .wrap-text h2 {
    width: 70%;
    position: absolute;
    top: 30px;
    left: 15%;
    line-height: 40px;
    color: #0e3583;
  }
  .main-banner .wrap-text span {
    background-color: #239323;
    padding: 4px;
    line-break: 1px;
    color: white;
  }
  .intro {
    background-color: #111117;
    height: auto;
  }
  .intro-section {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    height: auto;
    padding: 30px;
    color: var(--color-p4);
  }
  .intro-section p {
    margin-top: 40px;
  }
  .intro-section h3 {
    font-size: 25px;
    color: white;
  }
  .intro-section span {
    background-color: var(--color-primary);
    padding: 10px;
  }
  .intro-section .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-top: 40px;
  }
  .intro-section .right svg {
    width: 40px;
    height: auto;
    fill: var(--color-primary);
  }
  .intro-section .right p {
    margin-top: 20px;
  }
  .intro-section .right .part {
    height: 200px;
  }
  .intro-section .right .part .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 20px;
  }
  .intro-section .right .part p {
    font-size: 14px;
  }
  .intro2-section {
    width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 40px !important;
    height: auto;
    margin-top: 20px;
  }
  .intro2-section p {
    margin-top: 40px;
    color: var(--color-p4);
  }
  .intro2-section h3 {
    font-size: 30px;
  }
  .intro2-section h3 span {
    background-color: var(--color-primary);
    padding: 1px;
    color: white;
  }
  .intro2-section ul {
    margin-top: 40px;
    color: var(--color-p);
    list-style: square;
  }
  .intro2-section ul li {
    padding: 10px;
    margin-top: 10px;
    font-size: 15px;
  }
  .desc-pdg {
    margin-top: 30px;
    display: block;
    margin-bottom: 50px;
  }
  .desc-pdg img {
    display: none;
  }
  .desc-pdg .desc-text h2 {
    text-align: center;
  }
  .desc-pdg .desc-text h5 {
    margin-top: 20px;
    text-align: center;
  }
  .desc-pdg .desc-text .desc-social-icon {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 20px;
    margin-bottom: 14px;
    display: -ms-grid;
    display: grid;
    gap: 14px;
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    margin-top: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .desc-pdg .desc-text .desc-social-icon i {
    color: black;
    font-size: 20px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }
  .desc-pdg .desc-text .desc-social-icon i:hover {
    color: green;
  }
  .desc-pdg .desc-text p {
    margin-top: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  footer {
    height: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: var(--color-p3);
  }
  footer .social-linkedin {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  footer .social-linkedin:hover {
    opacity: 60%;
    font-size: 47px;
  }
  footer .footer-mentions {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    height: auto;
    background-color: var(--color-p1);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  footer .footer-mentions h5, footer .footer-mentions a {
    color: var(--color-p2);
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-mentions a {
    text-decoration: none;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
  }
  footer .footer-mentions a:hover {
    opacity: 60%;
  }
  footer .footer-up {
    padding: 40px 0;
    display: block;
    color: var(--color-p2);
    font-size: 14px;
    list-style: symbols("-");
  }
  footer .footer-up h3 {
    color: #fff;
    font-size: 15px;
  }
  footer .footer-up .footer-about {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-up .footer-about p {
    margin-top: 30px;
  }
  footer .footer-up .footer-about ul {
    margin-top: 15px;
    margin-left: 14px;
  }
  footer .footer-up .footer-about li {
    margin-top: 15px;
  }
  footer .footer-up .footer-pages {
    display: none;
  }
  footer .footer-up .footer-tags {
    display: none;
  }
  footer .footer-up .footer-contact {
    margin-top: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-up .footer-contact p {
    margin-top: 30px;
  }
  footer .footer-up a {
    -webkit-text-decoration-color: none;
            text-decoration-color: none;
    text-decoration: none;
    color: var(--color-p2);
    -webkit-transition: color .5s;
    transition: color .5s;
  }
  footer .footer-up a:hover {
    color: white;
  }
}
/*# sourceMappingURL=res_main.css.map */