* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
@font-face {
    font-family: open-sans;
    src: url(./fonts/OpenSans-Regular.ttf);
  }
  @font-face {
    font-family: open-sans-bold;
    src: url(./fonts/OpenSans-Bold.ttf);
  }
body {
    font-family: open-sans;
}

section {
    padding: 75px 100px;
    max-width: 1400px;
    margin: auto;
}
h1,h2,h3{
    font-family: open-sans-bold;

}
section h2 {
    font-size: 2rem;
}

/* header */

header {
    width: 100%;
}

h2,
h3 {
    color: #136DAB;
}

p,q {
    font-size: 18px;
    font-family: open sans;
}

.header-wrapper {
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
    margin: auto;
}

header .header-wrapper .header-logo img {
    max-width: 200px;
    width: 100%;
}

.nav-menu h3,.nav-menu h3 a {
    color: #E3393C;
    font-size: 1.7rem;
    margin-top: 20px;
}

.nav-menu a {
    color: #136DAB;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
}

.nav-menu a:hover {
    text-decoration: underline;
}

.nav-menu .nav {
    padding: 10px 0px;
}

header .nav-menu .nav {
    display: flex;
    list-style: none;
    gap: 40px;
}

/* hero */

#hero {
    min-height: 550px;
    background: url(./img/NCA\ Panel\ 001.jpg);
    background-size: cover;
    color: #fff;
}

#hero .hero-content {
    margin-top: 150px;
    max-width: 400px;
    padding-left: 20px;
    border-left: 1px solid #fff;
    width: 100%;
}

.hero-content h1 {
    font-size: 2.5rem;
}

.hero-content p {
    margin-top: 20px;
    font-size: 1.7rem;
}


/* services */

.services-content {
    text-align: center;
    margin: auto;
}

.services-content * {
    padding: 20px 0px;

}

.services-grid {
    display: grid;
    padding-top: 40px;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.service-div {
    text-align: center;
}

.service-div * {
    margin: 10px 0px;
}

.service-div img {
    max-width: 120px;
    width: 100%;
}

/* sections */

.section-wrapper .content {
    display: flex;
    flex-direction: column;
    max-width: 450px;
    width: 100%;
    margin-top: 50px;
}

.section-wrapper .content * {
    padding: 5px 10px;
}

.text-left-section,
.text-right-section {
    padding: 0px;
}

.text-right-section .section-wrapper {
    min-height: 550px;
    display: flex;
    padding: 100px;
    align-items: center;
    justify-content: flex-end;

}

.text-left-section .section-wrapper {
    min-height: 550px;
    display: flex;
    padding: 100px;
    align-items: center;
}

/* creative */
#creative {
    background: url(./img/NCA\ Creative\ Expertise.jpg);
    background-size: cover;
}

#creative * {
    color: #000000;
}


/* responsiveData */
#responsiveData {
    background: url(./img/Responsive\ Data.jpg);
    background-size: cover;
}

#responsiveData * {
    color: #000000;
}

#responsiveData h2 {
    color: #E3393C;
}

/* mailing */
#mailing {
    background: url(./img/NCA\ Mail\ Services\ 2.jpg);
    background-size: cover;
}

#mailing * {
    color: #ffffff;
}

#questions {
    background: url(./img/NCA\ Contact.jpg);
    background-size: cover;
    background-position: center;
}

#questions .call-section {
    padding: 30px 0px;
}

#questions h1 {
    font-size: 3rem;
}

#questions h2 {
    font-size: 1.5rem;
}

#questions * {
    color: #ffffff;
}


/* text-left section */
#project {
    background: url(./img/NCA\ Project\ Mgnt.jpg);
    background-size: cover;
}

#project * {
    color: #ffffff;
}


/* Printing */

#printing {
    background: url(./img/NCA\ Printing\ Services.jpg);
    background-size: cover;
}

#printing * {
    color: #ffffff;
}

/* reservation */
#reservation {
    background: url(./img/NCA\ reservation\ Services.jpg);
    background-size: cover;
}

#responsiveData h2 {
    color: #136DAB;
}


/* Contact section */

#contact {
    background: #C32025;
}

#contact .content {
    max-width: 100%;
}

#contact .content h2 {
    text-align: center;
    padding: 20px 0px;
    color: #fff;
}

#contact .content * {
    padding: 0px;
}

.contact-form .form-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.form-div .left-info>* {
    margin: 20px 0px;
}

input,
textarea {
    border: none;
    padding: 13px 10px !important;
    border-radius: 5px;
    font-size: 1.1rem;

}

.form-div * {
    width: 100%;
}

.form-div .msg textarea {

    background: rgb(255, 255, 255);
    padding: 10px !important;

}

.submit-btn {
    background: #FECC18;
    width: 100%;
    font-weight: 600;
    font-size: 1.6rem;
    color: #C32025;
    cursor: pointer;
}

::placeholder {
    color: #000;
}

/* footer */

footer {
    text-align: center;
    padding: 50px 0px;
}



/* Quotes */
/* Slideshow container */
#quotes {
    background: #EEEEEF;
}

#quotes h2 {
    text-align: center;
}

.slideshow-container {
    position: relative;
}

/* Slides */
.mySlides {
    display: none;
    padding: 40px 80px;
    text-align: center;
}

.mySlides .stars {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}

.mySlides .star {
    font-size: 35px;
    color: #FECC18;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #136DAB;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */


/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border: 1px solid #136DAB;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active,
.dot:hover {
    background-color: #136DAB;
}

/* Add an italic font style to all quotes */
q {
    font-style: italic;
}

/* Add a blue color to the author */
.author {
    margin-top: 50px;
    color: #000;
}

.content {
    z-index: 99;
}


@media only screen and (max-width: 1000px) {
    section {
        padding: 45px 50px;
    }

    #creative {
        position: relative;
    }

    #creative::after {
        position: absolute;
        width: 100%;
        content: '';
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: rgba(85, 175, 205, 0.76);
    }

    #project {
        background: url(./img/NCA\ Project\ Mgnt.jpg);
        background-size: cover;
        background-position: center;
    }

    #project {
        position: relative;
    }

    #project::after {
        position: absolute;
        width: 100%;
        content: '';
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: rgba(200, 2, 28, 0.719);
    }

    #responsiveData {
        position: relative;
    }

    #responsiveData::after {
        position: absolute;
        width: 100%;
        content: '';
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: rgba(255, 255, 255, 0.719);
    }
    #mailing {
        position: relative;
    }

    #mailing::after {
        position: absolute;
        width: 100%;
        content: '';
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    background: rgba(195, 0, 16, 0.76);
    }


    #reservation {
        background-position: 700px;
        position: relative;

    }

    #reservation::after {
        position: absolute;
        width: 100%;
        content: '';
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: rgba(255, 255, 255, 0.829);
    }

    #questions {
        background-position: inherit;
        position: relative;

    }

    #questions::after {
        position: absolute;
        width: 100%;
        content: '';
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: rgba(0, 108, 170, 0.815);
    }
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .text-right-section .section-wrapper {
        padding: 40px;

    }

    .text-left-section .section-wrapper {
        padding: 40px;
    }

    .contact-form .form-div {
        gap: 0px;
        flex-direction: column;
    }
}

@media only screen and (max-width: 760px) {
    section {
        padding: 35px 40px;
    }

    .services-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .service-div {
        text-align: center;
    }
#questions{
    text-align: center;
}
}

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


 @media only screen and (max-width: 500px) {
/* Slides */
.mySlides {
    display: none;
    padding:10px;
    text-align: center;
}
.prev,
.next {
    display: none;
}
    
 }
 @media only screen and (max-width: 425px) {
     p {
         font-size: 16px;
     }
     section h2 {
         font-size: 1.6rem;
     }
     section {
        padding: 15px 20px;
    }
    .text-right-section .section-wrapper {
        padding: 20px;

    }

    .text-left-section .section-wrapper {
        padding: 20px;
    }
#hero{
    background-position: 78%;
    position: relative;

}


#hero::after {
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(157, 2, 10, 0.568);
}
.hero-content{
    z-index: 2;
    position: relative;
}
#questions h1 {
    font-size: 2rem;

}

  }