
header {
    width: 100%;
    height: auto;
    position: absolute;
}

.header-ins, .container {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.header-ins {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.logo {
    width: 150px;
    height: auto;
}

.navigation {
    width: auto;
    min-height: 40px;
}

.navigation ul {
    width: auto;
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
}

.navigation ul li {
    width: auto;
    margin: 0 5px;
}

.navigation ul li a {
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 1.3rem;
    font-weight: 500;
    color: #333;
}

.hamburger {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    display: none;
}


.hamburger span {
    background-color: #000;
}

#dark .hamburger span {
    background-color: #fff;
}

#normal .hamburger span {
    background-color: #000;
}

.hamburger span {
    display: block;
    height: 3px;
    margin: 10px 0;
}

.hamburger span:nth-of-type(1) {
    width: 100%;
    transition: all 0.1s linear;
}

.hamburger span:nth-of-type(2) {
    width: 50%;
}

.hamburger span:nth-of-type(3) {
    width:75%;
    transition: all 0.1s linear;
}

.hamburger.active span:nth-of-type(1) {
    transform:translate(0px, 7px) rotate(-45deg);
}

.hamburger.active span:nth-of-type(2) {
    width:0;
    opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
    width: 100%;
    transform: translate(0px, -18px) rotate(45deg);
}



#main_content {
    width: 100%;
    min-height: 100vh;
} 

.hero-section {
    width: 100%;
    min-height: 100vh;
    padding: 150px 0 70px;
    background: linear-gradient(135deg, #fefeee 20%, #FCCA6A);
}

.hero-ins {
    width: 90%;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;;
}

.hero-ins-txt {
    width: 45%;
    height: auto;
}

.hero-ins-txt h2 {

}

.hero-ins-txt p {
    margin-bottom: 30px;
}

.btn-wrap {
    width: 100%;
    height: auto;
}

a.btn {
    width: auto;
    height: 50px;
    display: inline-block;
    padding: 0 25px;
    line-height: 50px;
    border-radius: 7px;
    transition: all 0.1s linear;
}

a.btn:hover {
    padding-right: 30px;
}

.purple-btn {
    color: #fff;
    background-color: #a33aa3;
}

.purple-btn:hover {
    color: #fff;
}

.hero-ins-img {
    width: 50%;
    padding-bottom: 50%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}

.hero-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-img img {
    width: 100%;
    left: 0;
}


.section2 {
    width: 100%;
    height: auto;
    padding: 100px 0;
}

.welcome {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.welcome p {
    font-size: 1.6rem;
}

.section3 {
    width: 100%;
    height: auto;
    padding: 80px 0 60px;
}

.boxes {
    width: 100%;  
    display: flex;
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
}

.box-itm {
    flex: 0.5;
    margin: 0 15px 40px;
    padding: 30px;
    background-color: #ddd;
    border-radius: 15px;
    transition: all 0.3s ease;
    min-height: 320px;
    background-size: 115%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.box-itm::after {
    position: absolute;
    content: '';
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
}

#about_box {
    background-image: url('../images/about-box-bg.jpg');
}

#contact_box {
    background-image: url('../images/contact-box-bg.jpeg');
}

/* Hover effect for expanding one div to 75% */
/* .boxes:hover .box-itm {
    flex: 0.33;
} */
.boxes .box-itm:hover {
    flex: 0.75;
}

.box-itm::after:hover {
    background-color: rgba(0,0,0,0.45);
}

.box-itm-ins {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.box-itm-ins h3 {
    font-size: 1.8rem;
    color: #fff;
}

.box-itm-ins a {
    display: inline-block;
    color: #fff;
}

.box-itm-ins a:hover {
    text-decoration: underline;;
}

.section4 {
    width: 100%;
    min-height: 50vh;
    padding: 70px 0 0;
    background-color: #fff;
}

.flagship-product {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flagship-product .text {
    width: 60%;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flagship-product .text h3 {
    margin-bottom: 20px;
}

.flagship-product .text p {
    margin-bottom: 20px;
}

.download-app-btns {
    width: 100%;
    display: flex;
    align-items: center;
}

.download-btn {
    width: 150px;
    margin: 0 10px 0 0;
}

.flagship-product .img {
    width: 30%;
    min-height: 50vh;
}

.section5 {
    width: 100%;
    min-height: 400px;
    padding: 70px 0;
}

.newsletter {
    width: 100%;
}


.alt-hero-section {
    width: 100%;
    min-height: 80vh;
    padding: 180px 0 50px;
}

.alt-hero-ins {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.alt-hero-ins h1 {
    font-size: 1rem;
    text-transform: uppercase;
}

.alt-hero-ins .text {
    width: 100%;
    margin-bottom: 40px;
}

.alt-hero-ins .extra-info {
    width: 100%;
    height: auto;
}

.extra-info h2 {
    font-size: 3rem;
}


.extra-info.with-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;;
}

.extra-info.with-flex h2 {
    width: 40%;
}

.extra-info.with-flex p {
    width: 35%;
    text-align: right;
}


.alt-hero-ins .img {
    width: 100%;
    padding-bottom: 40%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.alt-hero-ins .img img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.alt-section2 {
    width: 100%;
    height: auto;
    padding: 50px 0 70px;
}

.alt-section3 {
    width: 100%;
    height: auto;
    padding: 100px 0 100px;
    background-color: #359db9;
}

.sect3-ins {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sect3-img {
    width: 60%;
    height: auto;
    position: relative;
    padding-bottom: 40%;
    overflow: hidden;
    border-radius: 15px;
}

.sect3-img img {
    position: absolute;
    
}

.sect3-txt {
    width: 35%;
    height: auto;
} 

.vision {
    margin-bottom: 20px;
}

.vision h3, .mission h3 {
    color: #fff;
}

.vision p, .mission p {
    color: #fff;
}

.alt-section4 {
    width: 100%;
    height: auto;
    padding: 100px 0;
}

.competence {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.competence-itm {
    width: calc(25% - 15px);
    min-height: 300px;
    padding: 20px;
    transition: all 0.3s linear;
    border: solid 1px transparent;
    border-radius: 15px;
}

.competence-itm .icon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: rgba(170, 58, 154, 0.4);
    margin-bottom: 15px;
    padding: 12px;
}

.competence-itm .icon img {}

.competence-itm h4 {
    font-size: 1.2rem;
}

.competence-itm p {
    font-size: 1rem;
}


.competence-itm:hover {
    border: solid 1px #a239a4;
}

.competence-itm:hover h4 {
    color:#a33aa3;
}


.overview {
    width: 100%;
    height: auto;
}

.overview p {
    font-size: 1.2rem;
}

.features1 {
    width: 100%;
    height: auto;
    padding: 50px 0 50px;
    background: linear-gradient(135deg, #BBEDA5 20%, #40B4BD);
}

.feature-top {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.feature-ins {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 70px;
}

.feat-img {
    width: 45%;
    height: auto;
    padding: 15px 10%;
    text-align: center;
    background-color: rgba(250, 250, 250, 0.3);
    border-radius: 20px;
}

.feat-img img {
    width: 80%;
}

.feat-txt {
    width: 50%;
    height: auto;
}

.cta-section {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: linear-gradient(135deg, #AA399C 20%, #D93C67);
}

.cta {
    width:80%;
    margin: 0 auto;
    text-align: center;
}

.cta h2 {
    color: #fff;
    font-size: 4rem;
    font-weight: 900;
}

.cta p {
    color: #fff;
    font-size: 1.2ren;
    margin-bottom: 25px;
}

.cta .white-btn {
    width: auto;
    height: 45pxc;
    line-height: 45px;
    padding: 0 25px;
    border-radius: 10px;
    color: #000;
    background-color: #fff;
    display: inline-block;
}


.contact-section1 {
    width: 100%;
    min-height: 400px;
    padding: 70px 0 0;
}

.contact-section-ins {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 100px;
}

.contact-form {
    width: 60%;
}

.contact-txt {
    width: 30%;
}


#form_response {
    display: block;
    width: 100%;
    height: auto;

}

#form_response.success_msg {
    padding: 15px;
    border-radius: 5px;
    border: teal solid 1px;
    background-color: rgba(0, 128, 128, 0.5);
}

#form_response.error_msg {
    padding: 15px;
    border-radius: 5px;
    border: rgb(128, 0, 0) solid 1px;
    background-color: rgba(128, 0, 0, 0.3);
}

.policy-statement {
    width: 90%;
    margin: 0 auto 80px;
}

.policy-statement ol > li {
    margin-bottom: 15px;
}

.policy-statement li span {
    font-weight: 700;
}

.policy-statement ul {
    margin-bottom: 15px;
    margin-left: 20px;
}


footer {
    width: 100%;
    min-height: 250px;
    padding: 70px 0 50px;
    background-color: #eee;
}

.footer-ins {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #ccc;
}

.footer-left {
    width: 30%;
    height: auto;
}

.footer-logo {
    width: 120px;
    margin-bottom: 30px;
}

.subscribe {
    width: 30%;
}

.subscribe h5 {
    font-size: 0.8rem;
    color: #333;
    margin-bottom: 20px;
}

.subscribe p {
    font-size: 0.9rem;
}

.newsletter-form {
    width: 100%;
    min-height: 40px;
    border: solid 1px #999;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sub-form-itm {
    width: calc(100% - 50px);
    height: 40px;
    border: none;
    outline: none;
    background-color: transparent;
}

.newsletter-form button {
    width: 40px;
    height: 40px;
}

.footer-nav {
    Width: 40%;
    display: flex;
    justify-content: flex-end;
}

.footer-nav-ins {
    width: auto;
    margin-left: 50px;
    
}

.footer-nav-ins h4 {
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer-nav-ins ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    list-style: none;
}

.footer-nav-ins ul li {
    margin-left: 0px;
}

.footer-nav-ins ul li a {
    font-size: 1rem;
    color: #333;
}

.copyright {
    width: 100%;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.copyright p {
    font-size: 0.9rem;
}

.copyright .socials {
    width: auto;
    min-height: 40px;
    display: flex;
}

.copyright .socials .social-icon {
    height: 25px;
    margin: 0 10px 10px;
}

.copyright .socials .social-icon img {
    height: 100%;
}
