body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#wrapper {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
}

.active-wrapper {
    display: block !important;
}

#off-canvas-menu {
    display: block;
    height: 100%;
    width: 300px;
    position: fixed;
    top: 300px;
    right: -300px;
    background-color: rgba(30, 59, 75, .8);
    z-index: 999999999;
    transition: .3s;
}

.off-canvas-pages {
    text-align: center;
    position: relative;
}

.off-canvas-pages ul {
    margin-top: 100px;
    padding: 0;
}

.off-canvas-pages li {
    margin: 30px;
    list-style: none;
}

.off-canvas-pages a {
    text-decoration: none;
    color: white;
    font-family: 'Poppins', sans-serif;
    transition: border-top .6s ease-in-out;
}

.off-canvas-pages a {
    text-decoration: none;
    color: white;
    position: relative;
}

.off-canvas-pages a::before {
    content: '';
    background-color: #D75664;
    position: absolute;
    z-index: 999;
    top: 0;
    left: -10px;
    height: 100%;
    width: 1px;
    visibility: visible;
    transition: all .3s ease-in-out;
}

.off-canvas-pages a:hover::before {
    visibility: visible;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
}

.off-canvas-pages a::after {
    content: '';
    background-color: #D75664;
    position: absolute;
    z-index: 999;
    top: 0;
    right: -10px;
    height: 100%;
    width: 1px;
    transition: all .3s ease-in-out;
}

.off-canvas-pages a:hover::after {
    right: 0;
    top: 100%;
    width: 100%;
    height: 1px;
}

.off-canvas-pages a:hover {
    text-decoration: none;
    color: #D75664;
}

.active-pages {
    color: #D75664 !important;
}

.active-pages::before {
    content: '';
    background-color: #D75664;
    position: absolute;
    z-index: 999;
    transition: all .3s ease-in-out;
    left: 0px !important;
    top: 0 !important;
    width: 100% !important;
    height: 1px !important;
}

.active-pages::after {
    content: '';
    background-color: #D75664;
    position: absolute;
    z-index: 999;
    transition: all .3s ease-in-out;
    right: 0px !important;
    top: 100% !important;
    width: 100% !important;
    height: 1px !important;
}

.show {
    right: 0 !important;
    top: 100px !important;
}

#open-close {
    display: none;
    width: 40px;
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 999999;
}

.o-c-item {
    height: 2px;
    width: 30px;
    background-color: #fff;
    margin: 6px 0;
    transition: .4s;
}

.o-c-item:nth-child(2) {
    height: 2px;
    width: 25px;
    margin-left: 155px;
    background-color: #fff;
    margin: 6px 0;
    transform: translate(4px, 0);
}

.change.o-c-item:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-7px, 5px);
}

.change.o-c-item:nth-child(2) {
    opacity: 0;
}

.change.o-c-item:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-5px, -5px);
}

#header {
    z-index: 999;
    padding: 0;
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    background-color: rgba(30, 59, 75, .8);
    transition: all .4s ease;
}

#header img {
    height: 90px;
    position: relative;
    z-index: 9999;
    margin: 5px 0 0 45px;
    transition: all .6s ease;
    display: inline-block;
}

#logo {
    display: inline-block;
    position: relative;
    float: left;
    transition: all .3s ease .3s;
}

#pages {
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 55% 100%, 55% 0, 20% 0, 20% 100%, 0 100%); */
    position: absolute;
    right: 60px;
    z-index: 999;
    transition: all .3s ease .3s;
    display: inline-block;
}

#pages ul {
    width: 100%;
    display: inline-block;
    position: relative;
}

#pages li {
    margin: 20px;
    display: inline-block;
    color: white;
}

#pages a {
    text-decoration: none;
    color: white;
    font-family: 'Poppins', sans-serif;
    transition: border-top .6s ease-in-out;
}

#pages a {
    text-decoration: none;
    color: white;
    position: relative;
}

#pages a::before {
    content: '';
    background-color: #D75664;
    position: absolute;
    z-index: 999;
    top: 0;
    left: -10px;
    height: 100%;
    width: 1px;
    visibility: visible;
    transition: all .3s ease-in-out;
}

#pages a:hover::before {
    visibility: visible;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
}

#pages a::after {
    content: '';
    background-color: #D75664;
    position: absolute;
    z-index: 999;
    top: 0;
    right: -10px;
    height: 100%;
    width: 1px;
    transition: all .3s ease-in-out;
}

#pages a:hover::after {
    right: 0;
    top: 100%;
    width: 100%;
    height: 1px;
}

#pages a:hover {
    text-decoration: none;
    color: #D75664;
}

.active {
    color: #D75664 !important;
}

.active::before {
    content: '';
    background-color: #D75664;
    position: absolute;
    z-index: 999;
    transition: all .3s ease-in-out;
    left: 0px !important;
    top: 0 !important;
    width: 100% !important;
    height: 1px !important;
}

.active::after {
    content: '';
    background-color: #D75664;
    position: absolute;
    z-index: 999;
    transition: all .3s ease-in-out;
    right: 0px !important;
    top: 100% !important;
    width: 100% !important;
    height: 1px !important;
}

#intro {
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 0;
    top: 0;
    background-image: url('../assets/multi-purpose-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#intro h2 {
    color: white;
    position: absolute;
    top: 30%;
    left: 15%;
    font-size: 48px;
    font-family: 'Dancing Script', cursive;
}

#cards {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: -120px;
    padding: 0 50px;
    text-align: center;
    margin-bottom: 50px;
}

.card {
    position: relative;
    transition: all .3s ease;
    box-shadow: 5px 5px 10px #1E3B4B, -5px -5px 10px #1E3B4B;
    width: 300px;
    margin: 60px 0px 100px 0;
    background-color: #F6F3F3;
    text-align: center;
}

.card:nth-child(2) {
    /* box-shadow: 5px 5px 5px #F6F3F3, -5px -5px 5px #F6F3F3; */
    margin: 0 0 0px 0;
    width: 380px;
    background-color: #1E3B4B;
}

.card-content {
    /* box-shadow: 2.5px 2.5px 10px #1E3B4B, 2.5px 2.5px 10px #1E3B4B; */
    position: relative;
    padding: 15px;
    border-radius: 5px;
    width: 220px;
    margin: 40px auto 40px auto;
    background-color: #1E3B4B;
}

.card:nth-child(2) .card-content {
    margin: 40px auto 40px auto;
    width: 280px;
    background-color: #F6F3F3;
}

.card-content h2 {
    font-size: 24px;
    font-weight: 200;
    margin: 25px 0 0 0;
    font-family: 'Playfair Display', serif;
    color: white;
}

.card-content h3 {
    padding: 10px;
    font-size: 18px;
    font-weight: 200;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    color: white;
}

.card:nth-child(2) .card-content h3 {
    font-size: 24px;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
    color: #1E3B4B;
}

.card:nth-child(2) .card-content h2 {
    margin-top: 10px;
    padding: 15px;
    font-size: 36px;
    font-weight: 200;
    font-family: 'Playfair Display', serif;
    color: #1E3B4B;
}

.card button {
    position: absolute;
    left: calc(50% - 75px);
    bottom: -30px;
}

button {
    box-shadow: 7px 7px 10px #1E3B4B, -7px -7px 10px #1E3B4B;
    width: 150px;
    height: 60px;
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    color: white;
    background-color: #1E3B4B;
    border-radius: 0px 20px;
    cursor: pointer;
    transition: all .3s ease;
}

button:hover {
    background-color: #D75664;
}

#cards button:hover .card {
    background-color: #1E3B4B;
}


/*Why Us Section*/

#why-us {
    padding: 1px;
    display: block;
    margin-top: 20px;
    position: relative;
    background-image: url('../assets/multi-purpose-intro.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.why-us-content {
    padding: 40px 0;
    background-color: #F6F3F3;
    width: 100%;
    position: relative;
    top: 120px;
}

.why-us-content p {
    transition: all .3s ease;
    padding: 1px;
    display: block;
    text-align: center;
    width: 50%;
    margin: 15px auto;
    padding: 20px 60px 60px 60px;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
}

#why-us .title-cont {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
}

#why-us .title-cont h2 {
    margin: 0;
    font-weight: 200;
    color: white;
    font-size: 96px;
    font-family: 'Dancing Script', cursive;
}


/*Why Us Section End*/


/*User Comment Section*/

#user-comment {
    padding: 1px;
    text-align: center;
    background-color: #1E3B4B;
}

.avatar {
    top: 80px;
    margin: auto;
    position: relative;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    display: block;
}

.avatar img {
    position: relative;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#user-comment h3 {
    font-size: 72px;
    font-family: 'Playfair Display', serif;
    color: #fff;
    margin-top: 80px;
    font-weight: 400;
}

.comment {
    margin: 70px auto 60px auto;
    width: 70%;
    position: relative;
}

.comment::before {
    content: '“';
    font-family: 'Playfair Display', serif;
    position: absolute;
    top: -120px;
    left: 0;
    color: #D75664;
    font-size: 144px;
}

.comment::after {
    content: '”';
    font-family: 'Playfair Display', serif;
    position: absolute;
    bottom: -160px;
    color: #D75664;
    right: 0;
    font-size: 144px;
    margin-bottom: 0px;
}

.comment p {
    margin-bottom: 260px;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: #fff;
}


/*User Comment Section End*/


/*Gallery Section*/

#gallery {
    text-align: center;
    min-height: 925px;
    background-color: #F6F3F3;
}

#gallery h3 {
    position: relative;
    top: 25px;
    margin: 0px 0 50px 0;
    font-weight: 300;
    font-size: 96px;
    font-family: 'Dancing Script', cursive;
    color: #1E3B4B;
}

#row {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

#gallery img {
    display: inline-block;
    height: 380px;
    float: left;
    object-fit: cover;
}

.small {
    width: 35%;
}

.big {
    width: 65%;
}


/*Gallery Section End*/


/*About Us Section*/

#about-us {
    width: 100%;
    background-color: #D75664;
    position: relative;
    text-align: center;
}

#about-us h3 {
    position: relative;
    top: 80px;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 72px;
    font-weight: 400;
    color: #1E3B4B;
}

#about-us p {
    padding: 120px;
    margin-top: 50px;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #F6F3F3;
}


/*About Us section End*/


/*Do Section*/

#do {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    padding-bottom: 100px;
}

#do img {
    display: inline-block;
    height: 80%;
    width: 40%;
    min-width: 500px;
    min-height: 450px;
    margin-top: 120px;
    object-fit: cover;
}

.do-content {
    display: inline-block;
    position: relative;
    min-width: 500px;
    width: 30%;
    top: 120px;
    transition: all .3s ease;
    margin-left: 10px;
}

#do h2 {
    transition: all .3s ease;
    margin: 0 2px 0 0;
    font-weight: 300;
    font-size: 64px;
    font-family: 'Dancing Script', cursive;
}

#do p {
    transition: all .3s ease;
    width: 80%;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

#do button {}


/*Do Section End*/


/*Blog Section*/

#blog {
    text-align: center;
    width: 100%;
    background-image: url('../assets/photo-1575487766646-030b512da6a1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.blog-frame {
    padding: 50px 0px;
    position: relative;
    display: block;
    z-index: 0;
    width: 100%;
    background-color: rgba(242, 205, 198, .6);
}

#blog-title {
    position: relative;
    margin-top: 0;
    font-size: 72px;
    font-weight: 400;
    color: #1E3B4B;
}

.blog-content {
    position: relative;
    padding: 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: auto;
}

#blog img {
    height: 270px;
    width: 290px;
    margin: 15px;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.article-image {
    position: relative;
    height: 270px;
    width: 290px;
    margin: 15px;
    display: inline-block;
    overflow: hidden;
}

#blog img:hover {
    height: 290px;
    width: 300px;
}

.article-type-1 {
    position: relative;
    float: left;
}

.article-promotion {
    padding: 1px;
    margin: 0px 15px;
    text-align: center;
    position: relative;
    top: -57px;
    display: inline-block;
    height: 280px;
}

.article-type-1 {
    padding: 1px;
    display: inline-block;
}

.article-type-2 {
    padding: 1px;
    display: inline-block;
}

.article-type-1 .article-promotion {}

.article-promotion p {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 400;
    width: 280px;
}

.article-promotion h2 {
    margin: 0px;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 400;
    color: #1E3B4B;
}

.a-content {
    height: 210px;
    border-top: 1px solid #1E3B4B;
    border-bottom: 1px solid #1E3B4B;
}

.a-content button {
    width: 120px;
    height: 40px;
    font-size: 18px;
    margin-bottom: 10px;
}

.blog-mobile-content {
    display: none;
    position: relative;
    padding: 1px;
    width: 100%;
    margin: auto;
}


/*Blog Section End*/


/*Price Section*/

#price {
    background-color: #1E3B4B;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0 50px 0;
    justify-content: space-evenly;
}

.price-card {
    transition: all .3s ease;
    position: relative;
    box-shadow: 5px 5px 15px #000, -5px -5px 15px #000;
    padding: 15px;
    text-align: center;
    width: 280px;
    background-color: #F6F3F3;
}

.price-card h4 {
    color: #D75664;
    border-bottom: 6px solid #D75664;
    margin: 15px 0 20px 0;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
}

.price-card h5 {
    color: #1E3B4B;
    margin: 15px 0 20px 0;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.price-card h6 {
    color: #1E3B4B;
    border-bottom: 3px solid #D75664;
    margin: 15px 0 20px 0;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.price-card h6::before {
    content: '✓';
    color: #1E3B4B;
    margin-right: 20px;
}

.price-card button {
    position: absolute;
    bottom: -30px;
    left: calc(50% - 75px);
    margin: auto;
}


/*Price Section End*/


/*Partners Section*/

#partners {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0px 0 100px 0;
}

#partners .row {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#partners img {
    height: 100px;
    width: 100px;
}

#partners h3 {
    font-size: 96px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}


/*Partners Section End*/


/*Footer Section*/

footer {
    width: 100%;
    background-image: url('../assets/multi-purpose-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-frame {
    padding: 50px 0 30px 0;
    background-color: rgba(30, 59, 75, .8);
    width: 100%;
}

footer .social {
    padding-bottom: 30px;
    border-bottom: 3px solid #D75664;
    text-align: center;
}

footer .social h3 {
    font-size: 48px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    color: #D75664;
    margin-bottom: 20px;
}

footer ul {
    margin: auto;
    padding: 0;
}

.social li {
    display: inline-block;
    margin: 30px;
    list-style: none;
    width: 50px;
    height: 50px;
}

footer li img {
    width: 50px;
    height: 50px;
    transition: all .3s ease-in-out;
}

.navigation {
    padding: 50px 0 0 0;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.n-item {
    width: 280px;
    text-align: center;
    position: relative;
    display: block;
}

.active-footer {
    color: #D75664 !important;
}

.n-item h5 {
    margin: 0;
    color: white;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}

.n-item:nth-child(2) ul {
    text-align: start;
    padding-left: 40px;
}

.navigation ul {
    padding: 0;
    text-align: center;
}

.navigation li {
    margin: 15px;
    list-style: none;
    display: block;
}

.navigation a {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: white;
    text-decoration: none;
    transition: all .3s ease;
}

.navigation a:hover {
    color: #D75664;
}

.info a::before {
    font-family: fontAwesome;
    position: absolute;
    left: 20px;
    color: #D75664;
    font-size: 25px;
}

.info li:nth-child(1) a::before {
    content: '\f1fa';
}

.info li:nth-child(2) a::before {
    content: '\f87b';
}

.info li:nth-child(3) a::before {
    content: '\f3c5';
}

#rights {
    text-align: center;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
}

#rights h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}


/*Footer Section End*/

@media screen and (max-width:1300px) {
    #cards {
        padding: 0 15px;
    }
}

@media screen and (max-width:1200px) {
    .do-content {
        padding-bottom: 150px;
        text-align: center;
    }
    #do h2 {
        text-align: center;
    }
    #do p {
        margin: auto;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:1026px) {
    #pages {
        display: none;
    }
    #open-close {
        display: block;
    }
    .card {
        width: 250px;
    }
    .card:nth-child(2) {
        width: 310px;
    }
}

@media screen and (max-width:968px) {
    .price-card {
        margin-bottom: 60px;
    }
}

@media screen and (max-width:900px) {
    .why-us-content p {
        width: 70%;
    }
}

@media screen and (max-width:870px) {
    .card {
        margin: 50px 0;
        width: 90%;
    }
    .card-content {
        width: 80%;
    }
    .card:nth-child(2) {
        width: 90%;
    }
    .card:nth-child(2) .card-content {
        width: 80%;
    }
}

@media screen and (max-width:768px) {
    .small {
        width: 96%;
        margin: 10px auto;
    }
    .big {
        width: 96%;
        margin: 10px auto;
    }
    #gallery img {
        float: none;
    }
        #about-us h3 {
        font-size: 48px;
    }
    #about-us p {
        font-size: 18px;
    }
}

@media screen and (max-width:655px) {
    #about-us p {
        padding: 100px 20px;
    }
    .card-content h3 {
        font-size: 14px;
    }
    .card-content h2 {
        font-size: 24px;
        font-weight: 200;
        margin: 25px 0 0 0;
        font-family: 'Playfair Display', serif;
        color: white;
    }
    .card:nth-child(2) .card-content h3 {
        font-size: 14px;
    }
    #why-us .title-cont h2 {
        position: relative;
        top: 30px;
        font-size: 48px;
    }
    .why-us-content p {
        padding: 0px 0 40px 0;
        font-size: 20px;
    }
    .comment p {
        margin-bottom: 160px;
        font-size: 14px;
    }
    #gallery h3 {
        font-size: 56px;
    }

    #do h2 {
        font-size: 48px;
        margin-bottom: 25px;
    }
    .do-content {
        top: 50px;
        min-width: 250px;
        width: 90%;
    }
    #do p {
        width: 90%;
        font-size: 18px;
    }
    #do {
        padding-bottom: 0px;
    }
    #partners h3 {
        font-size: 48px;
    }
    .blog-content {
        display: none;
    }
    .blog-mobile-content {
        display: block;
    }
    .article-promotion {
        top: 5px;
        margin: 0;
    }
    #blog img {
        margin: 0;
    }
}

@media screen and (max-width:480px) {
    #about-us p {
        padding: 100px 20px;
    }
    .price-card {
        width: 80%;
    }
    .price-card h4 {
        font-size: 30px;
    }
    .price-card h5 {
        font-size: 24px;
    }
    .price-card h6 {
        font-size: 24px;
    }
    #do img {
        margin-top: 20px;
    }
    #header img {
        height: 90px;
        position: relative;
        margin: 5px 0 0 5px;
    }
}

@media screen and (max-width:360px) {
    #blog img {
        height: 100%;
        width: 100%;
        min-height: 120px;
    }
    .article-promotion {
        width: 90%;
    }
    .article-image {
        height: 250px;
        width: 90%;
        min-height: 120px;
        margin: 15px;
    }
    #blog img:hover {
        height: 110%;
        width: 110%;
    }
}

@media screen and (max-width:340px) {
    #header img {
        height: 70px;
        position: relative;
        margin: 15px 0 0 5px;
    }
}