*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: roboto;
}

body,html{
    height: 100%;
}

#bt{
    width: 2%;
    position: fixed;
    right: 4px;
    bottom: 20px;
    cursor: pointer;
    z-index: 100;
}

#bt:hover{
    background-color: #fff;
}

#bt img{
    width: 100%;
    display: block;
}

header{
    height: 20%;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

#logo{
    width: 12%;
    margin-left: 2.5%;
}

#logo img{
    width: 100%;
    display: block;
}

nav{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 15%;
}

nav ul{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

nav ul li a{
    font-size: 2rem;
    color: #000
}

nav ul li a:hover{
    -webkit-text-stroke: 2px;
    color: #000
}

#search{
    width: 5%;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

#search img{
    width: 50%;
    display: block;
}

section{
    width: calc(100% - 5%);
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

#home{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5%;
}

.tik{
    height: 100%;
    width: 15%;
    background-color: #fcd72a;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    font-size: 3.75rem;
    font-weight: 900;
    cursor: pointer;
}

.tiket{
    width: 40%;
}

.tiket img{
    width: 100%;
    display: block;
}

.slider{
    width: 85%;
}

.slice img{
    width: 100%;
    display: block;
}

.titex{
    width: 50%;
    display: block;
    background-color: #ff96f9;
    font-size: 3.75rem;
    font-weight: 900;
    text-align: center;
    padding: 1% 0;
}

#ex{
    width: calc(100% - 5%);
    margin: 1.25% auto;
    display: flex;
    flex-wrap: wrap;
}

#grid{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

#gridb{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.grid{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin: 2.5% 0;
}

.grid img{
    width: 100%;
    display: block;
 }

.text{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 5% 3% 0;
    font-size: 2.55rem;
}

.text1{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 5% 3% 0;
    font-size: 2.5rem;
    text-align: end;
}

.titcol{
    width: 50%;
    display: block;
    background-color: #bafb97;
    font-size: 3.75rem;
    font-weight: 900;
    text-align: center;
    padding: 1% 0;
}

#col{
    width: calc(100% - 5%);
    margin: 2.5% auto 0;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
}

#grid1{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
}

#grido{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
}

.grid1{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5%;
    position: relative;
}

.grido{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-bottom: 5%;
    position: relative;
}

.grid1 img{
    width: 100%;
    display: block;
}

.grido img{
    width: 100%;
    display: block;
}

.desc{
    width: 60%;
    display: flex;
    font-size: 3rem;
    position: absolute;
    left: 72%;
}

.desc1{
    width: 60%;
    display: flex;
    text-align: end;
    font-size: 3rem;
    position: absolute;
    left: -5%;
    top: 35%;
}

.desc2{
    width: 60%;
    display: flex;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 72%;
}

.desc3{
    width: 60%;
    display: flex;
    text-align: end;
    font-size: 3rem;
    position: absolute;
    left: -6%;
    top: 85%;
}

.titlea{
    width: 20%;
    display: block;
    background-color: #ff4f4f;
    font-size: 3.75rem;
    font-weight: 900;
    text-align: center;
    padding: 8% 0;
}

.spec{
    width: 80%;
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: 10px;
    box-sizing: border-box;
    padding: 2% 0 0 10%;
}

.spec1{
    font-size: 1.7rem;
    font-weight: 300;
    margin-top: 3%;
    letter-spacing: 2.2px;
}

.grid2{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}

.grid2 img{
    width: 100%;
    display: block;
}

.grid3{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}

.grid3 img{
    width: 100%;
    display: block;
}

.desc4{
    width: 20%;
    font-size: 2.188rem;
    text-align: center;
    padding-top: 12%;
}

footer{
    width: 100%;
    background-color: #2b2b2b;
    display: flex;
    flex-wrap: wrap;
}

#nav{
    width: 40%;
    display: flex;
    justify-content: space-between;
    margin-left: 10%;
    padding: 2.5% 0 5%;
}

.nav{
    font-size: 2.188rem;
    color: #fff;
    cursor: pointer;
}

.nav:hover{
    -webkit-text-stroke: 1px;
}

.coda{
    width: 90%;
    display: flex;
    margin: 0 auto 0 9%;
    align-items: center;
}

.logoc{
    width: 15%;
    margin-right: 5%;
}

.logoc img{
    width: 100%;
    display: block;
}

.adress{
    font-size: 2.188rem;
    letter-spacing: 3px;
    font-weight: 600;
    color: #fff;
}

.ico{
    width: 25%;
    display: flex;
    margin-left: 12%;
    justify-content: space-between;
}

.ico img{
    width: 15%;
    display: block;
}

span{
    color: #fff;
    margin-left: -12%;
    cursor: pointer;
}

.icon-facebook2{
    font-size: 5.5rem;
    display: flex;
    align-items: center;
}

.icon-facebook2:hover{
    color: #3b5998;
}

.icon-twitter-square{
    font-size: 6.25rem;
}

.icon-twitter-square:hover{
    color: #1da1f3;
}

.icon-instagram{
    font-size: 5.5rem;
    display: flex;
    align-items: center;
}

.icon-instagram:hover{
    color: #ea1fac;
}

.icon-youtube{
    font-size: 5.5rem;
    display: flex;
    align-items: center;
}

.icon-youtube:hover{
    color: #c4302b;
}

#cpr{
    width: 100%;
    display: flex;
    font-size: 1rem;
    color: #fff;
    justify-content: center;
    padding: 5% 0 7.5%;
    font-size: 1.5rem;
    font-weight: 600;
}


@media only screen and (max-width:1920px){

nav ul li a{
    font-size: 1.5rem;
    color: #000
}

nav ul li a:hover{
    -webkit-text-stroke: 1.5px;
    color: #000
}

#search{
    width: 5%;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

#search img{
    width: 50%;
    display: block;
}

section{
    width: calc(100% - 5%);
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

#home{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5%;
}

.tik{
    height: 100%;
    width: 15%;
    background-color: #fcd72a;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    font-size: 2.5rem;
    font-weight: 900;
    cursor: pointer;
}

.tiket{
    width: 40%;
}

.tiket img{
    width: 100%;
    display: block;
}

.slider{
    width: 85%;
}

.slice img{
    width: 100%;
    display: block;
}

.titex{
    width: 50%;
    display: block;
    background-color: #ff96f9;
    font-size: 2.5rem;
    font-weight: 900;
    text-align: center;
    padding: 1% 0;
}

#ex{
    width: calc(100% - 5%);
    margin: 1.25% auto;
    display: flex;
    flex-wrap: wrap;
}

#grid{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

#gridb{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.grid{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin: 2.5% 0;
}

.grid img{
    width: 100%;
    display: block;
 }

.text{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 5% 3% 0;
    font-size: 1.75rem;
}

.text1{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 5% 3% 0;
    font-size: 1.75rem;
    text-align: end;
}

.titcol{
    width: 50%;
    display: block;
    background-color: #bafb97;
    font-size: 2.5rem;
    font-weight: 900;
    text-align: center;
    padding: 1% 0;
}

#col{
    width: calc(100% - 5%);
    margin: 2.5% auto 0;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
}

#grid1{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
}

#grido{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
}

.grid1{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5%;
    position: relative;
}

.grido{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-bottom: 5%;
    position: relative;
}

.grid1 img{
    width: 100%;
    display: block;
}

.grido img{
    width: 100%;
    display: block;
}

.desc{
    width: 60%;
    display: flex;
    font-size: 2.5rem;
    position: absolute;
    left: 72%;
}

.desc1{
    width: 60%;
    display: flex;
    text-align: end;
    font-size: 2.5rem;
    position: absolute;
    left: -8%;
    top: 35%;
}

.desc2{
    width: 60%;
    display: flex;
    font-size: 2.5rem;
    position: absolute;
    top: 50%;
    left: 72%;
}

.desc3{
    width: 60%;
    display: flex;
    text-align: end;
    font-size: 2.5rem;
    position: absolute;
    left: -9%;
    top: 85%;
}

.titlea{
    width: 20%;
    display: block;
    background-color: #ff4f4f;
    font-size: 2.5rem;
    font-weight: 900;
    text-align: center;
    padding: 8% 0;
}

.spec{
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 8px;
    box-sizing: border-box;
    padding: 2.5% 0 0 10%;
}

.spec1{
    font-size: 1rem;
    font-weight: 300;
    margin-top: 3%;
    letter-spacing: 3.5px;
}

.grid2{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}

.grid2 img{
    width: 100%;
    display: block;
}

.grid3{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}

.grid3 img{
    width: 100%;
    display: block;
}

.desc4{
    width: 20%;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 12%;
}

footer{
    width: 100%;
    background-color: #2b2b2b;
    display: flex;
    flex-wrap: wrap;
}

#nav{
    width: 40%;
    display: flex;
    justify-content: space-between;
    margin-left: 10%;
    padding: 2.5% 0 5%;
}

.nav{
    font-size: 1.5rem;
    color: #fff;
}

.nav:hover{
    -webkit-text-stroke: 1px;
}
    
.coda{
    width: 90%;
    display: flex;
    margin: 0 auto 0 9%;
    align-items: center;
}

.logoc{
    width: 15%;
    margin-right: 5%;
}

.logoc img{
    width: 100%;
    display: block;
}

.adress{
    font-size: 1.5rem;
    letter-spacing: 3px;
    font-weight: 600;
    color: #fff;
}

.ico{
    width: 25%;
    display: flex;
    margin-left: 12%;
    justify-content: space-between;
}

.ico img{
    width: 15%;
    display: block;
}

.icon-facebook2{
    font-size: 4rem;
    display: flex;
    align-items: center;
}

.icon-twitter-square{
    font-size: 4.8rem;
}

.icon-instagram{
    font-size: 4rem;
    display: flex;
    align-items: center;
}

.icon-youtube{
    font-size: 4rem;
    display: flex;
    align-items: center;
}

#cpr{
    width: 100%;
    display: flex;
    font-size: 1rem;
    color: #fff;
    justify-content: center;
    padding: 5% 0 7.5%;
    font-size: 1.5rem;
    font-weight: 600;
}

}
    
@media only screen and (max-width:1366px){
    
nav ul li a{
    font-size: 1.125rem;
    color: #000
}

nav ul li a:hover{
    -webkit-text-stroke: 1.5px;
    color: #000
}

.tik,.titex,.titcol,.titlea{
    font-size: 1.875rem;
}
    
.text,.text1{
    font-size: 1.25rem;    
}
    
.desc,.desc2{
     font-size: 1.875rem;   
}
    
.desc1,.desc3{
    font-size: 1.875rem;
    left: -10%;
}
    
.spec{
    font-size: 1.875rem;
    letter-spacing: 5px;
    padding-top: 2%;
}
    
.spec1{
    letter-spacing: 0.4px;
    margin-top: 2%;
}
    
.desc4{
    font-size: 1.25rem;
}
    
.nav,#cpr{
    font-size: 1.25rem;
}

.nav:hover{
    -webkit-text-stroke: 0.8px;
}
    
.adress{
    font-size: 1.25rem;
    letter-spacing: 2px;
}

.icon-facebook2{
    font-size: 3.125rem;
    display: flex;
    align-items: center;
}

.icon-twitter-square{
    font-size: 3.9rem;
}

.icon-instagram{
    font-size: 3.125rem;
    display: flex;
    align-items: center;
}

.icon-youtube{
    font-size: 3.125rem;
    display: flex;
    align-items: center;
}

.ico{
    margin-left: 9%;
}
    
}

@media only screen and (max-width:1024px){
    
nav ul li a{
    font-size: 1rem;
    color: #000
}

nav ul li a:hover{
    -webkit-text-stroke: 1px;
    color: #000
}

.tik,.titex,.titcol,.titlea{
    font-size: 1.25rem;
}
    
.text,.text1{
    font-size: 1rem;    
}
    
.desc,.desc2{
     font-size: 1.25rem;   
}
    
.desc1,.desc3{
    font-size: 1.25rem;
    left: -6%;
}
    
.spec{
    font-size: 1.25rem;
    letter-spacing: 5px;
    padding-top: 2%;
}
    
.spec1{
    font-size: 12px;
    letter-spacing: 0.3px;
    margin-top: 2%;
}
    
.desc4{
    font-size: 1rem;
}
    
.nav,#cpr{
    font-size: 1rem;
}

.nav:hover{
    -webkit-text-stroke: 0.8px;
}
    
.adress{
    font-size: 1rem;
    letter-spacing: 1px;
}

.icon-facebook2{
    font-size: 2.5rem;
    display: flex;
    align-items: center;
}

.icon-twitter-square{
    font-size: 3rem;
}

.icon-instagram{
    font-size: 2.5rem;
    display: flex;
    align-items: center;
}

.icon-youtube{
    font-size: 2.5rem;
    display: flex;
    align-items: center;
}

.ico{
    margin-left: 8%;
}
    
}
