  @import url('https://fonts.googleapis.com/css2?family=Scheherazade+New:wght@400;500;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700&family=Titillium+Web:ital,wght@0,200;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

  :root
  {
    --mainColor: #FF6600;
    --primary: #fe8332;
    --dark: rgb(2, 3, 5);
    --gray-100: rgb(206, 206, 206);
    --white: #fff;
    --transparent: rgba(227, 226, 226, 0.8);
    --red: rgb(245, 20, 20);
  }

  @font-face{
    font-family: 'mitra';
    src: url(../fonts/mitra-regular.ttf);
  }

  
  @font-face{
    font-family: 'mitraBold';
    src: url(../fonts/mitra-blod.ttf);
  }

  .f600{
    font-family: mitraBold !important;
  }
  /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--mainColor);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
  *
  {
    /* font-family: 'Scheherazade New'; */
    font-family: 'mitra';
    box-sizing: border-box;
    font-size: 18px;
    /* font-weight: 600; */
    transition: all 0.3s ease;
  }
  .colorfull
  {
    background-color: var(--mainColor);
    color: var(--white);
  }
  .colorfull a
  {
    color: var(--white);
  }
  .alert
  {
    padding: 10px !important;
    border-radius: 0 !important;
    border-left: 5px solid var(--red);
  }
  .text-mainColor
  {
    color: var(--mainColor) !important;
  }
  
  a
  {
    text-decoration: none !important;
    color: inherit !important;
  }
  small
  {
    color: gray;
    font-size: 0.8em !important;
  }
  .colorfull small{
      color: white;
  }
  small i
  {
    font-size: 0.8em !important;
  }
  nav *
  {
    text-align: right !important;
  }
  .navbar-expand-lg
  {
    background-color: var(--mainColor) !important;
    z-index: 999;
    color: var(--white)
  }
.card
{
  border:none !important;
  /* box-shadow: 0 0 10px var(--gray-100); */
  background-color: var(--transparent) !important;
}
table, tr, td, th{
  background-color: transparent !important;
}
.bg-w
{
  background-image: url(../images/logo-white.gif);
  background-position: -35% 100%;
  background-size: 130px;
  background-repeat: no-repeat;
}
.bg-img
{
  position: fixed;
  filter: blur(25px);
  height: 100vh;
  top:0;
  left: 100px;
  z-index: -1;
  rotate: 45deg;
  opacity: 0.8;
  pointer-events: none;
}
.rounded-pill
{
  background-color: var(--mainColor) !important;
}
form small
{
  color: var(--red);
  text-transform: capitalize;
}
.bg-img img
{
  width: 100%;
}

  /* SLIDER */
  .thumbnail img
  {
    width: 100%;
  }
  .slider-column .thumbnail img
  {
    min-height: 420px;
    object-fit: cover;
    object-position: center;
  }
  .slider-column .thumbnail
  {
    height: 420px;
  }
  .thumbnail-column .thumbnail{
    height: 150px;
  }

  .thumbnail-column .thumbnail img{
    height: 150px;
    object-fit: cover;
  }
  .thumbnail-column h5
  {
    margin-bottom: 15px;
  } 
  .four-n-row .thumbnail
  {
    height: 200px;
    overflow: hidden;
  }
  .four-n-row .thumbnail img
  {
    height: 200px;
    object-fit: cover;
  }

  .top-footer
  {
    padding: 80px 0;
    box-shadow: 0 -2px 20px var(--gray-100);
    background-color: var(--transparent);
    font-weight: 300; 
    line-height: 2;
  }
  .bottom-footer p
  {
    margin: 0;
    /* font-family: 'Bricolage Grotesque', sans-serif; */
  }
  .social-icons ul
  {
    list-style: none;
  }
  .social-icons ul
  {
    display: flex;
    gap: 0 25px;
    justify-content: center;
  }

  .column-row .thumbnail
  {
    height: 150px;
  }
  .column-row .thumbnail img
  {
    height: 150px;
    object-fit: cover;
  }
  .bottom-footer
  {
    background-color: var(--mainColor);
    color: var(--white)
  }
  /* body > div.container.my-3 > div:nth-child(1) > div.col-md-7 > div > div.owl-nav > button.owl-next > span */
  .slider-column .owl-nav span
  {
    background-color: var(--white);
    border: 1px solid lightgray;
    padding: 5px 20px;
    border-radius: 25px;
    position: absolute;
    top: 10px;
    left: 30px;
    transform: translateX(-50%);
  }
  .btn
  {
    background-color: var(--mainColor) !important;
    border-radius: 30px !important;
    color: var(--white) !important;
    margin: 2px;
  }
  .btn-rect
  {
    padding: 10px 30px !important;
  }
   .slider-column .owl-nav .owl-next span
  {
    left: 60px;
    background-color: var(--mainColor);
    color: var(--white);
  }
  .slider-column .owl-dots
  {
    display: none;
  }


  .dropdown:hover .dropdown-menu {
    display: block !important;
}
.side-thumbnail
{
  min-width: 120px;
  height: 80px;
  overflow: hidden;
  border-radius: 5px;
}
.side-thumbnail img
{
  width: 120px;
  height: 80px;
  object-fit: cover;
}
.posts-card
{
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.posts-card img
{
  width: 100%;
  height: 180px;
} 
.single-post
{
  background-color: var(--transparent);
}
.single-post .post a
{
  text-decoration: underline solid var(--mainColor);
  font-size: 1.1em;
}


.thumb-top
{
  /* width: 150px; */
  /* height: 150px; */
  /* border-radius: 50%; */
  overflow: hidden;
  margin: 0  auto;
}
.thumb-top img
{
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.social ul
{
  list-style: none;
  padding: 0;
  text-align: center;
}
.social ul li
{
  display: inline-block;
}
.social ul li a
{
  display: inline-block;
  padding-top: 10px;
}

.close-btn
{
  position: absolute;
  left: 30px;
  top: 30px;
  cursor: pointer;
  display: none;
}
.close-btn i
{
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  .navbar-collapse
  {
    position: fixed;
    top: 0;
    right: -400px;
    opacity: 0;
    pointer-events: none;
    background-color: var(--mainColor);
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 9999;
  }
  .close-btn
  {
    display: block;
  }
}
.toggle-menu
{
  opacity: 1 ;
  pointer-events: auto;
  right: 0;
}

/* ADMIN PANEL */
.admin-img
{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--mainColor)
}
.admin-img img
{
    width: 100%;
    height: 60px;
    object-fit: cover;
    object-position: top;
}
/* .sidebar .card
{
  border-radius:  0 !important;
}
.sidebar
{
    height: 100vh !important;
}
.sidebar ul
{
    list-style: none;
    line-height: 3;
    font-size: 1.3em;
    padding: 0;
    padding-left: 35px;
    padding-top: 25px;
}
.sidebar ul a
{
  color: var(--dark) !important;
}
.sidebar ul li:hover
{
    background-color: var(--mainColor);
    padding: 0 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.sidebar ul li:hover a
{
    color: var(--white) !important;
} */

.nav-link
{
  font-family: mitraBold !important;
  font-size: 1.1em !important;
}
.main-wrapper
{
    display: flex;
}
.sidebar
{
   background-color: var(--transparent);
   width: 200px;
   padding: 0px 15px;
   white-space: nowrap;
   height: 90vh;
}
.sidebar-header .logo span
{
   background-color: var(--mainColor);
   color: var(--white);
   padding: 0 5px;
   border-radius: 5px;
   cursor: pointer;
}

.sidebar-body
{
   margin: 35px 0;
}
.sidebar ul
{
   list-style: none;
   padding: 0;
}
.sidebar a
{
   text-decoration: none;
   color: var(--dark)
}

.sidebar ul li
{
   padding: 3px 5px;
   border-radius: 5px;
   margin: 10px 0;
}

.sidebar ul li:hover
{
   background-color: var(--mainColor);
   color: var(--white);
}

.sidebar ul li:hover > a
{
   color: var(--white);
}

.sidebar ul li a i
{
   margin-right: 8px;
}
.main-content
{
   padding:10px;
   color: var(--dark);
   width: 100%;
   max-height: 90vh;
   overflow-y: auto;
   overflow-x: hidden;
}

.sidebar.show-hide
{
   width: 60px;
}
.sidebar.show-hide .link-text
{
   opacity: 0;
}

/* PROFILE */
.profile-thumb
{
    cursor: pointer;
}
.profile-img
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
    border: 3px solid #fff;
}

input,
select,
textarea
{
    border-radius: 0 !important;
}
.btn
{
    border-radius: 0;
}
.profile-img img
{
    width: 100%;
    height: 50px;
    object-fit: cover;
    object-position: top;
}

.profile-nav
{
    background-color: var(--transparent);
    padding: 0px;
    border-radius: 10px;
    margin: 20px auto;
    position: absolute;
    right: 10px;
    width: 120px;
    translate: 0 50px;
    opacity: 0;
    transition: all .1s ease;
    z-index: 9999;
    box-shadow: 0 0 5px var(--gray-100);
    pointer-events: none;
}
hr
{
    margin: 8px 0 !important; 
}
.profile
{
    padding: 0 20px;
}
.profile-nav.toggle
{
    translate: 0 0px;
    opacity: 1; 
    pointer-events: auto;
}
.profile-nav::before
{
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height:  40px;
    border-radius: 5px;
    top: -10px;
    background-color: var(--transparent);
    rotate: 45deg;
    right: 15px;
    z-index: -1;

}

.profile-nav ul
{
    list-style: none;
    line-height: 2;
    padding: 0 15px;
    margin: 10px 0;
}
.profile-nav ul li a
{
    text-decoration: none;
    color: black;
}

/***************************************************************************
                            GENERAL CLASSES
***************************************************************************/
.bg-red{background-color: var(--red);}


/***************************************************************************
                            LOGIN CLASSES
***************************************************************************/
.login-container
{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-container .row
{
    width: 28rem;
    margin: 0 auto;
}
.add-post-btn
{
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--red);
    text-align: center;
    line-height: 50px;
}
.add-post-btn a
{
    text-decoration: none;
    color: var(--white) !important;
    font-size: 1.5em;
}

.user_td
{
  width: 150px;
}
.search-input 
{
  position: relative;
  margin-bottom: 10px;
}
.search-input button
{
 position: absolute; 
 top: 50%;
 right: 10px;
 transform: translateY(-50%);
 border: none;
  background-color: var(--mainColor);
  color: var(--white)
}



/* BACK TO TOP */
#back-to-top
{
  padding: 15px 20px;
  background-color: var(--mainColor);
  position: fixed;
  bottom: 30px;
  left: 15px;
  color: var(--white);
  cursor: pointer;
  z-index: 999;
}

.weather-search
{
  position: relative;
}
.weather-search button
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border: none;
  outline: none;
  background-color: transparent;
}
.author-thumbnail
{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 3px solid var(--mainColor);

}
.author-thumbnail img
{
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: top;
}
.author-social
{
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.author-social li
{
  display: inline-block;
  margin: 0 7px;
}
/***************************************************************************
                           MEDIA QURIES
***************************************************************************/
@media screen and (max-width: 768px){
  .login-container
  {
    width: 22rem;
  }
  .sidebar-section
  {
      position: fixed;
      top: 0;
      left: 400px;
      opacity: 0;
      z-index: 9999;
      pointer-events: none;
  }

  .toggle
  {
      left: 0px;
      opacity: 1;
      pointer-events: auto;
  }
  #bar, #close, .nav-bar-opt
  {
      display: block;
  }
  .sidebar
  {
      position: fixed;
      z-index: 999;
      left: -400px;
      opacity: 1;
  }
  .sidebar.show-hide
  {
      height: 100vh;
      width: 200px;
      left: 0;
      opacity: 1;

  }
  .sidebar.show-hide .link-text
  {
      opacity: 1;
  }
  th
  {
    display: none;
  }
  tr
  {
    border-bottom: 2px solid var(--gray-100);
    margin-bottom: 10px;
    padding: 15px 0;
  }
  tr, td
  {
    width: 100% !important;
    text-align: center;
    display: block;
    /* border: 2px solid red */
  }
}
.sec4 .big
{ 
  height: 400px !important;
}
.sec4 .big img
{
  width: 100%;
  height: 400px !important;
  object-fit: cover;
}