@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat" , sans-serif;
}

.bg-img
{
    background-image: url(/images/img1.png);
    position:static;
    width: 100%;
    height: 76vh;
    background-size: 100% 100%;
    /* animation: slider 30s infinite linear 5s; */
    animation: slider 20s infinite linear;
    box-shadow: 2px 2px 9px grey;
}

@keyframes slider {
    0%{background-image: url(/images/img1.png);}
    10%{background-image: url(/images/img1.png);}
    20%{background-image: url(/images/img2.png);}
    30%{background-image: url(/images/img2.png);}
    40%{background-image: url(/images/img3.png);}
    50%{background-image: url(/images/img3.png);}
    60%{background-image: url(/images/img4.png);}
    70%{background-image: url(/images/img4.png);}
    80%{background-image: url(/images/mg5.png);}
    90%{background-image: url(/images/mg5.png);}
    100%{background-image: url(/images/img1.png);}
}


.menu_bar
{
    background-color: #F2F2F2;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    max-width: 100%;
    padding: 0.5%;
    z-index: 1;
    box-shadow: 2px 2px 9px grey;
}

.menu_bar ul{
    display: flex;
    list-style: none;
}

.menu_bar ul li{
    padding: 5px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.menu_bar ul li a{
    font-family: "Montserrat" , sans-serif;
    font-size: 16px;
    font-weight: 500;
    color:#000000;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

button
{
    font-family: "Montserrat" , sans-serif;
    font-size: 16px;
    font-weight: 500;
    color:#000000;
    text-decoration: none;
    padding: 9px 25px;
    background-color: #D9AB82;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.menu_bar ul li a:hover
{
    color:#D9AB82;
}

button:hover
{
    background-color: #d9ab82e2;
}

.drop_menu
{
    display: none;
    
}

.menu_bar ul li:hover .drop_menu
{
    display: block;
    position: absolute;
    left: 0%;
    top: 100%;
    background-color:#F2F2F2;
    box-shadow: 50px;
    box-shadow: 2px 2px 15px grey;
    
}

body
{
    background-color:white;
}

.drop_menu ul
{
    display: block;
    margin: 20px;
    box-shadow: 50px;
    
}

.drop_menu ul li
{
    width: 160px;
    padding: 10px;
}

.cont1
{ 
    background-color: white;    
    color: #000000;
    position: static;
    padding: 48px 15px;
    width: 100%;
    height: auto;
    z-index: 2;
}


.cont1 h2
{
    text-align: center;
    font-size: 35px;
    font-weight: lighter;
}

.cont1 p
{
    text-align: left;
    padding-top: 48px;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 20px;
    font-weight:lighter;
    
}

.cont1 ul
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 10ch;
    list-style: none;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 30px;
    transition: all 0.5s ease 0s;
}

.cont1 ul li ul
{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.cont1 ul li ul li
{
    text-align: center;
    
}

.cont1 ul li ul:hover
{
    transform: scale(1.05);
    cursor: pointer;
    /* z-index: 2; */
}

.cont2 
{
    position: static;
    background-color:rgba(233, 233, 233, 0.844);
    color:#404040;
    padding-top: 80px;
    padding: 48px 15px;
    width: 100%;
    /* margin-top: 38%; */
}

.cont2 h2
{
    text-align: center;
    font-size: 35px;
    font-weight: lighter;
}

.box_design
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    width: 100%;
}

.cont2_box
{
    margin-top: 40px;
    display: inline-block;
    width: 350px;
    height: 350px;
    background-color: #F2F2F2;
    /* margin-left: 100px;
    margin-right: 100px; */
    
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

.cont2_box div h3
{
    padding: 30px;
    text-align: left;
    font-size: 25px;
    font-weight: lighter;
}

.cont2_box div p
{
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    font-size: 20px;
    font-weight: lighter;
}

#b1
{
    margin-left: 100px;
}

#b3
{
    margin-right: 100px;
}

.cont2_box img
{
    width: 100%;
}

.cont2_box div
{
    margin-top: 40px;
    text-align: center;
}

.cont2_box:hover
{
    transform: scale(1.1);
    box-shadow: 2px 2px 15px grey;
}

.rm
{
    text-align: center;
    margin-top: 50px;
    font-size: large;
    font-style: italic;
    color: #D9AB82;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

.rm:hover
{
    transform: translateX(50px);
}

.cont3
{
    position: static;
    background-color:#F2F2F2;
    color:#404040;
    padding-top: 80px;
    padding: 48px 15px;
    width: 100%;
}

.cont3 h2
{
    padding: 30px;
    text-align: center;
    font-size: 35px;
    font-weight: lighter;
}

.cont3 p
{
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    font-size: 20px;
    font-weight:lighter;
}

.cont3 div
{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.cont3 div img
{
    max-width: 800px;
    max-height: 400px;
    margin-right: 50px;
}


.cont4
{
    position: static;
    background-color:rgba(233, 233, 233, 0.844);
    color:#404040;
    padding-top: 80px;
    padding: 48px 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.cont4 h2
{
    padding: 30px;
    text-align: center;
    font-size: 35px;
    font-weight: lighter;
}


.cont4 ul
{
    list-style: none;
}

.list_one
{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 250px;
}

.list_two
{
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 250px;
}

.cont5
{
    position: static;
    background-color:#F2F2F2;
    color:#404040;
    padding-top: 80px;
    padding: 48px 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.cont5 ul
{
    list-style: none;
}

.cont5 h2
{
    padding: 30px;
    text-align: center;
    font-size: 35px;
    font-weight: lighter;
}

.cont5_box
{
    margin-top: 40px;
    display: inline-block;
    width: 350px;
    height: 350px;
    background-color: white;
    /* margin-left: 100px;
    margin-right: 100px; */
    
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

#b1_5
{
    margin-left: 100px;
}

#b3_5
{
    margin-right: 100px;
}

.top_media
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
}

.top_media p
{
    font-size: 12px;
}

.cont5_box div p
{
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    font-size: 15px;
    font-weight: lighter;
    color: #4040407a;
}

.cont5_box div h3
{
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    font-size: 20px;
    font-weight: lighter;
}

.cont5_box div
{
    display: flex;
    gap: 30px;
    flex-direction: column;
    text-align: left;
}

.cont5_box:hover
{
    transform: scale(1.1);
    box-shadow: 2px 2px 15px grey;
}

.social-menu
{
    margin-top: 20px;
}

.social-menu h3
{
    margin-left: 20px;
}

.social-menu ul
{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 20px;
    list-style: none;
    align-items: center;
}

.cont6
{
    position: static;
    background-color:#d9d9d9;
    color:#404040;
    padding-top: 80px;
    padding: 48px 15px;
    font-size: 14px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.social-menu ul li .fa
{
    padding: 10px;
    font-size: 20px;
    line-height: 25px;
    transition: 0.6s;
    color: #000;
}

.social-menu ul li .fa:hover
{
    color:white;
}

.social-menu ul li a
{
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: white;
    text-align: center;
    transition: 0.6s;
    box-shadow: 0 5px 4px rgba(0,0,0, 0,5);
}

.social-menu ul li a:hover
{
    transform: translate(0 , -10px);
}

.social-menu ul li:nth-child(1) a:hover
{
    background-color: 0A66C2;
}
.social-menu ul li:nth-child(2) a:hover
{
    background-color: CD201F;
}
.social-menu ul li:nth-child(3) a:hover
{
    background-color: 1877F2;
}
.social-menu ul li:nth-child(4) a:hover
{
    background-color: 1DA1F2;
}
.social-menu ul li:nth-child(5) a:hover
{
    background-color: E4405F;
}

.floor
{
    display: flex;
    align-items: stretch;
    gap: 20px;
    /* justify-content: space-between; */
    flex-direction: column;
}

.floor ul
{
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;

}

.floor ul li
{
    text-align: center;
    font: size 15px;
}
.floor a
{
    text-decoration: none;
    text-align: center;
}

.floor a{
    color: #000;
}

.floor ul li a
{
    color: #404040;
    transition: all 0.5s ease 0s;
}

.tlt{
    font-size: 17px;
    cursor:auto;
    font-weight: 600;
}

.floor ul li a:hover
{
    color: #40404071;
}
