* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #fff;
}
a{
    text-decoration: none;
    color: inherit;
    transition: all .3s linear;
}
a:hover{
    color: #ff1d5b;
}
img{
    max-width: 100%;
}
.tag {
    background: #ff1d5b;
    border-radius: 3px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    line-height: 30px;
    padding: 0 11px
}

.tag:active,.tag:focus,.tag:hover {
    color: #fff
}
.container {
    width: 1100px;
    margin: 0 auto;
}
.top-header {
    background-color: #f8f8f8;
    font-size: 14px;
}
.top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-header-right{
    display: flex;
    gap: 4px;
}
.top-header-right a{
    display: block;
    line-height: 50px;
    padding: 0 10px;
    background-color: #efefef;
    color: #5856d5;
    font-size: 12px;
}
.top-header-right a:hover{
    background-color: #5856d5;
    color: #fff;
}
.header {
    background-color: #fff;
}
.header .container {
    display: flex;
    align-items: center;
    height: 100px;
}
.nav{
    height: 70px;
    background: linear-gradient(to right, #5856d5 0, #ff1d5b 100%);
}
.nav .container{
    display: flex;
    align-items: center;
}
.nav ul{
    display: flex;
    align-items: center;
    list-style: none;
    gap: 20px;
}
.nav ul li{
    line-height: 70px;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
}
.nav ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.search-button{
    margin-left: auto;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f22f7e;
    color: #fff;
}
.search-button:hover{
    background: #ff1d5b;
    color: #fff;
}
.banner{
    padding: 20px 0;
}
.banner-item{
    position: relative;
}
.banner-item img{
    width: 100%;
    height: 536px;
    object-fit: cover;
    border-radius: 10px;
}
.banner-item-details{
    position: absolute;
    left: 40px;
    bottom: 40px;
}
.banner-item-details .tag {
    background: #ff1d5b;
    border-radius: 3px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    line-height: 30px;
    padding: 0 11px;
}
.banner-item-details .tag:active,.banner-item-details .tag:focus,.banner-item-details .tag:hover {
    color: #fff
}
.banner-item-details h4 {
    color: #fff;
    padding-right: 375px;
    margin: 17px 0 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}
.banner-item-details .meta {
    margin-top: 8px;
    color: #fff;
}
.featured{
    background-color: #f8f8f8;
}
.featured .container{
    padding: 70px 0;
}
.section-title{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.section-title .title{
    font-size: 30px;
    font-weight: 700;
    color: #292929;
}
.section-title .more{
    margin-left: auto;
    font-size: 18px;
    color: #292929;
    position: relative;
    font-weight: 700;
}

.section-title .more:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #292929;
    left: 0;
    bottom: 0;
    transition: .4s;
}

.section-title .more:hover{
    color: #ff1d5b;
}

.featured .section-body{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.single-post-wrap .thumb {
    position: relative
}

.single-post-wrap .thumb img {
    border-radius: 10px
}

.single-post-wrap .thumb .tag {
    position: absolute;
    top: 20px;
    left: 20px
}

.single-post-wrap h5 {
    margin: 15px 0 14px
}

.single-post-wrap h5:hover {
    color: var(--main-color)
}

.single-post-wrap h6 {
    color: #292929;
    font-weight: 500;
    padding: 18px 0 10px;
    font-size: 14px;
}

.single-post-wrap h6:hover {
    color: var(--main-color)
}

.top-news{
    padding: 70px 0;
}
.top-news .container{
    display: flex;
    gap: 40px;
}
.top-news-left{
    flex: 2;
}
.top-news-right{
    flex: 1;
}
.top-news .section-title{
    position: relative;
    padding-left: 23px;
}
.top-news .section-title::before{
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ff1d5b;
    top: 50%;
    margin-top: -5px;
    left: 0;
}
.top-news .section-body{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.tagcloud a {
    border: 2px solid #fafafa;
    border-radius: 6px!important;
    height: 54px;
    display: inline-block;
    font-size: 16px;
    color: #292929;
    line-height: 50px;
    text-align: center;
    padding: 0 20px;
    margin: 0 6px 10px 0;
    transition: all .4s ease-in
}

.tagcloud a:hover {
    background: #ff1d5b;
    color: #fff
}

.load-more-btn {
    text-align: center;
    display: block;
    height: 60px;
    box-shadow: 0 8px 27px 0 rgba(216,216,216,0.16);
    border: 1px solid whitesmoke;
    font-size: 16px;
    color: #282828;
    line-height: 58px;
    border-radius: 4px
}

.load-more-btn:hover {
    background: #ff1d5b;
    color: #fff
}

.single-post-wrap .tag.tag-3 {
    background: #dfb50b
}
footer{
    background: #262626;
    font-size: 12px;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    line-height: 1.7;
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to right,#5856d5 0,#ff1d5b 100%);
    z-index: 991;
    content: "";
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),progress
}

.body-overlay.active {
    visibility: visible;
    opacity: .9
}

.search-popup.active .search-form {
    visibility: visible;
    opacity: 1
}

.search-popup .search-form {
    min-width: 600px;
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    transition: .5s ease;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%,-50%);
    z-index: 999
}

.search-popup .search-form .form-group .form-control {
    border: 0;
    border-radius: 6px;
    height: 54px;
    line-height: 54px;
    padding: 0 100px 0 30px;
    font-size: 18px;
    width: 100%;
}

.search-popup .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 54px;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(to left,#5856d5 0,#ff1d5b 100%);
    color: #fff;
    transition: .4s;
    padding: 0;
    text-align: center;
    cursor: pointer;
    z-index: 1
}

.search-popup .search-form .submit-btn:before {
    background-image: linear-gradient(to right,#5856d5 0,#ff1d5b 100%);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 0 5px 5px 0;
    width: 100%;
    z-index: -1;
    transition: opacity .4s
}

.search-popup .search-form .submit-btn:hover:before {
    opacity: 1
}

.breadcrumb{
    padding: 20px 0;
    color: #767575;
}

.breadcrumb-inner {
    display: inline-flex;
    align-items: center;
    font-size: 12px
}

.breadcrumb-inner .page-list {
    margin: 0;
    padding: 0
}

.breadcrumb-inner .page-list li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding-left: 10px;
    font-size: 12px
}

.breadcrumb-inner .page-list li:first-child {
    padding-left: 5px
}

.breadcrumb-inner .page-list li:first-child:after {
    display: none
}

.breadcrumb-inner .page-list li:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "/";
    font-family: "fontawesome"
}

.widget {
    margin-bottom: 32px;
    color: #383838;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.widget .small, .widget small {
    font-size: 80%;
    font-weight: 400;
}

.widget hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.widget-visitor {
    border-radius: 3px;
    background-color: white;
    box-shadow: 0 0 27px 0 rgba(192,192,192,0.16);
    padding: 43px 54px 57px;
    text-align: center;
}

.widget-visitor h5 {
    font-weight: 500;
    margin-bottom: 7px;
    color: #292929;
    font-size: 24px;
}

.widget-visitor h6 {
    font-weight: 500;
    margin-bottom: 24px
}

.widget-visitor p {
    font-size: 17px;
    font-weight: 400;
}

.btn {
    height: 57px;
    line-height: 57px;
    padding: 0 33px;
    overflow: hidden;
    position: relative;
    border: 0;
    transition: all .5s ease;
    font-weight: 500;
    display: inline-block;
    transform: perspective(1px) translateZ(0);
    border-radius: 10px
}

.btn:focus,.btn:active {
    outline: 0;
    box-shadow: none
}

.btn.btn-main {
    background-color: #ff1d5b;
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.btn.btn-main:hover {
    background-color: #ea1c55
}