@import url("https://fonts.googleapis.com/css2?family=Fraunces:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

* {
    padding: 0;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
}
header {
    z-index: 99999;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 5%;
    padding-right: 5%;
    height: auto;
}

.hero {
    position: relative;
    margin: auto;
}

.mySlides {
    display: none
}

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

.slideshow-container img {
    max-height: 100%;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 5s;
}

@keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

.slider1 {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/images/slider1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 5%;
    padding-right: 5%;
}

.slider1 h1 {
    padding-top: 20%;
    padding-bottom: 2%;
    font-family: Fraunces;
    font-weight: bold;
    font-size: 50px;
    color: #F2F2F2;
    padding-bottom: 5px;
}

.slider1 p {
    font-family: Poppins;
    font-size: 20px;
    color: #F2F2F2;
    padding-top: 2%;
    padding-bottom: 4%;
}

.slider2 {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/images/slider2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 5%;
    padding-right: 5%;
}

.slider2 h1 {
    padding-top: 20%;
    padding-bottom: 2%;
    font-family: Fraunces;
    font-weight: bold;
    font-size: 50px;
    color: #F2F2F2;
    padding-bottom: 5px;
}

.slider2 p {
    font-family: Poppins;
    font-size: 20px;
    color: #F2F2F2;
    padding-top: 2%;
    padding-bottom: 4%;
}

.slider3 {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/images/slider3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 5%;
    padding-right: 5%;
}

.slider3 h1 {
    padding-top: 20%;
    padding-bottom: 2%;
    font-family: Fraunces;
    font-weight: bold;
    font-size: 50px;
    color: #F2F2F2;
    padding-bottom: 5px;
}

.slider3 p {
    font-family: Poppins;
    font-size: 20px;
    color: #F2F2F2;
    padding-top: 2%;
    padding-bottom: 4%;
}

.slider4 {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/images/slider4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 5%;
    padding-right: 5%;
}

.slider5 {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/images/slider5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 5%;
    padding-right: 5%;
}

hr {
    border-bottom: 1px #061A2A;
}

span {
    color: #55DF63;
    font-family: Fraunces;
}

.fade {
    animation-delay: 0ms;
}

@keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

.Navbar {
    display: flex;
    padding-top: 4%;
    font-family: Poppins;
    padding-bottom: 3%;
}

.Navbar__Link {
    padding-right: 8px;
}

.Navbar__Link-active a {
    color: #F2F2F2;
    text-decoration: underline 2px solid #55DF63;
}

.Navbar__Link a {
    color: #F2F2F2;
    text-decoration: none;
    padding-left: 50px;
}

.Navbar__Link a:hover {
    text-decoration: underline 2px solid #55DF63;
}

.Navbar__Items {
    display: flex;
}

.Navbar__Items--right {
    margin-left: auto;
}

.Navbar__Link-toggle {
    display: none;
}

.home1 {
    padding-top: 10%;
    color: #F2F2F2;
    padding-bottom: 10%;
}

.home1 h1 {
    font-family: Fraunces;
    font-size: 55px;
    padding-top: 10%;
}

.home1 p {
    font-family: Poppins;
    font-size: 20px;
}

.home1 a {
    padding-right: 15px;
}

.button1 {
    font-family: Raleway;
    font-weight: bold;
    border: #FFFFFF;
    background: #F2F2F2;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 15px;
}

.button2 {
    color: #FFFFFF;
    background: #061A2A;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 15px;
    font-family: Raleway;
    font-weight: bold;
}

.home1buttons {
    padding-bottom: 6%;
    justify-content: space-between;
}

.home2 {
    padding-left: 5%;
    padding-right: 5%;
    flex-direction: row;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    padding-top: 3%;
    background-color: #ECEEEF;
}

.home2content h1 {
    font-family: Fraunces;
    padding-bottom: 2%;
    padding-top: 2%;
}

.home2image img {
    max-width: 100%;
    height: 70%;
    padding-top: 10%;
}

.home2 p {
    font-family: Poppins;
    max-width: 80%;
}

.AIOP {
    font-family: Fraunces;
    font-weight: bold;
}

svg#svg {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    background: #EFEEEF;
    -ms-transform: inherit;
    transform: rotateX(-180deg);
    transform: rotateY(180deg);
}

.svgandhome3 {
    display: flex;
    flex-direction: column;
}

.home3 {
    text-align: center;
    background-color: #061A2A;
    color: #F2F2F2;
    padding-left: 5%;
    padding-right: 5%;
}

.home3 h1 {
    font-family: Fraunces;
}

.home3 p {
    font-family: Poppins;
}

.one {
    padding-left: 1%;
    padding-right: 1%;
    width: 35%;
}

.two {
    padding-top: 5%;
    padding-right: 2%;
    width: 30%;
}

.three {
    padding-top: 15%;
    width: 30%;
}

.four {
    padding-left: 1%;
    padding-right: 1%;
    width: 30%;
}

.five {
    padding-top: 10%;
    padding-right: 5%;
    width: 35%;
}

.six {
    padding-top: 20%;
    width: 30%;
}

.svg1 {
    width: 100%;
    display: flex;
    max-width: 100%;
}

.svg2 {
    padding-bottom: 10%;
    max-width: 100%;
    display: flex;
}

.home4 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
}

.GIT {
    padding-top: 10%;
}

.GIT h1 {
    font-family: Fraunces;
}

.GIT p {
    font-family: Poppins;
}

.homeform {
    height: auto;
    padding-left: 5%;
    padding-right: 10%;
    max-width: 100%;
    padding-bottom: 5%;
    padding-top: 10%;
}

.homeform h1 {
    font-family: Fraunces;
}

.homeform p {
    font-family: Poppins;
}

.names {
    display: flex;
    flex-direction: row;
    padding-bottom: 5%;
    width: 90%;
}

.emailphone {
    display: flex;
    flex-direction: row;
    padding-bottom: 5%;
}

.homeform label {
    font-family: Poppins;
    color: #55DF63;
    font-size: 10px;
    font-weight: bold;
}

.homeform input {
    padding: 12px 30px;
    font-family: Poppins;
    color: #061A2A;
    border-radius: 10px;
    background-color: #E6E8EA;
    border: 2px solid #061A2A;
}

.firstname {
    padding-right: 5%;
}

.emailadd {
    padding-right: 5%;
}

.homeform textarea {
    height: 100px;
    border-radius: 10px;
    border: 2px solid #061A2A;
    background-color: #E6E8EA;
    width: 35pc;
}

.emailandmsg {
    max-width: 100%;
}

.message {
    align-items: center;
    width: 35pc;
}

.message button {
    width: 100%;
    color: #55DF63;
    background-color: #061A2A;
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Poppins;
    font-weight: bold;
}

.homepageform {
    width: 100%;
}

.home5 {
    display: flex;
    flex-direction: row;
    padding-left: 15%;
    padding-right: 15%;
    justify-content: space-between;
    text-align: center;
    font-family: Poppins;
    height: auto;
    color: #F2F2F2;
    background-color: #6A767F;
    padding-top: 5%;
    padding-bottom: 5%;
}

.home6 {
    padding-left: 5%;
    padding-right: 5%;
    font-family: Poppins;
    background-color: #FFFFFF;
}

.home6 p {
    color: #6A767F;
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 5%;
}

.socials {
    font-size: 15px;
    padding-top: 5%;
}

.socials p {
    width: 60%;
}

.servicesandresources {
    padding-top: 3%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.servicesandresources a {
    text-decoration: none;
}

.servicesandresources p {
    font-size: 13px;
}

.home6 h1 {
    color: #061A2A;
    font-size: 20px;
}

.services {
    padding-right: 5%;
}

.resources {
    max-width: 100%;
    padding-left: 220px;
}

.socialslinks a {
    padding-right: 5%;
}

.footerlogo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1%;
    padding-bottom: 1%;
}

@media only screen and (max-width: 768px) {
    .home1 {
        padding-top: 40%;
    }

    .Navbar__Items {
        flex-direction: column;
    }

    .Navbar {
        flex-direction: column;
    }

    .Navbar__Link a {
        color: #F2F2F2;
        text-decoration: none;
    }

    .Navbar__Link-active a {
        padding-left: 13%;
    }

    .Navbar__Items {
        display: none;
    }

    .Navbar__Items--right {
        margin-left: 0;
    }

    .Navbar__ToggleShow {
        display: flex;
    }

    .Navbar__Link-toggle {
        align-self: flex-end;
        display: initial;
        position: absolute;
        cursor: pointer;
    }

    .home2 {
        flex-direction: column;
        display: flex;
    }

    .home4 {
        flex-direction: column;
        display: flex;
    }

    .home5 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    footer {
        display: flex;
        flex-direction: column;
    }

    .resources {
        padding-left: 10px;
    }

    .socials p {
        width: 100%;
    }

    .toggleicon img {
        width: 30px;
    }

    .slider1 {
        height: 100%;
    }

    .slider2 {
        height: 100%;
    }

    .slider3 {
        height: 100%;
    }

    .slider4 {
        height: 100%;
    }

    .slider5 {
        height: 100%;
    }

    .formandfollow {
        width: 100%;
    }

    .message {
        width: 100%;
    }

    .homeform textarea {
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    .names {
        flex-direction: column;
        display: flex;
        width: 100%;
    }

    .emailphone {
        flex-direction: column;
        display: flex;
        width: 100%;
    }

    .firstname {
        padding-right: 0;
    }

    .emailadd {
        padding-right: 0;
    }
}

div.follow-us {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    background-color: #E6E8EA;
}

.followustext {
    margin: 15px 0;
}

div.followustext p {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    padding: 15px 0;
    font-family: Poppins;
    font-weight: bold;
}

.followustext img {
    padding-top: 2%;
}

.followussocials {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
}

.followussocials img {
    margin: 15px 0;
}

.followline {
    width: 3px;
    height: 100%;
    opacity: 0.8;
    background-color: #061A2A;
}

.formandfollow {
    display: flex;
    flex-direction: row;
    background-color: #E6E8EA;
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .formandfollow {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .homeform input {
        width: 100%;

    }

    .followline {
        width: 90%;
        height: 3px;
        opacity: 0.8;
        background-color: #061A2A;
    }

    div.follow-us {
        display: flex;
        flex-direction: row;
        height: auto;
    }
}

@media only screen and (max-width: 1024px) {
    div.follow-us {
        display: flex;
        flex-direction: row;
        height: auto;
    }

    .formandfollow {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .followline {
        width: 90%;
        height: 3px;
        opacity: 0.8;
        background-color: #061A2A;
    }

    .home4 {
        padding-right: 0;
    }

    .names {
        width: 100%;
    }
}

/* beginning of landing page css */
* {
    padding: 0;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
}

.landingslide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/images/landingslide1.jpg);
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.landingslide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/images/landingslide2.jpg);
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.landingslide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/images/landingslide3.jpg);
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

/* header {
    z-index: 99999;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
} */
.landingslides {
    display: none
}

.landingcontainer {
    max-width: 100%;
    position: relative;
    margin: auto;
    height: 100vh;
    /* background-color: #55DF63; */
}

.landingcontainer .landinghome1 h1 {
    padding-top: 6%;
    padding-bottom: 2%;
    font-family: Fraunces;
    font-weight: bold;
    font-size: 50px;
    color: #F2F2F2;
    padding-bottom: 5px;
}

.landingcontainer .landinghome1 p {
    font-family: Poppins;
    font-size: 20px;
    color: #F2F2F2;
    padding-top: 2%;
    padding-bottom: 4%;
}

.landingbutton1 {
    padding: 12px 30px;
    border-radius: 10px;
    font-family: Poppins;
    background-color: #F2F2F2;
    border: none;
    margin-right: 0;
}

.landingbutton2 {
    padding: 12px 40px;
    border-radius: 10px;
    font-family: Poppins;
    background-color: #55DF63;
    border: none;
    margin-left: 16px;
}

.landingpopup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.landingpopup .landingpopuptext {
    visibility: hidden;
    width: 300px;
    background-color: #F2F2F2;
    color: #061A2A;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

.registerpop {
    padding-top: 15px;
    padding-bottom: 10px;
}

.landingpopuptext a {
    text-decoration: none;
    color: #061A2A;
}

.landingpopuptext a:hover {
    color: #061A2A;
}

.donatepop {
    padding-top: 15px;
    padding-bottom: 10px;
}

.landingpopuptext hr {
    justify-content: space-around;
}

.landingpopup .landingpopuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.landingpopup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.landinghome1 {
    z-index: 99998;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.registerdropbtn {
    /* color: white;
    padding: 16px;
    font-size: 16px;
    border: none; */
    background-color: transparent;
}

.registerdropdown {
    position: relative;
    display: inline-block;
}

.registerdropdown-content {
    display: none;
    position: absolute;
    /* background-color: #f1f1f1; 
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 99999;
    flex-direction: row;
}

.registerdropdown-content-links {
    display: flex;
    flex-direction: column;
}

.registerdropdown-content a {
    text-decoration: none;
    font-size: 14px;
}

.registerdropdown:hover .registerdropdown-content {
    display: flex;
}

.landingNavbar {
    display: flex;
    padding-top: 40px;
    font-family: Poppins;
    padding-bottom: 30px;
    border-bottom: 2px solid #FFFFFF;
}

@media only screen and (max-width: 768px) {
    .registerdropdown-content-links {
        display: flex;
        flex-direction: column;
    }

    .landingNavbar {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.landingNavbar__Link {
    padding-right: 8px;
}

.landingNavbar__Link-active a {
    color: #F2F2F2;
    text-decoration: underline 2px solid #55DF63;
}

.landingNavbar__Link a {
    color: #F2F2F2;
    text-decoration: none;
    padding-left: 50px;
}

.landingNavbar__Link a:hover {
    text-decoration: underline 2px solid #55DF63;
    color: #F2F2F2;
}

.landingNavbar__Items {
    display: flex;
}

.landingNavbar__Items--right {
    margin-left: auto;
}

.landinghr {
    height: 1px;
    width: 100%;
    background-color: #FFFFFF;
    margin-top: 2%;
}

.landingdonateamount {
    padding-bottom: 20px;
}

.landingdonateamount label {
    color: #55DF63;
    font: 20px;
    font-weight: bold;
}

.landingdonateamount input {
    border-radius: 10px;
    padding: 12px 30px;
    width: 100%;
    background-color: #061A2A;
    color: #FFF;
}

.landingdonatepurpose {
    padding-bottom: 20px;
}

.landingdonatepurpose label {
    color: #55DF63;
    font: 20px;
    font-weight: bold;
}

.landingdonatepurpose input {
    border-radius: 10px;
    padding: 12px 30px;
    background-color: #061A2A;
    width: 100%;
    color: #FFF;
}
.regmodal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }
  
  .regmodal-content {
    background-color: #061A2A;
    margin: auto;
    padding: 50px;
    border: 1px solid #888;
    width: 30%;
    height: auto;
    border-radius: 15px;
  }
  .regmodalbuttons {
    display: flex;
    flex-direction: column;
    margin-top: 74px;
  }
  .regmodalbuttons a{
    /* padding: 20px 15px; */
    height: 64px;
    border-radius: 10px;
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    font-family: Poppins;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.4);
    align-items: center;
    justify-content: space-between;
  }
  .regmodalbuttons a{
    text-decoration: none;
  }
  .regmodalbuttons a:hover{
    background-color: #55DF63;
  }
  .regmodalbutton1 {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: bold;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    padding-left: 68px;
    padding-right: 68px;
  }
  .regmodalbutton1 img {
    height: 24px;
    width: 24px;
  }
  .regmodalbutton2 {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: bold;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    padding-left: 68px;
    padding-right: 68px;
  }
  .regmodalbutton2 img {
    height: 24px;
    width: 24px;
  }
  .regmodalbutton3 img {
    height: 24px;
    width: 24px;
  }
  .regmodalbutton3 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    padding-left: 68px;
    padding-right: 68px;
  }
  .regmodalheading {
    cursor: pointer;
  }
  .regmodalheading h1 {
    font-size: 50px;
    color: #FFFFFF;
    font-family: Poppins;
    margin: 0;
  }
  .regmodalheading p {
    font-size: 16px;
    color: #FFFFFF;
    font-family: Poppins;
  }
  .regclose {
    color: #FFFFFF;
    float: right;
    font-size: 20px;
    font-weight: bold;
    background-color: transparent;
    border: none;
  }
  
  .regclose:hover,
  .regclose:focus {
    color: #55DF63;
    text-decoration: none;
    cursor: pointer;
  }

#myregBtn {
    color: #ffffff;
}
.modal-bbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.bbg-active {
    visibility: visible;
    opacity: 1;
}

.modalb {
    background-color: #061A2A;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    height: 70%;
    width: 30%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
}

.modalb-headings {
    padding-top: 30px;
}

.modalb h2 {
    font-size: 50px;
    font-family: Poppins;
    color: #FFFFFF;
}

.modalb h3 {
    font-size: 15px;
    font-family: Poppins;
    color: #FFFFFF;
}

.modalb button {
    padding: 10px 60px;
    background-color: #55DF63;
    border-radius: 10px;
    width: 100%;
    font-style: Poppins;
    font-weight: bold;
}

.modalb-close {
    position: absolute;
    top: 25px;
    right: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #FFFFFF;
}
@media only screen and (max-width: 1040px) {
    .regmodal-content {
        width: 40%;
    }
}
@media only screen and (max-width: 875px) {
    .regmodal-content {
        width: 50%;
    }
}
@media only screen and (max-width: 675px) {
    .regmodal-content {
        width: 60%;
    }
}
@media only screen and (max-width: 550px) {
    .regmodal-content {
        width: 75%;
    }
}
@media only screen and (max-width: 430px) {
    .regmodal-content {
        width: 90%;
    }
}
@media only screen and (max-width: 290px) {
    .regmodal-content {
        width: 95%;
    }
}
@media only screen and (max-width: 1068px) {
    .modalb {
        width: 450px;
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 930px) {
    .landinghome1 {
        padding-top: 30%;
    }
}

@media only screen and (max-width: 375px) {
    .landingslide1 {
        height: 120vh;
    }

    .landingslide2 {
        height: 120vh;
    }

    .landingslide3 {
        height: 120vh;
    }

    .landingNavbar__Link a i {
        display: none;
    }
}

@media only screen and (max-width: 288px) {
    .landingslide1 {
        height: 140vh;
    }

    .landingslide2 {
        height: 140vh;
    }

    .landingslide3 {
        height: 140vh;
    }

    .landingNavbar__Items {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 414px) {
    .landingNavbar__Link a i {
        display: none;
    }
}

@media only screen and (max-width: 568px) {
    .modalb {
        width: 350px;
    }
}