@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    font-family: 'Currys Sans', sans-serif;
	background: #fff;
}

.msi-main-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.msi-logo-section{
	width: 100%;
	padding: 25px;
	margin: 0;
	background: #18191b;
}
.msi-logo-section img{
	width: 11%;
}
.top-banner-section{
	width: 100%;
	padding: 0;
	margin: 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top-header-content {
    width: max-content;
    position: absolute;
    margin: 0px 30px;
	text-align: left;
}
.top-header-content h1{
	padding: 0;
    font-size: 55px;
    margin: 0;
    color: #fff;
    font-family: "Currys Sans", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: normal;
}
.top-header-content p{
	padding: 0;
    font-size: 25px;
    margin: 0;
    color: #fff;
    font-family: "Currys Sans", sans-serif;
    font-weight: 300;
    line-height: normal;
}
.top-banner-section img{
	width: 100%;
}
.adx-top-banner-sec{
	width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	margin-top: 20px;
}

.top-banner-content {
    width: 40%;
    position: absolute;
    margin: 0px 50px;
	text-align: left;
}
.adx-top-banner-sec img{
	width: 100%;
	padding: 0;
	margin: 0;
}
.top-banner-content h2{
	padding-top:0px;
	padding-bottom:  50px ;
    font-size: 55px;
	margin: 0;
	color: #fff;
	font-family: "Currys Sans", sans-serif;
	font-weight: 500;
	line-height: normal;
}
a.shop-btn{
	text-decoration: none;
    color: #fff;
    font-size: 22px;
    padding: 15px 45px;
    border: 2px solid #fff;
    transition: background-color 0.3s;
    border-radius: 50px;
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
}
.msi-combo-main-section{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row;
	margin: 20px 0px;
	flex-wrap: nowrap;
	padding: 0;
}
.combo-sec{
	flex-basis: 49.5%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	position: relative
}
.combo-sec img{
	width: 100%;
}
.combo-sec h2{
	padding: 40px 0px;
    font-size: 40px;
	margin: 0;
	color: #fff;
	font-family: "Currys Sans", sans-serif;
	font-weight: 500;
	line-height: normal;
}
.combo-sec-content{
	width: max-content;
    position: absolute;
    margin: 0;
	text-align: left;
	padding: 40px;
}
.combo-sec a.shop-btn {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 11px 35px;
    border: 2px solid #fff;
    transition: background-color 0.3s;
    border-radius: 50px;
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
}
.adx-top-banner-sec.katana-series-sec {
    justify-content: flex-end;
}
.adx-top-banner-sec.gaming-monitors {
    justify-content: flex-end;
}
.components-sec{
	flex-basis: 33%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	position: relative
}
.components-sec img{
	width: 100%;
}
.components-sec h2{
	padding: 40px 0px;
    font-size: 36px;
	margin: 0;
	color: #fff;
	font-family: "Currys Sans", sans-serif;
	font-weight: 500;
	line-height: normal;
}
.components-sec-content{
	width: max-content;
    position: absolute;
    margin: 0;
	text-align: left;
	padding: 35px;
}
.components-title-sec{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
.components-title-sec h2{
	padding: 40px 0px;
    font-size: 28px;
	margin: 0;
	color: #000;
	font-family: "Currys Sans", sans-serif;
	font-weight: 800;
	line-height: normal;
}

.gaming-acc-sec{
	flex-basis: 24.4%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative
}
.gaming-acc-sec img{
	width: 100%;
}
.gaming-acc-sec h2{
	padding: 30px 0px;
    font-size: 26px;
	margin: 0;
	color: #fff;
	font-family: "Currys Sans", sans-serif;
	font-weight: 500;
	line-height: normal;
}
.gaming-acc-sec-content{
	width: max-content;
    position: absolute;
    margin: 0;
	text-align: center;
	padding: 30px;
}
.gaming-acc-sec a.shop-btn, .components-sec a.shop-btn  {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 11px 35px;
    border: 2px solid #fff;
    transition: background-color 0.3s;
    border-radius: 50px;
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
}
.components-title-sec ul {
    list-style: none;
    margin: 30px 0px 60px 0px;
    padding: 0;
}
.components-title-sec ul li a {
    font-size: 18px;
    font-weight: 800;
    border: 2px solid #000;
    padding: 20px 60px;
    margin: 0px 20px;
    width: max-content;
    border-radius: 100px;
    text-decoration: none;
    cursor: pointer;
    color: #000;
}
.components-title-sec ul li {
    display: inline;
}
.components-title-sec ul li a.selected{
	color: #b9203c;
    border: 2px solid #b9203c;
}


@media screen and (min-width: 768px) and (max-width: 1024px){
	.top-banner-content h2{
	font-size: 40px;
	padding-bottom: 35px;
	}
	.combo-sec h2{
	font-size: 35px;
    padding-bottom: 30px;
	}
	a.shop-btn{
	font-size: 18px;
	}
	.msi-logo-section img {
    width: 15%;
	}
	.top-banner-content, .top-header-content{
	margin: 0px 20px;
	}
	.top-header-content h1{
	font-size: 50px;
	}
	.top-header-content p{
	font-size: 22px;
	}
	.components-title-sec h2{
	font-size: 26px;
	padding: 25px 0px;
	}
	.components-title-sec ul li a{
	font-size: 15px;
    padding: 20px 45px;
	}
	.combo-sec a.shop-btn{
	font-size: 16px;
	padding: 11px 40px;
	}
	.components-sec-content{
	padding: 2em;
	}
	.components-sec h2{
	font-size: 27px;
	padding: 30px 0px;
	}
	.components-sec a.shop-btn{
	font-size: 14px;
    padding: 10px 30px;
	}
	.gaming-acc-sec h2{
	padding: 40px 0px;
    font-size: 35px;
	}
	.gaming-acc-sec-content{
	padding: 2em;
	}
	.gaming-acc-sec a.shop-btn{
	    font-size: 18px;
    padding: 10px 40px
	}
	.components-title-sec ul{
	margin: 20px 0px 40px 0px;
	}
	.combo-sec-content{
	padding: 3em 2em;
	}
	.msi-combo-main-section{
	flex-wrap: wrap;
	}
	.gaming-acc-sec{
	flex-basis: 48%;
	    margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px){
	.msi-logo-section img {
    width: 20%;
	}
	.top-banner-content h2{
	font-size: 29px;
	padding-bottom: 25px;
	}
	.combo-sec h2{
	font-size: 40px;
    padding-bottom: 45px;
	}
	.combo-sec-content a.shop-btn{
	font-size: 17px;
    padding: 12px 40px;
	}
	a.shop-btn{
	font-size: 14px;
	padding: 12px 30px;
	}
	.top-banner-content, .top-header-content{
	margin: 0px 10px;
	width: 48%;
	}
	.msi-combo-main-section{
	flex-flow: column;
	}
	.combo-sec:nth-child(odd){
	margin-bottom: 15px;
	}
	.adx-top-banner-sec{
	 margin-top: 10px;
	}
	.msi-combo-main-section{
	margin-top: 20px;
	}
	.top-header-content h1{
	font-size: 25px;
	}
	.top-header-content p{
	padding: 9px 0px;
	font-size: 12px;
	}
	.components-title-sec h2{
	    font-size: 30px;
    padding: 20px 0px;
	}
	.components-title-sec ul li {
    display: inline-grid;
    margin-bottom: 40px;
	}
	.combo-sec-content, .components-sec-content{
	padding: 3em 3em;
	}
	.components-sec, .gaming-acc-sec{
	margin-bottom: 20px;
	}
	.components-sec h2{
	padding: 45px 0px;
    font-size: 40px;
	}
	.components-title-sec ul {
    margin: 0;
	}
	.components-title-sec ul li a{
	 font-size: 16px;
    padding: 16px 60px;
	}
	.gaming-acc-sec h2{
	padding: 45px 0px;
    font-size: 40px;
	}
}

@media screen and (min-width: 320px) and (max-width: 425px){
	.msi-logo-section img {
    width: 17%;
	}
	.top-banner-content h2{
	font-size: 18px;
	padding-bottom: 15px;
	}
	.combo-sec h2{
	font-size: 32px;
	padding-bottom: 25px;
	    padding-top: 0;
	}
	.combo-sec-content a.shop-btn{
	font-size: 12px;
    padding: 10px 30px;
	}
	a.shop-btn{
	font-size: 12px;
	padding: 5px 15px;
	}
	.top-banner-content, .top-header-content{
	margin: 0px 10px;
	width: 45%;
	}
	.msi-combo-main-section{
	flex-flow: column;
	}
	.combo-sec:nth-child(odd){
	margin-bottom: 5px;
	}
	.msi-logo-section{
	padding: 10px;
	}
	.adx-top-banner-sec{
	 margin-top: 5px;
	}
	.msi-combo-main-section{
	margin-top: 10px;
	}
	.top-header-content h1{
	font-size: 20px;
	}
	.top-header-content p {
    font-size: 9px;
	}
	.components-title-sec h2 {
    font-size: 23px;
	padding: 20px 0px;
	}
	.components-title-sec ul li a {
    font-size: 13px;
    padding: 10px 40px;
	}
	.components-title-sec ul li {
    display: inline-grid;
    margin-bottom: 21px;
	}
	.combo-sec-content, .components-sec-content {
    padding: 2em 2em;
	}
	.components-sec h2 {
    padding: 30px 0px;
    font-size: 32px;
	}
	.components-sec a.shop-btn, .gaming-acc-sec a.shop-btn{
	font-size: 14px;
	}
	.gaming-acc-sec h2{
	font-size: 30px;
	padding: 30px 0px;
	}
	.gaming-acc-sec-content{
	padding: 2em;
	}
	
}
@media screen and (min-width: 1025px) and (max-width: 1300px){
	.top-banner-content h2{
	font-size: 50px;
    padding-bottom: 60px;
	}
	a.shop-btn{
	font-size: 19px;
	}
	.combo-sec h2{
	font-size: 40px;
    padding-bottom: 50px;
	}
	.components-title-sec h2{
	padding: 30px 0px;
    font-size: 28px;
	}
	.top-banner-content, .top-header-content{
	margin: 0px 25px;
	}
	.top-header-content h1{
	font-size: 4em;
	}
	.top-header-content p{
	font-size: 25px
	}
	.combo-sec-content{
	padding: 3em 2em;
	}
	.combo-sec a.shop-btn{
	font-size: 17px;
    padding: 13px 35px;
	}
	.components-sec-content{
	padding: 30px 20px;
	}
	.components-sec h2{
	font-size: 35px;
	padding: 40px 0px;
	}
	.components-sec a.shop-btn{
	font-size: 15px;
	}
	.gaming-acc-sec h2{
	padding: 30px 0px;
    font-size: 25px;
	}
	.gaming-acc-sec a.shop-btn, .components-sec a.shop-btn{
	font-size: 15px;
    padding: 8px 30px;
	}
	.gaming-acc-sec-content{
	padding: 25px;
	}
}