*{padding; 0; margin: 0box-sizing: border-box;}
body{
  overflow-x: hidden;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
p {
  line-height: 1.8;
}

.img-fluid {
  max-width: 100%;
}

.clear {
  clear: both;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}
main{ min-height: 100vh; }


/*** Navbar ***/


.logo img{ width: 190px !important; height:auto; }

.navbar-light .navbar-nav .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

.navbar-nav .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
        font-weight: 600;
    }
.navbar-light .navbar-nav .nav-link { color:black;  font-weight: 500; font-size: 1rem; }
.navbar-expand-md .navbar-nav .nav-link { padding-right: 1rem; padding-left: 1rem;}
.dropdown-item { font-weight:500; }

/** Slider **/
.carousel-item{ min-height:90vh; }
.carousel-item{ width:100%; height:90vh; }

/** footer **/
.footer{ color: white; }


.companyname{ font-size:1.1em; text-align: left; padding-bottom:5px }
.companyname a{ text-decoration:none; color: black; text-transform: capitalize;}
.companyname a:hover{ color:red; }
.page-content{ margin:25px 0;}
footer {
  margin-top: auto;
}



.forth-overlay {
    position: relative;
    height: 20rem;
}

.forth-overlay .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.forth-overlay .overlay {
    position: absolute;
    height: 50%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7615838571756828) 24%, rgba(255, 254, 254, 0.01) 100%);
    bottom: 0;
}

.forth-overlay .overlay-text {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    width: 100%;
    padding: 1rem;
    color: #f7f7f7;
    font-weight: 600;
}

@media (max-width:992px) {
    .forth-overlay {
        height: 15rem;
    }
}

.film-overlay {
    position: relative;
    height: 29rem;
}

.film-overlay .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.film-overlay .overlay {
    position: absolute;
    height: 50%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7615838571756828) 24%, rgba(255, 254, 254, 0.01) 100%);
    bottom: 0;
}

.film-overlay .overlay-text {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    width: 100%;
    padding: 1rem;
    color: #f7f7f7;
    font-weight: 600;
}

@media (max-width:992px) {
    .film-overlay {
        height: 40rem;
    }
}

.relative {
  position: relative;
}
.section-title {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 36px;

    font-style: normal;
}

.mt-0 {
  margin-top: 0 !important;
}
.pb-50{ padding-bottom:20px; }

.pl-50 {
  padding-left: 50px;
}
@media only screen and (max-width: 1199px) {
  .pl-50 {
    padding-left: 0;
  }
}

.pr-50 {
  padding-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .pr-50 {
    padding-right: 0;
  }
}

.img-fluid {
  max-width: 100%;
}
.lead {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
.d-flex {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .d-flex {
    display: block;
  }
}

.navbar-light .navbar-nav .nav-link{ color:#f9b503 !important; }
.fixedlogo{ position:absolute; z-index:9999; top: 0;}



.footer-cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/diplo.jpeg");

}
.footer-cta .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.footer-cta .footer-cta-wrapper {
  position: relative;
}
.footer-cta .cta-widget h4 {
  font-size: 55px;
  line-height: 1.2;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 50px;
}
.footer-cta .footer-cta-text {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 50px;
}
.footer-cta .footer-cta-text h2 {
  font-size: 36px;
  line-height: 34px;
  color: #fff;
}
.footer-cta .footer-cta-text h4 {
  max-width: 655px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  display: table;
  margin: 30px auto;
}

.footer-cta .footer-cta-text p {
  max-width: 655px;
  color: #fff;
  font-weight: 500;
  display: table;
  margin: 30px auto;
}

.ptb-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .ptb-100px {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}


.diplo button {
    background-color: #f8b60a;
    text-align: center;
    border: none;
    border-radius: 3vh;
    color: #000;
    font-size: 2vh;
    padding: 4vh 8vh;
    font-family: main, sans-serif;
    transform: skew(-21deg);
    transition: .2s;
    position: relative;
    font-weight: 600;
}

.diplo button:hover {
    cursor: pointer;
    transform: skew(-21deg) scale(1.1);
    color: #bd9
}

.diplo button::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #444;
    opacity: .5;
    transition: .2s;
    border-radius: 2vh;
}

.diplo button:hover::before {
    width: 100%;
    opacity: 1;
    left: 0;
    right: auto;
    box-shadow: inset 0 0 0 2vh #555;
}

.diplo button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 115%;
    height: 115%;
    transition: .4s;
    border: .8vh transparent solid;
    border-radius: 2vh;
}

.diplo button:hover::after {
    width: 100%;
    height: 100%;
    border: var(--border);
}

.diplo button span {
    display: inline-block;
    transform: skew(21deg);
}

@media (max-width:992px) {
    .footer-cta .cta-widget h4 {
       font-size: 20px;
    }
}


.footer{ text-align:center; }
.footer h2{ font-size:20px }
.footer h4{ font-size:16px }
.footer h5{ font-size: 12px }
/*
Social Share
*/
#social-test {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  h2 {
    color: #fff;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-weight: 100;
  }
  .social {
    padding-left: 0px;
  }
  li {
    color: #000;
    list-style-type: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: 1px solid rgba(167, 146, 129, 0.4);
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 20px;
    transition: ease .3s;
    &:hover {
      color: rgba(167, 146, 129, 1);
      border: 1px solid rgba(167, 146, 129, 1);
    }
  }
}

.social:hover > li {
  opacity: 0.5;
}

.social:hover > li:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    margin-right: 0 !important;
    justify-content: end;
  }
  .navbar-expand-md .navbar-collapse {
    justify-content: end;
  }
}
@media (max-width: 767px) {
  .navbar > .container {
      justify-content: end!important;
  }
  .fixedlogo {
      left: 20px;
      top: 0;
  }
  .fixedlogo img{
      max-width: 80px;
  }
  .navbar-light .navbar-toggler {
    background: #f8b60a;
  }
  .navbar-light .navbar-nav .nav-link {
    text-align: center;
  }
  .navbar-light .navbar-nav .nav-item .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition:.5s;
    text-align: center;
    background: transparent;
  }
  .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item {
      color: #f9b503 !important;
      visibility: visible;
      opacity: 1;
  }
  .navbar-light ul.navbar-nav {
    margin-left: -15px;
    margin-right: -15px !important;
    position: relative;
    margin-top: 10px;
    background:#000;
  }
}
.carousel-item {
  height: auto!important;
  min-height: auto!important;
}
.container-fluid.bg-light > .container > h1 {
  text-align: center;
}
.bg-dark{ background-color: #000 !important;}


.footerbg{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("https://www.shahifilm.com.np/wp-content/uploads/2025/04/footerbg.jpeg");
	color: #000 !important;
}

@media (max-width: 767px) {
	
	.footer h3{ font-size: 14px;
}