/* Generated from tbuilder_layout_part: rr-code-your-qtrobot */
.themify_builder_content-5604 .tb_4d9k571.module_row{background-image:linear-gradient(180deg,rgb(153, 97, 210) 24%,rgb(43, 25, 61) 81%)}

@media(max-width:1024px){
.themify_builder_content-5604 .tb_fxk5248.module-plain-text{margin-right:0}
}/*Builder Custom CSS START*/
.RR-code-your-qtrobot-section {
	display: grid;
    align-items: center;
	justify-content: center;
	grid-template-rows: calc(50% - 16px) calc(50% - 16px);
	grid-row-gap: 32px;
	padding: 64px 0;
	grid-template-columns: 100%;
	height: 1400px; 
	overflow: hidden;
}

.RR-robot-section-1,.RR-robot-section-2 {
    position: relative;
	height: 100%;
	width: 100%;
}
.RR-robot-section-1 img {
	position: absolute;
	width: 755px;
	min-width: 755px;
	height: 655px;
	top: 0;
    left: 80px;
}

.code-luxai-card {
	border-radius: 32px;
    background: #FFF;
	padding: 32px;
}

.code-your-robot-card {
	width: 420px;
	position: absolute;
	z-index: 3;
}

.code-your-robot-card h2 {
	color: #3A343E;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	padding-bottom: 32px;
}

.RR-robot-section-1 .code-luxai-card {
	right: 0;
}

.RR-robot-section-2 .code-luxai-card {
	left: 0;
	bottom: 0;
}

.code-luxai-button {
	color: #3A343E;
    display: flex;
	padding: 8px 24px;
	justify-content: center;
	align-items: center;
	border-radius: 33px;
	border: 2px solid #634876;
    padding: 8px 24px;
	width: fit-content;
	transition: background-color 0.3s ease, color 0.3s ease;
	cursor: pointer;
	margin: 0 auto;
}


.code-luxai-button:hover {
	background-color: #3A343E;
	color: #fff;
}

.RR-robot-section-2 img {
	width: 455px;
	height: 651px;
	position: absolute;
	right: 0;
	bottom: -192px;
	z-index: 2;
}

.code-white-message-board-1, .code-white-message-board-2 {
	display: flex;
	width: 204px;
	height: 152px;
	padding: 12px 32px 12px 8px;
	align-items: flex-start;
	align-content: flex-start;
	gap: 8px;
	flex-shrink: 0;
	flex-wrap: wrap;
	/* border: 12px solid #FFF;
	border-radius: 12px; */
	position: absolute;
	background-size: cover;
	background-image: url("https://luxai.com/wp-content/uploads/website-refactor/photos-vidoes/Frame-91.png");
}

.code-white-message-board-2 {
	width: 210px;
	top: 330px;
	left: 60px
}

.code-color-message-container {
	width: 512px;
	height: 528px;
	position: absolute;
	bottom: 0;
	left: 516px;
	z-index: 1;
}

.code-color-message {
	display: flex;
	overflow: hidden;
	height: auto;
	flex-wrap: wrap;
	padding: 24px;
	justify-content: flex-start;
	align-items: flex-start;
	border-radius: 32px;
	margin-bottom: 8px;
}

.code-color-message-1, .code-color-message-2 {
	background: #B978E7;
}

.code-color-message-3 {
	background: #D7BEFB;
	width: 60%;
}

.code-color-message-2 {
	width: fit-content;
}

.code-color-rectangle {
	height: 24px;
	flex-shrink: 0;
	background-color: white;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(99, 72, 118, 0.25);
	margin-bottom: 8px;
	margin-right: 8px;
}

.code-color-message .code-color-rectangle:last-child {
	margin-bottom: 0;
}

.code-color-message-1 .code-color-rectangle:nth-child(1) {
	width: 100%;
}

.code-color-message-1 .code-color-rectangle:nth-child(2) {
	width: 40%;
}

.code-color-message-1 .code-color-rectangle:nth-child(3) {
	width: 30%;
}
.code-color-message-1 .code-color-rectangle:nth-child(4) {
	width: 80%;
}

.code-color-message-2 .code-color-rectangle {
	width: 340px;
}

.code-color-message-3 .code-color-rectangle:nth-child(1) {
	width: 90%;
}

.code-color-message-3 .code-color-rectangle:nth-child(2) {
	width: 65%;
}

.code-color-message-3 .code-color-rectangle:nth-child(3) {
	width: 22%;
}

.code-color-message-4 {
	background-color: #68B5E4;
	width: 70%
}

.code-color-message-4 .code-color-rectangle:nth-child(1) {
	width: 52%;
}

.code-color-message-4 .code-color-rectangle:nth-child(2) {
	width: 32%;
}

.code-color-message-4 .code-color-rectangle:nth-child(3) {
	width: 72%;
}




.code-color-message-5 {
	background-color: #68B5E4;
	width: 95%
}

.code-color-message-5 .code-color-rectangle:nth-child(1) {
	width: 100%;
}

.liveCoding {
	  /* Initial position */
  transform: translateX(-120%);
  transition: transform 3s ease-out;
}

.liveCoding.isVisible {
  transform: translateX(0) scale(1);
  animation: pulsate 3s single alternate;
}

@keyframes pulsate {
  from {
    transform: translateX(0) scale(0.9);
  }
  to {
    transform: translateX(0) scale(1);
  }
}


@media (max-width: 1000px) { 
	.RR-code-your-qtrobot-section { 
	 	height: 2100px;
		padding-top: 64px;
		overflow: unset;
	}
	.code-white-message-board-2 {
		top: 0;
		right: 0;
		left: unset;
	}
	
	.code-white-message-board-1 {
		top: -80px;
		left: 0;
	}
	
	.code-color-message-container { 
		bottom: unset;
		left: unset;
	}
	
	.RR-robot-section-1, .RR-robot-section-2 {
        justify-content: center;
    	display: flex;
	}
	
	.RR-robot-section-1 img {
		position: absolute;
		margin: 0 auto;
		top: 0px;
	}
	
	.RR-robot-section-1 .code-luxai-card,
	.RR-robot-section-2 .code-luxai-card {
		bottom: 0;
		right: unset;
		left: unset;
	}
	.RR-robot-section-1 img {
		left: unset;
		right: unset;
	}
	
	.RR-robot-section-2 img {
		width: 455px;
		height: 651px;
		position: absolute;
		object-fit: contain;
		right: 0;
		bottom: 250px;
	}
	.code-white-message-board-1 {
		top: 30%;
	}
}

@media (max-width: 800px) {
	.code-your-robot-card {
		width: auto;
	}
}
@media (max-width: 600px) {
	
	.code-color-message-container {
		scale: 0.7;
		top: -64px
	}
	.code-your-robot-card {
		padding: 32px 16px
	}
}
/*Builder Custom CSS END*/