* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}
.main-container{
    width: 1366px;
    display: table;
    margin:0 auto;
}
.text{
    color:#ff0000;
    font-size: 40px;
    text-align: center;
    margin: 6% 0 4%;
}
.logo{
    width: 100%;
    text-align: center;
}.logo img {
    max-width: 600px;
    max-height: 600px;
}
.logo-text{
    font-weight: bold;
    margin: 25px auto 0;
    font-size: 24px;
}
.contact{
    display: table;
    width: 44%;
    margin: 4% auto 0;
}
.contact i{
   color:#ff0000;
   margin-right: 5px;
}
.contact-list {
    width: 100%;
    display: table;
    margin-bottom: 15px;
}
.contact-left {
    width: 17%;
    float: left;
    padding: 0 7px;
    font-weight: bold;
}
.contact-left i{
   color:#ff0000;
   margin-right: 5px;
}
.dot{
    float: left;
    margin-right: 10px;
    font-weight: bold;
}
.contact-right{
    float: left;  
    width: 62%;
    line-height: 22px;
}
.contact-right a{
    color: #000;
    text-decoration: none;
}
/* width 1366 */
@media only screen and (min-width:1281px) and (max-width:1366px) {
    .text {
    margin-top: 7%;
    }
}
/*width 1280*/
@media only screen and (min-width:1025px) and (max-width:1280px) {
    .main-container{
        width: 100%;
    }
    .text {
    margin-top: 8%;
    }
}
/*1278*/
@media only screen and (min-width: 1024px) and (max-width:1278px) {
    .text {
        margin: 3% 0;
    }
    .logo img{
        width: 70%;
    }    
}
/*1024*/   
@media only screen and (min-width:1000px) and (max-width:1024px){
     .main-container{
        width: 100%;
    }
    .contact {
    width: 77%;
    }   
    .text {
        margin: 12% 0 4%;
    }  
}
/* iphone 5/5s dikey */ 
@media only screen and (max-width:359px){
       .main-container{
        width: 100%;
    }
    .logo img{
        width: 85%;
    }   
    .text {
     font-size: 25px;        
     margin-top: 17%;
    }
    .contact {
    width: 95%;        
    margin-top: 9%;
    }
    .contact-right {
    width: 57%;        
    overflow-wrap: break-word;
    }
    .contact-left {
    width: 37%;
    }
}                     
/* Samsung S3 dikey */
@media only screen and (min-width:360px) and (max-width:369px){
    .main-container{
        width: 100%;
    }
    .logo img{
        width: 85%;
    }   
    .text {
     font-size: 25px;        
     margin-top: 25%;
    }
    .contact {
    width: 95%;        
    margin-top: 9%;
    }
    .contact-right {
    width: 62%;        
    overflow-wrap: break-word;
    }
    .contact-left {
    width: 33%;
    }
}
/* iphone 6/6s dikey */
@media only screen and (min-width:370px) and (max-width:389px){
     .main-container{
        width: 100%;
    }
    .logo img{
        width: 85%;
    }   
    .text {
     font-size: 25px;        
     margin-top: 30%;
    }
    .contact {
    width: 95%;        
    margin-top: 9%;
    }
    .contact-right {
    width: 62%;        
    overflow-wrap: break-word;
    }
    .contact-left {
    width: 33%;
    }
}
/* iPhone 12 dikey */
@media only screen and (min-width:390px) and (max-width:399px){
     .main-container{
        width: 100%;
    }
    .logo img{
        width: 85%;
    }   
    .text {
     font-size: 25px;        
     margin-top: 30%;
    }
    .contact {
    width: 95%;        
    margin-top: 9%;
    }
    .contact-right {
    width: 62%;        
    overflow-wrap: break-word;
    }
    .contact-left {
    width: 33%;
    }
}
/* iphone Plus dikey */
@media only screen and (min-width:400px) and (max-width:479px){
     .main-container{
        width: 100%;
    }
    .logo img{
        width: 85%;
    }   
    .text {
     font-size: 25px;        
     margin-top: 25%;
    }
    .contact {
    width: 95%;        
    margin-top: 9%;
    }
    .contact-right {
    width: 67%;        
    overflow-wrap: break-word;
    }
    .contact-left {
    width: 29%;
    }
}
/* iphone 4 yatay */
@media only screen and (min-width:480px) and (max-width:559px){
    .main-container{
        width: 100%;
    }
    .logo img{
        width: 85%;
    }   
    .text {
     font-size: 23px;
     margin-top: 6%;
    }
    .contact {
    width: 95%;        
    margin-top: 7%;
    }
    .contact-right {
    width: 71%;        
    overflow-wrap: break-word;
    }
    .contact-left {
    width: 25%;
    }
}
/* iphone 5/5s yatay */
@media only screen and (min-width:560px) and (max-width:639px){
       .main-container{
        width: 100%;
    }
    .logo img{
        width: 85%;
    }   
    .text {
     font-size: 25px;
     margin-top: 6%;
    }
    .contact {
    width: 95%;        
    margin-top: 6%;
    }
    .contact-right {
    width: 73%;        
    overflow-wrap: break-word;
    }
    .contact-left {
    width: 22%;
    }
}
/* Samsung S3 yatay */
@media only screen and (min-width:640px) and (max-width:659px){
    .main-container{
        width: 100%;
    }
    .logo img{
        width: 85%;
    }   
    .text {
     font-size: 25px;
     margin-top: 6%;
    }
    .contact {
    width: 95%;        
    margin-top: 6%;
    }
    .contact-right {
    width: 73%;        
    overflow-wrap: break-word;
    }
    .contact-left {
    width: 22%;
    }
}
/* iphone 6/6s yatay */
@media only screen and (min-width:660px) and (max-width:699px){
     .main-container{
        width: 100%;
    }
    .logo img{
        width: 85%;
    }   
    .text {
     font-size: 25px;
     margin-top: 6%;
    }
    .contact {
    width: 95%;        
    margin-top: 6%;
    }
    .contact-right {
    width: 73%;        
    overflow-wrap: break-word;
    }
    .contact-left {
    width: 22%;
    }
}
/* iphone Plus yatay */
@media only screen and (min-width:700px) and (max-width:759px){
    .main-container{
        width: 100%;
    }
    .logo img{
        width: 85%;
    }   
    .text {
     font-size: 25px;
     margin-top: 6%;
    }
    .contact {
    width: 95%;        
    margin-top: 6%;
    }
    .contact-right {
    width: 73%;        
    overflow-wrap: break-word;
    }
    .contact-left {
    width: 22%;
    }
}
/* tablet dikey */
@media only screen and (min-width:760px) and (max-width:810px){
      .main-container{
        width: 100%;
    }
    .logo img{
        width: 85%;
    }   
    .text {
     font-size: 30px;
    }
    .contact {
    width: 80%;
    }
    .contact-right {
    width: 73%;
    }
    .contact-left {
    width: 19%;
    }
}
/* iphone x yatay*/
@media only screen and (min-width:811px) and (max-width:999px){
     .main-container{
        width: 100%;
    }
    .logo img{
        width: 72%;
    }   
    .text {
     font-size: 25px;
     margin-top: 6%;
    }
    .contact {
    width: 95%;        
    margin-top: 6%;
    }
    .contact-right {
    width: 83%;        
    overflow-wrap: break-word;
    }
    .contact-left {
    width: 15%;
    }
}