/* Inter font - Variable font file approach */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900; /* Covers all weights from Thin(100) to Black(900) */
  font-display: swap;
  src: url("https://assets.deecies.com/fonts/Inter-roman.var.woff2") format("woff2");
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900; /* Covers all weights from Thin(100) to Black(900) */
  font-display: swap;
  src: url("https://assets.deecies.com/fonts/Inter-italic.var.woff2") format("woff2");
}

/* Optional: Fallback for older browsers */
@supports not (font-variation-settings: normal) {
  @font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("https://assets.deecies.com/fonts/Inter-Regular.woff2") format("woff2");
  }
  
  @font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("https://assets.deecies.com/fonts/Inter-Italic.woff2") format("woff2");
  }
}
	*{
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		}
	
	:root {
		--text-gradient-width: 100%;
		--mx-pro-blue: #2997ff;
		--mx-max-purple: #a972ff;
		--mx-teal: #43B9B9;
		--color-scheme: light;
		--ai-gradient: linear-gradient(97deg, #0096FF, #BB64FF 42%, #F2416B 74%, #EB7500);
		--igradient: linear-gradient(to bottom right,#0894FF 0%,#C959DD 34%,#FF2E54 68%,#FF9004);
		--privacy-gradient: linear-gradient(97deg, #0096FF, #a972ff 42%, #F2416B 74%, #EB7500);
		--dimmed-gradient: linear-gradient(97deg, 
			rgba(0,150,255,0.7), 
			rgba(187,100,255,0.7) 42%, 
			rgba(242,65,107,0.7) 74%, 
			rgba(235,117,0,0.7));
	}
	
	.para, p.para {padding: 0; margin: 0; font-family:'Inter','Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	}
	
	.description {
		border:1px solid #e3e3e3;
		background: white;
		width:auto;
		max-width:275px;
		height:auto;
		padding:10px;
		font-family: 'Inter','Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
		font-weight: 300;
		color: rgb(39, 44, 45);
		font-size: 13px;
		z-index: 10;
		position: absolute;
		margin-left: 5%;
		margin-top: 1%;
		cursor: default;
		display: inline-block;
	}
	
	#build_to_order1:before {
		white-space: pre-wrap;
		content: 'Built to Order';
		font-weight: 700;
		font-size: 40px;
		letter-spacing: -.028em;
		float:left;
		margin: 10 0 15 0;
	}
	
	#build_to_order1::after {
		white-space: pre-wrap;
		content: "This is a Configure-to-Order (CTO) Mac that Apple builds specifically for you.\A Like ordering a custom car, it needs to be manufactured first:\A\A• The displayed dispatch time is roughly how long Apple needs to build your Mac.\A• No retailers, including Apple, keep these custom models in stock.\A• Once built and dispatched, delivery is via DPD Next Day pre-noon service.\A\AThe dispatch time shown is set by Apple and cannot be shortened.";
		margin-top: 60px;
		display: block;
		text-align: left !important;
	}
	
	#build_to_order1 {
		box-sizing: border-box;
		overflow: hidden;
		/* background: linear-gradient(135deg, #1d2671, #c33764); */
		background:linear-gradient(to bottom right,#0096FF,#BB64FF,#F55273);
		border-radius: 30px;
		margin: 5px auto 35px auto;
		padding: 25px 35px !important;
		font-weight: 500 !important;
		font-size: 15px !important;
		letter-spacing: -0.01em;
		color:white;
		box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
	}
	
.clr, .clear, .cleared {clear : both;}

.deecies {	
	background-size : 100% auto;
	background-color : black;
	margin: 0;
	padding: 0;
	border: 0;
	overflow:hidden;
	font-family:'Inter', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}

.deecies ul {padding: 0 0 0 5px;list-style-type: none;}
.deecies-content {width: 100%; overflow: auto;}
.deecies-center {text-align: center;}
.deecies-justify {text-align: justify;}
.deecies-content-inner {
	margin: 0 auto;
	max-width: 860px;
	align-content: center;
}

.content-inner-600 { max-width: 600px; }
.content-inner-620 { max-width: 620px !important; border: 0px; }
.content-wrapper {isolation: isolate}

.group:after {
	  content: "";
	  display: table;
	  clear: both;
	}

.deecies-header {
	background-image: url('https://assets.deecies.com/images/bac12.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 22px 0;
	text-align: center;
}

#eu-banner {
	height:46px;
	width:100%;
	background: #003399;
	color: #003399;
	background-image: url('https://assets.deecies.com/images/eu-banner.png');
	background-position: center center;
	background-size: 70%;
	background-repeat: no-repeat;
}

#apple-intelligence-container {
	position: relative;
	padding: 40px;
	background-color: transparent;
	border-radius: 30px;
	overflow: visible;
	color: #f5f5f7;
	max-width: 1169px;
	margin: 45px auto 45px auto;
	text-align: center;
	z-index: 0;
}

#apple-intelligence-container::before {
	content: "";
	position: absolute;
	inset: -10px;
	border-radius: 30px;
	background: var(--igradient);
	filter: blur(6px);
	z-index: -2;
	opacity: 0.8;
}

#apple-intelligence-container::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 30px;
	background-color: #000000;
	z-index: -1;
}

#apple-intelligence-container p {
	max-width: 850px;
	margin: auto;
}

.headline {
	font-size: clamp(40px, 11vw, 65px);
	font-weight: 700;
	color: transparent;
	background: var(--ai-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	letter-spacing: -0.015em;
	margin: 0;
}

.sub-headline {
	font-size: 65px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: -0.015em;
	margin: 0;
	line-height: 1.05;
}

.ai_description {
	font-size: 18px;
	color: #86868b;
	margin-top: 40px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4;
	letter-spacing: -0.01em; 
	font-weight: 500;
}

.carousel-wrapper {
	margin: 60px auto 40px;
	position: relative;
}

/* Hide radio buttons properly */
.carousel-wrapper > input[type="radio"] {
	position: fixed;
	opacity: 0;
	pointer-events: none;
	top: -9999px; 
}

.carousel {
	width: 100%;
	height: clamp(560px, 57vw, 740px);
	position: relative;
	overflow: hidden;
}

.carousel-slides {
	width: 300%;
	height: 100%;
	min-height: 530px;
	position: relative;
	transition: transform 0.5s ease-in-out;
}

.carousel-slide {
	width: 33.333%;
	height: 100%;
	float: left;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.carousel-slide img {
	width: 100%;
	height:100%;
	aspect-ratio: 16/9;  /* Force aspect ratio */
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 20px;
	/* max-height: 658px;  /* Maximum image height */
	/* height: auto; */
	}

.carousel-slide p {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	color: #86868b;
	letter-spacing: 1.5%;
	margin: 10px 0;
	text-align: center;
	padding: 0 20px;
	flex-shrink: 0;  /* Prevent text from shrinking */
}

.anchor-top-center {
	object-position: 37%;
}

.anchor-center-center {
	object-position: center center;
}

.anchor-top-right {
	object-position: 100% 0;
}

.restrict {
	height: clamp(210px, 35vw, 295px);
	margin: 0 auto; /* Center the container */
	position: relative;
}

.tab-controls {
	display: inline-flex;
	gap: 30px;
	position: relative;
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
}

.tab-controls::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 1px;
	background: #424245;
}

.tab-control {
	position: relative;
}

.tab-label {
	font-size: 25px;
	font-weight: 600;
	color: #424245;
	cursor: pointer;
	padding-bottom: 8px;
	display: inline-block;
	position: relative;
	letter-spacing: -0.01em;
}

.tab-control:hover .tab-label {
	background: var(--dimmed-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.carousel-wrapper > input[type="radio"]:checked ~ .tab-controls .tab-label[for="tab1"],
.carousel-wrapper > input[type="radio"]:checked ~ .tab-controls .tab-label[for="tab2"],
.carousel-wrapper > input[type="radio"]:checked ~ .tab-controls .tab-label[for="tab3"] {
	color: #424245;
}

#tab1:checked ~ .tab-controls .tab-label[for="tab1"],
#tab2:checked ~ .tab-controls .tab-label[for="tab2"],
#tab3:checked ~ .tab-controls .tab-label[for="tab3"] {
	background: var(--ai-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

#tab1:checked ~ .tab-controls .tab-label[for="tab1"]::after,
#tab2:checked ~ .tab-controls .tab-label[for="tab2"]::after,
#tab3:checked ~ .tab-controls .tab-label[for="tab3"]::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 1px;
	background: #f5f5f7;
	z-index: 1;
}

#tab1:checked ~ .carousel .carousel-slides {
	transform: translateX(0);
}

#tab2:checked ~ .carousel .carousel-slides {
	transform: translateX(-33.333%);
}

#tab3:checked ~ .carousel .carousel-slides {
	transform: translateX(-66.666%);
}

.privacy-section {
	margin: 40px -40px -40px;
	padding: 40px 40px 80px 40px;
	background-color: #161617;
	border-radius: 0 0 30px 30px;
	text-align: center; /* Center the header */
}

.privacy-headline {
	font-size: 48px;
	font-weight: 700;
	color: #f5f5f7;
	max-width: 70%;
	margin: 0 auto 40px auto;
	line-height: 1.1;
	text-align: center;
}

.privacy-headline img {
	width: 74px;
}

.privacy-content {
	display: flex;
	gap: 40px;
	text-align: left;
	justify-content: center; /* Centres columns horizontally */
	flex-wrap: wrap; /* Allows columns to wrap if needed */
}

.privacy-column {
	flex: 1 1 33.333%; /* Allows columns to grow/shrink, but maxes at 33.333% */
	max-width: 33.333%; /* Ensures they won’t exceed one-third */
	box-sizing: border-box;
}

.privacy-description {
	font-size: 21px;
	color: #86868b;
	margin-top: 0; /* Reset margin since we're using flex gap */
	line-height: 1.4;
}

.privacy-gradient-text {
	color: transparent;
	background: var(--privacy-gradient);
	-webkit-background-clip: text;
	background-clip: text;
}

.highlight {
	color: #f5f5f7;
}

video {
	width: 100%;
	aspect-ratio: 16 / 9; /* Adjust this ratio based on your video dimensions */
	object-fit: cover;
}

/* Text */

.mt-1 {font-size: 55px; line-height: 105%; color: rgb(255, 255, 255); }
.mt-2 {font-size: 13px; line-height: 15px; font-weight:300; color: rgb(255, 255, 255);}

.item-description {padding:12px 0 20px; text-align: justify;} 

.s-text  {
	font-size: 16px;
	color: #A1A1A6;
	line-height: 26px;
	font-weight: 500;
	max-width: 700px;
	padding: 0 10%;
}

.box-text  {
	font-size: 16px;
	color: #A1A1A6;
	line-height: 26px;
	font-weight: 300;
	/*letter-spacing: -.012em;*/
}

.s-text h3 {
	text-align: center;
	font-size: 24px;
	color: white;
	line-height: 25px;
	font-weight: 900;
	padding-bottom: 10;

}

.s-text h2 {
	text-align: left !important;
	font-size: 24px;
	color: white;
	line-height: 25px;
	font-weight: 900;
}

.s-text-top  {
	width: 90% !important;
	max-width: 800px !important;
	line-height: 1.2em;
}

/* Blocks */

.block3 {
	max-width: 600px;
	margin: 0 auto;
}
.block3 h3 {
	color: #E70059;
	font-size: 1.3em;
	font-weight: 600;
	margin: 0;
}
.block3 .text-desc {
	color: rgb(39, 44, 45);
	font-size: 14px;
	float: left;
	max-width: 70%;
	margin-bottom: 20px;
}

.block4 {
	text-align: left;
	margin: 0 auto;
}

/* Images */

#mac-specs {
	max-width: 100%;
	background: #181818;
}

.headerimg {max-width: 100%; display: block; margin-left: auto; margin-right: auto; padding-bottom: 30px;}

img.bulletmain {width: 61px;vertical-align: top;border: 0;}

h3.bulletmain {text-align:left; margin-left: -3px !important;}

.wmdd {float:left;padding-right: 20px;}

#tooltiptouch {display:none !important}
.logo img { max-width: 125px; margin: 25px 0 25px 120px; }

#MonthlyOffer {background-image: linear-gradient(90deg, #41B0F6, #327AC4); text-align: center; position: relative; z-index: 9;width:100%;}
#MonthlyOffer img { max-height: 195px; width: 90%; }

#MonthlyOffer:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 74.6%;
	left: 0;
	background-image: linear-gradient(90deg, #d5344d, #ad2570);
	}
	
/**	#MonthlyOffer:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 55%;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	} **/
	
.apple-ad {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto 35px auto;
	box-sizing: border-box;
	overflow: hidden;
	background-color: black;
	border-radius: 30px;
}
	
.phpimage, .copyright {
	display: inline-block; 
	vertical-align: middle;
	/*zoom: 50%;*/
	transform: scale(0.5);
	padding: 3px;
}

/*.phpbox {width:100%; margin:0 auto}*/
.phpimage1 {width:688px; margin:10px 0 5px 0}

.phpimage2 { /*position: relative; zoom: 50%;
	-ms-zoom: 0.5;
	-webkit-zoom: 0.5; */
	display: block; 
	margin:0 auto 0 auto;
	max-height: 65px;
}
	
/* img.phpimage2 {max-width: revert !important}*/
.phpimage-mob {display:none; margin:10px 0 5px 0}
.dddate {text-align: center;color: #FFF;font-weight: 600; margin:0 auto; padding: 5px 0; font-size:16px}

#Col1 {float:left;width:1%;font-weight: 300;font-size:13px}
#Col2 {float:left;margin-left:1%;width:46%;}
#Col3 {float:right;margin-left:3%;width:50%;}
#ColRight {float: right;width: 87%; padding: 15px 0 5px 0}

#ColRight ul {list-style: none; padding:0;margin:0;}
#ColRight li:before {
color: #A1A1A6;
content: '‣ ';
}

#ColRight li.no-bullet::before {
  content: ''; /* Removes the bullet */
}

/*Boxes*/

.boxes-center {padding-left: 35px; padding-right:35px;}
.box-content {padding: 35px 60px 35px 40px}
.flex-box-content {padding:35px 4% 35px 4%}
.rounded-box
{
	display: block;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #151516;
	border-radius: 30px;
	margin: 35px auto 35px auto;
	max-width: 1250px;
	isolation: isolate;
}

.macos {min-height: 720px;}
.rounded-box, .macos {margin: 0 auto 35px auto;}

.monterey {min-height: 720px;}
.rounded-box, .monterey {margin: 0 auto 35px auto;}
.monterey::before {
	content: "";
	background-image: url("https://assets.deecies.com/images/montereybackground.jpg"); 
	background-size: 1390px;
	display: block;
	position:absolute; 
	z-index:-1;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.sequoia {min-height: 720px;}
.rounded-box, .sequoia {margin: 0 auto 35px auto;}
.sequoia::before {
	content: "";
	background-image: url("https://assets.deecies.com/images/sequoia-wallpaper.jpg"); 
	background-size: 1390px;
	display: block;
	position:absolute; 
	z-index:-1;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.tahoe {min-height: 720px;}
.rounded-box, .tahoe {margin: 0 auto 35px auto;}
.tahoe::before {
	content: "";
	background-image: url("https://assets.deecies.com/images/tahoe-wallpaper.webp");
	background-size: 1390px;
	display: block;
	position:absolute;
	z-index:-1;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.macos h3 {text-align: left; font-size: 45px; line-height: normal;color: white; margin: 0 0 0 -5px;}
.macos h2 {text-align: left; font-size: 30px; line-height: normal;color: white; padding-bottom: 10px;}
.macos-mbp {display: block; position:absolute; z-index: 1; left:578px; bottom:24px; max-width: 100%}
.macos-mm {display: block; width:783px; height:610px; position:absolute; z-index: 1; left:607px; bottom:0px}
.box1-header {font-size:20px; font-weight: 600; letter-spacing: -0.01em; color: white}
.box2-header {font-size:111px; font-weight: 800; letter-spacing: -0.01em; position: relative; text-align: right; color: rgba(255, 255, 255, 0.4); mix-blend-mode: plus-lighter; float: right; max-width: 300px; line-height: 1.1em;}
.box5-header {font-size:35px; font-weight: 800; letter-spacing: -0.01em; color: black}
.box1-heading {font-size:56px; font-weight: 700; letter-spacing: -.028em; color: white; max-width: 420px; margin-top: 100px; line-height: normal;}
.box1-content {font-size:18px; font-weight: 600; letter-spacing: -0.01em; color: white; max-width: 420px; margin-top: 30px}
.box5-content {font-size:16px; font-weight: 700; letter-spacing: -0.02em; color: black; max-width: 460px; margin-top: 30px; line-height: 1.3em;}
.seqbox1-content {font-size:18px; font-weight: 500; letter-spacing: -0.01em; color: white; max-width: 440px; margin-top: 30px}

.roundedbox, .green {margin: 0 auto 5px auto;}
.greenbox {background: linear-gradient(to bottom, #203025 0%, #151516 100%);}
.bespokecontent:after {content: ""; background-image:url(https://assets.deecies.com/images/green2.png); background-size:62%; z-index: -1; display: block; top: 53%;right: -278px;bottom: 0px;left: 52%; position: absolute; background-repeat: no-repeat;}
.green h3 {text-align: left; margin: 0 0 10px -5px; font-size: 45px; line-height: 0.8; letter-spacing: -.001em;}
.greenheading {margin-top:0px}
.greenfooter {width:28%; display: inline-block; padding-top: 19%; position: relative}
.greenleaf {shape-outside: ellipse(150px 300px at 50% 50%); float: right;}
.bespoketitle {color:#4cd265;}
.video {background: #FAFAFA;}

.flex-container {
	display: flex;
	max-width: 1250px;
	margin:0 auto;
}
.flex-child {
	flex: 1;
}  

.flex-child:first-child {
	margin-right: 35px;
} 

/* Delivery Date */
.cpu {background: linear-gradient(to right top, #071931 0%, #33274f 50%, #661e43 100%); order:1;}
.miniloop {background: black; order:1;}
.cool-loop {background: #f6f6f8; order:2;}
.imac-store {order:2; min-height: 560px;}
.cpu h3 {text-align: left; font-size: 45px; line-height: normal;color: white; margin: 0 0 0 -5px; letter-spacing: -.028em;}
.cpu h2 {text-align: left; font-size: 30px; line-height: normal;color: white; padding-bottom: 10px; letter-spacing: -.028em;}
.box2-content {font-size:18px; font-weight: 600; letter-spacing: -0.01em; color: white; max-width: 460px; text-align:center; margin: 0 auto; padding: 30px 0 25px 0;}
.bigd {font-size:50px; font-weight: 700; letter-spacing: -.028em; color: white; text-align: center; line-height:normal;}
.pad {padding-top:108px;}
.pad2 {padding-top:40px;}

.cool-header:before {
	white-space: pre-wrap;
}
.cool-header:after {
	white-space: pre-wrap;
	background: #157d89;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	margin-left: -3px;
}

.vat {background: linear-gradient(to right bottom, #1f224b 0%, #2d5d85 100%); min-height:560px; order:2;}

.int {min-height:560px;}
.int::before {
	content: "";
	background-image: url("https://assets.deecies.com/images/int-bg4.jpg"); 
	background-size: 100%;
	display: block;
	position:absolute; 
	z-index:-1;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.m1infogram {margin: 0 auto 0 auto; background-color: black; }

.mini_loop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* This ensures the video fills the container while maintaining aspect ratio */
	/* min-height: 567px; */
	z-index: -1;
}

.cool_loop {
	position: relative;
	left: -5%;
	width: 110%;
	height: 100%;
	object-fit: cover; /* This ensures the video fills the container while maintaining aspect ratio */
	z-index: -1;
	min-height: auto;
	padding-top: 4%;
	background-color: #f6f6f8;
}

.imac_store {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* This ensures the video fills the container while maintaining aspect ratio */
	z-index: -1;
	min-height: auto;
}

.mini-specs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Shop Mac models with Apple Silicon*/
.baseline {flex-flow: row wrap; justify-content: space-around; align-items: baseline;}
.select {
    background: #1d1d1f;
    appearance: none;
    -moz-appearance: none;
    margin: 35px auto 0 auto;
}
.box3-header {font-size:64px; font-weight: 800; letter-spacing: -.030em; color: white; max-width: 616px; margin: 60px auto 15px auto; text-align: center; line-height: normal; }
.box3-select {font-size:24px; font-weight: 700; color: white; margin: 0 auto; text-align: center; padding: 40px 0; width:300px; letter-spacing: -0.03em;}
.s-img {display:block; padding-bottom:30px; text-align: center; margin: 0 auto;}
.s-img-p {display:block; padding-bottom:30px; text-align: center; margin: 0 auto; width:50%}
.s-mba {width:279px; height: 164px;}
.s-mbp {width:282px; height: 167px;}
.s-mm {width:161px; height: 57px;}
.button {background: #0071e3; text-align: center; white-space: nowrap; cursor: pointer; display:block; margin: 0 auto; border-radius:12px; padding: 6px 13px; width: 27px; font-size: 12px; line-height: 1.3; font-weight: 400; letter-spacing: -.01em; text-decoration: none; color: #fff;}
.button:hover {background:#0077ED}
.buttonbig {width: 76px;}
.select-mm, .select-mba, .select-mbp, .select-pro4, .select-max4, .select-ultra, .select-m4, .select-m5, .select-m2, .select-max2, .select-max3, .select-pro2, .select-pro3, .select-ultra2 {padding-bottom: 15px}
.box3-shop {padding-bottom: 35px}

/*Footer*/

.footend:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

/****** Order ********/
.orderimg {
float: right; clear: both; padding-left: 16px; max-width:140px;
}

#Footer {
	background-image: linear-gradient(90deg, #d5344d, #ad2570) !important;
	color: #fff;
	padding: 15px 0;
}

#Footer .left {width: calc(46% - 4px); font-size: .77em; display: inline-block;vertical-align: middle;padding-left: 4%;}
#Footer .right {width: calc(50% - 24px); font-size: .6em !important; line-height: 1em; margin: 0px 20px 0 0; font-weight: 200; text-align: justify; display: inline-block; vertical-align: middle;}

#Steve {
	background: #000;
	color: #fff;
	text-align: left;
	padding: 0;
	color: #ddd;
}

#Steve span {
	font-size: 10px;
	font-weight: lighter;
	font-style:italic;
	margin-right: 0px;
}

.boxy {text-align: center;}

#Steve .right {vertical-align:middle; padding: 6px 0 6px 6px; height: 60px;display: inline-block;}
#Steve img {vertical-align:middle; height: 60px;}
.slogan {margin: 15px 0px 15px 5px; font-size: 11px;display: inline-block;vertical-align: middle;text-align: left;}

#MainTitleCont3 {
	padding-top: 5px;}

.DDates {font-size:0px;float:left;}

.delivery-bar {
  width: 100%;
  background-color: #c52f60;
  background-image: linear-gradient(90deg, #d5344d, #ad2570) !important;
}

@media (max-width: 1175px) {
	.bigd {font-size:42px;} 
}

@media (max-width: 1100px) {
	.bespokecontent {max-width:320px}
}

@media (max-width: 982px) {
	.bespokecontent {max-width:225px}
}

@media (max-width: 900px) {
	
	.carousel {
		height: clamp(590px, 105vw, 620px);
	}
	
	.carousel-slide img {
		min-height: 490px;
	}
}

@media (max-width: 855px) {
	.phpimage1 {display:none}
	.phpimage-mob {display:inline-block; width:350px}
}

@media (max-width: 801px) {
	.phpimage1 {display:none}
	.phpimage-mob {display:inline-block; width:350px}
	.vat .box1-heading, .int .box1-heading, .greenbox .box1-heading {font-size:43px}
	.bigd {font-size:40px;}
}

@media (max-width: 796px) {
	.pad {padding-top:80px;}
	.bespokecontent {max-width:190px}
}
@media (max-width: 745px) {
#Col1 {float:none;}
#Col2 {margin-left: -67px; width:47%}
#Col3 {margin-left:0px; width:58%}
}

@media (max-width: 734px) {
	/* .rounded-box {max-height: 750px} */
	.miniloop {height: 560px;}
	.box-section-mobile {padding:10px 28px}
	.macos-mbp {left:0; right:0; bottom:0; position: relative; margin: 52px 106px 30px;}
	.macos-mm {width: 294px; height: 229px; left:0; right:0; bottom:-45px; position: relative; margin: 52px 106px 30px;}
	.box1-heading {font-size:38px; font-weight: 700; letter-spacing: -.028em; color: white; max-width: 360px; margin: 20 0 0 20; line-height: normal;}
	.box1-header {font-size:18px; font-weight: 600; letter-spacing: -0.01em; color: white; margin: 15 0 0 20;}
	.box1-content {font-size:16px; font-weight: 600; letter-spacing: -0.01em; color: white; max-width: 350px; margin: 20px;}
	.box2-content {max-width:350px;} 
	.orderimg {display: none !important;}	 
	.macos::before {background-image: url("https://assets.deecies.com/images/macos_bg__b9yaapi9sjv6_medium_2x.jpg");}
	.cpu h3, .green h3 {font-size:38px}
	.cpu {min-height: 560px}
	.flex-container {display: block; max-width: 400px;}
	.flex-child:first-child {margin-right: 0}
	.m1infogram{display:none}
	.greenfooter {width:37%; padding-left:22px}
	.seqbox1-content {padding-left:20px; font-size: clamp(16px, 3vw, 18px); line-height: clamp(14px, 6vw, 26px)}
}

@media (max-width: 650px) {
	#ColRight {float:none; width:100%; margin:auto; display:block; text-align:center; padding:5px 0 5px 0}
	#Col2 {margin:auto; width:100%; float:none}
	#Col3 {margin:auto; width:100%; float:none}
	.slogan {max-width:272px}
	#Footer .right {font-weight:100}
	#newm1macbookpro {font-size:14px !important}
	.headerimg {min-width:150%; margin-left:-76%; left:50%; position:relative; overflow:hidden}
	#MonthlyOffer img {width:100%}
	.phpimage {padding:0;min-width:771px;max-width:116%;margin-left:-8%}
	.flex-child {min-height: 435px}
	.logo {width:125px;margin:0 auto}
	.logo img {margin:25px auto}
	.box2-content {font-size:18px;}
	.pad {padding-top:25px;}
	#mini-specs { display:none}
	/*.rounded-box {max-width: 100%}*/
}

@media (max-width: 480px) {
	.carousel {
		height: clamp(640px, 57vw, 780px);
	}

}

@media (max-width: 448px) {
	.bespokecontent {max-width:273px}
	.tab-controls {
		display: block;
		margin: 20 0 20 0;
	}
}

@media (max-width: 416px) {
	.bespokecontent {max-width:200px}
}