/*
Theme Name: Qyubic
Theme URI: https://corebitmedia.com/qyubic/
Description: Qyubic Custom Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: qyubic
*/

/* Import the main stylesheet */
/* @import url("assets/style.css"); */
a:hover {
	color: blue !important;
}
.entry-content.content a {
	color: #0000FF !important;
	text-decoration: underline !important;
}
@font-face {
    font-family: 'metropolislight';
    src: url('/assets/fonts/metropolis-light-webfont.woff2') format('woff2'),
         url('/assets/fonts/metropolis-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metropolismedium';
    src: url('/assets/fonts/metropolis-medium-webfont.woff2') format('woff2'),
         url('/assets/fonts/metropolis-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metropolisregular';
    src: url('/assets/fonts/metropolis-regular-webfont.woff2') format('woff2'),
         url('/assets/fonts/metropolis-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metropolissemi_bold';
    src: url('/assets/fonts/metropolis-semibold-webfont.woff2') format('woff2'),
         url('/assets/fonts/metropolis-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metropolisthin';
    src: url('/assets/fonts/metropolis-thin-webfont.woff2') format('woff2'),
         url('/assets/fonts/metropolis-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body{
    font-family: Metropolis, sans-serif;
}
a:hover{
    color: #000;
}
/********* header css ***********/
header{
    background-color: #e40885 !important;
}
.navbar.navbar-expand-lg {
	z-index: 11;
}

a.navbar-brand {
  width: 10%;
  margin-left: 5%;
}
a.navbar-brand img {
    width: 9rem;
}
.language-content{
    background: transparent;
    border: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_content {
    display: flex;
    gap: 30px;
    align-items: center;
}
form.d-flex {
	width: 50%;
	margin: 0px 2% 0px 2%;
}
button#dropdownMenuButton1 {
    background-color: transparent;
    border: none;
}
button#dropdownMenuButton1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.user-login {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.dropdown span {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 0px !important;
    margin: 0px !important;
}
.dropdown-toggle::after{
    color: #fff;
}
ul.dropdown-menu.show li a span {
    color: #000 !important;
}
.dropdown-item.active{
    background-color: transparent !important;
}
.flag {
    background-color: #fff;
    text-align: center;
    padding: 4px 7px;
    margin: 0;
}
.post-image img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 10px;
    transition: 0.5s;
	object-fit: contain;
}
.post-image {
    overflow: hidden;
    transition: all linear 0.5s;
    height: 300px;
}
span.post-date {
    font-size: 16px;
    line-height: 45px;
    color: #75757d;
}
h1.page_title {
    font-size: 26px;
    font-family: Metropolis, sans-serif;
    text-align: center;
    margin-bottom: 20px !important;
    color: #e40885;
    width: fit-content;
    padding: 20px 10px;
    line-height: 40px;
    margin: 0 auto;
}
.post-content h4 {
    font-size:18px;
    line-height: 24px;
    color: #000;
    font-family: Metropolis, sans-serif;
}
a.readmore.stretched-link.mt-auto {
    text-decoration: none !important;
    display: flex;
    gap: 10px;
    color: #e40885;
}
.post-content p{
    font-size: 16px;
}
.post-content{
    padding: 15px 15px;
    /* padding-bottom: 10px; */
}
.post {
    box-shadow:0px 0 30px rgba(1, 41, 112, 0.08);
    border-radius: 5px;
    margin-bottom: 20px;
    /* overflow: hidden; */
    clear: both;
    /* position: relative; */
}
.post:hover img {
    transform: rotate(6deg) scale(1.2);
}
.post_meta ul li a i {
    color: #fff;
    font-size: 15px;
}
.post_meta ul li {
    display: inline-flex;
    margin: 0px 2px;
    background-color: #e80885;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}
.post_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post_meta ul {
    padding: 0;
}
section#blog_banner {
    background-image: url(./assets/images/banner.png);
    height:60vh;
    background-size: cover;
    background-position: center center;
}
/**************** footer ****************/
.footer-top {
    background-color: #e40885;
    text-align: right;
    padding: 10px 0px;
}
.footer-top img {
    width: 12%;
}
.first-sec {
    width: 100%;
}
.first-sec input {
    width: 100%;
    font-style: italic;
    background-color: rgb(246 246 246);
    --tw-bg-opacity: 1;
    border: none;
    border-radius: 8px;
    padding-left: 20px;
    font-weight: 500;
}

.form {
    display: grid;
    gap: 20px;
    margin: 40px 50px;
    align-items: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 3fr;
    }
    button.submit_form {
        text-align: left;
        font-weight: 700;
        font-size: 20px;
        letter-spacing: .025em;
    }
.submit_form{color: #e40885; background: transparent; border:0; text-decoration: underline;}    

/************ Footer ************/
.text {
    margin-top: 20px;
}
.text h4 {
    font-size: 18px;
    color: rgb(117 117 117);
    margin-bottom: 20px;
}
ul.footer-nav li a {
    text-decoration: none;
    text-transform: capitalize;
    color: rgb(117, 117, 117);
    font-size: 15px;
    font-weight: 400;
}
ul.footer-nav{
    padding: 0;
}
ul.footer-nav li{
    display: block;
}
.qr-images img {
    width: 70%;
}
.qr-images {
    display: grid;
    gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 2fr;
}
ul.social-icon-list {
    padding: 0;
}

ul.social-icon-list li {
    display: inline;
    margin: 0px 8px;
}
.qr-images img {
    width: 84%;
    height: 220px;
    object-fit: cover;
}
ul.social-icon-list li a i {
    font-size: 18px;
    background: #e40885;
    color: #fff;
    padding: 4px;
}
.text h5 {
    font-size: 18px;
    color: #757575;
    margin-bottom: 10px;
}
.nav_links_sec {
    padding-bottom: 20px;
    border-bottom: 1px solid #757575;
}
.post-content a:hover {
    color: black  !important;
}
.post-content h2 {
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    clear: both;
    font-size: 25px;
    margin: 10px 0px;
}
footer h5{color: rgb(117, 117, 117); font-size:18px; font-weight: 400;}

@media (min-width: 1920px) {
    .container-fluid {
        max-width: 1890px;
    }
}

@media (max-width: 767px) {

    .post-image{
        height: 180px;
    }
    .post-image img{
        height: 180px;
    }
    .post-content h2{
        font-size: 18px;
        line-height: 25px;
        padding: 0;
    }
    .post_meta {
        flex-direction: column;
        align-items: start !important;
    }
    .post_meta ul li{
        width: 18px;
        height: 18px;
    }
    .post-content ul {
        margin-bottom: 0px;
    }
    .post_meta ul li a i {
        color: #fff;
        font-size: 10px;
        line-height: 30px;
        text-align: center;
        display: flex;
    }
    span.post-date{
        font-size: 13px;
        line-height: 23px;
    }




    .blog .sidebar{
        margin-left: 0px !important;
        margin-bottom: 20px !important;
    }
    .form.mb3 {
        display: none;
    }
    h1.page_title{
        text-align: left;
        font-size: 18px;
        line-height: 28px;
    }
    /* .page-title {
        background-color: #e40885;
    } */
    section#blog_banner {
       height: 16vh;
    }
    a.navbar-brand img {
  width: 7rem;
}
form.d-flex {
  width: 166px;
  margin-left: 58px;
}
header form .form-control{font-size: 12px; font-weight: 300;}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler:focus{box-shadow: none !important;}
}
#langd{
    text-decoration: none!important;
}
/* -------------------------------style img around text  ----------------------------------- */
.containerz {
    
    flex-wrap: wrap;

}

.singlepostimg {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	margin-bottom: 5%;
}

.blog .entry .entry-title {
    font-size: 28px!important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
  }
.dropdown-menu[data-bs-popper] {
	margin-top: 1.125rem !important;
}
.dropdown-menu {
    padding: 0 0 !important;
}
.dropdown-item {
    border-bottom: 1px solid black !important;
    padding: 5px !important;
    border-radius: 0px;
    min-width: 11rem !important;
}

  .dropdown-menu.show {
    overflow-y: scroll;
    height: 240px;
  }
  .blog1:hover{
    color: black  !important;
  }
  .col-md-6.post_meta.social {
	margin-top: -1%;
}

ul {
    list-style: none;
}



a {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.comment-author.vcard img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
cite.fn {
    margin-left: 10px;
}
.comment p{
    margin-bottom: 0px !important;
    margin-left: 53px;
}
.comment-meta.commentmetadata{
    margin-left: 53px;
}
.comment-body .reply {
    margin-left: 53px;
}
.comment{
    margin-bottom: 20px !important;
}
.stretched-link::after{
    position: relative !important;
}