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

*{
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;

}

    #logbar{
        display: none;
    }

header{
    position: absolute;
    top: 0px;
    background: #5b1f1f;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:50px !important;
}

section{
    position: relative;
    height: calc(100vh - 3rem);
    width: 100%;
    /* background: url('bg.jpg') no-repeat top center / cover; */
    overflow: hidden;
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: rgba(175, 146, 26, 0.5); */
}

.container {
    /* max-width: 65rem; */
    /* padding: 0 2rem;
    /* margin: 0 auto; */
    /* margin-right: 25px; */ 
    /* display: flex; */
    position: relative;
    /* gap: 10px; */
    /* align-content: space-between; */
    /* justify-content: space-between;
    align-items: center; */
}

.logo-container{
    flex: 1;
    display: flex;
    align-items: center;
}

.nav-btn{
    flex: 3;
    display: flex;
}

.nav-links{
    flex: 2;
}
.top_bar{
    justify-content: space-between;
    background: linear-gradient(to left, #ecc35c, #f7f3b7, #ecc35c);
    /*padding: 5px;*/
    z-index: 200;
    height: 50px;
    position: absolute;
    width:100%;
    top:0;
    align-items: center;
    display: flex;
    padding:0 10px;
  }
  .top_bar span , .top_bar a{
    color: #000;
    font-weight: 600;
  }
  .top_bar a:hover{
    color:#fff;
  }
  #left{
    display: flex;
    /* flex-direction: column; */
  }
#mobextra{
    display: none !important;
    z-index: 2000 !important;
}


.log-sign{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.logo{
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 3rem;
}

.logo span{
    font-weight: 300;
}

.btn{
    display: inline-block;
    padding: .5rem 1.3rem;
    font-size: .8rem;
    border: 2px solid #fff;
    border-radius: 2rem;
    line-height: 1;
    margin: 0 .2rem;
    transition: .3s;
    text-transform: uppercase;
}

.btn.solid, .btn.transparent:hover{
    background-color: #5b1f1f
;
    color: #cebd1dd5;
}

.btn.transparent, .btn.solid:hover{
    background-color: transparent;
    color: #fff;
}

.nav-links > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: end;
}

.nav-link{
    position: relative;
}

.nav-link > a{
    line-height: 3rem;
    color: #fff;
    padding: 0 .8rem;
    letter-spacing: 1px;
    font-size: .95rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}

.nav-link > a > i{
    margin-left: .2rem;
}

.nav-link:hover > a{
    transform: scale(1.1);
}

.dropdown{
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    border-radius: 5px;
}

.dropdown ul{
    position: relative;
    border-radius: 5px;
}
.dropdown ul a{
    
}

.dropdown-link > a{
    display: flex;
    background: linear-gradient(to right, #651e21, #5b1f1f
);
    color: white;
    padding: .5rem 1rem;
    font-size: .9rem;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
    
}

.dropdown-link:hover > a{
    /* background-color: #3498db; */
    background: linear-gradient(to left, #ecc35c, #f7f3b7, #ecc35c);
    color: black;
}

.dropdown-link:not(:nth-last-child(2)){
    border-bottom: 1px solid #cdcdcd;
    width:250px;
}

.dropdown-link i{
    transform: rotate(-90deg);
}
.dropdown-link{

}

.arrow{
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: gold;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.dropdown-link:first-child:hover ~ .arrow{
    background-color: gold;
}

.dropdown-link{
    position: relative;
    width:250px;
    
}

.dropdown.secondd{
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.dropdown.secondd .arrow{
    top: 10px;
    left: -5.5px;
}

.nav-link:hover > .dropdown,
.dropdown-link:hover > .dropdown{
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}
/* c  */

.hamburger-menu-container{
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu{
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* margin-right: 20px; */
}
/* jj */
.hamburger-menu div{
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    z-index: 1001;
    transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after{
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #fff;
    border-radius: 3px;
    transition: .5s;
}

.hamburger-menu div:before{
    transform: translateY(-7px);
}

.hamburger-menu div:after{
    transform: translateY(7px);
}
.lgg{
    /* display: none !important; */
}
#check{
    position: absolute;
    top: 50%;
    right: 0.1rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

.log-sign{
    display: none !important;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div{
    background-color: transparent;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:before{
    transform: translateY(0) rotate(-45deg);
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:after{
    transform: translateY(0) rotate(45deg);
}

@keyframes animation{
    from{
        opacity: 0;
        transform: translateY(15px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 920px){
    #logbar{
        display: block !important;
    }
    header{
        margin-top:0 !important;
    }
    .top_bar{
        display: none !important;
    }
    #bar1{
        display: none !important;
    }
    .hamburger-menu-container{
        display: flex;
        height: 50px;
    }

    #mobextra{
        display: block !important;
    }
    
    #logbar{
        display: block;
    }
    #hbar{
        display: none !important;
    }
    .logo-container{
        display: none !important;
    }
   .lgg{
        display: block !important;
    }
    #check{
        display: block;
    }

    .nav-btn{
        position: fixed;
        height: calc(100vh - 3rem);
        top: 3rem;
        left: 0; 
        width: 100%;
        background-color: #5b1f1f
;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(100%);
        transition: .65s;
    }

    #check:checked ~ .nav-btn{
        transform: translateX(0);
    }

    #check:checked ~ .nav-btn .nav-link,
    #check:checked ~ .nav-btn .log-sign{
        animation: animation .5s ease forwards var(--i);
    }

    .nav-links{
        flex: initial;
        width: 100%;
    }

    .nav-links > ul{
        flex-direction: column;
    }

    .nav-link{
        width: 100%;
        opacity: 0;
        transform: translateY(15px);
    }

    .nav-link > a{
        line-height: 1;
        padding: 1.6rem 2rem;
    }

    .nav-link:hover > a{
        transform: scale(1);
        background-color: #5b1f1f
;
    }

    .dropdown, .dropdown.secondd{
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        background-color: #5b1f1f
;
        display: none;
    }
    .dropdown, .dropdown.second{
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        background-color: #5b1f1f
;
        display: none;
    }
    
    .nav-link:hover > .dropdown,
    .dropdown-link:hover > .dropdown{
        display: block;
    }

    .nav-link:hover > a > i,
    .dropdown-link:hover > a > i{
        transform: rotate(360deg);
    }

    .dropdown-link > a{
        background-color: transparent;
        color: #fff;
        padding: 1.2rem 2rem;
        line-height: 1;
    }

    .dropdown.secondd .dropdown-link > a{
        padding: 1.2rem 2rem 1.2rem 3rem;
    }
    .dropdown.second .dropdown-link > a{
        padding: 1.2rem 2rem 1.2rem 3rem;
    }
    .dropdown.secondd .dropdown.secondd .dropdown-link > a{
        padding: 1.2rem 2rem 1.2rem 4rem;
    }
    .dropdown.second .dropdown.secondd .dropdown-link > a{
        padding: 1.2rem 2rem 1.2rem 4rem;
    }
    .dropdown-link:not(:nth-last-child(2)){
        border-bottom: none;
    }

    .arrow{
        z-index: 1;
        background-color: #ecc35c;
        left: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: .5s;
    }

    .nav-link:hover .arrow{
        background-color: #ecc35c;
    }

    .dropdown .dropdown .arrow{
        display: none;
    }

    .dropdown-link:hover > a{
        background-color: #5b1f1f
;
    }

    .dropdown-link:first-child:hover ~ .arrow{
        background-color: #5b1f1f
;
    }

    .nav-link > a > i{
        font-size: 1.1rem;
        transform: rotate(-90deg);
        transition: .7s;
    }

    .dropdown i{
        font-size: 1rem;
        transition: .7s;
    }

    .log-sign{
        flex: initial;
        width: 100%;
        padding: 1.5rem 1.9rem;
        justify-content: flex-start;
        opacity: 0;
        transform: translateY(15px);
    }
}
.twobar{
    width: fit-content;
    margin-right: 35px;
}




/* footer */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .footer {
    background:linear-gradient(to right, #651e21, #5b1f1f
 );
    color: #fefefe;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  
  .footer .heading {
    color: #fefefe;
    margin-top: 20px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
  }
  
  .footer .content {
    display: flex;
    justify-content: space-evenly;
    margin: 1.5rem;
  }
  
  .footer .content p {
    margin-bottom: 1.3rem;
  }
  
  .footer .content a {
    text-decoration: none;
    color: #fefefe;
  }
  
  .footer .content a:hover {
    border-bottom: 1px solid #971717;
  }
  
  .footer .content h4 {
    margin-bottom: 1.3rem;
    font-size: 19px;
  }
  
  
  @media (max-width: 767px) {
    /* #logbar{
        display: block !important;
    } */
    .top_bar{
        display: none;
    }
    .footer .content {
      display: flex;
      flex-direction: column;
      font-size: 14px;
    }
  
    .footer {
      position: unset;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .top_bar{
        /*display: none;*/
    }
    .footer .content,
    .footer {
      font-size: 14px;
    }
  }
  
  @media (orientation: landscape) and (max-height: 500px) {
    .footer {
      position: unset;
    }
  }



  @media (max-width:1215px)  {
    .nav-link > a{
        font-size: 0.68rem !important;
    }
  }
  /* @media (min-width:1150px)  {
    .nav-link > a{
        font-size: 0.48rem !important;
    }
  } */