
.heading {
    display: flex;
    justify-content: center;
    color: #b1d5cb;
    font-family: 'Cormorant SC', serif;
    font-size: 30px;
}
.another {
    background-color: #F5EDDC;
    color: #395B64;
}   
.imagee {
    border-radius: 70%;
}
.container1 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-self: center;
    padding: 10px;
}
.text {
    display: flex;
    align-items: center;
}
.type {
    display: flex;
    justify-content: center;
}
body {
    background-color: #395b6480;
}
.item1 {
    color: #A5C9CA;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin: 50px;
}
.type1 {
    flex: 1;
    padding: 20px;
    background-color: #E7F6F2;
    list-style: none;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Cormorant SC', serif;
}
.type1:hover {
    background-color: #F5EDDC;
    padding: 30px;
    flex: 1;
    font-size: 20px;
}
.container2 {
    display: flex;
    flex-direction: column;
    background-color: #F1F1F1;
    padding: 20px;
    margin: 20px;
    border: 5px double #A5C9CA;
    border-radius: 10px;
    flex: 1;
}
.all {
    display: flex;
    justify-content: space-evenly;
    max-width: 800px;
    margin: 0 auto;
}
.container2:hover {
    background-color: #E2DCC8;
}
.list {
    color: #2C3333;
    font-family: 'Cormorant SC', serif;
    flex: 2;
    align-self: stretch;
}
.same {
    text-align: justify;
}

.head {
    align-self: center;
    color: #100F0F;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}
button {
    background-color: #A6D1E6;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 60px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
button:hover {
    background-color: rgb(190, 153, 153);
    border: none;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

a {
    text-decoration: none;
    color: white;
    align-self: center;
}
.tag {
    color:#1F4690;
}
.all2 {
    display: flex;
    justify-content: space-evenly;
    max-width: 800px;
    margin: 0 auto;
}
.photo {
    background-color: rgb(255, 255, 255);
    width: 250px;
    border: 2px solid black;
    padding: 20px;
    border-radius: 50px;
}
.flip-card {
    width: 100%;
    height: 500px;
    perspective: 1000px;  
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
}
.flip-card-back {
    color: #E7F6F2;
    background-color:#f14668;
    border-radius: 40%;
    transform: rotateY(180deg);
    text-transform: uppercase;
}
.rotate {
    margin-top: 200px;
    font-size: 30px;
}
.btn {
    background-color: #FEFBE7;
    padding: 20px;
    border: none;
}
.btn:hover {
    background-color: white;
    border: none;
}
.container3 {
    display: flex;
    justify-content: space-evenly;
}
.mini {
    display: flex;
    flex-direction: column;
}
.text {
    flex: wrap;
    color: #FFF9CA;
    font-size: 30px;
    margin-left: 50px;
    font-family: 'Cormorant SC', serif;
}
hr {
    margin-left: 30px;
}
h1 {
    font-size: 40px;
    color: #D7E9F7;
    font-family: 'Montserrat', sans-serif;
}
.navigation {
    padding: 20px;
    font-size: 15px;
    text-transform: lowercase;
}
.navi {
    display: flex;
    flex-direction: row-reverse;
    background-color: #a5c9ca7d;
    font-family: 'Cormorant SC', serif;
}
.map {
    width: 30%;
    height: 40%;
}
.list1 {
    list-style: none;
    font-size: 20px;
    font-family: 'Cormorant SC', serif;
}
.end {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color:#fff9ca7d;
    margin-top: 50px;
    padding: 30px;
}
.texton {
    position: absolute;
    top: 270px;
    left: 260px;
    color: rgba(255, 255, 255, 0.837);
    font-size: 100px;
    text-decoration: overline;
    font-family: 'Cormorant SC', serif;
}
.texton:hover {
    font-size: 130px;
    transition-duration: 0.5s;
    color: white;
}
.firstimage {
    margin: 0 auto;
}
#myVideo {
    background-size: 100%;
}


@media all and (max-width:800px) {
    .firstimage {
        width: 100%;
        height: 100%;
    }
    .texton {
        position: absolute;
        top: 100px;
        left: 80px;
        color: #fefbf6bb;
        font-size: 40px;
        text-decoration: overline;
        font-family: 'Cormorant SC', serif;
    }

    h1 {
        font-size: 20px;
    }
    
    #myVideo {
        width: 100%;
    }
    .heading {
        font-size: 15px;
    }
    .container1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .imagee {
        width: 90%;
        height: 50%;
    }
    .text {
        display: flex;
        justify-content: flex-start;
    }
    .item1 {
        text-align: left;
    }
    .type {
        display: flex;
        flex-direction: column;
        width: 60%;  
        margin-left: 20px;    
    }
    .type1 {
        font-size: 10px;
    }
    .heading {
        display: flex;
        justify-content: center;
        font-size: 20px;
    }
    .all {
        display: flex;
        flex-direction: column;
    }
    .container2 {
        width: 70%;
    }
    .same {
        font-size: 10px;
    }
    .all2 {
        display: flex;
        flex-direction: column;
    }
    .container3 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hd {
        font-size: 15px;
    }
    .photo {
        padding: 10px;
        width: 200px;
    }
    .image {
        width: 100%;
        border-radius: 50%;
    }
    .list1 {
        font-size: 15px;
    }
    .map {
        width: 50%;
    }
    .navi {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }
    .navigation {
        padding: 10px;
        font-size: 10px;
    }
    .mini {
        display: flex;
        justify-content: center;
        font-size: 10px;
    }
}
@media all and (max-width:500px){
    .navigation {
        padding: 7px;
        font-size: 7px;
    }
    /* .texton {
        font-size: 40px;
    } */
}