
body{
    font-family: "Eagle Lake", serif !important;
    margin:0px !important;
    padding:0px !important;
}
a
{
    text-decoration: none;
}
ul li a{
    font-family: "Eagle Lake", serif;  
}
h2
{
    font-family: "Eagle Lake", serif;
    font-size:40px;color:#561D1D !important;
}
p
{
    font-family: "Eagle Lake", serif;
    font-size:13px;
    line-height: 2.2;
}
.btn
{
    background-color:#561D1D !important;
    color:white !important;
    font-family: "Eagle Lake", serif;
}
.banner
{
    position: relative;
}
.ban-btn
{
    position: absolute;
    top: 726px;
    left: 74px;
}
.abut-rht h2{

}

.tabs-container {
    display: flex;
    overflow: hidden;
    background: #fff;
    width: 100%;
    margin: 0 auto;
}
.tabs {
    display: flex;
    flex-direction: column;
    width: 340px;
    margin-top: 115px;
}

.tabs button {
    padding: 15px;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    border: 1px solid #9A9A9A;
    box-shadow:1px 1px #9A9A9A;
    border-radius: 11px;
    margin: 12px;
    text-align: center;
    font-family: "Eagle Lake", serif;
}

.tabs button:hover {
    background: #f0f0f0;
}

.tabs button.active {
    background: #561D1D; 
    color: #fff;
}
.tab-content {
    flex-grow: 1;padding: 10px 0px 0px 57px;
    text-align: center;
}
.tab-content img
{
    height: 500px;
    width: 100% !important;
}

.tab-content section {
    display: none;
}

.tab-content section.active {
    display: block;
}
.collection
{
    background-color:#561D1D;
    color:white;
    text-align:center;
}
.tbn 
{
    width: 823px !important;
    margin: 0 auto !important;
}

.footer
{
    background-color:#561D1D;
   
}
.fot-lft
{
    margin-left: 129px;
}
.form-control
{
    width:100% !important;
    padding:13px !important; 
    margin: 21px 0px;
    font-size:13px !important;
}

.slider img{
    width:100% !important;
}
.slick-prev 
{
    left:0px !important;
}
.slick-next
{
    right:0px !important;
}
.slick-slide img
{
    display:inline !important;
}
.tble
{
    width: 911px !important;
     margin: 0 auto !important;
      border:1px solid #561D1D;
}
.sldr img{
    width:400px !important;
}
@media screen and (max-width: 991px) {

    .tble 
    {
        width:100% !important;
    }
    .sldr img{
        width:315px !important;
    }
    .tab-content
    {
        padding:0px !important;
    }
    .ban-btn {
       
        top: 366px;
        left: 141px;
    }
    .bani img
    {
        height: 266px !important;
        width: 100%;
    }
    .fot-lft
    {
        margin-left: 93px;
    }
   .fot2
   {
    font-size:14px;
    text-align:center;
   }
    
}

@media (max-width: 768px) {
    .tabs-container {
        flex-direction: column;
    }

    .tabs {
        flex-direction: row;
        justify-content: space-between;
        margin: 20px 0;
        width: 100%;
    }

    .tabs button {
        flex-grow: 1;
        margin: 0 5px;
        padding: 10px;
        font-size: 14px;
    }

    .tab-content {
        padding: 10px 0;
    }

    .tab-content img {
        height: auto;
        max-width: 100%;
    }
}


