* {
    margin: 0;
    padding: 0;
}
body{
    overflow-x:hidden ;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav img {
    width: 120px;
    height: 100px;
}

.nav-links {
    flex: 1;
    text-align: right;
    padding-right: 10px;
}

.nav-links li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 8px 12px;
}

.nav-links li h3 {
    font-size: 14px;
}

.nav-links li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}


.header {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(bg.jpg);
    background-size: cover;
    background-position: center;
}

.text-box {
    width: 80%;
    color: white;
    text-align: center;
    margin-top: 4%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.text-box h1 {
    margin-top: 1%;
    font-size: 50px;
}

.text-box p {
    font-size: 20px;
    margin: 10px 0px 30px;
}

.dropdown {
    position: relative;
    z-index: 4;
}

.dropbtn {
    background-color: transparent;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
}

.dropbtn a:hover {
    color: rgb(235, 20, 152);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #31425c;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content h6 {
    font-size: 11px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 10px;
}

.dropdown-content a:hover {
    background-color: rgb(128, 20, 86);
}

.dropdown:hover .dropdown-content {
    display: block;

}

.dropdown:hover .dropbtn {
    background-color: transparent;
}

.bgcolor {
    width: 100%;
    background: linear-gradient(to bottom, #ffffff 0%, #0b1d2a 0%, #4a7892 100%);
    padding-bottom: 5%;
}

.mainbox {
    width: 80%;
    margin: auto;
    padding-top: 50px;
    text-align: center;
}

h1 {
    font-size: 40px;
}

p {
    color: rgb(255, 255, 255);
    font-size: 15px;
    padding: 10px;
}

.row {
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
}


h3 {
    margin: 10px 0px;

}

body {
    font-family: 'Bahnschrift';
}

.main-h1 {
    font-size: 30px;
    color: white;
}

.main-p {
    font-size: 20px;
    color: white;
}

.main-pic {
    width: 100%;
    margin: auto;
    padding-top: 40px;
    text-align: center;
}

.main {
    background-color: rgb(231, 249, 255);
    width: 100%;
    text-align: center;
    margin: auto;
}

.main h1 {
    font-size: 30px;
    text-align: center;
}

.row {
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
}

.col-center {
    width: 80%;
    margin: auto;
    padding-top: 40px;
    text-align: center;
}

.col-center2 {
    width: 80%;
    margin: auto;
    padding-top: 40px;
    text-align: center;
}


.sub h1 {
    text-align: center;
    font-size: 30px;
    margin: 8px;
}

.sub {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 0%, #4c6d80 100%);
}

.card {
    margin-top: 10px;
}

.description-container {
    display: flex;
}

.description-container img {
    width: 700px;
    display: left;
}

.description-container h4 a {
    text-align: center;
    position: absolute;
    top: 43%;
    left: 63%;
    margin-left: 4%;
    flex: none;
    font-size: 17px;
    text-decoration: none;
}

.description-container2 {
    display: flex;
}

.description-container2 img {
    width: 700px;
    float: right;
}

.description-container2 h4 a {
    text-align: center;
    position: absolute;
    top: 30%;
    margin-left: 4%;
    flex: none;
    font-size: 17px;
    text-decoration: none;
}

.description-container2 h5 a {
    text-align: center;
    position: absolute;
    top: 52%;
    margin-left: 8%;
    flex: none;
    font-size: 17px;
    text-decoration: none;
}

#pic3 {
    background-color: rgb(11, 11, 54);
}

#pic3 img {
    width: 600px;
}

#pic3 h5 {
    text-align: center;
    color: white;
    margin-left: -40%;
    margin-top: 20%;
}

#pic3 .colr {
    color: rgb(255, 255, 255);
    margin-left: -40%;

}

#pic3 p {
    text-align: center;
    margin-left: -40%;

}

.btn-visit {
    text-decoration: none;
    color: white;
    padding: 12px 30px;
    background: rgb(45, 45, 109);
    font-size: 15px;
    transition: 0.2s;
}

.btn-visit:hover {
    background: rgb(141, 20, 141);
    color: rgb(255, 255, 255);
}


#footer-top {
    border-top: 4px solid #bfd7f3;
    border-bottom: 4px solid #bfd7f3;
}

.footertop {
    background: #122c50;
    padding: 22px 0;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    position: relative;
}

.mail-btn {
    text-decoration: none;
    color: rgb(39, 90, 184);
    padding: 8px 20px;
    background: rgb(255, 255, 255);
    font-size: 15px;
    transition: 0.1s;
    border-radius: 10px;
}

.mail-btn a {
    text-decoration: none;
}

.mail-btn:hover {
    background: rgb(141, 20, 141);
    color: white;
}

.mail-btn a:hover {
    color: rgb(255, 255, 255);
}

footer ul {
    display: flex;
    align-items: center;
}

footer ul li {
    list-style: none;
    padding-top: 2%;
    padding-left: 5%;
    text-align: center;
}

footer ul li a {
    text-decoration: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

footer ul li a:hover {
    color: rgb(233, 34, 233);
}

#privacy-terms {
    text-align: center;
}

#privacy-terms h6 a {
    text-decoration: none;
}

#privacy-terms h6 a:hover {
    color: rgb(233, 34, 233);
}

.social-media {
    display: flex;
    align-items: center;
    margin-left: 20%
}

.social-media li {
    list-style: none;

}

.social-media img {
    width: 40px;
    margin-left: 35px;
    margin-top: 0px;
}

.social-media p {
    flex: none;
}

footer h6 {
    text-align: center;
    font-size: 15px;
    margin-top: 30px;
}