\@font-face {
    font-family: inter-b;
    src: url('../data/static/Inter_24pt-Bold.ttf');
}
@font-face {
    font-family: inter;
    src: url('../data/static/Inter_18pt-Regular.ttf');
}
@font-face {
    font-family: inter-ib;
    src: url('../data/static/Inter_24pt-BlackItalic.ttf');
}

.top {
	width: calc(100% - 158px);
	padding: 10px 40px 10px 40px;
	border-radius: 20px;
	overflow: hidden;
	position: fixed;
	left: 38px;
	top: 10px;
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.7);
	height: 80px;
	z-index: 27;
	border: solid 0.5px rgba(0, 0, 0, 0.24);
}
.top img {
    height: 100%;
    border-radius: 15px;
}
h1 {
    font-family: inter-ib;
}
.latest-heading {
    margin-top: 0px;
}
.head {
    margin: 0px 2% 0px 2%;
    background-color: #181920;
    height: 65vh;
    padding: 80px;
    text-align: center;
    overflow: hidden;
    border-radius: 40px;
    color: white;
}
html, body {
    margin: 0px;
    font-family: inter;
    color: #181920;
    text-transform: lowercase;
}
span[itemprop="name"], .page-header h2, .mceContentBody p, .akengage-comment-body {
	text-transform: none;
}
.whitebtn {
    color: #181920;
    background-color: white;
    padding: 15px 30px 15px 30px;
    border: none;
    border-radius: 15px;
}
.anim {
    clip-path: circle(32%); 
    display: block; 
    margin-left: auto;
    margin-right: auto; 
    width: 40vw; 
    position: relative;
    top: 20vh;
    height: 40vw;
}
.topmargin {
    width:100vw; position: reltive; height:140px;
}
@media (max-width: 900px) {
    .anim {
        width: 60vw;
        height: 60vw;
        top: 5%;
    }
    .top {
        left: 0px;
        top: 0px;
        height: 60px;
        border-radius: 0px;
        width: 90vw;
        padding: 10px 20px 10px 20px;
    }
    .controw {
        flex-direction: column;
    }
    .container {
        max-width: 100% !important;
    }
    .head {
        padding: 80px 30px 0px 30px;
        height: 68vh;
    }
    .topmargin {
        width:100vw; position: reltive; height:90px;
    }
    .adheading, .adpar {
        width: 100% !important;
    }
    .main {
        padding: 0px 15vw 0px 15vw !important;
    }
    .advideo {
        left: 29px !important;
        width: 117% !important;
    }
    .rmonmobile {
        display: none;
    }
    
}
@media (max-height: 500px) {
    .head video {
        top: 8vh;
    }
}
.main, .item-page, .blog, .finder, .com-content-category, .registration, .akengage-comment-edit-form, .login {
    padding: 0px 15vw 0px 15vw;
}
.article-info {
    margin-bottom: 40px;
}
.com-content-article__body {
    margin-bottom: 40px;
}
.akengage-comment-item {
    border-top: 0.5px solid rgba(0, 0, 0, 0.301);
    padding-top: 3px;
    margin-left: -40px;
}
.akengage-comment-item {
    list-style-type: none;
}
a {
    color: #181920;
}
#akeeba-engage-login {
    border: 0.5px solid black;
    padding: 15px;
}
.input-password-toggle {
    background-color: #ffffff00;
    color: #181920;
    text-decoration: dotted underline 0.5px #181920;
    cursor: pointer;
}
.input-password-toggle:hover {
    background-color: #ffffff00;
}
button {
    background-color: #181920;
    color: white;
    margin: 5px;
    padding: 5px 10px 5px 10px;
    border: none;
    border-radius: 7px;
    transition: 0.5s;
}
iframe {
    border: none;
    display: none;
}
button:hover {
    background-color: #3a3a3a;
}
.controw {
    width: 100%;
    display: flex;
    margin-top: 50px;
}
.container {
    background-color: #cccccc;
    height: fit-content;
    flex: 1 1 auto;
    padding: 0px 30px 30px 30px;
    border-radius: 25px;
    margin: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 300px;

}
.container p {
    text-align: justify;
    flex: 0 1 auto;
    margin-bottom: 0px;
}
.container h1 {
    font-family: inter-ib;
    font-size: 28px;

}
.advideo {
    height: 100%;
    float: right;
    position: relative;
    top: -193px;
    right: -30px;
}
@media (max-width: 1100px) {
    .adheading {
        width: 40%;
    }
    .adpar {
        width: 40%;
    }
    .advideo {
        width: 112%;
        height: 200px;
        bottom: 100px;
        top: 7px;
    }
}
.category-name a {
    padding: 3px 5px 3px 5px;
    background-color: #181920;
    color: white;
	text-decoration: none;
    margin: 7px;
    border-radius: 7px;
    font-size: 12px;
}
.headhelper {
    padding: 0px 10vw 0px 10vw;
}
li {
    list-style-type: none;
}
.categories-list li h5 a {
    text-decoration: none;
    padding: 3px 5px 3px 5px;
    background-color: #181920;
    color: white;
    margin: 7px;
    border-radius: 7px;
    width: fit-content;
}
.links {
    float: right;
    height: 100%;

    align-items: center;
    display: flex;
}

.links a {
    margin-right: 10px;
}
.latestnews li a span {
    margin-bottom: 5px;
}
.container-bottom {
    max-width: 40vw; 
    background-color: transparent; 
    padding: 0px; 
    border-left: 1px solid black; 
    border-radius: 0px;
    margin: 0px;
    padding-left: 10px;
}

.category thead, tr {
    border: 1px solid black;
}
.category-desc p {
    margin-top: -16px;
}
.tooltip {
    display: none;
}
span[itemprop="name"] {
    margin-top: 5px;
}
.mceBranding {
    display: none !important;
}
.com-content-article__body img {
    max-width: 50vw;
    height: auto;
}
