﻿* {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: normal;
}

h2 {
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h3 {
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

h4 {
    font-size: 1.2rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h5 {
    font-size: 2.5rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: normal;
}

h6 {
    font-size: 0.8rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h7 {
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

h8 {
    font-size: 2.5rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

hr {
    width: 99.50%;
    height: 0px;
    border-width: 1;
    color: rgb(232,232,232);
    align-content: center;
    /* style:"height:2px;border-width:0;color:gray;background-color:gray">  */
}

#HyperLink1 {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: Red;
}

/* Header section */
.header {
    width: 100%;
    position: relative;
    background-color: cadetblue;
}

nav {
    display: flex;
    padding: 1% 4%;
    justify-content: space-between;
    align-items: center;
}

    nav img {
        width: 120px;
    }

.navlinks {
    flex: 1;
    text-align: right;
}

    .navlinks ul li {
        list-style: none;
        display: inline-block;
        padding: 8px 12px;
        position: relative;
        color: white;
        font-size: 2rem;
    }

        .navlinks ul li a {
            color: white;
            text-decoration: none;
            padding: 10px 10px;
        }

        .navlinks ul li::after {
            content: '';
            width: 0%;
            height: 2px;
            background: #f44336;
            display: block;
            margin: auto;
            transition: 0.5s;
        }

        .navlinks ul li:hover::after {
            width: 100%;
        }

nav .fa {
    display: none;
}

.row {
    display: flex;
    justify-content: space-between;
}

/* section 1 */
.home_content {
    width: 100%;
    /* height: 200px; */
}

    .home_content img {
        width: 100%;
        height: 400px;
    }

/* section 2 */

.section2 {
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: rgb(187, 177, 177);
    padding: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}
/* section 3 */
.wrapper {
    width: 100%;
}

    .wrapper:hover {
        background-color: rgb(232,232,232);
    }

.section3 {
    width: 80%;
    margin: auto;
    /* padding-top: 40px;
            padding-bottom: 20px; */
}

    .section3:hover {
        background-color: rgb(232,232,232);
    }

.section3-col {
    width: 48%;
    padding: 30px 2px;
    margin: auto;
}

    .section3-col img {
        width: 90%;
        padding: 20px;
        margin: auto;
    }

/* <section 4 */
.section4-header {
    width: 80%;
    margin: auto;
    text-align: left;
    padding: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.section4-content {
    width: 80%;
    margin: auto;
}

.section4-col {
    flex-basis: 30%;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 20px;
    cursor: pointer;
    background-color: rgb(232,232,232);
    margin: 5px;
}

    .section4-col:hover {
        background-color: rgb(187, 177, 177);
    }

/* section 5  */
.section5 {
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: rgb(187, 177, 177);
    padding: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}

    .section5 img {
        height: 46px;
    }

/* section 6 */
.wrapper6 {
    width: 100%;
}

    .wrapper6:hover {
        background-color: rgb(232,232,232);
    }

.section6 {
    width: 80%;
    margin: auto;
    padding: 60px 0px;
    /* padding-top: 40px;
            padding-bottom: 20px; */
}

.section6-colleft {
    flex-basis: 30%;
}

.section6-colright {
    flex-basis: 70%;
    padding: 10px 10px;
    padding-left: 20px;
}

.section6-colleft img {
    width: 100%;
    margin: auto;
    height: 200px;
}


/* section 7*/
.wrapper7 {
    width: 100%;
}

    .wrapper7:hover {
        background-color: rgb(232,232,232);
    }

.section7-header {
    width: 80%;
    margin: auto;
    text-align: left;
    padding-top: 50px;
}

.section7 {
    width: 80%;
    margin: auto;
    padding: 60px 0px;
    /* padding-top: 40px;
            padding-bottom: 20px; */
}

.section7-colleft {
    flex-basis: 70%;
    padding: 10px 10px;
}

.section7-colright {
    flex-basis: 30%;
}

ul {
    display: inline-block;
    list-style-type: disc;
    margin-bottom: 2 em;
    padding-left: 40px;
}

.section7-colright img {
    width: 100%;
    margin: auto;
    height: 380px;
}

@media(max-width:1000px) {
    .section6-colleft h2 {
        font-size: 1.2rem;
        font-family: sans-serif;
        font-weight: normal;
    }

    .section6-colright img {
        width: 100%;
        margin: auto;
        height: 300px;
    }
}

/* section 8 */
.section8 {
    width: 100%;
}

    .section8:hover {
        background-color: rgb(232,232,232);
    }

.container8-head {
    width: 50%;
    text-align: center;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 40px;
    /* background-color:rgb(248, 14, 14); */
}

.section8-demo {
    width: 50%;
    text-align: center;
    margin: auto;
    padding: 10px;
    /* background-color:rgb(248, 14, 14); */
}

.button {
    border-radius: 20px;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: rgb(0,0,139 );
    color: white;
}

    .button1:hover {
        background-color: #4CAF50;
        color: white;
    }

.container8 {
    width: 50%;
    text-align: center;
    margin: auto;
    padding: 10px;
    /* background-color:rgb(248, 14, 14); */
}
/* Footer */

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(70, 130, 180);
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Contact Us page */
.section7-header {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.contact-form {
    width: 80%;
    max-width: 600px;
    margin: auto;
    text-align: center;
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    border: 1px solid black;
    box-shadow: 0 0 20px #000000b3;
}

.txtb {
    border: 1px solid grey;
    margin: 8px 0;
    padding: 12px 18px;
    border-radius: 8px;
}

    .txtb lable {
        display: block;
        text-align: left;
        color: #333;
        text-transform: uppercase;
        font-size: 1.2rem;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    .txtb input, .txtb textarea {
        width: 100%;
        border: none;
        background: none;
        outline: none;
        font-size: 20px;
        margin-top: 6px;
    }
/* Login Page */
.bgimage {
    background-image: url("../img/PostCRM.jpeg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media(max-width:755px) {
    .bgimage {
        height: 150vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .h2 {
        align-items: center;
        text-align: center;
    }
}

#login {
    border-radius: 20px;
    border: none;
    color: white;
    padding: 5px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    background-color: rgb(0,0,139 );
    color: white;
}

    #login:hover {
        background-color: #4CAF50;
        color: white;
    }

/* .home_content
{
    width: 100%;
    
}
.home_content img
{
 width: 100%;
 height: 400px;
}
.m-t
{
    margin-top: 150px;
}
.m-b
{
    margin-bottom: 100px;
}
 */


/* Register Page  */
#register {
    border-radius: 20px;
    border: none;
    color: white;
    padding: 5px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    background-color: rgb(0,0,139 );
    color: white;
}

    #register:hover {
        background-color: #4CAF50;
        color: white;
    }


/* Signup Page */
#signup {
    background-color: rgb(232,232,232);
}

#registration {
    height: 503px;
}

.style1 {
    height: 22px;
}

.style2 {
    height: 22px;
    width: 309px;
}

.style4 {
}

.style16 {
    height: 48px;
}

.style17 {
    width: 66px;
}

.style18 {
    width: 66px;
    height: 20px;
}

.style19 {
    height: 31px;
}

.style20 {
    height: 20px;
}

.style21 {
    width: 66px;
    height: 31px;
}

.style22 {
    width: 66px;
    height: 28px;
}

.style23 {
    height: 28px;
}



/* Home Page styling */
.tab {
    background-color: rgb(4, 26, 122);
    padding-top: 20px;
    padding-bottom: 20px;
    top: 0;
    left: 0;
    width: 10%;
    float: left;
    z-index: 1;
}

    /* Style the buttons inside the tab */

    .tab button {
        background-color: rgb(250, 246, 8);
        width: 120px;
        margin: 5px auto;
        padding: 7px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 1rem;
        color: #f50c0c;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
            color: #0c0101;
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    padding: 0px 0px;
    border-left: none;
    overflow: hidden;
    float: right;
    width: 90%;
}



.main {
    margin-left: 160px; /* Same as the width of the sidenav */
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}




/* responsivness */

@media(max-width:700px) {
    .navlinks ul li {
        display: block;
    }

    .navlinks {
        position: absolute;
        background: rgb(70, 130, 180);
        height: 100vh;
        width: 200px;
        top: 0px;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }

    nav .fa {
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 50px;
        cursor: pointer;
    }

    .row {
        flex-direction: column;
        text-align: center;
    }
}
