@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;600;800&display=swap');

body {
    background-color: #141414;
    font-family: 'Poppins', sans-serif !important;
    font-size: 83%;
}

#navbarDropdownMenuLink img{
    width: 1vw;
    vertical-align: auto;
}
#bgdark{
    background-color: #000000;
    opacity: 100%;
    color: #ffffff;
    padding-left: 0px!important;
    padding-right: 25px;
}
#ddnav{
    justify-content: right;
    flex-grow: 1;
}
.navbar-nav{
    justify-content: center;
    flex-grow: 200;
    padding: 10px;
}
#navbarNavDropdown li{
    font-size: 17px;
    font-weight: 600;
    padding: 0 15px 0px 15px;
}
.navbar-brand{
    font-size: 17px;
    font-weight: 600;
}
#navitem{
    color: #ffffff;
}
#navitem:hover{
    opacity: 80%;
}

@media only screen and (max-width: 991px){
    .navbar-dark .navbar-nav .nav-link{
        font-size:12px;
    }
    #navbarNavDropdown li {
        padding: 0 0px 0px 0px;
    }
}

#footer a{
    color: #ffffff;
    font-weight: 600;
}
#footerlogo{
    font-size: 20px;
    padding: 1vw;
}
.footernav{
    font-size: 16px;
}
.copyright{
    text-align: center;
    font-size: 13PX;
    font-weight: 600;
    background-color: #1e1e1e;
    color: #ffffff;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#footer{
    background-color: #1e1e1e;
}
#bgdark{
    background-color: #1e1e1e;
}

@media only screen and (max-width: 768px){
    .navbar-brand img {
        width: 45%!important;
        padding-left:0;
    }
}
@media only screen and (max-width: 991px){
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1rem;
    }
}
.navbar {
    padding-top:0.3125rem!important;
    padding-bottom:0.3125rem!important;
}

.contacthe{
    background-image: url('https://images.unsplash.com/photo-1423666639041-f56000c27a9a?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=874&q=80');
    font-size: 4rem;
    color: #ffffff;
    font-weight: 700;
    justify-content: center;
    text-align: center;
    width: 100vw;
    height: 15rem;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;

}
.content{
    display: flex;
    justify-content: center;
}
.c-form h2{
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 1rem;
    font-size: 40px;

}
.contact-form-wrapper {
   padding: 0px 0;
}
  
.contact-form {
  padding: 0px 0px;
  border-radius: 0px;
  width: 90%;
}
  
.contact-form textarea {
  resize: none;
}
  
.contact-form .form-input,
.form-text-area {
   background-color: #f0f4f5;
   height: 50px;
   padding-left: 16px;
}
  
.contact-form .form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}
  
.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}
  
.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}
 
.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}
  
.contact-form .form-control:focus {
  border-color: #000;
}
  
  
.contact-form .submit-button-wrapper {
  text-align: left;
}
  
.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 25px;
  background-color: #CE132D;
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
}
  
.contact-form .submit-button-wrapper input:hover {
  background-color: #9E132D;
}


.contact-info h2{
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 1rem;
    font-size: 40px;
}
.cont-inf h3{
    font-size: 20px;
    color: #ffffff;
    text-align: left;
    line-height: 2;
}
.cont-inf p{
    font-size: 16px;
    color: #aeb4b9;
    text-align: left;
    line-height: 2;
}
.c-form{
    padding: 2rem 2rem 5rem 2rem;
}
.contact-info{
    padding: 2rem 2rem 5rem 2rem;
}

.fa {
    padding: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    margin: 5px 2px;
}
  
.fa:hover {
    color: #000;
}
  
.fa-facebook {
    background: #3B5998;
    color: white;
}
.fa-youtube {
    background: #bb0000;
    color: white;
}
.fa-whatsapp {
    background: rgb(0, 179, 89);
    color: white;
}

@media only screen and (max-width:720px){
    .content{
        display: block;
    }
    .c-form{
        padding-bottom: 0 ;
    }
}
@media only screen and (max-width:480px){
    .contacthe{
        font-size: 2.8rem;
    }
    .c-form h2{
        font-size: 25px;

    }
    .contact-info h2{
        font-size: 25px;
    }
    .contact-form .submit-button-wrapper input {
        padding: 10px 18px;

        
    }
    .contact-form{
        width: 100%;
        font-size: 0.8rem;
    }
    .fa{
        padding: 6px;
        width: 41px;
    }

}
.navbar-brand img{
    width: 75%;
}

#footer-text{
    color: #ffffff;
    text-align: center;
    padding: 20px 10px 10px 10px;
    background-color: #1E1E1E;
}
@media only screen and (max-width: 768px){
    .navbar-brand img {
        width: 55%;
    }
}