.main {
    width: 100%;
}

.contents {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 50px;
    background-color: #ff8100;
}

.mySlides {
    width: 100%;
    height: 500px;
}

.abouts2 {
    width: 45%;
    height: auto;
    margin-left: 40px;

}

.abouts2 h1 {

    font-size: 40px;
    color: black;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.abouts2 h2 {

    font-size: 22px;
    margin-top: 10px;
    color: black;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.abouts2 h3 {
    font-size: 19px;
    font-weight: bold;
    color: black;
    margin-top: 10px;
}


.abouts2 p {
    font-size: 17px;
    padding-top: 08px;
    color: black;
    font-family: 'Times New Roman', serif;
}

.abouts2 button {
    width: 140px;
    height: 40px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    background-color: black;
    color: white;
    border: none;
}



.paradise {
    width: 100%;
    height: 100px;
    text-align: center;

}

.paradise h1 {
    color: #ff8100;
    font-weight: bold;
}


.content1 {
    width: 100%;
    height: 500px;

    display: flex;
    margin-top: 80px;
    background-image: url(img/slider2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.contants2 {
    width: 40%;
    height: 500px;

    margin-left: 70px;
}

.contants2 h2 {
    margin-top: 100px;
    font-size: 45px;
    color: black;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.contants2 button {
    width: 150px;
    height: 40px;
    margin-left: 40px;
    margin-top: 50px;
    font-weight: bold;
    color: black;
    border-radius: 10px;
    background-color: lightgreen;
    border: none;
}




@media only screen and (max-width: 700px) {

    .mySlides {
        width: 100%;
        height: 220px;
    }

    .contents {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .abouts2 {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }


    .abouts2 h1 {
        margin-left: 15px;
        font-size: 40px;
        color: black;
        font-weight: bold;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .abouts2 h2 {
        margin-left: 10px;
        font-size: 22px;
        margin-top: 20px;
        color: black;
        font-weight: bold;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }



    .abouts2 h3 {
        font-size: 20px;
        margin-left: 10px;
        margin-top: 20px;
    }

    .abouts2 h4 {
        font-size: 25px;
        margin-top: 30px;
        margin-left: 20px;
    }


    .abouts2 p {
        font-size: 17px;
        padding-top: 15px;
        color: black;
        margin-left: 15px;
    }
    .abouts2 button {
        width: 140px;
        height: 40px;
        margin-top: 30px;
        font-size: 18px;
        margin-left: 20px;
        font-weight: bold;
        border-radius: 10px;
        background-color: black;
        color: white;
    }

    .paradise {
        width: 100%;
        height: 100px;

        text-align: center;
    }

    .paradise h1 {
        font-size: 20px;
        font-weight: bold;
    }



    .content1 {
        width: 100%;
        height: auto;
        flex-direction: column;
        display: flex;
        margin-top: 80px;
        background-image: url(img/slider2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }


    .contants2 {
        width: 100%;
        height: 500px;
        margin-left: 0px;
    }

    .contants2 h2 {
        margin-top: 100px;
        font-size: 40px;
        color: black;
        margin-left: 10px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .contants2 button {
        width: 150px;
        height: 40px;
        margin-left: 15px;
        margin-top: 50px;
        font-weight: bold;
        color: black;
        border-radius: 10px;
        background-color: lightgreen;
        border: none;
    }

}


@media only screen and (min-width: 701px) and (max-width: 1250px) {

    .main {
        width: 1250px;
    }

    .contents {
        width: 100%;
        height: auto;
        display: flex;
        margin-top: 50px;
    }

    .mySlides {
        width: 100%;
        height: 470px;
    }

    .abouts2 {
        width: 45%;
        height: auto;
        margin-left: 40px;

    }

    .abouts2 h1 {
        text-align: center;
        font-size: 30px;
        color: black;
        font-weight: bold;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .abouts2 h2 {
        text-align: center;
        font-size: 22px;
        margin-top: 20px;
        color: black;
        font-weight: bold;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }



    .abouts2 h3 {
        font-size: 20px;
        margin-left: 20px;
        margin-top: 20px;
    }




    .abouts2 p {
        font-size: 18px;
        padding-top: 08px;
        color: black;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .abouts2 button {
        width: 140px;
        height: 40px;
        margin-top: 30px;
        font-size: 18px;
        font-weight: bold;
        border-radius: 10px;
        background-color: black;
        color: white;
    }



    .paradise {
        width: 100%;
        height: 100px;
        text-align: center;
    }


    .content1 {
        width: 100%;
        height: 500px;

        display: flex;
        margin-top: 80px;
        background-image: url(img/slider2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }


    .contants2 {
        width: 40%;
        height: 500px;

        margin-left: 70px;
    }

    .contants2 h2 {
        margin-top: 100px;
        font-size: 45px;
        color: black;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .contants2 button {
        width: 150px;
        height: 40px;
        margin-left: 40px;
        margin-top: 50px;
        font-weight: bold;
        color: black;
        border-radius: 10px;
        background-color: lightgreen;
        border: none;
    }
}