﻿body {
    margin:0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.header {
    background-image: linear-gradient(rgba(196, 185, 119, 0.40),rgba(224, 214, 160, 0.40)),url(hbg3.jpg);
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.nav {
    display: flex;
    padding:2% 6%;
    justify-content:space-between;
    align-items: center;
}
.nav img{
    width: 40px;
    height:40px;
    margin-left:5px;
    margin-right:30px;
    border-radius:10px;
}
.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: #22238c;
    text-decoration: none;
    font-size: 13px:
}
.nav-links ul li::after{
    content:'';
    width:0%;
    height:2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width:100%;

}
.text-box{
 width:90%;
 color:#000;
 position:absolute;
 top:50%;
 left:50%;
 transform:translate(-50%,-50%);
 text-align:center;
}
.text-box h1{
    font-size:62px;
    color:darkblue;
}
.text-box p{
    margin:10px 0 40px;
    font-size:14px;
    color:#000;
}
.hero-btn {
    display: inline-block;
    text-decoration:none;
    color:#7114e8;
    border:1px solid #7114e8;
    padding:12px 34px;
    font-size:13px;
    background:transparent;
    position:relative;
    cursor:pointer;
}
.hero-btn:hover{
    border: 1px solid #d536f4;
    background:#d536f4;
    transition:1s;
}

nav .fa{
    display:none;
}
@media(max-width: 700px){
    .text-box h1{
        font-size:20px;
      
    }
    .nav-links ul li{
        display:block;
    }
    .nav-links{
        position:absolute;
        background:#d536f4;
        height:100vh;
        width:200px;
        top:0;
        right:-200px;
        text-align:left;
        z-index:2;
        transition:1s;
    }
    nav .fa{
        display:block;
        color:#fff;
        margin: 10px;
        font-size: 22px;
        cursor:pointer;
    }
    .nav-links ul{
        padding:30px;
    } 
}
/*--------Apps-------*/
.Apps{
    width:80%;
    margin: auto;
    text-align:center;
    padding-top: 100px
}
h3{
    font-size:36px;
    font-weight:600;
}

p{
    color:#000;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 5px;
}

.row{
    margin-top:5px;
    display:flex;
    justify-content: space-between;

}
.Apps-col{
    flex-basis: 31%;
    background:#fff3f3;
    border-radius:10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h4{
    text-align:center;
    font-weight:600;
    margin:10px 0;
}
.Apps-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2 );
}
@media(max-width: 700px){
    .row{flex-direction: column;}
}
.image-col{
    flex-basis:22%;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left:100px;
    margin-right:100px;
    position:relative;
    overflow: hidden;
}
.image-col img{
    width:100%;
    height:100%;
    display:block;
}
.layer{
    background:transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition:0.5s;
}
    .layer:hover {
        background: rgba(242, 220, 181, 0.5)
    }
    .layer h4{
        width:100%;
        font-weight:500;
        color:#000;
        font-size: 26px;
        bottom: 0;
        left:50%;
        transform: translateX(-50%);
        position: absolute;
        opacity: 0;
        transition:0.5s;
    }
    .layer:hover h4{
        bottom:49%;
        opacity: 1;
    }
.row {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}

.MoreApps-col {
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

h4 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.MoreApps-col:hover {
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2 );
}
@media(max-width: 700px) {
    .row {
        flex-direction: column;
    }
}
.Image1-col {
    flex-basis: 22%;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: 100px;
    margin-right: 100px;
    position: relative;
    overflow: hidden;
}

    .Image1-col img {
        width: 100%;
        height: 100%;
        display: block;
    }

.layer {
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

    .layer:hover {
        background: rgba(242, 220, 181, 0.5)
    }

    .layer h4 {
        width: 100%;
        font-weight: 500;
        color: #000;
        font-size: 26px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        opacity: 0;
        transition: 0.5s;
    }

    .layer:hover h4 {
        bottom: 49%;
        opacity: 1;
    }
.cta {
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(invitation2.jfif);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}
.cta h3{
    color: white;
    margin-bottom: 40px;
    padding: 0;
}
@media(max-width: 700px){
    .cta h3{
        font-size: 24px;
    }
}
.footer{
    width:100%;
    text-align: center;
    padding:30px;

}
.footer h4{
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 600;
}
.icons .fa{
    color: #f44336;
    margin:0 13px;
    cursor:pointer;
    padding: 18px 0;
}


/*---------About Us---------------*/
.sub-header {
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(196, 185, 119, 0.40),rgba(224, 214, 160, 0.6)),url(invitation2.jfif);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: darkblue;
}
.sub-header h1{
    margin-top: 100px;

}
.sub-header p{
    color: black;
    margin-top:20px;
    margin-left:80px;
    margin-right:80px;
    margin-bottom: 10px;
}
.red-btn{
    border: 1px solid #fff;
    background: transparent;
    color:#fff;
}
.red-btn:hover{
    color: darkblue;
   
}

/*---------------our story------------*/
.sub-header {
    height: 110vh;
    width: 100%;
    background-image: linear-gradient(rgba(196, 185, 119, 0.40),rgba(224, 214, 160, 0.6)),url(invitation2.jfif);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: darkblue;
}

    .sub-header h1 {
        margin-top: 100px;
    }

    .sub-header p {
        color: black;
        margin-top: 20px;
        margin-left: 80px;
        margin-right: 80px;
        margin-bottom: 10px;
    }
.list-box {
    border: 1px solid #22238c;
    margin: 50px 450px;
    padding: 10px 5px;
}
.story1-col{
    flex-basis:12%;
}
    .story1-col h4{
        background:#fa8c2f;
        color:#000;
        padding:  5px 0;
        font-size: 16px;
        margin-bottom: 10px;
        margin-top:0px;
        margin-left:0px;
        margin-right:0px;
    }
    .story1-col div{
       
        text-align:left;
        justify-content:center;
        color:#000;
      
        box-sizing:border-box;
    }
    /*---------------Blogs-------------*/
    .row {
        margin-top: 5px;
        display: flex;
        justify-content: space-between;
    }

.Blogs-col {
    flex-basis: 31%;
    
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

h4 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.Blogs-col:hover {
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.3 );
}

@media(max-width: 700px) {
    .row {
        flex-direction: column;
    }
}

.comment-box{
    border: 1px solid #22238c;
    margin:  50px 450px;
    padding: 10px 5px;
}
.comment-box h5{
    text-align: left;
}
.comment-form input, .comment-form textarea{
    width:100%;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #f0f0f0;
}
.comment-form button{
    margin:10px 0;
}
@media(max-width:700px){
    .sub-header h1{
        font-size: 24px;
    }
}
/*----------------Contact us----------------*/
.sub-header {
    height: 140vh;
    width: 100%;
    background-image: linear-gradient(rgba(196, 185, 119, 0.40),rgba(224, 214, 160, 0.6)),url(invitation2.jfif);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: darkblue;
}

    .sub-header h1 {
        margin-top: 100px;
    }

    .sub-header p {
        color: black;
        margin-top: 20px;
        margin-left: 80px;
        margin-right: 80px;
        margin-bottom: 10px;
    }
.location{
width:80%;
margin:auto;
padding: 80px 0;
}
    .location iframe{
        width: 100%;

    }
.Contact-col{}
