@import url("https://fonts.googleapis.com/css2?family=Ubuntu&display=swap");
* {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
.logo {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo img {
    width: 10%;
    border: 2px solid white;
    border-radius: 50px;
}
.btn {
    min-width: 120px;
}
/*
.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    cursor: pointer;
}
.nav-list {
    width: 70%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: left;
}
.nav-list li {
    list-style: none;
    float: right;
    padding: 26px 30px;
}
.nav-list li a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-family: "Ubuntu", sans-serif;
}
.nav-list li a:hover {
    color: grey;
}
.rightNav {
    width: 30%;
    text-align: right;
    padding: 0 23px;
}
#search {
    padding: 5px;
    font-size: 17px;
    border: 2px solid grey;
    border-radius: 9px;
}
*/
.background {
    background: rgba(0, 0, 0, 0.7) url("pic8.jpg");
    background-size: cover;
    background-blend-mode: darken;
}
.firstSection {
    height: 100vh;
}

.box-main {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: serif;
    max-width: 70;
    margin: auto;
    height: 75%;
}
.firstHalf {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: bottom;
}
.secondHalf {
    width: 30%;
    /*padding: 4px;
      height: auto;
      border: 4px solid white;*/
}
.secondHalf img {
    width: 100%;
    box-shadow: 10px 5px 5px black;
    height: auto;
    border: 4px solid white;
    border-radius: 150px;
    display: block;
    margin: auto;
    margin-left: 200px;
}

.text-big {
    font-size: 25px;
}

.text-small {
    font-size: 25px;
}

.btn {
    padding: 8px 20px;
    margin: 7px 3px;
    border: 2px solid white;
    border-radius: 8px;
    background: none;
    color: white;
    cursor: pointer;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
}

.btn-sm {
    padding: 6px 10px;
    vertical-align: middle;
    font-size: 16px;
}
.btn-dark {
    color: black;
    border: 2px solid rgb(235, 240, 242);
}
.section {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 95%;
    margin: auto;
    font-family: "Ubuntu", sans-serif;
    padding: 20px;
}
.section-left {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 95%;
    margin: auto;
    flex-direction: row-reverse;
}
.imgFluid {
    height: 313px;
}
.paras {
    padding: 0px 65px;
}
.sectionTag {
    padding: 10px;
}
.sectionSubtag {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.thumbnail img {
    border: 2px solid black;
    border-radius: 26px;
    box-shadow: 10px 5px 5px black;
}
.contact {
    background-color: #f6f5f4;
    height: 833px;
}
.form {
    max-width: 1200px;
    margin: 25px auto;
}
.form-input {
    margin: 14px 0;
    padding: 5px 13px;
    width: 100%;
    font-size: 19px;
    border: 2px solid grey;
    border-radius: 6px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.text-footer {
    text-align: center;
    padding: 30px 0;
    font-family: "Ubuntu", sans-serif;
    display: flex;
    justify-content: center;
    color: white;
}
.burger {
    display: inline-flex;
    position: relative;
    overflow: auto;
    cursor: pointer;
    right: 5%;
    top: 15px;
}
.line {
    display: inline;
    width: 33px;
    background-color: white;
    height: 4px;
    margin: 5px 3px;
}

.links:hover {
    opacity: 1;
    color:white;
}
.links {
    padding: 15px 40px;
    color: white;
    cursor: pointer;
}
.links:active {
    position: relative;
    top: 5px;
    box-shadow: none;
}
hr {
    border-style: none;
    border-top-style: dotted;
    border-color: rgb(220, 249, 251);
    border-width: 5px;
    width: 3%;
}
.caption {
    font-size: 20px;
}
.styles {
    box-shadow: 10px 5px 5px black;
}
.carousel-text {
  color: rgb(250, 252, 253);
  font-size: 40px;
  text-shadow: #f6f5f4;
}
.carousel-subtext {
    color: white;
    font-size: 20px;
    text-shadow: 2px 2px 8px #c8c4f4, 4px 4px 12px rgba(0, 0, 0, 0.5);
    background-color: rgba(58, 53, 53, 0.7);
    padding: 10px;
    border-radius: 5px;
  }
  