:root {
  /* define all the color variables */
  --yellow: #fdf40b;
  --background: #ffffff;
  --foreground: #000000;
  --blue: #404191;
  --black: #000000;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*:focus {
  box-shadow: none !important;
  outline: none !important;
}

svg {
  flex: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0 !important;
}
.fs-7{
    font-size:14px;
    color:rgba(0, 0, 0, 0.5);
}
.container-lg,
.container-fluid {
  padding: 0 !important;
}

a {
  display: inline-block !important;
  text-decoration: none !important;
}

.row {
  margin: 0 !important;
}

[class*="col-"] {
  padding: 0 !important;
}

.swiper-slide {
  user-select: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:focus {
  outline: none;
}

/* for hiding the scroller */
::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-width: none;
}

body {
  color: var(--foreground);
  background: var(--background);
}

nav .navbar-nav li a {
  padding: 0 !important;
}

ul {
  margin-bottom: 0 !important;
}

/* .navbar-toggler-icon {
    background-image: url(../images/menu.png);
} */

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  font-size: 18px;
}

.image-reveal {
  position: relative;
  margin: 2rem auto;
  overflow: hidden;
  background: transparent;
}

.text-reveal {
  display: inline-block;
  overflow: hidden;
  padding: 4px;
}

.text-reveal span {
  display: inline-block;
  white-space: pre;
}

.film_photos img {
  border-radius: 5px;
  height: 100px;
  width: 800px;
  object-fit: cover;
  object-position: center top;
}

header p,
header a {
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s linear;
  color: var(--black);
}

header a:hover {
  text-decoration: underline !important;
}

.logo_img {
  width: 150px;
}

.nav_options li a {
  color: var(--blue);
  font-weight: 600;
  font-size: 15px;
  padding: 0 8px 10px 8px;
  border-bottom: 3px solid transparent;
  transition: all 0.2s linear;
}

.nav_options li a:hover {
  border-bottom: 3px solid #4db2ec;
}

.shadow_custom {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.dropdown_menu_anchor {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropdown_menu_anchor svg {
  width: 15px;
  height: 15px;
  stroke-width: 2.5px;
}

.mega_menu_nav {
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  padding: 20px;
  width: 100%;
  height: auto;
  z-index: 100;
  display: none;
}

.megamenu_news_card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 4px;
}

.category_anchor {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: white;
  background-color: black;
  padding: 3px 8px;
  font-size: 13px;
}

.nav_btns_news {
  border: 1.5px solid rgba(0, 0, 0, 0.258);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
}

.nav_btns_news svg {
  width: 20px;
  height: 20px;
  stroke: black;
}

.content_part .title {
  font-size: 14px;
  font-weight: 600;
  color: var(--blue);
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trending_span {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  background: #e71d24;
  color: white;
  padding: 5px 10px;
  white-space: nowrap;
}

.trending_slider p {
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.w_75_custom {
  width: 75%;
}

.news_articles {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(7, 1fr);
  gap: 15px;
  height: 550px;
  user-select: none;
}

.news_articles img {
  width: 100%;
  height: 100%;
  object-position: top center;
  object-fit: cover;
  border-radius: 4px;
}

.news_1 {
  grid-column: span 2 / span 2;
  grid-row: span 7 / span 7;
}

.news_2 {
  grid-column: span 4 / span 4;
  grid-row: span 4 / span 4;
  grid-column-start: 3;
}

.news_3 {
  grid-column: span 2 / span 2;
  grid-row: span 3 / span 3;
  grid-column-start: 3;
  grid-row-start: 5;
}

.news_4 {
  grid-column: span 2 / span 2;
  grid-row: span 3 / span 3;
  grid-column-start: 5;
  grid-row-start: 5;
}

.news_overly {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6671918767507004) 35%,
    rgba(255, 255, 255, 0) 100%
  );
}

.news_overly .news_title {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.news_3 .news_title,
.news_4 .news_title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.stay_connected {
  background: black;
  color: white;
  text-transform: uppercase;
  padding: 8px 15px;
  font-weight: 600;
  font-size: 14px;
  user-select: none;
}

.social_img img {
  width: 40px;
}

.make_it_modern_img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center top;
}

.modern_article .title {
  font-size: 14px;
  line-height: 20px;
  color: black;
  font-weight: 500;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s linear;
}

.modern_article .title:hover {
  color: #4db2ec;
}

.latest_review img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

.latest_review .review_title {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  transition: all 0.2s linear;
}

.latest_review .review_title:hover {
  color: #4db2ec;
}

.horizontal_article img {
  width: 150px;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
}

.horizontal_article span {
  color: black;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  transition: all 0.2s linear;
}

.horizontal_article span:hover {
  color: #4db2ec;
}

.line_limit_2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dont_miss_tabs li button.nav-link.active {
  background: transparent;
  color: #e71d24;
  border: none;
  font-weight: 600;
}

.dont_miss_tabs li button.nav-link {
  background: transparent;
  color: rgba(0, 0, 0, 0.286);
  border: none;
  font-weight: 600;
  font-size: 14px;
}

.latest_review_p {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dont_miss_tabs.two li button.nav-link.active {
  color: #4caf50;
}

.dont_miss_tabs.three li button.nav-link.active {
  color: #607d8b;
}

.dont_miss_tabs.four li button.nav-link.active {
  color: #f44336;
}

.share_div {
  border: 1px solid rgba(0, 0, 0, 0.225);
  padding: 9px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  user-select: none;
}

.share_div svg {
  width: 15px;
  height: 15px;
  stroke: black;
}

.share_div span {
  color: black;
  font-size: 14px;
  font-weight: 600;
}

.share_icons {
  padding: 10px 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 5px;
  user-select: none;
  border-radius: 3px;
}

.share_icons svg {
  width: 20px;
  height: 20px;
  stroke-width: 0px;
  stroke: white;
  fill: white;
}

.line_limit_1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post_comment img {
  width: 50px;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.blogs_banner img{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  min-height: 340px;
}

.line_limit_title{
        display: -webkit-box !important;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color:transparent !important;
    border-color:transparent !important;
    color:black !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link{
    color:#7b7979 !important;
}
/*.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{*/
/*    border-color:transparent !important;*/
/*    color:red !important;*/
/*}*/

.builder_card img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    object-position:center;
}