@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


:root{
    --brand-primary: #078BF6;
    --brand-primary-dark: #0C3B60;
    --font-primary:"Roboto", sans-serif;
}

.border{
  border: 2px solid black
}

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'inter', sans-serif;
}

html,body{
	height: 100%;
	width: 100%;
  scroll-behavior: smooth;
}

a{
  text-decoration: none;
}

/* Wrapper to ensure no overflow issues */
#marquee-wrapper {
  overflow: hidden;
  width: 100%;
  background-color: var(--brand-primary-dark);
  padding: 10px 0;
  margin-bottom: 15px;
}

/* Prompt container for scrolling items */
#prompt-container {
  display: flex;
  white-space: nowrap;
  align-items: center;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

/* Styling each prompt */
#prompt-container span {
  margin-right: 30px;
}

span {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: white;
}

marquee h1{
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}

.navigation {
	height: 55px;
	/*background: linear-gradient(45deg, #4199fe, #74b4fe);*/
}

.brand {
	position: absolute;
	padding-left: 20px;
	float: left;
	line-height: 55px;
	font-size: 1.2em;
  font-weight: 700;
}

.brand a, .brand a:visited {
	color: var(--brand-primary-dark);
	text-decoration: none;
}

.brandlogo{
  width: 140px;
}

.nav-container {
	max-width: 1200px;
	margin: 0 auto;
}

nav {
	float: right;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	float: left;
	position: relative;
}

nav ul li a,nav ul li a:visited {
	display: block;
	padding: 0 15px;
	line-height: 40px;

	text-decoration: none;
}

nav ul li a{
	background: transparent;
	color: var(--brand-primary-dark);
    font-weight: bold;
    font-size: 0.85em;
}

nav ul li a:hover, nav ul li a:visited:hover {
  border-radius: 10px;
	background: var(--brand-primary-dark);
	color: #ffffff;
}

.navbar-dropdown li a{
	background: var(--brand-primary-dark);
}

nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
	padding-left: 4px;
	content: ' \025BE';
}

nav ul li ul li {
	min-width: 190px;
}

nav ul li ul li a {
	padding: 10px;
	line-height: 20px;
}

.navbar-dropdown {
	position: absolute;
	display: none;
	z-index: 1;
	background: #fff;
	box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}

/* Mobile navigation */
.nav-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	height: 50px;
	width: 65px;
}

@media only screen and (max-width: 800px) {
	.nav-mobile {
		display: block;
   }
	
   nav {
		width: 100%;
		padding: 55px 0 15px;
   }
	
   nav ul {
		display: none;
   }

   nav ul li {
		float: none;
   }

   nav ul li a {
		padding: 15px;
		line-height: 20px;
		background: #262626;
   }

   nav ul li ul li a {
		padding-left: 30px;
   }

   .navbar-dropdown {
		position: static;
   }

   nav ul li a:hover, nav ul li a:visited:hover {
    border-radius: 0;
  }
}


@media screen and (min-width:800px) {
	.nav-list {
		display: block !important;
   }
}

#navbar-toggle {
	position: absolute;
	left: 18px;
	top: 45px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}

#navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 30px;
	background: var(--brand-primary-dark);
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}

#navbar-toggle span:before {
	top: -10px;
}

#navbar-toggle span:after {
	bottom: -10px;
}

#navbar-toggle.active span {
	background-color: transparent;
}

#navbar-toggle.active span:before, #navbar-toggle.active span:after {
	top: 0;
}

#navbar-toggle.active span:before {
	transform: rotate(45deg);
}

#navbar-toggle.active span:after {
	transform: rotate(-45deg);
}



/*******************HERO************************/

#hero{
    /*background-color: rgba(255, 0, 0, 0.464);*/
    text-align: center;
    line-height: 1.6;
    padding: 8vw 0 0 0;
    font-size: 16px;
}

.imges{
  position: relative;
}

.laptopimg{
  width: 75%;
}

.cartimg1{
  position: absolute;
  right: 100px;
  bottom: 180px;
}

.cartimg2{
  position: absolute;
  left: 150px;
  top: 0;
}



.hero-content{
    margin: 0 auto;
    /*border: 2px solid black;*/
    width: min(1000px, 100%);
}

#hero h2{
    font-size: 1.1em;
    color: var(--brand-primary-dark) ;
}

#hero h1{
    font-size: 3.5em;
    font-weight: bolder;
    color: var(--brand-primary);
    margin-bottom: 1vw;
}

#hero h3{
    font-size: 0.8em;
    font-weight: 600;
    color: var(--brand-primary-dark);
}

.primary-btn {
  --primary-color: #0C3B60;
  --secondary-color: #fff;
  --hover-color: #078BF6;
  --arrow-width: 12px; /* Increased arrow width */
  --arrow-stroke: 3px; /* Increased arrow stroke */
  font-size: 1.5em; /* Increased font size */
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 30px auto; /* Adjusted margin */
  box-sizing: border-box;
  border: 0;
  border-radius: 80px; /* Increased border-radius */
  color: var(--secondary-color);
  padding: 1em 2.5em; /* Increased padding */
  background: var(--primary-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.8em; /* Increased gap */
  font-weight: bold;
}

.primary-btn .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.primary-btn .arrow {
  margin-top: 2px; /* Adjusted margin */
  width: var(--arrow-width);
  background: var(--primary-color);
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
}

.primary-btn .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 4px; /* Adjusted position */
  transition: 0.2s;
  padding: 4px; /* Adjusted padding */
  transform: rotate(-45deg);
}

.primary-btn:hover {
  background-color: var(--hover-color);
}

.primary-btn:hover .arrow {
  background: var(--secondary-color);
}

.primary-btn:hover .arrow:before {
  right: 0;
}



/**********************SOCIAL CATEGORIES***********************************/
#all-social{
  padding: 1em;
  margin-bottom: 5em;
  font-size: 16px;
}

#all-social a{
  color: #fff;
}

.socialheading{
  font-size: 2em;
  margin-bottom: 2em;
  text-align: center;
  color: var(--brand-primary);
}

.socialheading span{
  color: var(--brand-primary-dark);
}

.socialleft{
  padding: 1em 0 1em 1.7em;
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}

.socialleft i{
  font-size: 4.5em;
}

#socialcards-gridcont{
  margin: 0 auto;
  max-width: 1000px;
  display: grid;
  gap: 2em;
}

.socialcard{
  cursor: pointer;
  color: white;
  height: 8.5em;
  border-radius: 1.8em;
  border: 1px solid var(--brand-primary-dark);
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: space-between;
  transform: perspective(10cm) rotateX(20deg);
}


.socialimg{
  width: 40%;
  background-position: right center;
  background-size: cover;
  border-top-right-radius: 1.8em;
  border-bottom-right-radius: 1.8em;
}


.circle{
  background-color: var(--brand-primary);
}

.circle .socialimg{
  background-image: url('videos/circle.gif');
}


.diamond{
  background-color: var(--brand-primary-dark);
}

.diamond .socialimg{
  background-image: url('videos/diamond.gif');
}

.socialcard:hover{
    transform: none;
    transition: all 0.4s linear;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

@media (min-width:750px) {
  #socialcards-gridcont{
    grid-template-columns: repeat(2, 1fr);
  } 
}

@media (max-width:760px) {

  .youtube{
    background-color: var(--brand-primary);

    .socialimg{background-image: url('videos/circle.gif');}
  }

  .twitter{
    background-color: var(--brand-primary-dark);

    .socialimg{background-image: url('videos/diamond.gif');}
  }

}


/**********DISCOVER SCROLLING CATEGORIES******************/

#discover {
  width: 100%;
  background-color: var(--brand-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  padding: 4.5rem 0;
}

.dicoverheader {
  width: min(1000px,90%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  padding: 0 0.5em;
}

.dicoverheader h1 {
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 1em;
}
  
.dicoverheader p {
  font-size: 1em;
  font-weight: 500;
}

.tag-list {
  width: 100%;
  max-width: 63em;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1em 0;
  position: relative;
  padding: 1.5em 0;
  overflow: hidden;
  margin: 2em;
}

.loop-slider .inner {
  display: flex;
  width: fit-content;
  animation-name: loop;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: var(--direction);
  animation-duration: var(--duration);
}

.tag a{
  padding: 0.5em 1.6em;
  display: flex;
  align-items: center;
  gap: 0 0.2rem;
  font-size: 1.2em;
  background-color: white;
  color: var(--brand-primary);
  border-radius: 5rem;
  border: 2px solid var(--brand-primary);
  margin-right: 1em;
  font-weight: 600;
  cursor: pointer;
}

.tag a:hover{
  box-shadow: 0 0.1rem 0.2rem rgba(255, 255, 255, 0.2), 0 0.1rem 0.5rem rgba(255, 255, 255, 0.3), 0 0.2rem 1.5rem rgba(255, 255, 255, 0.4);
}

.tag a span {
  font-size: 1.2em;
  color: var(--brand-primary);
}

.fade {
  pointer-events: none;
  /*background: linear-gradient(90deg, #9d49be, #9444ca00 30%, #843dde00 70%, #7637ef);*/
  position: absolute;
  inset: 0;
}

.discovermore{
  padding: 0.8em 2em;
  border: 2px solid white;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--brand-primary);
  color:white;
  font-size: 1em;
}


.discovermore:hover{
  background-color: white;
  color: var(--brand-primary);
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



/*************************ACCESS ACCORDION*******************************/
#accordion{
  margin: 4em auto;
  padding: 0 18px;
  font-size: 16px;
}

.page__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.accordionheading {
	color: var(--brand-primary);
	font-size: 2em;
	margin-bottom: 30px;
	padding: 0px 15px;
  text-align: center;
}
.accordion {
	max-width: 800px;
	width: calc(100% - 20px);
}
details {
	background-color: var(--brand-primary);
  border-radius: 20px;
	margin-bottom: 25px;
	filter: drop-shadow(6px 6px 0px #0A0A0A);
}
details:hover {
	filter: drop-shadow(6px 6px 4px #0A0A0A);
}
details > summary {
	color: white;
	padding: 1em 2em;
	font-size: 1.3em;
  font-weight: 500;
	cursor: pointer;
}

details > p {
	padding: 1em 2em 2em 2.5em;
	color: #ddd;
	font-size: 1.1em;
  font-weight: 450;
}




/*********************ZIGZAG*******************************/
#zigzag{
  width: 100%;
  font-size: 16px;
  padding: 4em 1em;
}

.zigzag-right, .zigzag-left{
  width: 90%;
  margin: 0 auto;
  padding: 0 4em;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 2em;
  gap: 5em;
  flex-shrink: 0;
}


.zigzagimg{
  padding-top: 2em;
  width: min(700px, 100%);
  /*background-color: yellowgreen;*/
}

.right-content, .left-content{
  width: min(700px, 100%);
}

.right-content h2, .left-content h2{
  font-size: 3em;
  font-weight: 800;
  color: var(--brand-primary);
}

.right-content h4, .left-content h4{
  margin-bottom: 0.6em;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 700;
  color: gray;
}

.right-content p, .left-content p{
  margin-top: 1.4em;
  font-size: 1em;
}

@media (max-width:768px) {

  #zigzag{
    font-size: 10px;
  }

    
  .zigzag-right, .zigzag-left{
    width: 100%;
    padding: 0 2em;
    justify-content: center;
    margin-bottom: 4em;
    gap: 0.5em;
  }


  .zigzagimg{
    padding-top: 0;
  }


  .zigzag-right, .zigzag-left{
    display: flex;
    flex-direction: column;
  }
  
  .zigzagimgleft {
    order: 1;
  }

  .zig-left-content {
      order: 2;
  }

}

/*********************CTA*******************************/
#cta-container{
  padding: 0 2em;
  font-size: 16px;
}

.cta{
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2em;
  background-color: #F3F3F3;
  border: 2px solid var(--brand-primary);
  width: min(1150px, 100%);
  padding: 2em;
  border-radius: 25px;
  text-align: center;
}

.cta h2{
  font-size: 1.7em;
  margin-bottom: 0.4em;
}

.ctabtn{
  padding: 1em 2em;
  color: white;
  background-color: var(--brand-primary);
  border-radius: 12px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.ctabtn:hover{
  padding: 1em 2em;
  color: white;
  background-color: var(--brand-primary-dark);
  border-radius: 12px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}

/********************contact********************/

#contact-container {
  padding: 0 0.6em;
  width: 100%;
  max-width: 1150px;
  margin: 4em auto;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.8em;
}


#contact-container h1{
  text-align: center;
  font-size: 1.8em;
}

#contact-container p{
  text-align: center;
  font-size: 1em;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  background: #F3F3F3;
  border: 2px solid #007bff;
  border-radius: 25px;
  padding: 2.5em 4em;
}
.contact-form input, .contact-form textarea {
  width: calc(100% - 20px);
  padding: 20px;
  margin:  12px 0 24px 0;
  border: 1px solid #ccc;
  border-radius: 12px;
}
.contact-form input[type="submit"] {
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
}
.contact-form input[type="submit"]:hover {
  background-color: var(--brand-primary-dark);
}
.decorations {
  text-align: center;
  margin-top: 20px;
}
.decorations img {
  max-width: 80%;
  height: auto;
}
@media (max-width: 800px) {
  .contact-form {
    display: grid;
    grid-template-columns: 1fr;
    padding: 2em;
  }

  .contact-form input, .contact-form textarea {
      width: calc(100% - 4px);
  }
  
}


@media (max-width:850px) {

  .brandlogo{
    width: 90px;
  }

  #hero{
    line-height: 1.2;
    padding: 8vw 0 0 0;
    font-size: 10px;
  }

  .laptopimg{
    width: 100%;
  }
  
  .cartimg1,  .cartimg2{
   display: none;
  }

  .hero-content{
    margin: 0 auto;
    padding: 1.5em 2em 0 2em;
    /*border: 2px solid black;*/
    width: min(1000px, 100%);
  }

  #hero h2{
    font-size: 1.4em;
    margin-bottom: 12px;
  }

  #hero h1{
    font-size: 3.2em;
    margin-bottom: 15px;
  }

  #hero h3{
    font-size: 1em;
  }


  #all-social{
    font-size: 12px;
  }


  
  .socialleft h2{
    font-size: 1.45em;
  }

  .dicoverheader h1 {
    font-size: 1.7em;
  }
    
  .dicoverheader p {
    font-size: 0.75em;
    width: min(800px, 90%);
  }

  .discovermore{
    font-size: 0.75em;
  }

  .tag{
    font-size: 0.8em;
  }

  .tag-list {
    gap: 0.75em 0;
  }

  #accordion{
    font-size: 11px;
  }

  #cta-container{
    font-size: 13px;
  }

  #contact-container{
    font-size: 14px;
  }
}
/****************TERMS AND CONDITIONS***************************/
.termsbox{
  font-size: 16px;
  margin: 4em auto;
  width: min(1000px, 90%);
  padding: 4em 6em;
  background-color: var(--brand-primary);
  text-align: center;
  border-radius: 20px;
  color: #fff;
}

.termscontent{
  margin: 1em auto 8em auto;
  width: min(900px, 90%);
}

.termscontent p{
  font-size: 1.1em;
  margin-bottom: 3em;
}











/************** FOOTER BASE ***************/
.footer {
  background: linear-gradient(135deg, #0056b3, #007bff);
  color: white;
  padding: 60px 20px 30px;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
  overflow: hidden;

  box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.2);
  animation: fadeInFooter 1s ease-out;
}

.footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 1.5rem;
}

.footer .column {
  flex: 1 1 18%; /* Allows 5 in one row */
  min-width: 160px;
  max-width: 200px;
}

.footer .column:hover {
  transform: translateY(-8px);
}

.footer h4 {
  margin-bottom: 15px;
  font-size: 20px;
  position: relative;
  display: inline-block;
  color: #fff;
}

.footer h4::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #ffd700;
  margin-top: 5px;
  border-radius: 5px;
  transition: width 0.4s ease;
}

.footer .column:hover h4::after {
  width: 100%;
}

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

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  text-decoration: none;
  color: white;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

.footer ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background-color: #ffd700;
  transition: width 0.3s ease;
}

.footer ul li a:hover::before {
  width: 100%;
}

.footer ul li a:hover {
  color: #fff;
}

/* Remove boring line and replace with stylish line */
.footer hr {
  margin: 2em auto 1em;
  width: 90%;
  height: 3px;
  background: linear-gradient(to right, #fff0, #ffd700, #fff0);
  border: none;
  border-radius: 10px;
}

/************** FOOTER BOTTOM ***************/
.footerbottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 1em;
  padding-top: 20px;
  animation: fadeInFooter 1.2s ease;
}

.footer .social {
  display: flex;
  gap: 20px;
  margin-right: 8em;
  flex-wrap: wrap;
}

.footer .social a {
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer .social i {
  font-size: 1.6em;
  color: #fff;
}

.footer .social a:hover {
  transform: scale(1.2);
}

.footer .social a:hover i {
  color: #ffd700;
}

.footer .copyright {
  font-size: 14px;
  color: #dcdcdc;
  flex: 1 1 100%;
  text-align: center;
}

@media (max-width: 1024px) {
  .footer .container {
    justify-content: center;
  }
  .footer .column {
    flex: 1 1 45%;
    text-align: center;
  }
  .footer .social {
    margin-right: 0;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer .container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
  }
  .footer .column {
    flex: 1 1 calc(50% - 20px); /* Two columns per row */
    max-width: calc(50% - 20px);
    text-align: center;
  }

  .footerbottom {
    flex-direction: column;
    text-align: center;
  }
}




.footer ul li a,
.footer p {
  font-size: 17px;
}


@media (max-width: 480px) {
  .footer .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Keep 2 columns layout */
    gap: 1.5rem;
    justify-items: center;
    text-align: center;
  }

  .footer .column {
    flex: unset;
    width: 100%;
    max-width: unset;
  }

  .footer h4 {
    font-size: 16px;
  }
  .footer li{
    font-size: 14px;
    
  }
  .footer ul li a,
  .footer p {
    font-size: 14px;
  }

  .footerbottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer .social {
    justify-content: center;
    margin: 1em 0;
  }

  /* This centers 'Contact Us' and makes it span full width */
  .footer .column.contact {
    grid-column: 1 / -1; /* Span both columns */
    text-align: center;
  }
}




/************** ANIMATION ***************/
@keyframes fadeInFooter {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}







































