@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{ 
    --primarycolor : #19663A;
    --secondarycolor : #ECE344;
    --fontpoppins : "Poppins", sans-serif;
}

a{
    text-decoration: none;
    color: inherit;
}

.twitter-tweet{
    margin-top: 0 !important;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

iframe{
    max-width: 100%;
}

body{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    background-color: rgb(255 152 119 / 10%);
}

.video-container {
    border-top: 40px solid #19663A;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.video-container iframe {
    width: 100% !important;
}

section.profile-area {
    padding-top: 100px;
}

section{
    padding: 30px 0;
}

.social-profile-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.social-profile-container div a img {
    width: 42px;
    height: 42px;
}

.twitter-icon img {
    width: 36px !important;
    height: 36px !important;
}

.social-profile-container i {
    font-size: 28px;
    color: #353535;
}

.profile-container .img-holder img {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    border: 2px solid var(--primarycolor);
    margin-bottom: 15px;
}

.profile-content h4 {
    font-family: var(--fontpoppins);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.profile-content p {
    font-family: var(--fontpoppins);
    font-weight: 500;
}

.facebook-icon i {
    color: blue;
}

.instagram-icon i {
    color: #ff002d;
}

.twitter-icon i {
    color: #1bbdff;
}

.youtube-icon i {
    color: #ff0000;
}

footer {
    border: 1px solid #f5f5f5;
}

.footer-copyright {
    padding: 15px 0;
    text-align: center;
    font-family: var(--fontpoppins);
}

.footer-copyright p {
    margin-bottom: 0;
    font-size: 14px;
}

.footer-copyright p a {
    text-decoration: none;
}


.fb-page {
  width: 100% !important;
  overflow: hidden;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

#mobileIframe .fb-page{
    display: none;
}

.facebook-iframe-desktop {
   display: flex;
   align-items: center;
   justify-content: center;
}

section.social-media-timeline-area .col-lg-4 {
    margin-bottom: 40px;
}

@media screen and (min-width: 320px) and (max-width: 576px) {
    
.video-container iframe {
    width: 388px !important;
}

#desktopIframe{
    display: none;
}

#mobileIframe .fb-page{
    display: block;
}

.facebook-iframe-desktop {
    margin-left: auto;
}

}
