@charset "UTF-8";
/*
Theme Name: Brandku
Theme URI: https://workingzen.co/
Description: Tema WordPress dari LombokMedia
Author: Herwin
Author URI: http://workingzen.co
Version: 99999.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lombokmedia
*/
html {
	--primary: #000000;
	--secondary: #6871e6;

	--link: var(--primary);
	--linkhover: var(--secondary);
	--bodybgcolor: #f4f4f4;
	--bodyfontcolor: var(--bs-gray-700);

	--font: "Inter", sans-serif;
}

body {
	overflow-x: hidden;
	background-color: var(--bodybgcolor);
	color: var(--bodyfontcolor);

	font-family: var(--font);
	font-size: var(--bs-body-font-size);
	font-weight: 400;
	line-height: 1.7;
}

a {
  color: var(--link);
  text-decoration: none;
}
a:hover, a:focus {
	color: var(--linkhover);
	text-decoration: none;
}

/* match height */
.match-height {
	display: flex;
	flex-wrap: wrap;
}

.match-height .col-match-height {
	display: flex;
	flex-direction: column;
}

/* Animation */
@keyframes slide-down{
	from{transform:translate3d(0,-100%,0)}
	to{transform:translate3d(0,0,0)}
}

/* Website Layout */
.lmd-boxed {
	background-color: var(--bs-gray-100);
}

/* Header */
.lmd-navbar-main, .offcanvas-header {
	background: #666FE4;
	background: linear-gradient(180deg, rgba(102, 111, 228, 1) 0%, rgba(63, 70, 135, 1) 100%);
	border-bottom: 1px solid #000;
}
.lmd-navbar-main.fixed-top {
  animation: slide-down 0.5s;
}

.navbar {
  padding: 0.5rem 0rem;
}
.navbar-brand img {
  max-width: 180px;
  height: auto;
}

.navbar-toggler {
	border: none;
	border-radius: 0;
	padding: 0 0;
}
.navbar-toggler:focus {
	border: none;
	border-radius: 0;
	padding: 0 0;
	box-shadow: none;
}

.navbar .navbar-nav .nav-link {
	color: var(--bs-white);
	letter-spacing: .03em;
	text-transform: uppercase;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus {
	color: #f4f4f4;
}

/* Dropdown */
.dropdown-menu {
	background-color: var(--secondary);
	color: var(--bs-white);
}
.dropdown-menu .dropdown-item {
	color: var(--bs-white);
}
.dropdown-menu .dropdown-item:hover {
	color: var(--bs-black);
}
.dropdown-item.active, .dropdown-item:active {
	background-color: var(--bs-light);
	color: var(--bs-black);
	text-decoration: none;
}

.navbar-toggler .fa {
	color: var(--bs-white);
	font-size: 2rem;
}

/* Mobile Menu - Sidebar Menu */ 
.offcanvas-logo {
	max-width: 180px;
}

/* search box */
.mobsearch {
	position: relative;
}

/* The navigation menu links */
.lmd-moblist {
	overflow: hidden;
	overflow-y: auto;
}

.lmd-moblist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lmd-moblist li {
  position: relative;
}

.lmd-moblist li:first-child a {
	border-radius: 0.5rem 0.5rem 0 0;
}
.lmd-moblist li:last-child a {
	border-radius: 0 0 0.5rem 0.5rem;
}
.lmd-moblist li li:first-child a {
	border-radius: 0 0 0 0;
}
.lmd-moblist li li:last-child a {
	border-radius: 0 0 0 0;
}

/* Hide submenus by default */
.lmd-moblist .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

/* Show when active */
.lmd-moblist li.active > .sub-menu {
  max-height: 500px; /* Enough height for most submenus */
}

/* Style for links */
.lmd-moblist a {
  display: block;
  padding: 10px 15px;
  background: var(--bs-gray-200);
  border-bottom: 1px solid var(--bs-gray-400);
  text-decoration: none;
  color: var(--bs-dark);
}

.lmd-moblist .sub-menu a {
  background: var(--bs-gray-100);
}

/* Indicate dropdown */
.lmd-moblist li.menu-item-has-children > a::after {
  content: '▼';
  float: right;
  font-size: 12px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.lmd-moblist li.active > a::after {
  transform: rotate(-180deg);
}

.sidenav .copyright {
	font-size: 90%;
}


/* BreadCrumb */
.breadcrumb, .woocommerce-breadcrumb {
  background-color: transparent;
  padding: 0 0 0.75rem 0;
  border-radius: 0;
  font-size: 0.8rem;
  margin-bottom: 0.5em;
}


/***** WordPress *****/
.excerpt {
  transition: all 0.4s;
  overflow: hidden;
}

.excerpt-thumbnail, .post-thumbnail {
  position: relative;
}

.excerpt-title, .card-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--link);
}
.excerpt-title:hover {
  color: var(--linkhover);
}

.excerpt-meta {
  font-size: 0.7rem;
  color: var(--bs-gray-500);
  text-transform: uppercase;
}
.excerpt-meta a, .excerpt-meta span {
  color: var(--bs-black);
  font-weight: 500;
}

/* excerpt carousel/card */
.card-meta {
	color: var(--bs-gray);
	font-size: 90%;
}
.card-meta .sep {
	font-size: 80%;
}
.card-meta a, .card-meta span {
	color: var(--bs-dark);
}

/* Popular  - Button Play */
.popcount {
	--pw: 50px;
	position: absolute;
	bottom: 0;
	right: 10px;

	width: var(--pw);
	height: var(--pw);
	border-radius: var(--pw);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(var(--pw) / 2);
	font-weight: bold;
	background-color: var(--bs-dark);
	color: var(--bs-white);
	border: 3px solid var(--bs-white);
	transform: translateY(50%);
}

.popcount.play {
	background-color: var(--bs-danger);
	border-color: var(--bs-gray-300);
}
.play svg {
	color: var(--bs-white);
}

/*PostImage*/
.post-body img {
  max-width: 100%;
  height: auto;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 10px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 10px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 10px;
}

.wp-caption {
  margin-bottom: 10px;
  max-width: 100% !important;
}

.wp-caption .wp-caption-text {
  font-size: 10px;
  margin: 10px;
  text-align: center;
}

/* WordPress Gallery */
.gallery .gallery-item {
	display: inline-block;
	vertical-align: top;
	text-align: center;

	width: 33.33333333333333%;
	margin-bottom: 0 !important;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery .gallery-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.gallery-caption {
  font-size: smaller;
}

/* Post Sharer */
.lmd-share {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.sharebot .lmd-share {
	justify-content: flex-end;
}


.lmd-share a {
	font-size: 1.7rem;
}
.lmd-share a:not(:last-child) {
	margin-right: .75rem;
}
.lmd-share a span {
	display: none;
}
.lmd-btn-facebook{color: #45629f;}
.lmd-btn-instagram{color: #b94e86;}
.lmd-btn-twitter{color: #5eb2ef;}
.lmd-btn-linkedin{color: #0083bb;}
.lmd-btn-pinterest, .lmd-btn-youtube{color: #cf2830;}
.lmd-btn-telegram{color: #54a9e9;}
.lmd-btn-whatsapp{color: #075e54;}
.lmd-btn-email{color: #eb4d3f;}
.lmd-btn-x, .lmd-btn-tiktok{color: #000000;}

/* Sidebar - Widgets */
.widget {
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}

.widget ul, .widget ol,
.fwidget ul, .fwidget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li, .widget ol li,
.fwidget ul li, .fwidget ol li {
  font-size: 14px;
  padding: 5px 0;
}

.widget.widget_recent_comments li a {
  font-weight: 600;
}

/* Search Form */
.lmd-search-form {
	position: relative;
}
.lmd-search-form .lmd-search-input {
	padding-right: 50px;
}
.lmd-search-form .lmd-search-icon {
	position:absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* Calendar */
table#wp-calendar {
  width: 100%;
}

table caption {
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}

table#wp-calendar td#prev {
  text-align: left;
  padding-left: 3px;
}

table#wp-calendar td#next {
  text-align: right;
  padding-right: 3px;
}

table#wp-calendar th,
table#wp-calendar td {
  padding: 5px;
  text-align: center;
  border: 1px solid var(--bs-gray-200);
}

/***** Comments *****/
.comment-list {
  list-style-type: none;
}

.children {
  margin-top: 1em;
  list-style-type: none;
}

.comment-list li.comment {
  margin-bottom: 30px;
}

.comment-body,
.comment-meta,
.cancel-comment-reply {
  margin-bottom: 10px;
}
.avatar {
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}
.comment-metadata {
  font-size: smaller;
}

.comment-reply-link {
  padding: 5px 10px;
  background-color: var(--bs-dark);
  color: var(--bs-white) !important;
  font-size: 0.8em;
  border-radius: 0.25rem;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
}

.comment-reply-link:hover {
  background-color: var(--bs-gray);
}

.cancel-comment-reply {
	text-align: right;
	font-size: .9rem;
}
.cancel-comment-reply a, .comment-user-loggedin a {
	color: var(--bs-dark);
}

#commentform input,
#commentform textarea,
.widget select,
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: var(--bs-white);
  background-clip: padding-box;
  border: 1px solid var(--bs-gray-200);
  -moz-box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
  -webkit-box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
  box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#commentform textarea {
  height: calc(8em + 0.75rem + 2px);
}
#commentform input:focus,
#commentform textarea:focus,
.widget select:focus,
.form-control:focus {
  background-color: var(--bs-white);
  border-color: var(--bs-gray-200);
  outline: 0;
  box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
}

/* Pagination */
.navigation {
  padding-top: 1em;
  padding-bottom: 1em;
}
.navigation:after {
  content: "";
  display: table;
  clear: both;
}

.navigation-single {
  font-size: 1.3em;
}

.prev-posts {
  float: left;
  width: 48%;
  text-align: left;
}

.next-posts {
  float: right;
  width: 48%;
  text-align: right;
}

.page-item {
  margin: 0 0;
}

.page-link {
  font-weight: 700;
  box-shadow: none;
  color: var(--link);
  background-color: var(--bs-gray-100);
  border: 1px solid var(--bs-gray-200);
}
.page-link:focus {
  color: var(--bs-white);
  box-shadow: none;
}

.page-item.active .page-link {
  color: var(--link);
  background-color: var(--bs-white);
  border-color: var(--bs-gray-200);
}
.page-link:hover {
  color: var(--bs-dark);
  background-color: var(--bs-gray-300);
  border-color: var(--bs-gray-300);
}

/* Footer */
.widget-about .socmed i {
	font-size: 24px;
}
.lmd-copyright {
	background: #6167A6;
	background: linear-gradient(180deg, rgba(97, 103, 166, 1) 10%, rgba(95, 106, 214, 1) 100%);
	color: var(--bs-white);
}
.lmd-copyright a {
	color: var(--bs-white);
}

.lmd-backtop {
	--bhw: 40px;
	width: var(--bhw);
	height: var(--bhw);
	font-size: cacl(var(--bhw) / 3);
	position: fixed;
	bottom: 1em;
	right: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: 1px solid var(--link);
	border-radius: var(--bhw);
}
.lmd-backtop:hover {
	background-color: var(--link);
	border: 1px solid var(--link);
	color: var(--bs-white);
}

/*** Plugins ***/
/* Widget AIO Posts */
.lmd-aio-post {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lmd-aio-item {
  margin: 0 0 10px;
}

.lmd-recent-item .post-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0 0 5px;
  letter-spacing: normal;
}
.lmd-recent-item .post-meta,
.lmd-terpopuler .post-meta {
  font-size: 0.8rem;
}

/* Terpopular */
.lmd-popular-posts {
	background-color: var(--bs-gray-100);
	border-radius: 0.5rem;
	padding: 15px 10px;
}

.lmd-terpopuler-item {
  padding: 0.5rem;
  border-bottom: 1px solid var(--bs-gray-200);
}
.lmd-terpopuler-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.lmd-terpopuler-item .lmd-terpopuler-thumb {
  font-size: 24px;
  font-weight: 600;
  padding-right: 1rem;
  line-height: 1;
}
.lmd-terpopuler-item .post-title {
  font-size: 16px;
}

/* Popular Tags */
.lmd-popular-tags a::before {
  content: "#";
  margin-right: 5px;
}

/* Owl Carousel */
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-next span, .owl-prev span {
	position: absolute;
    top: 50%;
	transform: translateY(-50%);

	font-size: 80px;
	font-weight: 200;
	display: block;
	margin: 0;
	padding: 0;
	color: var(--bs-gray);
}
.owl-next span {
	right: 0;
}
.owl-prev span {
	left: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

/*** Miscelaneous ***/
.clip-1, .clip-2, .clip-3, .clip-4, .clip-5 {
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.clip-1 {
  -webkit-line-clamp: 1;
}
.clip-2 {
  -webkit-line-clamp: 2;
}
.clip-3 {
  -webkit-line-clamp: 3;
}
.clip-4 {
  -webkit-line-clamp: 4;
}
.clip-5 {
  -webkit-line-clamp: 5;
}
.clip-7 {
  -webkit-line-clamp: 7;
}

.fs-7 {
	font-size: .9rem !important;
}
.fs-8 {
	font-size: .8rem !important;
}
.fs-9 {
	font-size: .7rem !important;
}

.fw-300 {
	font-weight: 300 !important;
}
.fw-400 {
	font-weight: 400 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.fw-700 {
	font-weight: 700 !important;
}
.fw-800 {
	font-weight: 800 !important;
}
.fw-900 {
	font-weight: 900 !important;
}

.post-tags a:before {
	content: '#';
}

/* Homepage */
.ff-heading {
	font-family: "Fleur De Leah", cursive;
	font-size: 2rem;
	color: var(--bs-gray-700);
	line-height: .9 !important;
}
.ff-play {
	font-family: "Playfair Display", serif;
}
.fs-italic {
	font-style: italic;
}

/* Welcome */
.welcome-bg, #welcomeCarousel .carousel-item {
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.welcome-daftar {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

.welcome-text {
	font-size: 2rem;
	color: var(--bs-white);
}

.carousel-control-prev, .carousel-control-next {
	z-index: 2;
}

/* About */
.about-desc {
	font-size: 1rem;
}

.readmore a {
	color: var(--bodyfontcolor);
}

.section-subtitle {
	font-size: 1.1rem;
}

/* Quotes */
.quote-text {
	font-size: 2rem;
}
.quote-author {
	font-size: 1.2rem;
	font-weight: 300;
	color: var(--bs-secondary);
}

/* Testimonial */
.tavatar {
	width: 100px !important;
	height: 100px !important;
	border-radius: 50% !important;
}

/* Program */
.program-wrapper {
	background: #666FE4;
	background: linear-gradient(180deg, rgba(102, 111, 228, 1) 0%, rgba(63, 70, 135, 1) 100%);
	color: var(--bs-white);
}

.program-item-1 {
	background: #851919;
	background: linear-gradient(0deg, rgba(255, 31, 0, 1) 0%, rgba(133, 25, 25, 1) 100%);
}
.program-item-2 {
	background: #036101;
	background: linear-gradient(0deg, rgba(24, 166, 107, 1) 0%, rgba(3, 97, 1, 1) 100%);
}
.program-item-3 {
	background: #6B12D1;
	background: linear-gradient(0deg, rgba(199, 31, 144, 1) 0%, rgba(107, 18, 209, 1) 100%);
}
.program-item-4 {
	background: #F6857D;
	background: linear-gradient(180deg, rgba(179, 50, 95, 1) 0%, rgba(246, 133, 125, 1) 100%);
}


/* Progress Rings */
.progress-ring {
  --progress: 0deg;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background:
    radial-gradient(closest-side, white 80%, transparent 81%),
    conic-gradient(
  from 0deg,
  #007bff 0deg,
  #3399ff calc(var(--progress) * 0.5),
  #99ccff var(--progress),
  #e6e6e6 var(--progress),
  #e6e6e6 360deg );
  
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}

.progress-label {
  font-weight: bold;
  color: var(--bs-dark);
}

/* btn-gradient */
.btn-gradient {
	background: #851919;
	background: linear-gradient(180deg,rgba(133, 25, 25, 1) 0%, rgba(255, 31, 0, 1) 100%);
	padding: .5rem 1rem;
	color: var(--bs-white);
	align-items: center;
}
.btn-gradient-text {
	font-size: .8rem;
	padding-left: .5rem;
	line-height: 1.2;
	text-align: left;
	text-transform: uppercase;
}
.btn-gradient-text span {
	display: block;
}

.btn-gradient .btn-icon img {
	width: 27px;
	height: 24px;
}

.btn-gradient-alt {
	background: #851919;
	background: linear-gradient(180deg, rgba(255, 31, 0, 1) 0%, rgba(133, 25, 25, 1) 100%);
	color: var(--bs-white);
	letter-spacing: 1px;
}

.btn-gradient:hover, .btn-gradient-alt:hover, .btn-gradient:focus, .btn-gradient-alt:focus {
	color: var(--bs-white);
}


/* Archives - Page - Single Post - Custom Post */
.embed-responsive-item, .post-body iframe {
	width: 100%;
	height: 250px;
}

.lmd-welcome .embed-responsive-item {
	height: 300px !important;
}

/* FAQ */
.accordion-button {
  align-items: start;
}
.accordion-button:not(.collapsed) {
  color: var(--bs-black);
  background-color: var(--bs-white);
  font-weight: 400;
  box-shadow: none;
}
.accordion-button:focus {
  border-color: initial;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::before {
	content: "[-]";
	padding-right: 15px;
}
.accordion-button.collapsed::before {
	content: "[+]";
	padding-right: 15px;
	font-weight: 700;
}

.accordion-button::after {
  display: none;
}

.text-justify {
	text-align: justify;
}

/***** Media Queries *****/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.clip-sm-1 {
	  -webkit-line-clamp: 1;
	}
	.clip-sm-2 {
	  -webkit-line-clamp: 2;
	}
	.clip-sm-3 {
	  -webkit-line-clamp: 3;
	}
	.clip-sm-4 {
	  -webkit-line-clamp: 4;
	}
	.clip-sm-5 {
	  -webkit-line-clamp: 5;
	}

	.embed-responsive-item, .post-body iframe {
		height: 350px;
	}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.clip-md-1 {
	  -webkit-line-clamp: 1;
	}
	.clip-md-2 {
	  -webkit-line-clamp: 2;
	}
	.clip-md-3 {
	  -webkit-line-clamp: 3;
	}
	.clip-md-4 {
	  -webkit-line-clamp: 4;
	}
	.clip-md-5 {
	  -webkit-line-clamp: 5;
	}

	.navbar-brand img {
	  max-width: 200px;
	  height: auto;
	}

	.embed-responsive-item, .post-body iframe {
		height: 400px;
	}

	.btn-gradient {
		padding: 1rem 1.5rem;
	}

	.btn-gradient-text {
		font-size: 1.3rem;
		padding-left: 1rem;
	}

	.btn-gradient .btn-icon img {
		width: 54px;
		height: 48px;
	}

	.about-desc {
		font-size: 1.3rem;
	}

	.quote-text {
		font-size: 3rem;
	}
	
	.ff-heading {
		font-size: 4rem;
	}
	.section-subtitle {
		font-size: 2rem;
	}

	.lmd-welcome .embed-responsive-item, .welcome-bg, #welcomeCarousel .carousel-item {
		height: 450px !important;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* Navbar Auto Dropdown  */
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
	
	.gallery-columns-2 .gallery-item {
	  width: 50%;
	}
	.gallery-columns-3 .gallery-item {
	  width: 33.33333333333333%;
	}
	.gallery-columns-4 .gallery-item {
	  width: 25%;
	}
	.gallery-columns-5 .gallery-item {
	  width: 20%;
	}
	.gallery-columns-6 .gallery-item {
	  width: 16.66666666666667%;
	}
	.gallery-columns-7 .gallery-item {
	  width: 14.28571428571429%;
	}
	.gallery-columns-8 .gallery-item {
	  width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
	  width: 11.11111111111111%;
	}

	.embed-responsive-item, .post-body iframe {
		height: 450px;
	}

	.clip-lg-1 {
	  -webkit-line-clamp: 1;
	}
	.clip-lg-2 {
	  -webkit-line-clamp: 2;
	}
	.clip-lg-3 {
	  -webkit-line-clamp: 3;
	}
	.clip-lg-4 {
	  -webkit-line-clamp: 4;
	}
	.clip-lg-5 {
	  -webkit-line-clamp: 5;
	}

	.welcome-text {
		font-size: 4.5rem;
	}

	.lmd-welcome .embed-responsive-item, .welcome-bg, #welcomeCarousel .carousel-item {
		height: 500px !important;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}