@font-face {
    font-family: 'Conv_Scala';
    src: url('../fonts/Scala.eot');
    src: local('☺'), url('../fonts/Scala.woff') format('woff'), url('../fonts/Scala.ttf') format('truetype'), url('../fonts/Scala.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Scala-Bold';
    src: url('../fonts/Scala-Bold.eot');
    src: local('☺'), url('../fonts/Scala-Bold.woff') format('woff'), url('../fonts/Scala-Bold.ttf') format('truetype'), url('../fonts/Scala-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_ScalaCaps-Bold';
    src: url('../fonts/ScalaCaps-Bold.eot');
    src: local('☺'), url('../fonts/ScalaCaps-Bold.woff') format('woff'), url('../fonts/ScalaCaps-Bold.ttf') format('truetype'), url('../fonts/ScalaCaps-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face {
    font-family: 'Conv_Scala-Italic';
    src: url('../fonts/Scala-Italic.eot');
    src: local('☺'), url('../fonts/Scala-Italic.woff') format('woff'), url('../fonts/Scala-Italic.ttf') format('truetype'), url('../fonts/Scala-Italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

body {
    min-height: 100%;
    height: 100%;
    color: #222;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
}


a,a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}
ul {
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.clr:after {
    content: '';
    display: block;
    clear: both;
}
.text-center{
    text-align: center;
}
#main{
    width: 1280px;
    background-color: #FFF;
    margin: 0 auto;
    position: relative;

}
.slider {
    /* set initial width */
    width: 280px;

    /* hide the content that overflows (to allow second box to show through) */
    overflow: hidden;
    display: inline-block;

    /* skew container so that it has angled edge, and set up transition */
    transform: skewX(45deg);
    transition: width 1.2s ease-in-out;

    /* give negative margin to remove gap caused by left hand skew */
    border-right: 10px solid ghostwhite;

    /* hide pointer events for unseen content */
    pointer-events: none;
}

/* set the size of the boxes and any decoration */
.box {
    width: 570px;
    height: 570px;
}

/* make the links the size of the full boxes (not needed for technique) */
.box a {
    display: block;
    width: 100%;
    height: 100%;
}

.sunset {
    /* skew back by negative of parent’s skew so contents is upright */
    transform: skewX(-45deg);

    background: url(../img/bag.jpg) no-repeat;
    margin-left: 76px; /* give margin to push content away from left slanted edge */
    pointer-events: auto;	/* allow pointer events for the box */
}

.sunrise {
    background:  url(../img/rest.jpg) no-repeat;
    position: absolute; 	/* remove from flow so sunset is placed on top */
}

/* make first box bigger on hover, and smaller when hover second box */
.slider:hover {
    width: 760px;
}

.sunrise:hover + .slider {
    width: 250px;
}
.logoright{
    position: absolute;
    right: 0;
    top:0;
}
header.imgbg{
    height: 427px;
    background: url("../img/h1.png") center center no-repeat;
}
.container{
    width: 1040px;
    margin: 0 auto;
    position: relative;
}
.menu{
    padding-top: 78px;
}
.menu ul li,.submenu ul li{
    display: inline-block;
}
.menu ul li:after,.submenu ul li:after {
    content: '|';
    vertical-align: middle;
    font-size: 20px;
    color: #86754d;
    padding-right: 7px;
}
.menu ul li:last-child:after,.submenu ul li:last-child:after {
    content: "";
}
.menu ul li a,.submenu ul li a{
    display: inline-block;
    padding: 0 10px;
    height: 23px;
    color: #86754d;
    font-size: 18px;
    line-height: 27px;
    vertical-align: middle;
}
.submenu ul li a{
    color: #1d1d1b;
}
.submenu ul li a:hover,.submenu ul li a:active,.submenu ul li a.active{
    color: #86754d;
}
.menu ul li a:first-child,.submenu ul li a:first-child{
    padding-left: 0;
}
.menu ul li a:hover,.menu ul li a:active,.menu ul li a.active{
    color: #000;
}
.submenu{
    padding-top: 15px;
    padding-left: 90px;
}
#news{
    margin-top: 75px;
}
#news ul li div h2{
    margin:10px 0 40px 0;
}
#news ul li div h2 a{
    color: #000;
    font-size: 40px;
}
#news ul li div p{
    color: #383836;
    font-size: 25px;
}
#news ul li div div.date{
    display: inline-block;
    color: #86754d;
    font-size: 32px;
    width: 60px;
    vertical-align: top;
    text-align: right;
    margin-right: 35px;
}
#news ul li div div.detail{
    display: inline-block;
    width: 560px;
}
#news ul li div.newscenter{
    margin: 0 auto;
    width: 680px;
}
#news .bx-wrapper{
    box-shadow: none;
    border: none;
    margin-bottom: 65px;

}
#news .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 13px;
    height: 27px;
    text-indent: -9999px;
    z-index: 9999;
}
#news .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/solok.png) no-repeat;
}
#news .bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/sagok.png) no-repeat;
}
#newsfour{
    margin-bottom: 100px;
}
#newsfour ul li{
    display: inline-block;
    width: 200px;
    margin-right: 75px;
}
#newsfour ul li:last-child{
    margin-right: 0;
}
#newsfour ul li h3{
    margin-top: 15px;
}
#newsfour ul li h3 a{
    font-size: 24px;
    color: #383836;
}
#newsfour ul li div.imgwrapper{
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
}
#newsfour ul li div.imgwrapper img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
#newsfour ul li div.imgwrapper span{
    position: absolute;
    text-align: center;
    top:0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 72px 72px 0;
    border-color: transparent #86754d transparent transparent;
}
#newsfour ul li div.imgwrapper span em{
    font-style: normal;
    font-size: 24px;
    color: #FFF;
    position: absolute;
    right: -65px;
    top:6px;
}
#newsfour ul li:hover div.imgwrapper span em{
    color: #1d1d1b;
}
#smyrna{
    background: url("../img/gemi.png") no-repeat right bottom;
    min-height: 732px;
    padding-top: 160px;
    position: relative;
}
    #smyrna h1 {
        font-size: 65px;
        margin-bottom: 40px;
        font-family: 'Poppins', sans-serif;
    }
#smyrna p{
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: normal;
}
#smyrna .text-center{
    position: absolute;
    width: 100%;
    bottom: 30px;
}

#smyrna div.oduller {
    background-color: #86754d;
    border-radius: 50%;
    color: white;
    display: table;
    font-size: 1.6em;
    height: 123px;
    width: 123px;
    margin-top: 188px;
}
    #smyrna div.oduller p {
        font-family: 'Poppins', sans-serif;
        display: table-cell;
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
    }
.w720{
    width: 720px;
    margin: 0 auto;
    overflow: auto;
    height: 450px;
    padding: 0 120px;
}
#pricemenu{
    padding-top: 100px;
    text-align: center;
    margin-bottom: 60px;
}
#pricemenu .menutitle{
    position: relative;
}
    #pricemenu .menutitle h1 {
        font-family: 'Poppins', sans-serif;
        color: #86754d;
        font-size: 40px;
    }
#pricemenu .menutitle img.left,#pricemenu .menutitle img.right{
    position: absolute;
    top:11px
}
#pricemenu .menutitle img.left{
    left: 0;
}
#pricemenu .menutitle img.right{
    right: 0;
}
    #pricemenu h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        margin-top: 30px;
        color: #86754d;
    }
#pricemenu h3{
    font-size: 20px;
    margin-top: 20px;
    color: #000;
}
    #pricemenu p {
        color: #231f20;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
    }
#pricemenu ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
#pricemenu ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
#pricemenu ::-webkit-scrollbar-thumb {
    background: #86754d;
    border: 0px none #ffffff;
    border-radius: 50px;
}
#pricemenu ::-webkit-scrollbar-thumb:hover {
    background: #86754d;
}
#pricemenu ::-webkit-scrollbar-thumb:active {
    background: #86754d;
}
#pricemenu ::-webkit-scrollbar-track {
    background: #d4d4d4;
    border: 0px none #ffffff;
    border-radius: 50px;
}
#pricemenu ::-webkit-scrollbar-track:hover {
    background: #d4d4d4;
}
#pricemenu ::-webkit-scrollbar-track:active {
    background: #d4d4d4;
}
#pricemenu ::-webkit-scrollbar-corner {
    background: transparent;
}
#mahzen{
    background: url("../img/tabak.png") no-repeat right bottom;
    min-height: 601px;
    padding-top: 160px;
    position: relative;
}
#mahzen p{
    color: #383836;

    font-size: 25px;
}
#mahzen .text-center{
    position: absolute;
    width: 100%;
    bottom: 30px;
}
    #mahzen p:first-letter {
        color: #86754d;
        float: left;
        font-family: 'Poppins', sans-serif;
        font-size: 100px;
        line-height: 60px;
        padding-top: 4px;
        padding-right: 8px;
        padding-left: 3px;
    }
.w600{
    width: 600px;
    margin: 0 auto;
}
.iconmenu{
    margin-top: 200px;
}
.iconmenu ul li{
    display: inline-block;
    text-align: center;
    width: 100px;
}
.iconmenu ul li a{
    color: #1d1d1b;
}
.iconmenu ul li span{
    display: block;
    margin-top: 5px;
}