@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


body {
    font-family: Arial, sans-serif;
}

.bg-light {
    background: #FFF !important;
    height: 100px;
    padding: 0px 80px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
/* Text/Regular/Normal */
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-left: 30px;
}

.navbar-nav {
    align-items: center;
}

.btn-pink {
    border-radius: 8px;
    background: var(--Color-Brand-Telemagenta, #D22E7D);
    color: var(--Text-alternate, #FFF);
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-color: #D22E7D;
    padding: 12px 24px;
}

.carousel-caption {
    top: 227px;
}

.carousel-item {
    height: 750px;
}
.carousel-caption h5 {
    color: #fff;
    text-align: center;
/* Heading/Desktop/H1 */
    font-family: Arial;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 24px;
}

.carousel-caption p {
    color: #fff;
    text-align: center;
/* Text/Medium/Normal */
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
}
.banner {
    border-bottom: 10px solid var(--Color-Brand-Telemagenta, #D22E7D);
    margin-top: 100px;
}


.carousel-item img {
    height: 100%;
    object-fit: cover;
}

.carousel-indicators {
    margin-bottom: 34px;
}

.carousel-indicators [data-bs-target] {
    width: 30px;
    height: 6px;
    border: 0;
    border-radius: 8px;
}

.carousel-indicators .active {
    background-color: #D22E7D;
}

.about-section {
    padding: 80px 80px;
}

.about-content h2 {
    color: #000;
/* Heading/Desktop/Tagline */
    font-family: Domine;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 16px;
}

.about-content h3 {
    
/* Text/Medium/Normal */
    
color: var(--Text-primary, #000);
/* Heading/Desktop/H3 */
    
font-family: Domine;
font-size: 35px;
font-style: normal;
font-weight: 400;
line-height: 120%;
margin-bottom: 24px;
}


.about-content h4 {
    
/* Text/Medium/Normal */
    
color: var(--Text-primary, #000);
/* Heading/Desktop/H3 */
    
font-family: Domine;
font-size: 1.3rem;
font-style: normal;
}



.about-content p {
    color: #000;
/* Text/Medium/Normal */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 32px;
}

.about-section .row {
    align-items: center;
    padding-top: 15px;
}

.about-content {
    margin-right: 100px;
}

.about-img img {
    width: 50%;
}




/********************/
section.topic-section {
    background: var(--Background-color-secondary, #FAFAFA);
    padding: 80px 80px;
}

.title {
    text-align: center;
    margin-bottom: 70px;
}

.title h2 {
    color: var(--Text-primary, #000);
    
/* Heading/Desktop/H2 */
    font-family: Arial;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 24px;
}

.title h3 {
    color: var(--Text-primary, #000);
    text-align: center;
/* Heading/Desktop/H6 */
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 24px;
}

.topic-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}

.topic-list li span {
    border-radius: 8px;
    background: var(--Grey, #E4E2DF);
    padding: 4px 16px;
    display: inline-block;
    color: var(--Text-primary, #000);
    text-align: center;
/* Text/Small/Normal */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.topic-list li {
    margin: 0 5px;
}
.video__wrapper {
    margin: 25px 0;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 738px;
}
  
  video {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  
  .video__play-button {
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-appearance: none;
    z-index: 2;
    transition: all 200ms ease-in-out;
  }
  
  .video__play-button-icon {
    width: 64px;
    transition: all 200ms ease-in-out;
}
  
  .video__play-button-icon--play polygon {
    transform-origin: 50% 50%;
    transition: all 200ms ease-in-out;
  }
  
  .video__play-button-icon--play:hover polygon {
    transform: scale(1.5);
  }
  
  .video__play-button[data-button-state=pause] .video__play-button-icon--pause {
    display: none;
  }
  
  .video__play-button[data-button-state=play] .video__play-button-icon--play {
    display: none;
  }
  
  .video__play-button[data-button-state=play] .video__play-button-icon {
    opacity: 0;
  }
  
  .video__play-button[data-button-state=play]:hover .video__play-button-icon {
    opacity: 1;
  }
  
  .video__play-button[data-button-state=play] {
    background-color: rgba(0, 0, 0, 0);
  }
  
  .video__play-button[data-button-state=play]:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .video__fullscreen-button {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    z-index: 3;
    transition: all 200ms ease-in-out;
  }
  
  .video__fullscreen-icon {
    padding: 10px;
    display: block;
    vertical-align: top;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in-out;
  }
  
  .video__wrapper[data-state=pause] .video__fullscreen-icon,
  .video__wrapper[data-state=play]:hover .video__fullscreen-icon {
    opacity: 1;
    visibility: visible;
  }
  
  .video__fullscreen-icon polygon {
    fill: currentColor;
  }

  .our-podcasts {
    padding: 80px 80px;
}

.our-podcasts .title {
    margin-bottom: 64px;
}

.podcasts-img img {
    width: 100%;
}

.podcasts-img .podcasts-captions span img {
    width: auto;
}

.podcasts-img {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
}

.podcasts-captions {
    position: absolute;
    bottom: 24px;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    padding: 0 18px;
}

.podcasts-captions h5 {
    margin: 0;
    color: #FFF;
/* Text/Regular/Normal */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.podcasts-card h3 {
    color: var(--Text-primary, #000);
/* Heading/Desktop/H6 */
    font-family: Domine;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 16px;
}

.podcasts-card p {
    color: var(--Text-primary, #000);
/* Text/Regular/Normal */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.more-podcast {
    border-radius: 16px;
    border: 1px solid var(--Color-Neutral-neutral-lighter, #CCC);
    background: var(--Background-color-primary, #FFF);
    padding: 32px 0px;
    max-width: 768px;
    margin: 0 auto;
    margin-top: 64px;
    text-align: center;
}

.more-podcast h4 {
    color: var(--Text-primary, #000);
    text-align: center;
/* Heading/Desktop/H4 */
    font-family: Domine;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 24px;
}

.tabs-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.our-events {
    background: var(--Background-color-secondary, #FAFAFA);
    padding: 80px 80px;
}

.nav-tabs .nav-link {
    border-radius: 8px;
    background: var(--Grey, #E4E2DF);
    color: var(--Text-primary, #000);
    text-align: center;
/* Text/Small/Normal */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.nav-tabs {
    gap: 8px;
    border: 0;
    align-items: center;
}

.events-title h2 {
    color: var(--Text-primary, #000);
/* Heading/Desktop/H2 */
    font-family: Domine;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.events-title {
    margin-bottom: 36px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: var(--Color-Brand-Telemagenta, #D22E7D);
    color: #fff;
    border-color: #D22E7D;
}

.nav-tabs .nav-item h4 {
    margin: 0;
    color: var(--Text-primary, #000);
    text-align: center;
/* Heading/Desktop/Tagline */
    font-family: Domine;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-right: 5px;
}
.events-card .video__wrapper {
    height: auto;
    margin: 0;
    margin-bottom: 15px;
}



.events-card h4 {
    color: var(--Text-primary, #000);
/* Heading/Desktop/H6 */
    font-family: Domine;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.read-more-button {
    margin-top: 70px;
    text-align: center;
}
.podcasts-card h5 {
    color: var(--Text-primary, #000);
/* Text/Small/Semi Bold */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    margin-bottom: 16px;
}
.our-podcasts .podcasts-captions h5 {
    color: #fff;
}

.podcasts-card a {
    color: var(--Text-primary, #000);
/* Text/Regular/Normal */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    margin-top: 24px;
    display: block;
}
.title p {
    color: var(--Text-primary, #000);
   
/* Text/Medium/Normal */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.our-podcasts .title h2 {
    margin-bottom: 16px;
}

.get-in-touch {
    background: var(--Color-Neutral-neutral-lightest, #EEE);
    padding: 80px 80px;
}

.get-in-touch .form-label {
    color: var(--Text-primary, #000);
/* Text/Regular/Normal */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.get-in-touch .form-control {
    border-radius: 4px;
    border: 1px solid var(--Color-Neutral-neutral-light, #AAA);
    background: var(--Background-color-secondary, #FAFAFA);
    color: var(--Color-Neutral-neutral, #666);
/* Text/Regular/Normal */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    height: 48px;
}

.get-in-touch .form-select {
    border-radius: 4px;
    border: 1px solid var(--Color-Neutral-neutral-light, #AAA);
    color: var(--Color-Neutral-neutral, #666);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    height: 48px;
}

.get-in-touch .form-check-label {
    color: var(--Text-primary, #000);
/* Text/Regular/Normal */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-left: 5px;
}

.get-in-touch .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 18px;
    border: 1px solid var(--Color-Neutral-neutral-light, #AAA);
   
}

.form-check {
    margin-bottom: 16px;
}

.get-in-touch textarea {
    height: 144px !important;
    
}
.footer {
    background: var(--Background-color-alternate, #000);
    padding: 80px 80px;
}

.footer .title h2 {
    /* color: #fff; */
}

.social-list h2 {
    color: var(--Text-alternate, #FFF);
/* Text/Regular/Semi Bold */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 16px;
}

.social-link {
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-link li {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}

.social-link li p {
    color: var(--Text-secondary, #AAA);
/* Text/Small/Normal */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.social-link li p a {
    color: #fff;
}

.social-link li span {
    margin-right: 10px;
}

.social-link a {
    color: var(--Text-secondary, #AAA);
/* Text/Small/Normal */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.footer .title {
    border-bottom: 1px solid var(--Color-Neutral-neutral-darker, #222);
    margin-bottom: 48px;
}

.footer .title h2 {
    margin-bottom: 44px;
    color: #fff;
}

.copy-right-footer {
    border-top: 1px solid var(--Color-Neutral-neutral-darker, #222);
    margin-top: 50px;
    padding-top: 32px;
}

.social-link-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}



.copy-right-footer p {
    margin: 0;
    color: var(--Text-secondary, #AAA);
/* Text/Small/Normal */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.footer .title img {
    margin-bottom: 40px;
}

.get-in-touch .title {
    text-align: left;
    margin-bottom: 40px;
}
.mb-3.selet-card {
    margin-bottom: 40px !important;
}
.which-row {
    margin-bottom: 30px;
    position: relative;
}
.submith-button {
    margin-top: 40px;
}
.checkbox-actipe .form-check-input {
    border-radius: 2px;
}

.checkbox-actipe .form-check-label a {
    color: #000;
}
.which-row .form-group {
    margin-bottom: 15px;
}
.which-row .form-label {
    margin-bottom: 16px;
}


.which-row .error {
    position: absolute;
    bottom: -21px;
    text-align: left;
    display: block;
}


.error {
    color: #dc3545;
}

.btn-pink:hover {
    color: #fff;
}


.which-row .form-check-input.is-invalid~.form-check-label, .which-row .was-validated .form-check-input:invalid~.form-check-label {
    color: unset;
}



@media screen and (min-width: 320px) and (max-width: 767px) { 


    .footerimage-container {
      text-align: center;
    }

    .navbar-nav {
        align-items: flex-start;
        margin-top: 25px;
    }
    .banner {
        margin-top: 71px;
    }
    .btn-pink {
        padding: 10px 30px;
    }
    .navbar-light .navbar-nav .nav-link {
        margin-left: 0;
    }
    .bg-light {
        padding: 15px 0px;
        height: auto;
    }
    
    .about-section {padding: 50px 0px;}
    
    section.topic-section {
        padding: 50px 15px;
    }
    
    .our-podcasts {
        padding: 50px 0px;
    }
    
    .our-events {
        padding: 50px 0px;
    }
    
    .get-in-touch {
        padding: 50px 0px;
    }
    
    .footer {
        padding: 50px 0px;
    }
    
    a.navbar-brand {
        width: 70%;
    }
    
    a.navbar-brand img {
       width: 100%;
       height: auto;
    }
    
    .carousel-item img {
        height: auto;
    }
    
    .carousel-item {
        height: auto;
    }
    
    .about-content {
        margin: 0;
        margin-bottom: 30px;
    }
    
    .about-content h3 {
        font-size: 23px;
    }
    
    
    .about-content h4 {
        font-size: 18px;
    }
    
    .about-content p {
        font-size: 16px;
    }
    
    .title h2 {
        font-size: 28px;
    }
    
    .title h3 {
        font-size: 18px;
    }
    
    .topic-list {
        flex-direction: column;
        margin-bottom: 20px;
    }
    
    .topic-list li {
        margin-bottom: 10px;
    }
    
    .title {
        margin-bottom: 30px;
    }
    
    .video__wrapper {
        height: auto;
    }
    
    .video__play-button-icon {
        width: 30px;
    }
    
    .our-podcasts .title {
        margin-bottom: 30px;
    }
    
    .podcasts-card {
        margin-bottom: 30px;
    }
    
    .podcasts-card h3 {
        font-size: 18px;
    }
    
    .more-podcast {
        margin-top: 30px;
        padding: 30px 0px;
        max-width: 89%;
    }
    
    .more-podcast h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .tabs-head {
        flex-direction: column;
    }
    
    .nav-tabs {
        margin-bottom: 15px;
        gap: 4px;
    }
    
    .nav-tabs .nav-link {
        font-size: 12px;
        padding: 10px 12px;
    }
    
    .nav-tabs .nav-link {
        margin-bottom: 10px;
    }
    
    .nav-tabs .nav-item h4 {
        margin-bottom: 10px;
    }
    
    .events-title h2 {
        font-size: 28px;
    }
    
    .events-card .video__wrapper {
        margin: 15px 0;
    }
    
    .events-card h4 {
        font-size: 18px;
    }
    
    .read-more-button {
        margin-top: 30px;
    }
    
    .title p {
        font-size: 16px;
    }
    
    .get-in-touch textarea {
        height: 100px !important;
        !i;
        !;
    }
    
    .footer .title img {
        width: 77%;
        margin-bottom: 25px;
    }
    
    .footer .title h2 {
        font-size: 20px;
        text-align: left;
        margin-bottom: 20px;
    }
    
    .footer .title h2 br {
        display: none;
    }
    
    .copy-right-footer {
        text-align: center;
    }
    
    .social-link-footer ul {
        justify-content: center;
        margin-top: 10px;
    }
    
    
    .footer .title {
        text-align: left;
        margin-bottom: 20px;
    } 
}



@media screen and (min-width: 768px) and (max-width: 1024px) { 
    .events-title h2 {
        font-size: 30px;
    }
    .banner {
        margin-top: 90px;
    }
    .bg-light {
        height: auto;
        padding: 20px 20px;
    }

    .carousel-item {
        height: auto;
    }
    
    .carousel-caption h5 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    
    .carousel-caption {
        top: 90px;
    }
    
    .carousel-caption p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .btn-pink {
        padding: 10px 24px;
    }
    
    .about-section {
        padding: 50px 20px;
    }
    
    .about-content {
        margin-right: 20px;
    }
    
    .about-content h3 {
        font-size: 28px;
    }
    
    .about-content p {
        font-size: 16px;
    }
    
    section.topic-section {
        padding: 50px 20px;
    }
    
    .title h2 {
        font-size: 28px;
    }
    
    .topic-list li span {
        font-size: 12px;
    }
    
    .title {
        margin-bottom: 30px;
    }
    
    .video__wrapper {
        height: auto;
    }
    
    .our-podcasts {
        padding: 50px 20px;
    }
    
    .our-podcasts .title {
        margin-bottom: 30px;
    }
    
    .podcasts-card h3 {
        font-size: 16px;
    }
    
    .podcasts-card p {
        font-size: 14px;
    }
    
    .more-podcast h4 {
        font-size: 28px;
    }
    
    .more-podcast {
        padding: 25px 0px;
    }
    
    .our-events {
        padding: 50px 20px;
    }
    
    .tabs-head {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .nav-tabs {
        margin-bottom: 23px;
    }
    
    .video__play-button-icon {
        width: 30px;
    }
    
    .events-card h4 {
        font-size: 18px;
    }
    
    .read-more-button {
        margin-top: 50px;
    }
    
    .get-in-touch {
        padding: 50px 20px;
    }
    
    .get-in-touch textarea {
        height: 100px !important;
    }
    
    .footer {
        padding: 50px 20px;
    }
    .footer .title h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .copy-right-footer {
        margin-top: 30px;
        padding-top: 30px;
    }
    
    .footer .title {
        margin-bottom: 30px;
    }
    .podcasts-img {
        margin-bottom: 15px;
    }
    
    .podcasts-card h5 {
        margin-bottom: 12px;
    }
    
    .podcasts-card a {
        margin-top: 15px;
    }
    .navbar-nav {
        align-items: flex-start;
        margin-top: 25px;
    }
    
    .navbar-light .navbar-nav .nav-link {
        margin-left: 0;
    }
    

}

@media screen and (min-width: 992px) and (max-width: 1024px) { 
    .navbar-nav {
        align-items: center;
        margin-top:0px;
    }
    .carousel-caption {
        top: 135px;
    }
    .carousel-caption h5 {
        font-size: 40px;
        margin-bottom: 15px;
    }
}


@media screen and (min-width: 1025px) and (max-width: 1200px) { 
    .banner {
        margin-top: 92px;
    }
    .bg-light {
        padding: 15px 50px;
        height: auto;
    }
    .navbar-light .navbar-nav .nav-link {
        margin-left: 15px;
    }
    
    .btn-pink {
        padding: 10px 24px;
    }
    
    .carousel-item {
        height: 600px;
    }
    
    .carousel-caption {
        top: 200px;
    }
    
    .carousel-caption h5 {
        font-size: 40px;
        line-height: 100%;
    }
    
    .about-section {
        padding: 50px 50px;
    }
    
    .about-content h3 {
        font-size: 25px;
    }
    
    .about-content h3 {
        font-size: 1.3em;
    }
    
    .about-content p {
        font-size: 16px;
    }
    
    section.topic-section {
        padding: 50px 50px;
    }
    
    .title h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    
    .title h3 {
        font-size: 18px;
    }
    
    .title {
        margin-bottom: 40px;
    }
    
    .video__wrapper {
        height: auto;
    }
    
    .our-podcasts {
        padding: 50px 50px;
    }
    
    .our-podcasts .title {
        margin-bottom: 50px;
    }
    
    .our-podcasts .title {}
    
    .podcasts-card h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .our-events {
        padding: 50px 50px;
    }
    
    .video__play-button-icon {
        width: 35px;
    }
    
    .events-card h4 {
        font-size: 18px;
    }
    
    .nav-tabs .nav-link {
        font-size: 13px;
        padding: 8px 10px;
    }
    
    .nav-tabs .nav-item h4 {
        font-size: 13px;
    }
    
    .read-more-button {
        margin-top: 40px;
    }
    
    .podcasts-img {
        margin-bottom: 15px;
    }
    
    .podcasts-card a {
        margin-top: 10px;
    }
    
    .get-in-touch {
        padding: 50px 50px;
    }
    
    .footer {
        padding: 50px 50px;
    }
    
    .copy-right-footer {
        margin-top: 30px;
    }

}



@media screen and (min-width: 1201px) and (max-width: 1365px) { 
    .about-content h3 {
        font-size: 40px;
    }
    
    .title h2 {
        font-size: 40px;
    }
    
    .events-title h2 {
        font-size: 40px;
    }
    
    .nav-tabs .nav-link {
        font-size: 12px;
    }
    
    .nav-tabs .nav-item h4 {
        font-size: 14px;
    }
    
    .read-more-button {
        margin-top: 50px;
    }
    .banner {
        margin-top: 90px;
    }
    .bg-light {
        height: 90px;
    }
    
    .carousel-item {
        height: 600px;
    }
    
    .carousel-caption {
        top: 150px;
    }
    
    .carousel-caption h5 {
        font-size: 50px;
    }
    
    .btn-pink {
        padding: 10px 24px;
    }
    
    .about-content {
        margin-right: 75px;
    }
    
    .video__wrapper {
        margin: 15px;
        height: 540px;
    }

    
    .tabs-head {
        margin-bottom: 20px;
    }
    .video__play-button-icon {
        width: 40px;
    }

}

@media screen and (min-width: 1366px) and (max-width: 1900px) { 
    .bg-light {
        height: 90px;
    }
    
    .carousel-item {
        height: 600px;
    }
    
    .carousel-caption {
        top: 150px;
    }
    
    .carousel-caption h5 {
        font-size: 50px;
    }
    
    .btn-pink {
        padding: 10px 24px;
    }
    
    .about-content {
        margin-right: 75px;
    }
    
    .video__wrapper {
        margin: 15px;
        height: 600px;
    }
    
    .tabs-head {
        margin-bottom: 20px;
    }
    .video__play-button-icon {
        width: 40px;
    }

}