﻿@import url('Site.css');
@import url('Font.css');
@import url('Color.css');
@import url('Responsive.css');

body {
    direction: rtl;
    font-weight: normal;
    text-align: justify;
    font-family: IRANSans, Tahoma, Arial;
    background: var(--dark-gray);
}

a {
    text-decoration: none !important;
    outline: none !important;
}

button {
    outline: none !important;
}

.glass-purple {
    box-shadow: 0px 20px 20px -17px var(--deep-orange);
}

.circle-glass-purple {
    box-shadow: 0px 0 20px -8px rgb(229 139 46 / 99%);
}

.row-center {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.row [class*="col-"] {
    margin-bottom: 1rem;
}

.mt-1 {
    margin-top: 1em;
}

.mt-3 {
    margin-top: 3em;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}

.btn {
    padding: 8px 20px;
}

html:not(:focus-within) {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 11px var(--deep-orange);
}

.panel-title {
    font-size: 25px;
    font-family: 'Khorjin';
}

.panel-heading {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.panel-primary {
    margin-top: 3em;
    border-color: transparent;
    border-radius: 20px;
}

    .panel-primary > .panel-heading {
        filter: none;
        color: #fff;
        padding: 20px;
        background-image: none;
        background-repeat: no-repeat;
        background-color: var(--light-orange-2);
        border-color: var(--light-orange-2);
    }

.panel-info {
    border-color: var(--light-cream);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

    .panel-info > .panel-heading {
        filter: none;
        padding: 15px;
        background-image: none;
        color: var(--brown);
        background-repeat: no-repeat;
        background-color: var(--light-cream) !important;
        border-color: var(--light-cream);
    }

        .panel-info > .panel-heading > .panel-title {
            font-size: 20px;
        }

.path-color a {
    color: var(--light-orange-2);
}

.panel-footer {
    padding: 20px;
    background-color: var(--light-cream);
    border-top: 1px solid var(--light-cream);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.form-control {
    height: 45px;
    padding: 20px 12px;
    font-size: 12px;
    line-height: 2;
    color: var(--brown);
    border: 1px solid var(--White);
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 10px 4px rgb(255 229 210 / 36%);
    box-shadow: inset 0px 0px 10px 4px rgb(255 229 210 / 36%);
}

label {
    display: inline-block;
    margin-top: 5px;
    font-weight: 100;
    color: var(--grey-darken-2);
}

.form-control:focus {
    border-color: var(--deep-orange);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(234 165 87 / 48%);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(234 165 87 / 48%);
}

.btn-primary {
    color: #fff;
    background-color: var(--light-orange-2);
    border-color: var(--light-orange-2);
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary:visited,
    .btn-primary:checked {
        background-color: var(--deep-orange) !important;
        border-color: var(--deep-orange);
        box-shadow: none;
    }

.btn-info {
    color: #fff;
    background-color: var(--brown);
    border-color: var(--brown);
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info:visited,
    .btn-info:checked {
        background-color: var(--brown) !important;
        border-color: var(--brown);
        filter: brightness(0.9);
        box-shadow: none;
    }

.btn-default {
    color: var(--deep-orange);
    background-color: var(--light-cream);
    border-color: var(--light-cream);
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default:visited,
    .btn-default:checked {
        color: var(--deep-orange);
        background-color: var(--light-cream) !important;
        border-color: var(--light-cream);
        box-shadow: none;
    }

input[type=checkbox] {
    filter: hue-rotate(167deg)
}

#grid tr td a span {
    font-size: medium;
    color: var(--light-orange-2);
}

.table-responsive tr a span {
    font-size: medium;
    color: var(--light-orange-2);
}

.titles {
    width: 75%;
}

    .titles h1,
    .titles h2,
    .titles h3,
    .titles h4 {
        color: var(--White);
        font-family: Khorjin;
        font-size: 30px;
        padding-bottom: 2rem;
        line-height: 2;
    }

        .titles h1 span,
        .titles h2 span,
        .titles h3 span,
        .titles h4 span {
            color: var(--light-orange-2);
            margin-left: 5px;
        }

        .titles h1 a,
        .titles h2 a,
        .titles h3 a,
        .titles h4 a {
            font-size: 12px;
            color: var(--light-orange-2);
            font-family: 'IRANSans';
            background: var(--White);
            padding: 5px 10px;
            border-radius: 50px;
        }

            .titles h1 a i,
            .titles h2 a i,
            .titles h3 a i,
            .titles h4 a i {
                font-size: 14px;
                vertical-align: middle;
            }

.text-overflow,
.text-overflow p,
.text-overflow > p > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.links {
    line-height: 30px;
    margin-right: -40px;
    list-style: none;
}

    .links li {
        font-size: 14px;
    }

        .links li a {
            color: var(--grey-darken-2);
        }

            .links li a:hover,
            .links li a:focus,
            .links li a:active,
            .links li a:visited {
                color: var(--grey-darken-3);
            }

            .links li a img {
                width: 60px;
                border-radius: 50px;
                border: 2px solid var(--light-orange-2);
                margin-left: 5px;
            }

.img {
    width: 100%;
    margin: 0 auto;
    display: flex;
}

/*************************/
/**********Navbar*********/
/*************************/
.navigationwrape .container-fluid {
    padding-top: 1rem;
}

.navigationwrape > .navbar-default {
    background-color: var(--dark-gray);
    background-image: none !important;
    border-color: transparent;
    box-shadow: 0px 1px 2px var(--light-orange-2), 0px 2px 4px var(--light-orange-2), 0px 4px 8px var(--light-orange-2), 0px 8px 16px var(--light-orange-2);
}

    .navigationwrape > .navbar-default .navbar-nav > li > a {
        padding: 20px;
        font-size: 15px;
        color: var(--White);
        font-family: IRANSansBold;
    }

        .navigationwrape > .navbar-default .navbar-nav > li > a:hover,
        .navigationwrape > .navbar-default .navbar-nav > li > a:focus {
            color: var(--light-orange-2);
            background: var(--light-cream);
            border-radius: 10px;
        }

    .navigationwrape > .navbar-default .navbar-nav > li:first-child a:hover {
        background: no-repeat;
    }

.navbar-nav {
    float: none;
}

#navbarSub .navbar-nav {
    float: right;
}

.navbar {
    min-height: 50px;
    margin-top: -.5em;
    margin-bottom: 0;
    z-index: 900;
    border-radius: 0;
}

.navbar-collapse {
    padding: 0;
}

.navbar-nav li:hover .dropdown-menu {
    display: block;
}

.navbar-header > a.active,
.navbar-header > .navbar-brand:hover {
    color: var(--light-orange);
    background-color: transparent;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 15px;
}

.navbar-brand {
    font-family: Khorjin;
    padding-top: 20px;
    color: var(--light-orange-2) !important;
}

    .navbar-brand > img {
        display: block;
        width: 100px;
    }

.navigationwrape > .dropdown-menu {
    background: #141b25 !important;
    border-top: none;
    padding: 0;
    border-bottom: none;
    border-top: none;
    min-width: 200px;
    border-left: none;
    border-right: none;
}

    .navigationwrape > .dropdown-menu > li:last-child {
        border-bottom: none;
    }

    .navigationwrape > .dropdown-menu > li > a {
        color: #fff;
        font-size: 14px;
        padding: 8px 20px 8px 28px;
        position: relative;
    }

        .navigationwrape > .dropdown-menu > li > a:hover {
            color: #fff;
            background: #374464;
        }

    .navigationwrape > .dropdown-menu > li:hover > a:before {
        color: #fff;
    }

.navigationwrape > .navbar-default .navbar-nav > li > a > i {
    font-size: 20px;
    color: var(--light-orange-2);
}

.fixed {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

/*************************/
/**********buttons********/
/*************************/
.center {
    display: grid;
    height: inherit;
    place-items: center;
}

.buttons {
    position: relative;
    z-index: 1;
    background: var(--dark-gray);
    border: 3px solid;
    border-color: var(--light-orange-2);
    border-radius: 0.75rem;
    color: var(--light-orange-2);
    padding: 0.75rem 1rem;
    text-decoration: none;
    transition: 250ms ease-in-out;
    transition-property: all;
}

    .buttons:hover,
    .buttons:focus {
        color: var(--light-cream);
        background-color: var(--dark-gray);
        transform: scale(1.1);
    }

.text {
    filter: drop-shadow(0 0 1px currentcolor);
}

.buttons:after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.6;
    border-radius: inherit;
    box-shadow: 0 0 1em 0.5em var(--light-orange-2);
    transition: 250ms ease-in-out;
    transition-property: opacity;
}

.buttons:hover::after,
.buttons:focus::after {
    opacity: 0.6;
}

/*************************/
/**********Header*********/
/*************************/
.top-header {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url('../Images/Background.jpg');
    background-position: center center;
    background-size: cover;
    display: flex;
    border-radius: 0 0 85% 85% / 30%;
}

    .top-header div.intro {
        max-width: 800px;
        width: 100%;
        margin: auto;
        padding: 12em 1em 18em;
    }

    .top-header div h1 {
        color: #fff;
        text-align: center;
        font-family: YekanType;
    }

        .top-header div h1 span {
            color: var(--deep-purple-accent-2);
        }

    .top-header div p {
        line-height: 3rem;
        margin-top: 2em;
        color: var(--White);
    }

    .top-header div a.glass-purple {
        color: var(--White);
        background: var(--deep-purple-accent-3);
        font-size: 2rem !important;
        border-radius: 2em !important;
    }

        .top-header div a.glass-purple:hover {
            color: var(--White);
            background: var(--light-orange-2);
        }

header {
    transform-origin: 50% 0%;
}

    header > .header::before {
        content: '';
        background: var(--overlay);
        position: absolute;
        inset: 0;
        translate: 0 100%;
    }

[href='#read'] {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    translate: -50% 0;
    width: 48px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    color: var(--grey-lighten-1);
}

    [href='#read'] svg {
        width: 75%;
    }

.reader {
    --thick: 0px;
    outline: var(--thick) dashed var(--accent);
    outline-offset: calc(var(--thick) * -1);
    height: calc( ((var(--ppc) * var(--content-length) + (var(--pad) * var(--buffer))) * 1px) + 100vh );
}

@supports (animation-timeline: scroll()) {
    header {
        -webkit-animation: scale-down both ease-in;
        animation: scale-down both ease-in;
        animation-timeline: view();
        animation-range: exit-crossing;
    }

    @-webkit-keyframes scale-down {
        to {
            scale: 0.8 0.8;
        }
    }

    @keyframes scale-down {
        to {
            scale: 0.8 0.8;
        }
    }
}
/*************************/
/***********About*********/
/*************************/
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    border-radius: 20px;
}

.about {
    padding: 1em;
}

    .about p {
        line-height: 2;
        color: var(--White);
        font-size: medium;
    }

/*************************/
/********Category*********/
/*************************/
.category {
    font-family: Khorjin;
    font-weight: bold;
}

    .category a {
        color: var(--White);
    }

        .category a:hover {
            text-decoration: none;
            color: var(--deep-orange);
        }

        .category a div.circle-glass-purple {
            position: relative;
            color: var(--deep-orange);
            display: inline-block;
            border-radius: 1rem;
            line-height: 95px;
        }

        .category a div i {
            font-size: 30px;
        }

        .category a div img {
            width: 100%;
            margin: auto;
            display: flex;
            border-radius: 1rem;
        }

        .category a h5 {
            margin-top: 2rem;
            font-size: 20px;
        }

/*************************/
/*********Product*********/
/*************************/
.background-product {
    /*background-image: url('../Images/Bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;*/
}

.nft {
    user-select: none;
    margin: 0 auto;
    border: 1px solid #ffffff22;
    background-color: #282c34;
    background: linear-gradient(0deg, var(--dark-gray) 0%, rgba(17, 0, 32, 0.5) 100%);
    box-shadow: 0 7px 20px 5px #00000088;
    border-radius: 2rem;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    overflow: hidden;
    transition: 0.5s all;
}

    .nft h2 {
        color: var(--White);
        font-family: 'IRANSansBold';
        font-size: 20px;
        line-height: 1;
    }

    .nft h4 {
        color: var(--light-brown);
        font-family: 'Khorjin';
        line-height: 2;
    }

    .nft hr {
        width: 100%;
        border: none;
        border-bottom: 1px solid #88888855;
        margin-top: 0;
    }

    .nft ins {
        text-decoration: none;
    }

    .nft .main {
        display: flex;
        flex-direction: column;
        padding: 2rem;
    }

        .nft .main .tokenImage {
            border-radius: 1rem;
            max-width: 100%;
        }

        .nft .main .tokenInfo {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .nft .main .tokenInfo .price {
                display: flex;
                align-items: center;
            }

                .nft .main .tokenInfo .price span {
                    color: var(--light-gray);
                }

            .nft .main .tokenInfo .duration {
                display: flex;
                align-items: center;
                color: var(--light-orange-2);
                margin-right: 0.2rem;
                font-weight: bold;
            }

        .nft .main .details {
            display: flex;
            align-items: center;
            margin-top: 0.2rem;
            margin-bottom: -0.3rem;
            flex-wrap: wrap;
            justify-content: space-around;
        }

            .nft .main .details .btn {
                position: relative;
                top: 0;
                left: 0;
                width: 250px;
                height: 50px;
                margin: 0;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .nft .main .details .btn a {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background: rgba(255, 255, 255, 0.05);
                    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
                    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                    border-top: 1px solid rgba(255, 255, 255, 0.1);
                    border-radius: 30px;
                    padding: 10px;
                    letter-spacing: 1px;
                    text-decoration: none;
                    overflow: hidden;
                    color: #fff;
                    font-weight: 400px;
                    z-index: 1;
                    transition: 0.5s;
                    backdrop-filter: blur(15px);
                }

                .nft .main .details .btn:hover a {
                    letter-spacing: 3px;
                }

                .nft .main .details .btn a::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 50%;
                    height: 100%;
                    background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
                    transform: skewX(45deg) translate(0);
                    transition: 0.5s;
                    filter: blur(0px);
                }

                .nft .main .details .btn:hover a::before {
                    transform: skewX(45deg) translate(200px);
                }

                .nft .main .details .btn::before {
                    content: "";
                    position: absolute;
                    left: 50%;
                    transform: translatex(-50%);
                    top: -5px;
                    width: 30px;
                    height: 10px;
                    background: #f00;
                    border-radius: 10px;
                    transition: 0.5s;
                    transition-delay: 0.5;
                }

                .nft .main .details .btn:hover::before /*lightup button*/ {
                    top: 0;
                    height: 50%;
                    width: 80%;
                    border-radius: 30px;
                }

                .nft .main .details .btn::after {
                    content: "";
                    position: absolute;
                    left: 50%;
                    transform: translatex(-50%);
                    bottom: -5px;
                    width: 30px;
                    height: 10px;
                    background: #f00;
                    border-radius: 10px;
                    transition: 0.5s;
                    transition-delay: 0.5;
                }

                .nft .main .details .btn:hover::after /*lightup button*/ {
                    bottom: 0;
                    height: 50%;
                    width: 80%;
                    border-radius: 30px;
                }

                .nft .main .details .btn:nth-child(1)::before, /*chnage 1*/
                .nft .main .details .btn:nth-child(1)::after {
                    background: var(--light-orange-2);
                    box-shadow: 0 0 5px var(--light-orange-2), 0 0 15px var(--light-orange-2), 0 0 30px var(--light-orange-2), 0 0 60px var(--light-orange-2);
                }


    .nft ::before {
        position: fixed;
        content: "";
        box-shadow: 0 0 100px 40px #ffffff08;
        top: -10%;
        left: -100%;
        transform: rotate(-45deg);
        height: 60rem;
        transition: 0.7s all;
    }



/*************************/
/********Carousel*********/
/*************************/
.owl-products .item,
.owl-offers .item {
    margin: 0 0.5rem 0 2rem;
}

.our-offers {
    position: relative;
    margin-top: 0px;
}

    .our-offers .owl-dots {
        text-align: center;
        margin-top: 40px;
    }

        .our-offers .owl-dots .owl-dot {
            width: 6px;
            height: 6px;
            background-color: #ff695f;
            border-radius: 50%;
            opacity: 0.3;
            margin: 0px 5px;
        }

        .our-offers .owl-dots .active {
            opacity: 1;
            width: 10px;
            height: 10px;
        }

    .our-offers .owl-nav {
        position: absolute;
        top: 42%;
        width: 100%;
    }

        .our-offers .owl-nav .owl-prev {
            position: absolute;
            left: 20px;
        }

        .our-offers .owl-nav .owl-next {
            position: absolute;
            right: 0;
        }

        .our-offers .owl-nav .owl-prev span {
            color: transparent;
        }

            .our-offers .owl-nav .owl-prev span:hover::after {
                opacity: 1;
            }

            .our-offers .owl-nav .owl-prev span:after {
                width: 30px;
                height: 30px;
                background-color: var(--deep-purple-accent-2);
                display: inline-block;
                text-align: center;
                line-height: 30px;
                border-radius: 50%;
                color: #fff;
                content: '\f104';
                font-size: 22px;
                font-family: 'FontAwesome';
                transition: all .5s;
                opacity: 0.5;
            }

        .our-offers .owl-nav .owl-next span {
            color: transparent;
        }

            .our-offers .owl-nav .owl-next span:hover::after {
                opacity: 1;
            }

            .our-offers .owl-nav .owl-next span:after {
                width: 30px;
                height: 30px;
                background-color: var(--deep-purple-accent-2);
                display: inline-block;
                text-align: center;
                line-height: 30px;
                border-radius: 50%;
                color: #fff;
                content: '\f105';
                font-size: 22px;
                font-family: 'FontAwesome';
                transition: all .5s;
                opacity: 0.5;
            }

/*************************/
/*********why-us*********/
/*************************/
.why-us h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 1em;
}

.why-us img {
    width: 100%;
    max-width: 170px;
    display: flex;
    margin: auto;
    cursor: pointer;
    filter: drop-shadow(2px 3px 2px var(--grey-lighten-1));
}

    .why-us img:hover {
        filter: brightness(0.7);
    }

.why-us p {
    text-align: center;
    font-family: 'IRANSansBold';
    font-size: 18px;
}
/*************************/
/***********Order*********/
/*************************/

.circ {
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.tick {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}

.drawn + svg .path {
    opacity: 1;
    stroke-dashoffset: 0;
}

.result {
    text-align: center;
    border-radius: 1.5em;
    padding-bottom: 15px;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
}

.msg-title {
    padding-top: 20px;
    color: var(--deep-purple-accent-1);
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 45px;
    text-align: center;
}

.msg-text p {
    line-height: 2;
    color: var(--grey-darken-2);
}

/*************************/
/***********BLog**********/
/*************************/
.blog-bg {
    background: var(--grey-lighten-3);
    padding: 2em 2.5em;
}

section .blog {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 2rem;
}

    section .blog .card:nth-child(1) .box .icon .iconBox {
        background: var(--deep-purple-accent-1);
    }

    section .blog .card:nth-child(2) .box .icon .iconBox {
        background: var(--deep-purple-accent-2);
    }

    section .blog .card:nth-child(3) .box .icon .iconBox {
        background: var(--deep-purple-accent-3);
    }

    section .blog .card:nth-child(4) .box .icon .iconBox {
        background: var(--light-orange-2);
    }

    section .blog .card ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.625rem;
    }

        section .blog .card ul li {
            text-transform: uppercase;
            background: var(--deep-purple-lighten-1);
            color: var(--dark-purple);
            font-size: 0.8rem;
            padding: 0.5rem 0.8rem 0.3rem;
            border-radius: 0.188rem;
        }

        section .blog .card ul .tag {
            color: var(--dark-purple);
        }

    section .blog .card .content {
        padding: 0.938rem 0.625rem;
    }

        section .blog .card .content h3 {
            text-transform: capitalize;
            font-family: 'IRANSansBold';
            font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem);
        }

        section .blog .card .content p {
            margin: 0.625rem 0 1.25rem;
            color: #565656;
        }

    section .blog .card-inner {
        position: relative;
        width: inherit;
        border-radius: 1.25rem;
        border-bottom-left-radius: 0;
        overflow: hidden;
    }

        section .blog .card-inner .box {
            width: 100%;
            height: 100%;
            background: #fff;
            border-radius: 1.25rem;
            overflow: hidden;
        }

            section .blog .card-inner .box .imgBox {
                inset: 0;
            }

                section .blog .card-inner .box .imgBox img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            section .blog .card-inner .box .icon {
                position: absolute;
                bottom: -0.375rem;
                left: -0.375rem;
                width: 6rem;
                height: 6rem;
                background: var(--grey-lighten-3);
                border-top-right-radius: 50%;
            }

                section .blog .card-inner .box .icon:hover .iconBox {
                    transform: scale(1.1);
                }

                section .blog .card-inner .box .icon::before {
                    position: absolute;
                    content: "";
                    bottom: 0.375rem;
                    right: -1.25rem;
                    background: transparent;
                    width: 1.25rem;
                    height: 1.25rem;
                    border-bottom-left-radius: 1.25rem;
                    box-shadow: -0.313rem 0.313rem 0 0.313rem var(--grey-lighten-3);
                }

                section .blog .card-inner .box .icon::after {
                    position: absolute;
                    content: "";
                    top: -1.25rem;
                    left: 0.375rem;
                    background: transparent;
                    width: 1.25rem;
                    height: 1.25rem;
                    border-bottom-left-radius: 1.25rem;
                    box-shadow: -0.313rem 0.313rem 0 0.313rem var(--grey-lighten-3);
                }

                section .blog .card-inner .box .icon .iconBox {
                    position: absolute;
                    inset: 0.625rem;
                    background: #282828;
                    border-radius: 50%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    transition: 0.3s;
                }

                    section .blog .card-inner .box .icon .iconBox span {
                        color: #fff;
                        font-size: 1.5rem;
                    }


/*************************/
/**********Footer*********/
/*************************/
.footer-back {
    background: var(--black);
    padding: 8em 0 0;
    border-radius: 85% 85% 0 0 / 30%;
    margin-top: 2em;
}

.footer-col {
    color: var(--White);
}

    .footer-col h5 {
        font-size: 20px;
        margin-bottom: 2.5rem;
        font-family: Khorjin;
        color: var(--deep-orange);
        font-weight: bold;
    }

    .footer-col p {
        line-height: 2;
    }

    .footer-col > .pages > li > a > i,
    .footer-col > p > i,
    .footer-col > .contact > i {
        vertical-align: middle;
        color: var(--light-orange);
    }

    .footer-col .pages {
        margin-right: -40px;
    }

    .footer-col > .pages > li {
        list-style: none;
    }

        .footer-col > .pages > li > a {
            color: var(--White);
            line-height: 2;
        }

            .footer-col > .pages > li > a:hover {
                color: var(--light-orange);
            }

    .footer-col .tags a {
        display: inline-block;
        padding: 4px 10px;
        margin-bottom: 7px;
        margin-left: 4px;
        border-radius: 4px;
        font-size: 12px;
        border: 1px solid var(--light-cream);
        color: var(--light-cream);
    }

    .footer-col .contact a {
        border: 1px solid #000;
        color: var(--White);
        line-height: 2;
    }

    .footer-col > .social {
        margin-right: -40px;
    }

        .footer-col > .social > li {
            display: inline-block;
        }

            .footer-col > .social > li > a {
                border-radius: 4px;
                border: 1px solid var(--light-cream);
                height: 35px;
                width: 35px;
                display: block;
                position: relative;
                margin-top: 1rem;
                font-size: 20px;
                text-align: center;
                line-height: 2;
                color: var(--light-cream);
            }

.end-footer {
    padding: 2em;
    margin-top: 2em;
    border-top: 1px solid var(--light-orange-2);
}

#copyright {
    color: var(--White);
}

    #copyright > i {
        color: var(--light-cream);
        vertical-align: middle;
        margin-left: 5px;
    }

    #copyright > a {
        color: var(--deep-orange);
        font-weight: bold;
    }
