/* styles.css */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



/* Global styles */
/* tets */
.logo-font {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2rem;
}
p{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  font-family: 'Arial', sans-serif;
  color: #4B5563;
}

/* Navbar */
.navbar {
  box-shadow: .25rem .25rem 2rem;
}

#navbarContent .btn-warning {
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar li {
  padding-right: 2.5rem;
}

/* Header */
.cust-head {
  min-height: 10rem;
  background-color: #111827;
}

/* Hero section */
.hero {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background-color: #111827; /* Bootstrap's light background */
}
.hero h1 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 1.5rem;
}
.hero .lead {
    color: #D1D5D8;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    max-width: 52rem;
}
.btn-warning {
    color: #111827;
    padding: 1rem 2rem 1rem 2rem;
    background-color: #F59E0B;
}


/* What We Do section */



.what-we-do {
  background-color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.what-we-do .DoTitle {
    margin-bottom: 4rem;
}
.what-we-do .col-md-6 {
    padding-right: 5rem;
}

.what-we-do h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  color: #111827;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.what-we-do h4 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    color: #111827;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}
.what-we-do h6 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: #111827;
}
.what-we-do .text-muted {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 48rem;
}

.what-we-do p {
  color: #4B5563; /* Bootstrap's text-muted */
}
.list-group-item {
  border: none;
}
@include media-breakpoint(sm) {
  .what-screen-box {
  background-color: #f3f4f6 ;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  padding: 0.85rem;
  margin: 0 auto;
  max-width: 10rem;
}
}
.what-screen-box {
  background-color: #f3f4f6 ;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  padding: 0.85rem;
  margin: 0 auto;
}
.tvimg {
  align-self: center;
  margin: 2  auto;
  padding: 1rem;
}

.what-screen {
  background-image: url(R-InitialAsset2.png);
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover;
  max-height: 25rem;
  padding: .5rem;
  margin: .25rem;
 

}
 /*.video-box {
  max-width: 48rem;
  max-height: 35rem;
  background-color: #F59E0B;
  align-items: center;
  justify-content: center;
  display: flex;
}
 */ 


 
.what-screen-box video {
  max-width: 100%;
  max-height: 100%;
  margin: .25rem auto;
  object-fit: contain;
}



/* Why It Works Section */
.why-it-works {
    color: #fff;
    background-color: #111827;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.why-it-works h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.why-it-works h6 {
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
    color: #D1D5D8;
}
.why-it-works p.texted {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 48rem;
    color: #D1D5D8;
}
.why-it-works .why-title {
    margin-bottom: 2rem;
}
.why-it-works .fw-semibold {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}
.why-it-works .why-3col p {
    color: #D1D5D8;
    font-weight: 300;

}
.circle {
  width: 4rem; 
  height: 4rem; /* Must be the same as width */
  background-color: #F59E0B; 
  border-radius: 50%;
  margin-bottom: 1rem;
}
.why-it-works .col-md-4 {
    padding: 2rem 2rem 0 2rem;
}

/* Who It's For Section */
.who-its-for {
  background-color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.who-its-for h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  color: #111827;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.who-its-for .text-muted {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 48rem;
}
.who-its-for .fw-semibold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}
.who-its-for .boxes {
    margin: 2rem .25rem 2rem .25rem;
    padding: 2rem;
    background-color: #f9fafb;
    min-height: 17.5rem;
}
.who-its-for .boxes .bcon {
    padding-bottom: 2rem;
}

/* See Our Network In  Action */
.see-action {
    background-color: #f3f4f6;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.see-action h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  color: #111827;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.see-action .text-muted {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    max-width: 48rem;

}
.card {
    margin: 0 .33rem 0 .33rem;
}
.card-img-top {
    background-color: #1F2937;
    min-height: 15rem;
}
.card-title {
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
    font-weight: 600;
    color: #111827;
    font-size: 1rem;
}
.card-text {
    font-weight: 300;
    font-size: .875rem;
    line-height: 1.25rem;
}


/* Ad Packages */
.ad-pack {
  background-color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.ad-pack h2 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    color: #111827;
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
}
.ad-pack .text-muted {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    max-width: 48rem;
}


.single-pricing{
background:#fff;
padding:40px 20px;
border-radius:5px;
position:relative;
z-index:2;
border:1px solid #eee;
box-shadow: 0 10px 40px -10px rgba(0,64,128,.09);
transition:0.3s;
}
@media only screen and (max-width:480px) { 
.single-pricing {margin-bottom:30px;}
}
.single-pricing:hover{
box-shadow:0px 60px 60px rgba(0,0,0,0.1);
z-index:100;
transform: translate(0, -10px);
}
.price-label {
    color: #fff;
	background: #F59E0B;
	font-size: 16px;
	width: 100px;
	margin-bottom: 15px;
	display: block;
	-webkit-clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
	clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
	margin-left: -20px;
	position: absolute;
}
.price-head h2 {
	font-weight: 600;
	margin-bottom: 0px;
	text-transform: capitalize;
	font-size: 26px;
}
.price-head span {
	display: inline-block;
	background:#F59E0B;
	width: 6px;
	height: 6px;
	border-radius: 30px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.price {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
	font-weight: 500;
	font-size: 50px;
	margin-bottom: 0px;
}

.single-pricing h5 {
	font-size: 14px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.single-pricing ul{
list-style: none;
margin-bottom: 20px;
margin-top: 30px;
padding-left: 0;

}

.single-pricing ul li{line-height: 35px;}
.single-pricing a {
background:none;
border: 2px solid #F59E0B;
border-radius: 5000px;
color: #F59E0B;
display: inline-block;
font-size: 16px;
overflow: hidden;
padding: 1.0rem 2.25rem;
text-transform: capitalize;
transition: all 0.3s ease 0s;
}
.single-pricing a:hover, .single-pricing a:focus{
background:#F59E0B;
color:#fff;
border: 2px solid #F59E0B;
}
.single-pricing-white{background: #111827}
.single-pricing-white ul li{color:#fff;}
.single-pricing-white h2{color:#fff;}
.single-pricing-white h1{color:#fff;}
.single-pricing-white h5{color:#fff;}



/* Start Advertising Section */
.ad-with-us {
    color: #fff;
    background-color: #111827;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.ad-with-us h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.ad-with-us h6 {
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
    color: #D1D5D8;
}
.ad-with-us .text-muted {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 48rem;
}
.ad-with-us p.texted {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 48rem;
    color: #D1D5D8;
}

.form-box {
    min-width: 15rem;
    max-width: 48rem;
    min-height: 33rem;
    border-radius: 15px;
    background: #ffffff;
    padding: 2rem;
    margin: 0 auto;
     
    
}
label {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color:#374151 ;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;

}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  border-radius: 10px;
  border: 1px solid #ced4da;
  transition: border-color 0.2s ease-in-out;
  min-height: 3rem;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #550617;
  box-shadow: 0 0 0 0.1rem rgba(253, 13, 33, 0.25);
}
.startMy {
    color: #fff;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;

}
.startMy:hover {
    background-color: none;
    color: #fff;
}


/* Footer */
footer {
  background-color: #1F2937;
  color: #D1D5D8;
  padding: 2rem 0;
  font-weight: 300;
  font-size: 1rem;
}

footer h5.foot-logo {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem; 
  margin-bottom: 1rem;

}

footer h5 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

footer a {
  color: #D1D5D8;
  text-decoration: none;
  font-weight: 300;
  font-size: .90rem;
}

footer a:hover {
  text-decoration: underline;
}

footer .small {
  margin-bottom: 1rem;
}

footer li {
  margin-bottom: .75rem;
}
.cust-col1 {
  max-width: 20rem;
  margin: 0 auto;
  padding-right: 2rem;
}
.cust-col3 .small {
  margin-bottom: .75rem;

}
.fbicon-hold i.bi-facbook {
  width: 4rem;
  height: 4rem;
}