:root{
    --colYellow: #ffc000;
    --colDark: #333333;
    --bgGrey: #eeeeee;
    --textGrey: #9c9c9c;
}

*{
	margin: 0;
  	padding: 0;
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

html,body{
	width: 100%;
	height: auto;
} 

h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 60px;
    text-transform: capitalize;
}

h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    text-transform: capitalize;
}

p{
    font-size: 18px;
}

/* TOP MESSAGE */

#top-message{
    background-color: var(--colDark);
    width: 100%;
    height: auto;
    padding: 5px 0;
}

.text-top-left{
    
}

.text-top-left ul{
    margin-bottom: 0;
}

.text-top-left ul li{
    list-style: none;
    display: inline-block;
}

.text-top-left ul li span{
    border-right: 1px solid white;
    margin-left: 5px;
    margin-right: 10px;
}

.text-top-left ul li a{
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.text-top-left ul li a i{
    margin-right: 5px;
}

.text-top-right{
    
}

.text-top-right ul{
    margin-bottom: 0;
    text-align: right;
}

.text-top-right ul li a{
    color: white;
    text-decoration: none;
    font-size: 14px;
}

/* NAVBAR */

.navbar {
    transition: all 0.4s;
    border-bottom: 1px solid grey;
}

.navbar .nav-link {
    color: white;
    font-size: 14px;
}

.dropdown-item{
    font-size: 13px;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: var(--colYellow);
    text-decoration: none;
}

.navbar .navbar-brand {
    color: var(--colYellow);
}


/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

.navbar.active .nav-link {
    color: #555;
    text-transform: capitalize;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: var(--colYellow);
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: var(--colYellow);
}

.navbar-nav .dropdown-menu{
    margin-top: 0;
    border-top: 2px solid var(--colYellow);
}


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

/* HERO */

#hero{
    background-image: url(..//images/marketing4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
}

.bg-hero{
    background: rgba(0,0,0,0.7);
    width: inherit;
    min-height: inherit;
}

.text-hero{
    padding-top: 35vh;
}

.text-hero h1{
    color: white;
    margin-bottom: 0;
}

.text-hero h4{
    color: white;
    margin: 30px 0;
}

.btn-hero{
    padding-top: 20px;
    padding-bottom: 16px;
}

.btn-hero a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 35px;
    background-color: var(--colYellow);
    border-radius: 30px;
}

.btn-hero a:hover{
    color: white;
    text-decoration: none;
    transition: 0.6s ease;
    opacity: 0.8;
}

/* OUR COMPANY */

#our-company{
    padding: 80px 0;
}

.title-our-company{
    text-align: center;
}

.title-our-company h2{
    margin-bottom: 0;
    color: var(--colDark);
}

.title-our-company p{
    margin: 20px 0;
    color: var(--textGrey);
}

.title-our-company hr{
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    background-color: var(--colYellow);
    margin-top: 30px;
    margin-bottom: 60px;
}

.padd-our{
    padding: 15px;
}

.text-our-company{
    
}

.icon-our{
    float: left;
}

.icon-our i{
    font-size: 25px;
    margin-right: 10px;
    color: var(--colYellow);
}

.text-our-company{
    overflow: hidden;
}

.text-our-company h5{
    color: var(--colDark);
    margin-bottom: 15px;
}

.text-our-company p{
    margin-bottom: 0;
    overflow: hidden;
    color: var(--textGrey);
}

/* EASY TO USE */

#easy-to{
    background-color: var(--bgGrey);
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.btn-easy{
    padding-top: 20px;
    padding-bottom: 16px;
}

.btn-easy a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 35px;
    background-color: var(--colYellow);
    border-radius: 30px;
}

.btn-easy a:hover{
    color: white;
    text-decoration: none;
    transition: 0.6s ease;
    opacity: 0.8;
}

.text-rasy-to h2{
    margin-bottom: 0;
    color: var(--colDark);
}

.text-rasy-to p{
    margin: 20px 0;
    color: var(--textGrey);
}

.img-rasy-to{
    width: 70%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}

/* NUMBERS */

#numbers{
    width: 100%;
    height: auto;
    background-color: var(--colDark);
    padding: 40px 0;
}

.padd-numb{
    padding: 15px;
}

.text-numb{
    text-align: center;
}

.text-numb h2{
    color: white;
}

.text-numb p{
    margin-bottom: 0;
    color: white;
}

/* SEE WHAT */

#see-what{
    width: 100%;
    height: auto;
}

.padd-see{
    padding: 0;
}

.box-see-1{
    background-color: white;
    padding: 80px;
}

.box-see-1 h4{
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--colDark);
}

.box-see-1 p{
    margin: 20px 0;
    color: var(--textGrey);
}

.btn-see-1{
    padding-top: 20px;
    padding-bottom: 16px;
}

.btn-see-1 a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 35px;
    background-color: var(--colDark);
    border-radius: 30px;
}

.btn-see-1 a:hover{
    color: white;
    text-decoration: none;
    transition: 0.6s ease;
    opacity: 0.8;
}

.box-see-2{
    background-color: var(--colYellow);
    padding: 80px;
}

.box-see-2 h4{
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--colDark);
}

.box-see-2 p{
    margin: 20px 0;
    color: var(--colDark);
}

.btn-see-2{
    padding-top: 20px;
    padding-bottom: 16px;
}

.btn-see-2 a{
    color: var(--colDark);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 35px;
    background-color: transparent;
    border: 2px solid var(--colDark);
    border-radius: 30px;
}

.btn-see-2 a:hover{
    color: var(--colDark);
    text-decoration: none;
    transition: 0.6s ease;
    opacity: 0.8;
}

.box-see-3{
    background-image: url(..//images/marketing3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.bg-box-3{
    background: rgba(0,0,0,0.7);
    width: inherit;
    height: inherit;
    padding: 80px;
}

.box-see-3 h4{
    text-transform: uppercase;
    margin-bottom: 0;
    color: white;
}

.box-see-3 p{
    margin: 20px 0;
    color: white;
}

.btn-see-3{
    padding-top: 20px;
    padding-bottom: 16px;
}

.btn-see-3 a{
    color: var(--colDark);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 35px;
    background-color: var(--colYellow);
    border-radius: 30px;
}

.btn-see-3 a:hover{
    color: var(--colDark);
    text-decoration: none;
    transition: 0.6s ease;
    opacity: 0.8;
}

/* OUR WORK */

#our-work{
    padding: 80px 0;
}

.title-our-work{
    text-align: center;
}

.title-our-work h2{
    margin-bottom: 0;
    color: var(--colDark);
}

.title-our-work p{
    margin: 20px 0;
    color: var(--textGrey);
}

.title-our-work hr{
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    background-color: var(--colYellow);
    margin-top: 30px;
    margin-bottom: 60px;
}

.padd-our{
    padding: 15px;
}

.img-our-work{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 400px;
    position: relative;   
}

.img-our-work:hover a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    transition: all 0.6s ease;
}

.text-our-work{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.img-our-work h5{
    color: white;
    text-transform: capitalize;
    opacity: 0;
}

.img-our-work p{
    color: white;
    opacity: 0;
}

.img-our-work hr{
    width: 40px;
    height: 2px;
    background-color: var(--colYellow);
    margin: 0 auto;
    opacity: 0;
}

.img-our-work:hover h5{
    opacity: 1;
    transition: all 0.6s ease 0.6s;
}

.img-our-work:hover p{
    opacity: 1;
    transition: all 0.6s ease 0.8s;
}

.img-our-work:hover hr{
    opacity: 1;
    transition: all 0.6s ease 1s;
}

/* FEATURES */

#features{
    background-image: url(..//images/marketing3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: auto;
}

.bg-features{
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: inherit;
    padding: 120px 0;
}

.text-features{
    text-align: center;
}

.text-features h2{
    margin-bottom: 0;
    color: white;
}

.text-features p{
    margin: 20px 0;
    color: white;
}

.btn-features{
    padding-top: 20px;
    padding-bottom: 16px;
}

.btn-features a{
    color: var(--colDark);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 35px;
    background-color: var(--colYellow);
    border-radius: 30px;
}

.btn-features a:hover{
    color: var(--colDark);
    text-decoration: none;
    transition: 0.6s ease;
    opacity: 0.8;
}

/* FOOTER */

#footer{
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: var(--colDark);
}

.text-footer{
    
}

.text-footer h5{
    text-transform: uppercase;
    color: white;
    margin-bottom: 20px;
}

.text-footer p{
    color: white;
    font-size: 16px;
}

.text-footer ul{
        
}

.text-footer ul li{
    list-style: none;
    margin-bottom: 5px;
    color: white;
}

.text-footer ul li a{
    text-decoration: none;
    color: white;
}

.text-footer ul li a:hover{
    text-decoration: none;
    color: var(--colYellow);
}

footer{
    background-color: black;
    padding: 5px 0;
}

.copy{
    
}

.copy p{
    margin-bottom: 0;
    font-size: 14px;
    color: var(--colYellow);
}

/* RESPONSIVE */

@media (min-width: 992px) and (max-width: 1199px) {
    .text-hero{
        padding-top: 28vh;
    }
    .box-see-1, .box-see-2, .bg-box-3{
        padding: 30px;
    }
}

@media (min-height: 1366px){
    .text-hero{
        padding-top: 35vh;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	.text-hero{
        padding-top: 30vh;
    }
    .navbar-brand {
        color: var(--colYellow) !important;
    }
    .img-rasy-to{
        width: 100%;
    }
    .box-see-1, .box-see-2, .bg-box-3{
        padding: 30px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .navbar-brand {
        color: var(--colYellow) !important;
    }
    .text-top-left ul{
        text-align: center;
    }
    .text-top-right ul{
        text-align: center;
    }
    .text-hero{
        padding-top: 25vh;
    }
    .img-rasy-to{
        width: 50%;
        height: 350px;
        margin-top: 40px;
        margin-left: 0;
        margin-right: 0;
    }
    .img-our-work a{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.7);
        transition: all 0.6s ease;
    }
    .img-our-work h5{
    opacity: 1;
    transition: all 0.6s ease 0.6s;
    }

    .img-our-work p{
        opacity: 1;
        transition: all 0.6s ease 0.8s;
    }

    .img-our-work hr{
        opacity: 1;
        transition: all 0.6s ease 1s;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .navbar-brand {
        color: var(--colYellow) !important;
    }
    .text-top-left{
        display: none;
    }
    .text-top-left ul{
        text-align: center;
    }
    .text-top-left ul li a{
        font-size: 10px;
    }
    .text-top-right ul{
        text-align: center;
    }
    .text-top-right ul li a{
        font-size: 10px;
    }
    .text-hero h1{
        font-size: 40px;
    }
    .text-hero{
        padding-top: 25vh;
    }
    #our-company{
        padding: 40px 0;
    }
    .title-our-company h2, .text-rasy-to h2, .title-our-work h2, .text-features h2{
        font-size: 30px;
    }
    #easy-to{
        padding: 40px 0;
    }
    .img-rasy-to{
        width: 80%;
        height: 350px;
        margin-top: 40px;
        margin-left: 0;
        margin-right: 0;
    }
    .box-see-1, .box-see-2, .bg-box-3{
        padding: 30px;
    }
    #our-work{
        padding: 40px 0;
    }
    .img-our-work a{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.7);
        transition: all 0.6s ease;
    }
    .img-our-work h5{
        opacity: 1;
        transition: all 0.6s ease 0.6s;
    }

    .img-our-work p{
        opacity: 1;
        transition: all 0.6s ease 0.8s;
    }

    .img-our-work hr{
        opacity: 1;
        transition: all 0.6s ease 1s;
    }
    .bg-features{
        padding: 80px 0;
    }
    #footer{
        padding: 40px 0;
    }
    .copy p{
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .navbar-brand {
        color: var(--colYellow) !important;
    }
    .text-top-left{
        display: none;
    }
    .text-top-left ul{
        text-align: center;
    }
    .text-top-left ul li a{
        font-size: 10px;
    }
    .text-top-right ul{
        text-align: center;
    }
    .text-top-right ul li a{
        font-size: 10px;
    }
    .text-hero h1{
        font-size: 40px;
    }
    .text-hero{
        padding-top: 26vh;
        padding-bottom: 6vh;
    }
    #our-company{
        padding: 40px 0;
    }
    .title-our-company h2, .text-rasy-to h2, .title-our-work h2, .text-features h2{
        font-size: 30px;
    }
    #easy-to{
        padding: 40px 0;
    }
    .img-rasy-to{
        width: 100%;
        height: 350px;
        margin-top: 40px;
        margin-left: 0;
        margin-right: 0;
    }
    .box-see-1, .box-see-2, .bg-box-3{
        padding: 30px;
    }
    #our-work{
        padding: 40px 0;
    }
    .img-our-work a{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.7);
        transition: all 0.6s ease;
    }
    .img-our-work h5{
        opacity: 1;
        transition: all 0.6s ease 0.6s;
    }

    .img-our-work p{
        opacity: 1;
        transition: all 0.6s ease 0.8s;
    }

    .img-our-work hr{
        opacity: 1;
        transition: all 0.6s ease 1s;
    }
    .bg-features{
        padding: 80px 0;
    }
    #footer{
        padding: 40px 0;
    }
    .copy p{
        font-size: 12px;
    }
}



