
*
{padding:0;
margin:0;
box-sizing:border-box;}

body
{font-family:"Rubik",sans-serif;
line-height:1;
font-weight:400;
color:#555;}

html
{font-size:62,5%;
scroll-behavior:smooth;}



/* Remove border from toggle */
.navbar-toggle {
    border: 0 !important;
}

/* Lines of the Toggle */
.navbar-toggle:focus,
.navbar-toggle:active,
.navbar-toggle-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

.toggle-icon{
    width: 30px;
    height: 3px;
    background-color: #f72585;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar{
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

/* State when navbar is collapsed (START) */
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

/* Color of Toggler when collapsed */
.navbar-toggle.collapsed .toggle-icon {
    background-color: #777777;
}





.section-hero
{background-color:#f4efed;
padding:9.6rem 0;
margin-top:-4rem;}



.hero
{display:grid;
grid-template-columns:1fr 1fr;
margin:0 auto;
padding:0 3.2rem;
max-width:130rem;
align-items:center;
gap:9.6rem;}

.hero-img
{width:100%;}

.heading-primary
{font-size:5.8rem;
font-weight:700;
line-height:1.05;
color:#333;
letter-spacing:-0.5px;
margin-bottom:3.2rem;}

.hero-description
{font-size:2rem;
line-height:1.5;
margin-bottom:4.8rem;}

.btn:link,.btn:visited
{display:inline-block;
background-color:#fb6f92;
color:#fff;
text-decoration:none;
font-weight:600;
font-size:2rem;
padding:1.6rem 3.2rem;
border-radius:9px;
transition:background-color 1s;}

.btn--full:link,.btn--full:visited
{background-color:#fb6f92;
color:#fff;}

.btn--full:hover,.btn--full:active
{background-color:#796864;
}

.btn--outline:link,.btn--outline:visited
{background-color:#fff;
color:#555;}

.btn--outline:hover,.btn--outline:active
{background-color:#f4efed;
box-shadow:inset 0 0 0 3px #fff;
}

.margin-right-sm
{margin-right:1.6rem !important;}

.delivered-customers
{display:flex;
align-items:center;
gap:1.6rem;
margin-top:8rem;}

.delivered-imgs
{display:flex;}

.delivered-imgs img
{height:4.8rem;
width:4.8rem;
border-radius:50%;
margin-right:-1.6rem;
border:3px solid #fff;}

.delivered-text
{font-size:1.8rem;
font-weight:600;}

.delivered-imgs img:last-child
{margin:0;}

.delivered-text span
{color:#f72585;
font-weight:700;}

.navbar
{background-color:#f4efed;
border:none;
}

.navbar .navbar-header img
{width:80%;
margin-top:-2rem;}

.navbar-nav a
{color:#333 !important;
font-size:2.2rem;
margin-top:1px;
font-family:sans-serif;
}

.navbar-nav a:hover
{color:#f72585 !important;
transition:all 0.6s;}

.step-image
{width:60%;}

.section-how
{margin-top:9.6rem;
margin-bottom:9.6rem;}

.section-how-2
{margin-top:9.6rem;
}

.step-number
{font-size:8.6rem;
font-weight:600;
color:#ddd;
margin-bottom:1.2rem;}

.heading-tertiary
{font-size:3.2rem;
line-height:1.2;
margin-bottom:3.2rem;}

.step-description
{font-size:1.8rem;
line-height:1.8;}

.step-image-box
{position:relative;
z-index:0;
display:flex;
align-items:center;
justify-content:center;
padding-bottom:9.6rem;}

.subheading 
{display:block;
font-size:1.6rem;
font-weight:500;
text-transform:uppercase;
margin-bottom:1.6rem;
color: #f72585;
letter-spacing:0.75px;
}


.heading-secondary
{font-size:4.4rem;
line-height:1.2;
margin-bottom:9.6rem;
}




.section-testimonials
{display:grid;
grid-template-columns:1fr 1fr;
margin:0 auto;
padding:0 3.2rem;
max-width:130rem;
align-items:center;
gap:4.8rem;
}

.testimonial-img
{width:6.4rem;
border-radius:50%;
margin-bottom:1.2rem;}

.testimonials
{display:grid;
grid-template-columns:1fr 1fr;
gap:1.2rem;
}

.testimonial-text
{font-size:1.8rem;
line-height:1.8;
margin-bottom:1.6rem;
}

.testimonial-name
{font-size:1.6rem;
color:#777;
}

.gallery
{display:grid;
grid-template-columns:1fr 1fr 1fr;
gap:1.6rem;
padding:1.2rem;
margin-top:2rem;}

.gallery-item img
{display: block;
 width: 100%;
 opacity:0.7;
 transition:all 0.4s;}
 
.gallery-item img:hover
{opacity: 1;
transform:scale(1.2);}

/*.features-part
{display:flex;
justify-content:center;
align-items:center;
width:90%;
margin-left:5%;
gap:1.2rem;
margin-top:8rem;}

.feature-title {
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
margin-bottom: 1.6rem;}

.feature-text {
    font-size: 1.8rem;
    line-height: 1.8;
}
*/

.map1
{width:90%;
margin-left:5%;
margin-top:6rem;

}
.ep1
{
font-weight:300;
padding-top:35%;
font-size:1.8rem;
line-height:1.8;
color:#333;

}

.ep1 span
{color:#f72585;;
}

.ep1 a
{color:#555 !important;
}

.con4
{display:flex;
align-items:center;
justify-content:center;
margin-top:-2rem;
padding:2rem;
font-size:16pt;
}

.con26 h2
{margin-left:7rem;
margin-top:9rem;}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color:#fb6f92;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #333;
  transition: all 1s;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
	line-height:1.5;
	
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
	
}

.contact-info, .quick-links, .social-media {
    margin: 10px;
    flex: 1;
}

.quick-links a:hover
{color:#f72585;
transition-duration: 0.2s;
}

.social-media a:hover
{color:#f72585;
transition-duration: 0.2s;
}

.contact-info a:hover
{color:#f72585;
transition-duration: 0.2s;
}

h4 {
    margin-bottom: 10px;
    font-size: 18px;
}

p, ul {
    margin: 5px 0;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin: 5px 0;
}

a {
    color: #fff;
    text-decoration: none;
	
}

a:hover {
    text-decoration: none;
}

main
{margin-top:8rem;}

.con26
{margin-bottom:6rem;}


@media (max-width: 48em) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .contact-info, .quick-links, .social-media {
        flex: none;
        width: 100%;
        text-align: center;
    }
	
	header {
	margin-bottom:6rem;}
	
	.ep1
	{margin-top:-12rem;}
	
}


@media (max-width: 34em) {
    .section-hero {
    padding:2.4rem 0 6.4rem 0    ;
    }
	
	.section-testimonials
	{
	grid-template-columns:1fr;
	}

}