/**
 *  All necessary media requires for media view style.
 *  Do not forget to initial that in _theme-files.php (theme directory/core/components/...).
 *  Do not repeat media require !
 */

/*------------- _ Desktop media styles _ -------------*/

/*Code begins to 991px*/

@media only screen and (max-width: 1470px) {
    #banner .logo {
        right: 30px;
    }
    #banner .thumbnail {
        max-width: 470px;
    }
	#banner .thumbnail .description {
		scale: .8;
	}
}
@media only screen and (max-width: 1260px) {
    h1 {
        font-size: 62px;
    }
    h3 {
        font-size: 35px;
    }
    #banner .thumbnail {
        width: 40%;
    }
    #banner .title {
        max-width: 569px;
        width: 60%;
    }
    #banner .title h1 {
        
    }
}
@media only screen and (max-width: 1080px) {
    #banner .title h1 {
        text-align: center;
		justify-content: center;
    }
    #banner .container {
        flex-direction: column-reverse;
        align-items: center;
    }
    #banner .thumbnail {
        max-width: 450px;
        width: 100%;
        margin-top: 10px;
    }
    #banner .title {
        align-items: center;
        width: 100%;
        margin-top: 50px;
    }
	#banner .button {
        margin: 31px auto 0!important;
        /*order:-1;*/
    }
    #banner .logo {
        position: relative;
        right: unset;
        top: unset;
        order: 1;
        margin-top: 45px;
    }
    #inner {
        margin-top: 0;
    }
    #inner .text-inner {
        font-size: 24px;
        text-align: center;
        margin: 30px auto 0;
        max-width: 500px;
    }
    #inner .items {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 695px;
        margin: 47px auto 0;
    }
    #inner .items .item {
        width: calc(50% - 6px);
    }
    #inner .text-inner br {
        /*display: none;*/
    }

    #banner .title h3 {
        text-align: center;
    }
    #banner .title h1 {
        text-align: center;
    }
}
@media only screen and (max-width: 770px) {
    #inner .items {
        row-gap: 12px;
        max-width: 450px;
    }
    #inner .items .item {
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    h3 {
        font-size: 5vw;
    }
    h1 {
        font-size: 9vw;
    }
    #banner .thumbnail {
        width: 70%;
    }
    #banner .title h1 {
		 display: flex;
        justify-content: center;
        max-width: 100vw;
    }
	#banner .thumbnail .description {
        scale: .65;
		left: -8vw;
    }
	
	
	#banner .title.desk {
		display: none!important;
	}
	#banner .title.mob {
		display: flex;
	}
	
	#banner .title {
		zoom: .8;
	}
}

@media only screen and (max-width: 520px) {
    h3 {
        font-size: 5vw;
    }
    h1 {
        font-size: 8vw;
    }
    #banner .logo {
        max-width: 82px;
        margin-top: 20px;
    }
    #banner .title h1 {
        
    }
}
@media only screen and (max-width: 520px) {
    h3 {
        font-size: 4.7vw;
    }
    #inner .text-inner {
        font-size: 20px;
    }
}
@media only screen and (max-width: 460px) {
    #banner .thumbnail .description {
        scale: .6;
        left: -17vw;
    }
}
@media only screen and (max-width: 400px) {
    #inner .text-inner {
        font-size: 17px;
    }
    #inner .items .item {
        font-size: 16px;
        gap: 12px;
    }
}
@media only screen and (max-width: 360px) {
    body {
        zoom: .8;
    }
    h3 {
        font-size: 6vw;
    }
    h1 {
        font-size: 9vw;
    }
    #banner .title h1 {
        
    }
    #banner .container {
        padding: 0 10px;
    }
    #inner .text-inner {
        /*font-size: 18px;*/
    }
}



/*----------- _ End desktop media styles _ -----------*/
/*----------------------------------------------------*/
/*------------- _ Mobile media styles _ --------------*/



/*Code begins form 991px to 0px*/

/*----------- _ End mobile media styles _ ------------*/
/*----------------------------------------------------*/