*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
}

:root {
    --blue: #0D476C;
}

.header {
    min-height: 83vh;
    width: 100%;
    background-image: linear-gradient(rgba(228, 228, 228, 0.4),
    rgba(228, 228, 228, 0.4)),url(./imagess/picture4.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    position: fixed;
    width: 90%;
    z-index: 4;
    transition: 0.6s ease;
}

.nav-active {
    padding: 1% 6%;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(120, 120, 120, 0.3);
}

nav img {
    width: 190px;
    padding-right: 6px;
}

.nav-links {
    flex: 1;
    text-align: right;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a{
    color: var(--blue);
    text-decoration: none;
    font-size: 17px;
    font-weight: 800;
}

.nav-links ul li:after {
    content:'';
    width: 0%;
    height: 3px;
    background: #D72700;
    display: block;
    margin: auto;
    transition: 0.3s;
}

.nav-links ul li:hover::after {
    width: 100%;
}

.dropbtn {
    background-color: transparent;
    color: var(--blue);
    font-size: 17px;
    font-weight: 800;
    border: none;
    cursor: pointer;
  }

  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }

  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: var(--blue);
    padding-top: 3px;
    min-width: 39px;
    text-decoration: none;
    display: block;
    text-align: left;
    z-index: 00;
  }

  .dropdown-content a:after {
    content:'';
    width: 0%;
    height: 3px;
    background: #D72700;
    display: block;
    margin: auto;
    transition: 0.3s;
}

.dropdown-content a:hover::after {
    width: 100%;
}
  
.dropdown:hover .dropdown-content{
    display: block;
}

.text-box {
    width: 50%;
    color: var(--blue);
    position: absolute;
    top: 55%;
    left: 32%;
    transform: translate(-50%, -50%);
    text-align: left;
}

.text-box h1 {
    font-size:3vw;
    padding-bottom: 0rem;
}

.text-box h3 {
    margin: 10px 0 40px;
    font-size: 2.5vw;
    color: var(--blue);
    font-weight: 400;
}

.hero-btn {
    padding: 1rem 2.5rem;
    border: none;
    color:#fff;
    background: var(--blue);
    font-size: 15px;
    cursor: pointer;
    outline: none;
    transition: 0.3s ease;
    text-decoration: none;
    border-radius: 4px;
    padding-left: -3rem;
}

.hero-btn:hover {
    background: #D72700;
}

nav .fa {
    display: none;
}

@media screen and (max-width: 700px) {
    .text-box h1 {
        font-size: 25px;
    }
    .text-box h3 {
        font-size: 20px;
    }
    .nav-links ul li {
        display: block;
    }
    .nav-links {
        position: absolute;
        background: var(--blue);
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }

    nav .fa{
        display: block;
        color: var(--blue);
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    nav .fa:nth-last-child(2){
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul {
        padding: 30px;
    }

    .nav-links ul li a {
        color: #fff;
    }

    .dropdown p {
        color: #fff;
    }
    nav img {
        padding-top: 1rem;
    }

    .hero-btn {
        font-size: 13px;
    }

    .dropbtn {
        color: #fff;
    }

     
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}

}
/*-- what are welding chamber habitats --*/
.what {
    width: 100%;
    margin: auto;
    padding-top: 100px;
    display: flex;
    text-align: center;
    background: #f7f7f7;
}

.what-box {
    background: #fff;
    margin-bottom: 10%;
    padding: 20vw 22vw;
    box-sizing: border-box;
    padding-left: 7vw;
    text-align: left;
    padding-top: 3vw;
    padding-bottom: 3vw;
    margin-top: 6.2rem;
    padding-right: 6vw;
    margin-left: 1vw;
    z-index: 1;
    position: relative;
    left: 10vw;

}

.what-box h1 {
    font-size: 2vw;
    padding-bottom: 10px;
    color: var(--blue);
}

.what-box p {
    text-align: justify;
    font-size: 1vw;
}

.what-img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    right: 10rem;
    top: 4vh;
    border-radius: 15px;
}

@media screen and (max-width: 700px) {
    .what {
        flex-direction: column;
        padding-top: 2rem;
    }

    .what-box h1 {
        font-size: 25px;
    }

    .what-box {
        padding-left: 4rem;
        margin-right: 3rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-right: 1.5rem;
        z-index: 1;
        position: relative;
        left: 0px;
    }

    .what-img {
        margin-left: 0.5rem;
        z-index: 0;
        right: 0rem;
        top: 0px;
        width: 88.5%;
    }

    .what-box p {
        font-size: 14px;
        padding-right: 1.5rem;
    }
    
}

/*-- how does it work? --*/
.how {
    width: 100%;
    margin: auto;
    padding-top: 80px;
    display: flex;
    text-align: center;
    background: #f7f7f7;
    padding-bottom: 6rem;
}

.how-box {
    background: #fff;
    margin-bottom: 10%;
    padding: 20vw 22vw;
    box-sizing: border-box;
    padding-left: 6vw;
    text-align: left;
    padding-top: 3.5vw;
    padding-bottom: 3.5vw;
    margin-top: 0rem;
    padding-right: 6vw;
    margin-right: 7vw;
    position: relative;
    z-index: 2;
    top: 4vw;
}

.how-box h1 {
    font-size: 2vw;
    padding-bottom: 10px;
    color: var(--blue);
}

.how-box p {
    text-align: justify;
    font-size: 1vw;
}

.how-img {
    width: 100%;
    height: auto;
    margin-left: 5vw;
    margin-top: 0vw;
    position: relative;
    z-index: 0;
    left: 90px;
    border-radius: 15px;
}

@media screen and (max-width: 700px) {
    .how {
        flex-direction: column;
    }

    .how-box h1 {
        font-size: 25px;
    }

    .how-box {
        padding-left: 4rem;
        margin-left: 1rem;
        margin-right: 0.5rem;
        padding-right: 2rem;
        margin-top: 1rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-left: 3rem;
        position: relative;
        z-index: 2;
        top: 0px;
    }

    .how-img {
        margin-left: 0.3rem;
        width: 90%;
        left: 0px;
    }

    .how-box p {
        font-size: 14px;
        padding-right: 0.5rem;
    }
    
}

/*-- why you need chamber habitats --*/
.why {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 80px;
        --s: 80px; /* control the size*/
        --c1: #ffffff;
        --c2: #fafafa;
        
        --g: var(--c1)    3.125%,var(--c2) 0 9.375%,
             var(--c1) 0 15.625%,var(--c2) 0 21.875%,
             var(--c1) 0 28.125%,#0000 0;
        background: 
          linear-gradient(225deg,#0000    3.125%,var(--c2) 0 9.375%,
                                 #0000 0 78.125%,var(--c2) 0 84.375%,#0000 0) 
           0 calc(var(--s)/2),
          linear-gradient( 45deg,var(--g)) 0 var(--s),
          linear-gradient( 45deg,var(--g)) calc(var(--s)/-2) calc(var(--s)/-2),
          linear-gradient(225deg,var(--g)) var(--s) 0,
          linear-gradient(225deg,var(--g)) calc(var(--s)/2) var(--s),
          repeating-linear-gradient(-45deg,var(--c1) -3.125% 3.125%,var(--c2) 0 9.375%);
        background-size: calc(2*var(--s)) calc(2*var(--s));
}

.why h1 {
    font-size: 2vw;
    font-weight: 600;
    color: var(--blue);
}

.row {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-left: 9vw;
}

.why-img {
    width: 80px;
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

.why-col {
    flex-basis: 31%;
    background: transparent;
    border-radius: 10px;
    margin-bottom: 10%;
    padding: 20px 12px;
    box-sizing: border-box;
}

.why-col p {
    padding: 1.1rem;
    text-align: justify;
    font-size: 1vw;
}

.why-col h3 {
    font-size: 1.7vw;
    color: var(--blue);
}

@media screen and (max-width: 700px) {
    .why h1 {
        font-size: 25px;
        padding-bottom: 1rem;
    }

    .why-col h3 {
        font-size: 23px;
    }

    .why-col p {
        font-size: 14px;
    }

    .row {
        flex-direction: column;
        align-items: center;
        margin-left: 10vw;
    }
}

/*-- why choose moners creative --*/
.whychoose {
    width: 100%;
    margin: auto;
    padding-top: 80px;
    display: flex;
    flex-direction:column;
    flex-basis: 31%;
    text-align: center;
    background: #f7f7f7;
    background-image: url(./imagess/pattern2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
      
}

.whychoose-box {
    background: #fff;
    padding: 20px 22px;
    box-sizing: border-box;
    padding-left: 5vw;
    text-align: left;
    padding-bottom: 4.5vw;
    margin-left: 19vw;
    position: relative;
    margin-right: 19vw;
    padding-right: 5vw;
    z-index: 2;
    bottom: 11vw;
}

.whychoose-box h1 {
    font-size: 2vw;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 1rem;
    color: var(--blue);
}


.whychoose-box p {
    text-align:justify;
    font-size: 1vw;
}

.whychoose-img {
    width: 70%;
    height: auto;
    position: relative;
    z-index: 1;
    top: 60px;
    border-radius: 15px;
}

   

@media screen and (max-width: 700px) {

    .whychoose-box {
        padding-left: 2rem;
        text-align: left;
        padding-bottom: 4.5rem;
        margin-left: 1rem;
        margin-right: 1rem;
        padding-right: 2rem;
        bottom: 0px;
        z-index: 1;
        margin-bottom: 10rem;
    }

    .whychoose-img {
        z-index: 1;
        top: 0px;
        width: 90%;
        padding-bottom: 1rem;
    }

    .whychoose-box h1 {
        font-size: 25px;
    }

    .whychoose-box p {
        font-size: 14px;
    }
}

/* Footer Section */
.footer {
    padding: 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #fff;
    background: var(--blue);
    height: 210px;
}

.footer__desc {
    padding: 0 3rem;
    margin-right: 1rem;
   
}

.footer__desc p {
    width: 20.8vw;
    text-align: justify;

}

.footer__desc h1 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.footer p {
    margin-bottom: 1rem;
    font-size: 15px;
}

.footer i {
    margin-bottom: 0.4rem;
}

#phone {
    font-weight: bold;
    font-size: 1.2rem;
}

.footer__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    transform: translateX(-30%);
}


.footer__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 2rem;
}

.footer__links:nth-child(1) {
    margin-right: 2rem;
}

.footer__title {
    font-size: 14px;
    margin-bottom: 16px;
}

.footer h2 {
    color:#D72700;
}

.footer__link {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0.5rem;
    transition: 0.3s ease-in-out;
}

.footer__link:hover {
    color: var(--red);
}

.footer__info {
    display: flex;
}

.footer__info a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding-left: 0.6rem;
    padding-bottom: 1rem;
}

.footer__links a:hover {
    color: #D72700;
}

.footer i {
   padding-top: 0.2rem;
}

.footer p {
    font-size: 13px;
}

.footer h3 {
    padding-bottom: 1rem;
}

.footer__img {
    width: 40%;
    height: auto;
    padding-bottom: 1rem;
}

@media screen and (max-width: 1000px) {
    .footer__wrapper {
        grid-template-columns: 1fr;
    }

    .footer__wrapper {
        transform: translateX(0%);
    }

    .footer {
        height: 500px;
    }

    .footer__img {
        width: 50%;
        height: auto;
        padding-bottom: 1rem;
    }
    
}

@media screen and (max-width: 700px) {
   .footer__desc p {
        width: 11rem;
   }

   .footer__wrapper {
    transform: translateX(0%);
   }

   .footer__img {
    width: 70%;
   }
}
@media screen and (max-width: 620px) {
   .footer {
    display: grid;
    grid-template-columns: 1fr;
    height: 700px;
   }
   
    .footer__desc p {
        width: 50vw;
   }

   .footer__wrapper {
    padding-left: 1rem;
    transform: translateX(0%);
   }

   .footer__img {
    width: 40%;
   }
}

/*--------- Project Experiences page --------------- */
.header2 {
    height: 450px;
    width: 100%;
    background-image:  linear-gradient(rgba(13, 71, 108, 0.2),
    rgba(13, 71, 108, 0.2)), url(./imagess/picture2.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
}

.header2 h1 {
    color: var(--blue);
    padding-top: 15rem;
    font-size: 3vw;
}

.pe-content {
    width: 100%;
    margin: auto;
    height: auto;
    display: flex;
    flex-direction:row;
    flex-basis: 31%;
    text-align: left;
    background: #f7f7f7;
    padding-bottom: 5rem;
    justify-content: space-around;
    background-image: url(./imagess/pattern2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.pe-box {
    background: #fff;
    min-width: 16rem;
    height: 0px;
    box-sizing: border-box;
    text-align: left;
    margin-left: 7rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 18rem;
    position: -webkit-sticky;
    position: sticky;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(120, 120, 120, 0.3);
    top: 0;
    top: 220px;
    flex: auto;
    align-self: flex-start;
    z-index: 2;
    transform: translateY(-35%);
}

.patterns-img {
    width: 100%;
    height: 960px;
}

.progress-bars {
    height: 2px;
    background: var(--blue);
    width: 0%;
    margin-bottom: 0rem;
}

.pe-box a {
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.pe-box a:after {
    content:'';
    width: 0%;
    height: 3.2px;
    background: #D72700;
    display: block;
    margin: auto;
    transition: 0.3s;
}

.pe-box a:hover::after {
    width: 100%;
}

.pe-box h3 {
    padding-bottom: 3px;
    color: var(--blue);
}

.pe-contents {
    padding-right: 9vw;
    padding-left: 6rem;
    padding-top: 3rem;
    flex: 2 auto;
    height: 0%;
}

.pe-contents p {
    padding-bottom: 3rem;
    text-align: justify;
}

.pe-contents h2 {
    font-size: 25px;
    padding-bottom: 0.5rem;
    color: var(--blue);
}


.clients-img {
    width: 100%;
    height: 100%;
}
.clients-img2 {
    width: 60%;
    height: 60%;
    padding-left: 9rem;
}

#myImg {
    cursor: pointer;
    transition: 0.3s;
    margin-right: 2rem;
}

#myImg:hover {opacity: 0.7;}
#myImg2 {
    cursor: pointer;
    transition: 0.3s;
    margin-right: 2rem;
}

#myImg2:hover {opacity: 0.7;}
#myImg3 {
    cursor: pointer;
    transition: 0.3s;
}

#myImg3:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
    
}

@media screen and (max-width: 700px) {
    .pe-content {
        display: flex;
        flex-direction:column;
        height: auto;
        margin-top: -3rem;
    }

    .pe-box {
        background: #fff;
        min-width: 16rem;
        height: 0px;
        box-sizing: border-box;
        text-align: left;
        margin-left: 9vw;
        padding-left: 3rem;
        padding-right: 22vw;
        padding-top: 2rem;
        padding-bottom: 17rem;
        position: -webkit-sticky;
        position:relative;
        
    }

    .pe-contents {
        padding-top: 10rem;
        padding-right: 2rem;
        padding-left: 4rem;
    }

    .pe-contents p {
        font-size: 14px;
    }
    .pe-contents h2 {
        font-size: 22px;
    }
    .clients-img2 {
        padding-left: 2rem;
    }
    
}

/*-- COntact Us --*/
.contactus {
    padding-top: 0.5rem;
    padding-bottom: 4rem;
    height: auto;
    background: #f7f7f7;
    background-image: url(./imagess/pattern2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
}

.contactus-row {
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-left: 9vw;

}

.contactus p {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    text-align: center;
    font-size:large;
    color:rgb(87, 87, 87);
}

.contactus h2 {
    font-weight: 600;
    color: var(--blue);
}

.contactus a {
    font-size: large;
    text-decoration: none;
    color:#D72700;
}

.contactus-img {
    width: 70px;
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}
.contactus-img2 {
    width: 80px;
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.3rem;
}

.header3 {
    height: 400px;
    width: 100%;
    position: relative;
    text-align: center;
}

.headercapt {
    background-color: var(--blue);
    color:#fff;
    width: 55%;
    height: 400px;
}

.headii {
    display: flex;
}

.headimg {
    width: 45%;
    height: 400px;
    background-image: linear-gradient(rgba(13, 71, 108, 0.2),
    rgba(13, 71, 108, 0.2)), url(./imagess/picturee.JPG);
    background-size: cover;
    position: relative;
}

.headercapt h1 {
    text-align: left;
    padding-top: 11.5rem;
    padding-left: 7rem;
    font-size: 2.7vw;
    font-weight: 700;
}

@media screen and (max-width: 700px) {
    .contactus {
        height: auto;
    }
    
    .headercapt h1 {
        font-size: 30px;
        padding-right: 3rem;
        padding-top: 9rem;
        padding-left: 3rem;
    }

    .contactus h3 {
        font-size: 23px;
    }

    .contactus-col p {
        font-size: 14px;
    }

    .contactus-row {
        flex-direction: column;
        align-items: center;
        margin-left: 10vw;
    }
}

.catalog-btn {
    padding: 1rem 2rem;
    border: none;
    color:#fff;
    background: var(--blue);
    font-size: 15px;
    cursor: pointer;
    outline: none;
    transition: 0.3s ease;
    text-decoration: none;
    border-radius: 4px;
    padding-left: -3rem;
}

.catalog-btn:hover {
    background:#D72700;

}
