* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    /* align-items: center; */
    flex-wrap: wrap;
    width: 100%;
    font: 300 22px Roboto
}


.page {
    display: flex;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    /* align-items: center; */
    flex-wrap: wrap;
    width: 100%;

}

.content1 {
    width: 70%;
    display: flex;
    font-size: 20px;
    font-family: Roboto;
    padding: 20px;
    /* justify-content: center; */
    flex-direction: column;
    background-color: white;
    color: rgb(94, 94, 94);
    min-height: 80vh;
    /* align-items: center; */
    /* box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15); */

}

/*@carousel Inner div */
.cIn {
    display: flex;
    justify-content: space-evenly;
    background-color: rgba(0, 0, 0, 0.25);
    /* align-items: center; */
    flex-wrap: wrap;
    align-items: center;
    width: 70%;
    height: 60%;
    /* box-shadow: 0 0px 35px 30px rgba(0, 0, 0, 0.25); */


}

.cIn1 {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    /* background-color: rgba(255, 0, 230, 0.473); */
    align-items: center;
    object-fit: scale-down;
    /* font-size: 5.5vw; */
}

.cIn2 {
    display: flex;
    width: 30%;
    height: 100%;
    justify-content: center;
    /* background-color: rgba(0, 170, 255, 0.464); */
    align-items: center;
    /* transform: scaleX(-1); */
    object-fit: scale-down;
    /* background-image:url("/img/DeviceCircular13.png"); */
    /* object-fit:scale-down; */
}

.spacer {
    height: 30px;
    width: 100%;
    z-index: -3;
    background-color: rgb(255, 255, 255);
}

/* .bb{
    height:100%;

    object-fit: contain;
} */
.nav {
    height: 50px;
    width: 100%;
    color: white;
    background-color: teal;
    /*  box-shadow: 0px 2px 15px 5px #717171; */
    display: flex;
    position: fixed;
}

.footer1 {
    height: 70px;
    background-color: teal;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font:200 18px Roboto;
    /* position: fixed;
    bottom: 0; */
}

.tx1 {
    /* display: flex;*/

    /* justify-content: center; */
    position: fixed;
    color: rgb(0, 255, 51);
    z-index: 1;
    padding-top: 100px;
    width: 100%;
    text-align: center;
    /* margin-top:200px; */
}

.xx {
    padding: 20px;

    display: flex;

    justify-content: center;
    z-index: 2;
}



.img1 {
    /* margin-top: 50px; */
    display: flex;
    justify-content: center;
    background-image: url("/img/grass2.jpg");
    /*! Double dot means img folder is one level above the current folder. It works both on localhost and on web. */
    align-items: center;
    /* background-color: blue; */
    /* height: 1080px;
    width: 1920px; */
    /* z-index: 2; */
    /* object-fit: scale-down; */
    /* filter: blur(3px);
    -webkit-filter: blur(3px); */
    /* background-attachment: fixed;
    /* background-position: center; */
    /* background-repeat: no-repeat;*/
    background-size: auto;

    /* width: 100%; */
}

.img2 {
    /* margin-top: 50px; */
    display: flex;
    justify-content: center;
    background-image: url("/img/grass3.jpg");
    /*! Double dot means img folder is one level above the current folder. It works both on localhost and on web. */
    align-items: center;
    /* background-color: blue;*/
    height: 100%;
     height: 1080px;
    width: 1920px;
    /*  background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
     /* background-size: auto;  */
    object-fit: scale-down; 
    /* width: 100%; */
    /* z-index: 3; */
}

.img3 {
    /* margin-top: 50px; */
    display: flex;
    justify-content: center;
    background-image: url("/img/g1.jpg");
    /*! Double dot means img folder is one level above the current folder. It works both on localhost and on web. */
    height: 100%;
    height: 1080px;
    width: 1920px;
    align-items: center;
    /*  background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    /*   /* background-size: auto; */
    object-fit: scale-down;
}

.img4 {
    display: flex;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: red;
    background-image: "/img/g1.jpg";

    object-fit: scale-down;

}

#header {
    position: relative;
    z-index: 1000;
    top: 300px;
    margin-left: 20px;
    color: aliceblue;
}


@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}

.navbar {
    margin-bottom: 0 !important;
}


.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/grass.jpg");
    /* height: 50%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 3;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
}

.hero-text button:hover {
    background-color: #555;
    color: white;
}

.detail {
    display: flex;
    margin: 20px;
    justify-content: space-evenly;
    /* background-color: rgba(184, 12, 12, 0.25); */
}

.sideImg {
    display: flex;
    justify-content: center;
    width: 30%;
    padding: 10px;
    object-fit: scale-down;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
}

.sideText {
    width: 60%;
    padding: 10px;
}