@font-face {
    font-family: "cardo";
    src: url(../fonts/cardo/Cardo-Regular.ttf);
}
@font-face {
    font-family: "cardo-italic";
    src: url(../fonts/cardo/Cardo-Italic.ttf);
}
@font-face {
    font-family: "cardo-bold";
    src: url(../fonts/cardo/Cardo-Bold.ttf);
}

@font-face {
    font-family: "circular";
    src: url(../fonts/Circular-Regular.woff2);
}
*{
    font-family: "cardo";
}

.header{
    padding: 20px 20px 0px 20px;
    background-color: black;
    min-height: 142px;
    position: relative;
    border-bottom: 2px solid white;
}
.top-bar h5{
    color: #dcdcdc;
    font-size: 13px;
    margin: 0px;
    letter-spacing: 1px;
}
.top-bar h5:nth-child(1){
    float: left;
    margin-right: 25px;
}
.top-bar h5:nth-child(2){
    float: left;
}
.website-title{
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10
}
.website-title h1{
    padding-bottom: 5px;
    margin-bottom: 0px;
}
.website-title h1 a{
    font-size: 42px;
    color: #dcdcdc;
    text-decoration: none;
    margin: 0 auto;
    max-width: 1180px !important;
    overflow: unset !important;
    padding: 0 !important;
    text-overflow: unset !important;
    white-space: normal !important;
}
.pages-nav-container{
    margin: 10px auto;
    width: 100%;
    position: sticky;
    top: 0px;
}
.clearfix::before{
    display: table;
    content: " ";
}
.clearfix::after{
    clear: both;
    display: table;
    content: " ";
}



.hashtag {
    padding: 8px;
    background-color: #000;
    padding-bottom: 0px;
}

.hashtag-1>h1 {
    font-family: 'cardo', serif;
    font-weight: 400;
    font-size: 13px !important;
    letter-spacing: 1px;
    color: #dcdcdc;
    display: inline;
}

.logo {
    height: 56px;
    background-color: #000;
    padding-bottom: 5px;

}

.logo h1 {
    font-family: 'cardo', serif;
    font-weight: 400;
    font-size: 42px;
    color: #dcdcdc;
    margin-top: -20px;
}

.menu {
    height: 60px;
    background-color: #000;
    border-bottom: 2px solid #dcdcdc;

}

.header-scrolled {
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0px;
    /* height: 80px; */
    position: fixed;
    background-color: #000;
    padding-top: 25px;
    padding-bottom: 15px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-bottom: 10px;
    text-align: center;
}




.list-inline ul {
    margin-bottom: 10px;
}

.list-inline>li {
    padding: 0 15px;
    display: inline-block;
}

.list-inline>li {
    padding: 0 15px;
}

.list-inline>li a {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 2px;
    color: #dcdcdc;
    text-decoration: none;
    letter-spacing: 2px;
}
.list-inline>li a.active {
    font-weight: 700;
    text-decoration: none;
}

.list-inline>li a:hover {
    border-bottom: 2px solid #dcdcdc;
    text-decoration: none;
    padding-bottom: 3px;
}


/* slier css */
.s1 {
    background-color: #262626;
}

/* section 1 css */
.page-content {
    height: 632px;
    background-color: #000;
}

.page-content-s1 {
    height: 487px;
    border: 2px solid #dcdcdc;
    border-bottom: none;
}

/* footer */
.footer {
    /* height: 135px; */
    padding: 40px 0;
    background-color: #000;
    border-top: 2px solid #dcdcdc;
}

.nav-wrapper {
    margin-left: 25px;
    text-align: left;
}

.nav-wrapper .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    color: #dcdcdc !important;
    font-family: 'circular', serif !important;
    font-size: 12px;
    line-height: 2;
}


.tos {
    color: #dcdcdc !important;
    font-family: 'circular', serif !important;
    font-size: 12px;
    line-height: 2;
    display: flex;
}

.tos>span a {
    font-family: 'circular', serif !important;
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
    color: #dcdcdc;
    text-decoration: none;
}

.tos>span a:hover {
    border-bottom: 1px solid #dcdcdc;
    text-decoration: none;
    padding-bottom: 2px;
}

.tos>span {
    font-family: 'circular', serif !important;
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
    color: #dcdcdc;

}

.made-with-love {
    font-family: 'cardo', serif;
    font-weight: 400;
    font-size: 15px !important;
    color: #dcdcdc;
}

.made-with-love {
    position: absolute;
    bottom: 0;
    margin: 5px 0;
    right: 20px;
}


/* model box css */
.mobile-nav {
    height: 0vh;
    transition: all .4s;
    opacity: 0.92;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: black;
    overflow: hidden;
    z-index: 555;
}
.cros{
    font-size: 25px;
    color:#fff;
    padding-left: 5px;
}

.list-inline1 {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline1 li {
    display: block;
    margin: 20px;
    padding: 0 15px;
}

.list-inline1 li a {
    font-weight: 700;
    text-decoration: none;
    font-size: 28px !important;
    opacity: 1;
    font-family: 'cardo', serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #dcdcdc;
}


.footer .container{
    max-width: 1180px;
    position: relative;
}
.footer .list-inline a{
    font-size: 12px;
    line-height: 2;
    letter-spacing: normal;
    font-family: "circular";
}

.footer .list-inline li{
    padding: 0 15px;
    vertical-align: top;
}
.footer li:first-child {
    padding-left: 5px;
}

@media(max-width: 991px) {
    .top-bar{
        display: none;
    }
    .pages-nav-container  {
        display: none !important;
        
    }
    .website-title h1{
        width: 100%;
    }
    .website-title i{
        font-size: 26px;
        color: white;
    }
    .website-title h1 a{
        font-weight: 400;
        font-size: 24px;
        display: block !important;
        overflow: hidden !important;
        text-align: center;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        width: 100% !important;
        padding: 12px 50px !important;
    }
    .header{
        min-height: 72.8px;
        padding: 0px 10px;
    }
    .website-title{
        display: flex;
        align-items: center;
        min-height: 72.8px;
    }
    .made-with-love{
        position: static;
    }
    .hashtag {
        display: none !important;
    }

    .logo-scrolled {
        top: 0;
        width: 100%;
        position: fixed;
    }

    .logo {
        height: 80px !important;
        

    }

    .logo i {
        position: absolute;
        top: 15px !important;
        left: 5px !important;
        height: 20px;
        cursor: pointer;
        font-size: 40px;
        line-height: 0.5px;
        width: 40px;
        opacity: 100% !important;
    }

    .logo h1 {
        font-size: 24px !important;
        font-family: 'cardo', serif;
        font-weight: 400;
        letter-spacing: 0;
        padding: 20px 50px;
        margin-top: 0px !important;
    }
    
    .f-s{
        display:block !important;
        text-align: center !important;
    }
    .nav-wrapper{
        margin: 0px;
        text-align: center;
    }
    .tos{ 
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        display: block !important;
    }
    .tos1{
        display: block !important;
    }
    .made-with-love{
        top: -20px !important;
    }
    .menu-btn{
        position: relative;
        z-index: 55;
    }
    .cros i{
        position: relative;
        z-index: 555;

    }
    .footer{
        padding: 10px 0px;
        height: 220px;
    }
    .made-with-love{
        margin:10px 0px;
    }
    .footer .list-inline{
        margin: 10px 0px;
    }
}
@media(max-width:768px){
    .website-title h1{
        flex: 1;
        left: 0;
        margin: 0 !important;
        min-width: 0;
        position: absolute;
        right: 0;
        text-align: center;
        text-align: center !important;
    }
    .header{
        min-height: 52px;
        padding: 0px 10px;
    }
    .website-title{
        display: flex;
        align-items: center;
        min-height: 52px;
    }
    .footer .list-inline{
        display: inline;
    }
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}
@media (max-width: 767px){
.hidden-xs {
    display: none !important;
}}
@media (max-width: 767px){
.visible-xs {
    display: block !important;
}}