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

body {
	font-family: 'Sora', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei';
    background-color: #ffffff;
    font-size: 15px;
    line-height: normal;
}

.mm-ismenu {
    color: #ffffff;
}

.intro {
    overflow: hidden;
    padding: 0;
}

/*
.intro b, .intro p {
    padding: 25px;
    display: none;
}
*/

.pagedetailcontent {
    padding: 25px;
}

p.mhomecontent {
    padding: 0;
}

.nivo-controlNav {
    padding: 0;
}

.photo img.logo_pic {
    margin: 0 auto;
}

.title {
    padding: 25px 0;
    text-transform: uppercase;
}

.attachment_design {
    background: inherit;
}

#whatsapp-float-icon {
    line-height: 25px;
}

.space1 {
    padding: 50px 0;
}

.space2 {
    padding: 0 0 50px 0;
}

.four-full, .six-full {
    margin: 0 auto !important;
}

.font-big {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: normal;
}

.font-small {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    color: #777777;
}

.btn-square.black {
    padding: 10px 25px;
    margin-top: 0;
    font-size: 15px;
    transition: all 0.25s linear;
    border: none;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    background-color: #fc0000;
    transition-property: color;
}

.btn-square.black:hover, .btn-square.black:focus, .btn-square.black:active {
    color: #ffffff;
    background-color: #fc0000;
    box-shadow: 0 0 2.5px rgba(51, 51, 51, 0.25);
    border-radius: 5px;
}

.btn-square.black:hover:before, .btn-square.black:focus:before, .btn-square.black:active:before {
    transform: scale(0);
}

.btn-square.black:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333333;
    border-radius: 100%;
    transform: scale(2);
    transition: all 0.25s linear;
}

.hover-target .zoomin {
    transition: all 0.25s linear;
}

.hover-target:hover .zoomin {
    transform: scale(1.25);
    box-shadow: 0 0 2.5px rgba(51, 51, 51, 0.75);
}

.hover-target .flipcontent {
    transition: all 0.25s linear;
}

.hover-target:hover .flipcontent {
    transform: rotateX(360deg);
}

.frame {
    background-color: #ffffff;
    padding: 25px;
    box-shadow: 0 0 2.5px rgba(51, 51, 51, 0.25);
}

.font-title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: left;
    color: #777777;
}

.hover-target .zoomout {
    transition: all 0.25s linear;
}

.hover-target:hover .zoomout {
    transform: scale(1.05);
    box-shadow: 0 0 2.5px rgba(51, 51, 51, 0.75);
}

.font-big-2 {
    font-size: 22.5px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
    background-color: #fc0000;
    padding: 25px;
    transition: all 0.25s linear;
    width: 55%;
}

.font-big-2:hover {
    background-color: #000000;
    border-radius: 25px;
}

.icon {
    margin-left: -25px;
    padding-top: 2.5px;
}

.font-sub {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    color: #ffffff;
    padding-left: 25px;
}

.move {
    position: relative;
    animation: move 12.5s linear infinite alternate;
}

@keyframes move {
    0% {
        left: 0px;
}
  
    100% {
        left: 200px;
}
}