/*font style*/
/* Value */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;800&display=swap');
:root {
    --color_three: #9AD8F0;
    --color_light: #ef5350;
    --color_second: #7fa9d4;
    --color_primary: #09539a;
    --color_primary-dark: #3a3736;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Barlow, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.74;
    position: relative;
    visibility: visible;
    overflow-x: hidden;
    -webkit-transition: all .25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all .25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .25s cubic-bezier(0.645, 0.045, 0.355, 1);
    letter-spacing: 0;
    color: #696969;
    -moz-transition: all .25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all .25s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #ededee;
    font: inherit;
}
img {
    max-width: 100%;
}
a {
    color: #000;
}
a:hover,
a:visited,
a:focus {
    text-decoration: none;
}
.text__primary {
    color: var(--color_primary);
}
a.text__primary:hover{
    color: var(--color_primary-dark);
}
.text__primary-dark {
    color: var(--color_primary-dark);
}
a.text__primary-dark:hover{
    color: var(--color_primary);
}
.bg__primary{
    background-color: var(--color_primary);

}
.bg__second{
    background-color: var(--color_second);
}
.blog-content a.text__primary:hover{
    color: #FFFFFF;
}
.float-right-flex {
    margin-left: auto;
    order: 2;
}
.btn__primary {
    color: #fff;
    background-color: var(--color_primary);
    border-color: var(--color_primary);
}
.btn__primary:hover {
    color: #fff;
    background-color: var(--color_primary-dark);
    border-color: var(--color_primary-dark);
}
.share-this a:hover {
    color: var(--color_primary-dark) !important;
}
/*header*/
.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dropdown:hover .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    top: calc(100% - 3px);
    z-index: 1021;
}
.dropdown,
.dropdown-menu .border-bottom.line-2 {
    transition: all 0.3s;
}
.dropdown:hover:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 2px;
    height: 2px;
    background-color: var(--color_primary);
}
.dropdown-menu .border-bottom.line-2:hover {
    background-color: hsla(0, 0%, 46.7%, 0.1);
    padding-left: 5px;
}
.mega-menu {
    width: 300px !important;
}


/*home page*/
#carousel-custom-dots{
    position: absolute;
    top: 35%;
    left: 5%;
    z-index: 1021;
}
.banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-100%) translateX(-50%);
    z-index: 1;
}
.dot-content {
    background-color: #ffffff8a;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    font-size: inherit;
    padding: 0;
    height: 50px;
    width: 10px;
    transition: all .5s;
}
.dot-content:focus{
    outline: 0;
}
.owl-dot.active .dot-content{
    background-color: white;
}
.photo-info{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}
.bi .bp .vote .rate-yo {
    margin: auto;
}
.jq-ry-container {
    position: relative;
    padding: 0 5px;
    line-height: 0;
    display: block;
    cursor: pointer;
    box-sizing: content-box;
    direction: ltr;
}
.jq-ry-container > .jq-ry-group-wrapper {
    position: relative;
    width: 145px;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
    width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
    position: relative;
    line-height: 0;
    z-index: 10;
    white-space: nowrap;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
    display: inline-block;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
    width: 0;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.category:hover{
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.ratio-content{
    position: relative;
}
.ratio-content:after{
    content: "";
    display: block;
    padding-top: 56.25%;
    position: relative;
}
.ratio-content img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-square{
    position: relative;
}
.img-square:after{
    content: "";
    display: block;
    padding-top: 100%;
    position: relative;
}
.img-square img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar .form-control {
    height: 48px;
}

.gototop {
    background-color: var(--color_primary);
    position: fixed;
    bottom: 5%;
    right: 3%;
    opacity: 0;
    z-index: 1020;
}

.blog-title {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


ul {
    list-style: none;
}
button:focus {
    outline: 0;
}
.home-search {
    position: relative;
}
.home-search i {
    z-index: 1;
    position: absolute;
    top: 15px;
    right: 15px;
}
* {
    margin: 0;
    padding: 0;
}
ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
a:hover {
    color: var(--color_primary);
    text-decoration: none;
}
.tt-menu {
    width: 100%;
}
.btn-item {
    text-transform: uppercase;
}
.btn-item {
    --c: #f78d1a;
    color: var(--c);
    font-size: 14px;
    border: 2px solid #fff;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    margin: 0 5px;
    padding: 7px;
}
.btn-coupon {
    background: transparent;
    color: #fff;
    border: none;
    padding: 0.2rem 0.5rem;
    font: 12px, sans-serif;
    outline: none;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.btn-coupon span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--c);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}
.btn-coupon:hover {
    color: #fff;
}
.btn-coupon:hover span {
    transform: translateY(0) scale(2);
}
.btn-coupon span:first-child {
    --n: 1;
}
.btn-coupon span:nth-child(2) {
    --n: 2;
}
.btn-coupon span:nth-child(3) {
    --n: 3;
}
.btn-coupon span:nth-child(4) {
    --n: 4;
}
.btn {
    margin: 0;
}
.round-border {
    border-radius: 10px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 60px;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}
@media (max-width: 575.98px) {
    .btn-item {
        margin-bottom: 5px;
        background-color: #2d3e50;
        height: 45px;
    }
    .btn-item {
        margin-bottom: 5px;
    }
}
.btn-coupon:visited {
    color: #fff !important;
}
@media only screen and (max-width: 600px) {
    .top-search > .twitter-typeahead {
        width: calc(100vw - 5rem);
    }
}
.btn-coupon:visited {
+: #fff !important;
}
