html{
    scroll-behavior: smooth;
}
body,h1,h2,h3,h4,h5,h6,ul{
    margin:0px;
    padding:0px;
    font-family: "Cinzel", serif;
}
p, span, li{
    font-family: Arial, sans-serif;
}
.padt{
    padding-top:5%;
}
.padb{
    padding-bottom:5%;
}
.highlight{
    color:#665656b0;
}
.top-bar{
    background:#040404b8;
    font-size:14px;
}
@media (max-width:768px){
    .top-bar{
        text-align:center;
    }

    .top-bar i{
        font-size:16px;
    }
}
.social-top i:hover{
    color:#540000;
}
.social-top span i:hover{
    color:#540000;
}
.main-navbar{
    background:#fff;
    padding:15px 0;
}
.navbar-brand .top-heading{
     font-family: "Indie Flower", cursive;
}
ul li .nav-link{
    color:#071c34 !important;
    font-weight:750;
    margin:0 10px;
    transition:3s ease;  
}
ul li .nav-link:hover{
    color:#540000;
    border-bottom:2px solid black;
}
.learn-btn{
    background:#540000;
    color:#fff;
    padding:12px 25px;
    border-radius:30px;
    text-decoration:none;
    font-weight:500;
}
.learn-btn:hover{
    color:#540000;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
}

/*into*/
.hero-section{
    position:relative;
    background-image:url('../img/about-landscape.jpg'); 
    background-size:cover;
    background-position:center;
}
.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
}
.hero-section .container{
    position:relative;
    z-index:2;
}
.text-slider h1{
    font-size:45px;
    font-weight:700;
    color:#fff;
    line-height:1.3;
}
.line2{
    margin-top:10px;
}
.hero-section .hero-content p{
    color:#fefdfd;
    font-weight:600;
}
.hero-section .hero-content a{
    background:#540000;
    color:#fff;
    padding:35px 15px;
    border-radius:30px;
    text-decoration:none;
    font-weight:500;
    display:inline-block;
}
.hero-section .hero-content a:hover{
    color:#540000;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
}
@media(max-width:768px){
    .text-slider h1{
        font-size:28px;
    }

}
 
/*overview content*/
.about-overview .overview-content a{
    background:#540000;
    color:#fff;
    padding:12px 20px;
    border-radius:30px;
    text-decoration:none;
    font-weight:500;
    display: inline-block;
}
.about-overview .overview-content a:hover{
    color:#540000;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
}
.about-overview .overview-content h2{
    font-weight: 700;
}
.about-overview .overview-content h4{
    font-weight:600;
    font-size: 22px;
}
.about-overview .overview-content p{
    font-weight:300;
    font-size:18px;
    color:rgb(153, 152, 152);
}
.about-overview img{
    max-width:100%;
    height:auto;
}
@media (max-width: 768px){
    .about-overview{
        text-align:center;
    }

    .about-overview h4{
        font-size:18px;
    }

    .about-overview p{
        font-size:15px;
    }
}

/*history*/
.history-section{
    background:#1f2d38;
}
.timeline{
    position:relative;
    width:2px;
    height:300px;
    background:#fff;
}
.timeline span{
    position:absolute;
    top:0;
    left:-6px;
    width:14px;
    height:14px;
    border-radius:50%;
    background:#1f2d38;
    border:2px solid #fff;
}
.history-section .history-content h1{
    color:white;
    font-weight:700;
    font-size:40px;
}
.history-section .history-content{
    color:white;
    font-weight:300;
    font-size: 20px;
}
.history-section .history-content p{
    color:rgb(153, 152, 152);
    text-decoration: none;
    font-weight:200;
    font-size:14px;
}
@media(max-width:991px){
    .history-section{
        text-align:center;
    }
}

/*paster*/
.paster-section .paster-content h1{
    color:#161616;
    font-weight:700;
}
.paster-card{
    position:relative;
    overflow:hidden;
    border-radius:6px;
}
.paster-card img{
    width:100%;
    transition:0.4s ease;
}
.paster-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.55);
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:center;
    padding-bottom:20px;
    opacity:0;
    transition:0.4s ease;
}
@media (hover: hover){
    .paster-card:hover img{
        transform:scale(1.05);
    }
    .paster-card:hover .paster-overlay{
        opacity:1;
    }
}
@media (hover: none){
    .paster-overlay{
        opacity:1;
        background:linear-gradient(
            to top,
            rgba(0,0,0,0.65),
            rgba(0,0,0,0.15)
        );
    }
}

/*footer*/
.footer-paster{
   height:27vh;
   background-color: #040404b8;
}
.footer-end .footer-paster h1{
    color:white;
    font-weight:700;
    font-size:30px;
}
.footer-end .footer-paster a{
    background:#540000;
    color:#fff;
    padding:12px 30px;
    border-radius:30px;
    text-decoration:none;
    font-weight:500;
    display: inline-block;

}
.footer-end .footer-paster a:hover{
    color:#540000;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
}
@media(max-width:768px){
    .footer-paster h1{
        font-size:22px;
    }

    .footer-btn{
        display:inline-block;
        margin-top:10px;
    }
}

/*footer=section*/
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background-image: url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.footer-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(47, 49, 54, 0.85); 
    z-index:1;
}
.footer-section > .container,
.copyright-area{
    position:relative;
    z-index:2;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #540000;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo a{
    color:white;
    text-decoration:none;
    font-weight:700;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #a1a1a1;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon a i:hover{
    color:#540000;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #fbfbfb;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #540000;
}
.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
    text-decoration: none;
    color: white;
    font-weight: 700;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
  border-radius: 14px;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #540000;
    padding: 13px 20px;
    border: 1px solid #540000;
    top: 0;
    color:white;
    border-radius: 14px;
    font-weight: 700;
}
.subscribe-form button:hover{
    color: #540000;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #a1a1a1;
}
.copyright-text p a{
  color: #540000;
  font-weight: 700;
  font-size:18px;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
 
}
.footer-menu li:hover a{
  color: #540000;
}
.footer-menu li a {
  font-size: 14px;
   text-decoration: none;
   color:white;
    font-weight: 700;
}


