@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');


* {
    margin: 0;
    padding: 0;
}

:root {
    --navbg: #262626;
    --font-base: "Oswald";
    --navColor: #525452;
    --fontcolor: #ad6c60;
    --fontlight: #bbb;
    --backcol: #999;
    --dull:#f1f3f6;
    --elevated-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: var(--fontcolor);
}

body {
    font-family: var(--font-base);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-size: 16px;
    padding: 15px 15px 15px;
    text-transform: uppercase;

}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ad6c60;
}

.navbar {
    background-color: var(--navbg);
}

.navbar-toggler {
    background-color: white;

}

.navbar-toggler-icon {
    background-color: #fff;
    /* Set the desired color (white in this case) */
}

.navbar-nav {
    display: flex;
    gap: 16px;
}

.icons {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    margin: auto;
    text-align: center;
    align-items: center;
    height: 100%;

    width: fit-content;
    margin-right: 0px;
}

.icons a {
    color: white;
    padding: 1rem;
    font-size: 1.2rem;
}

.icons a:hover {
    color: #c1c0ff;
}

#topheader .top {
    text-align: center;
    padding: 3rem;
}

.share {
    display: flex;
    gap: 10px;

}

.share a {
    color: white;

}

.share p {
    color: white;
}

.share a:hover {
    color: black;
}

#cards {
    background-color: rgb(153, 153, 153, 0.2);
    padding: 0rem;

}

#cards .card {
    padding: 8px;
    border: none;
    margin-top: 1rem;
    height: fit-content;
    border-radius: 4px;
    box-shadow: var(--elevated-box-shadow);
}

#cards .card3,
.card4,
.card5,
.card6,
.card7 {
    margin-top: 1rem;
}

.card4 h3 {
    font-size: 20px
}

p {
    font-weight: 300;
    color: #999;
    letter-spacing: normal;
    font-size: 16px;
}

#cards .card-heading {
    text-align: start;
}

#cards .btn {
    align-items: center;
}

#cards .card-heading h4 {
    color: var(--fontlight);
}

#cards .card-heading h2 {
    font-size: 2.7rem;
}

#cards .card-heading h4:hover {
    color: var(--fontcolor);
}

#cards .div2 a {
    font-size: 25px;
}

#cards .div2 a:hover {
    color: black;
    border-bottom: 2px solid black;
}

#cards .divider {
    border-bottom: 2px dashed #525452;
}

.contain {
    display: flex;
    justify-content: space-between;
}

.contain2 {
    display: flex;
    justify-content: space-between;
}

.btn {
    order: 1;
}

.btn button {
    border: 2px solid #ad6c60;
    background: #ad6c60;
    color: white;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    transition: all 0.4s ease-in-out;
}

.btn button:hover {
    border: 2px solid #ad6c60;
    background: none;
    color: #ad6c60;
    padding: 0.5rem 2rem;
    border-radius: 3rem;
}

.thumbsBtn {
    width: 80px;
    height: 40px;
    border: 2px solid #ad6c60;
    box-shadow: none;
    background: #ad6c60;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
    color: white;
    transform-origin: left;
}

.thumbsBtn:hover {
    border: 2px solid #ad6c60;
    background: none;
    color: #ad6c60 !important;
    padding: 0.5rem 2rem;
    border-radius: 3rem;
    width: 100px;
}

#cards .col1 .card {
    border: 1px solid #ddd;
}

#cards .col1 h4 {
    font-size: 18px;
}

.icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.socialContainer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}

.icons .icondiv {
    /* padding: 0.5rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddd;
    border-radius: 90%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.icons .icondiv:hover {
    background-color: var(--fontcolor);
    color: white;
}

.search-container {
    position: relative;
    display: flex;
}

.search-bar {
    padding: 8px;
    border: none;
    background: #ddd;

    width: 300px;
    /* Adjust the width as needed */
}

.search-icon {
    background: #f0f0f0;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 8px;
    cursor: pointer;
}

#cards .row {
    display: flex;
    flex-wrap: wrap;
}


.row2 h3 {
    font-size: 12px;
}

form {
    max-width: 800px;
    display: flex;
    flex-direction: column;
}

form .box {
    border: none;
}

form label {
    margin-bottom: 5px;
}



.text-container {
    display: flex;
    justify-content: flex-end;
}

#follow .card {
    border: none;
    padding: 3rem;
}

#follow {
    text-align: center;
}

#follow .card-text {
    font-size: 2rem;
    font-style: italic;
    font-weight: lighter;
}

.footer {
    background-color: var(--fontcolor);
}

.footer .contain1 {
    padding: 2rem;
}

.fotterbottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    background-color: #f0f0f0;
    /* Optional background color */
}

.credit {
    display: flex;
    padding: 2rem;
    justify-content: space-between;
}

.credit p {
    margin: 0;
    /* Remove default paragraph margin */
    color: black;
    font-size: 20px;
}

.formrows {
    border: none;
}

.formrows .col-md-12,
.formrows .col-lg-12 {
    border: none;
}

.btnSubscribe {
    padding: 0.5rem 1.5rem;
}

#three .card-heading {
    padding: 1rem;
    text-align: center;

}

#three .card-divider {
    border-bottom: 2px solid #999;
    width: 10%;
    margin: 0 auto;
}

#three .card-heading:hover {
    background-color: #999;
    color: white;
    cursor: pointer;
}

#three .card-heading:hover p {
    color: white;
    /* your desired color for the paragraph on hover */
}

#three .card-heading:hover .card-divider {
    border-bottom: 2px solid white;
    width: 10%;
    margin: 0 auto;
    /* your desired background color for the divider on hover */
}

#three .card-body {
    position: relative;
    padding: 0rem;
    /* Ensure relative positioning for proper sizing */
}

#three .card-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Maintain aspect ratio and cover the entire container */
}

.link:hover {
    color: white;
}

.footer p {
    color: white;
}

.cardImg {
    height: 280px !important;
    border-radius: 4px;
}

.h-fit {
    height: fit-content !important;
}

.card .sticky-top {
    top: 20px !important;
}

.pb-20 {
    padding-bottom: 30px;
}
.cappedHeight{
    /* max-height: 86px; */
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px  !important;
}

.card-title {
    font-size: 22px;
    line-height: 26px;
    text-decoration: none !important;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 24px*20px*1;
    margin: 0 auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    margin-bottom: 6px !important;
}
.card-text{
    font-size: 16px;
    line-height: 18px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 38px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}
.card-body{
    padding: 0px !important;
}
.performaceCard{
    padding: 8px;
    border-radius: 6px;
    background-color: white;
    box-shadow: var(--elevated-box-shadow);
}
.performaceCard .title{
    font-size: 24px;
}
.performaceCard p,.performaceCard .title, .performaceCard a{
    font-family:Arial, Helvetica, sans-serif !important;
}
.bg-dull{
    background-color: var(--dull);
}

.fw-semibold{
    font-weight: 600;
}
.performaceCard p{
    width: 100%;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.performaceCard .title{
    display: block;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1;
}
.performaceCard .imgC{
    width: 100%;
    height: 160px;
    background-color: black;
    border-radius: 6px;
    overflow: hidden;
}

.paginator{
    display: flex;
    justify-content: center;
    align-items: center;
}
.brd-none{
    border:none !important;
}
.detailsPageMainImage{
    max-height: 460px !important;
}
.smallSideImageContainer{
    overflow: hidden;
    padding: 2px;
}