body {
    margin: 0;
}
.cover {
    background-image: url('makkah.jpeg');
    height: 200px;
    background-size: cover;
    background-position: center;
    /* border-radius: 0 0 20px 20px; */
}
.cover-pc {
    background-image: url('makkah.jpeg');
    height: 300px;
    background-size: cover;
    background-position: center;
    /* border-radius: 0 0 20px 20px; */
}
.logo {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -75px;
    border-radius: 500px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
}
.title {
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
}
@font-face {
    font-family: "sf";
    src: url("sf.ttf");
}

@font-face {
    font-family: "en";
    src: url("en.otf");
}
*, select, option {
    font-family: "sf", "en" !important;
    /* font-weight: 500 !important; */  
}
.describe {
    align-items: center;
    justify-content: center;
    text-align: justify;
    font-size: 20px;
    margin: 20px;
}
.describe-pc {
    text-align: center;
    font-size: 20px;
    margin: 20px;
}
.btn {
    margin: 20px;
    background-color: #f1f1f1;
    padding: 1px;
    border-radius: 10px;
}
.btn-pc {
    margin: 20px;
    background-color: #f1f1f1;
    padding: 1px;
    border-radius: 10px;
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.icon-start {
    width: 30px;
}
.icon-end {
    width: 30px;
}
table {
    width: 100%;
    text-align: center;
}
.td-start {
    width: 10%;
}
.td-center {
    width: 80%;
}
.td-end {
    width: 10%;
}
.brake {
    border-bottom: solid 1px rgb(206, 206, 206);
}
.table-title {
    font-size: 18px;
    margin: 0;
    color: #177b67 !important;
}
.table-title-en {
    font-size: 15px;
    margin: 0;
    color: #959595;
}
.social {
    width: 50px;
}
.table-social {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.table-social-pc {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
a:link {
    text-decoration: none;
    color: #177b67 !important;
}