@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
h6{
    margin-bottom: 0;
}
a {
    text-decoration: none;
}
li{
    list-style: none;
}
.flex {
    display: flex;
    align-items: center;
}

/* Top Navbar */

.logo {
    width: 100px;
    height: 80px;
}

.logo img {
    width: 100%;
    height: 100%;
}

.flex-j {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.white-btn {
    display: inline-block;
    width: 150px;
    height: 40px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #558cc9;
}

.white-btn a {
    font-size: 14px;
    font-weight: 600;
    color: #558cc9;
    margin-right: 2px;
    line-height: 40px;
    letter-spacing: 0.5px;
}

.white-btn i {
    font-size: 14px;
    color: #558cc9;
}

.blue-btn {
    display: inline-block;
    width: 150px;
    height: 40px;
    text-align: center;
    background-color: #558cc9;
    border: 1px solid #558cc9;
}

.blue-btn a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
    margin-right: 2px;
    line-height: 40px;
}

.blue-btn i {
    font-size: 14px;
    color: #fff;
}


/* navbar  */

.nav-area {
    background-color: #558cc9;
}

.nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-inline: 7px;
}

.nav-link i {
    color: #fff;
    font-size: 14px;
}
.navbar-toggler i{
    color: #fff;
}
/* carousel */

.carousel-item {
    height: 470px;
    width: 100%;
}

 .carousel-item img {
    width: 100%;
    height: 100%;
object-fit: cover;
} 

.carousel-caption {
    text-align: left;
}

.carousel-caption h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

.carousel-caption h4 {
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 300;
    color: #fff;
}

.carousel-caption h4 span {
    font-size: 90px;
    font-weight: 700;
}

.shape {
    height: 100px;
}

.shape img {
    height: 100%;
}

/* swiper */

.swiper {
    height: 520px;
}

.swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* blue-part */
.blue-box {
    width: 100%;
    height: 520px;
    background-color: #558cc9;
    padding: 40px;
}

.blue-box h2 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.blue-box h4 {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
}

.blue-box h4 span {
    font-size: 50px;
    font-weight: 700;
}

.blue-box p {
    font-size: 14px;
    margin-top: 50px;
    font-weight: 400;
    color: #fff;
    text-align: justify;
}

/* Location */

.location {
    background-image: url(../img/back2.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-position: top center;
    height: auto;
}

.location h2 {
    font-size: 70px;
    font-weight: 300;
    color: #fff;
    padding-top: 50px;
}

.loc {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
}

/* black */

.black {
    margin-top: 70px;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    background-color: #262f24cb;
}
.many1{
    position: relative;
}
.circle1 {
    position: absolute;
    top: -15%;
    left: 8%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #079a49;
    box-shadow: 0 0 10px 1px #079a49;
}

.circ {
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.many1 h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin-top: 40px;
}

.many1 i {
    color: #079a49;
    font-size: 20px;
}

.many1 a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-left: 7px;
}

.top-gap {
    margin-top: 20px;
}

.many1:hover {
    border-top: 3px solid #079a49;
    transition: all .2s;
}

.many1 {
    transition: all .2s;
    border-top: 3px solid transparent;
}

/* circle 2 */
.many2{
    position: relative;
}
.circle2 {
    position: absolute;
    top: -15%;
    left: 8%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #f08330;
    box-shadow: 0 0 10px 1px #f08330;
}

.circ {
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.many2 h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin-top: 40px;
}

.many2 i {
    color: #f08330;
    font-size: 20px;
}

.many2 a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-left: 7px;
}

.top-gap {
    margin-top: 20px;
}

.many2:hover {
    border-top: 3px solid #f08330;
    transition: all .2s;
}

.many2 {
    transition: all .2s;
    border-top: 3px solid transparent;
}

/* circle 3 */
.many3{
    position: relative;
}
.circle3 {
    position: absolute;
    top: -15%;
    left: 8%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #8e5bd5;
    box-shadow: 0 0 10px 1px #8e5bd5;
}

.circ {
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.many3 h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin-top: 40px;
}

.many3 i {
    color: #8e5bd5;
    font-size: 20px;
}

.many3 a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-left: 7px;
}

.top-gap {
    margin-top: 20px;
}

.many3:hover {
    border-top: 3px solid #8e5bd5;
    transition: all .2s;
}

.many3 {
    transition: all .2s;
    border-top: 3px solid transparent;
}

/* Ready  */
.ready {
    margin-block: 50px;
}

.img-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ready h3 {
    font-size: 40px;
    font-weight: 300;
    color: #1d1d1d;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}

.ready h3 span {
    font-weight: 700;
}

.img-shape {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;

}

.img-shape img {

    height: 100%;
}

.ready p {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding-inline: 10px;
}

.oran {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #f08330;
    transition: all .3s;
}

.oran:hover {
    color: #f08330;
    background-color: transparent;
    transition: all .3s;
}

.green {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #079a49;
    transition: all .3s;
}

.green:hover {
    color: #079a49;
    background-color: transparent;
    transition: all .3s;
}

.side {
    border-left: 0.3px solid rgba(204, 204, 204, 0.843);
}

.box-color {
    padding-block: 50px;
}

.box-color:hover {
    box-shadow: 0px 0px 15px 1px rgba(204, 204, 204, 0.543);
}

/* Room */

.room {

    background-image: url(../img/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 200% 100%;
    height: auto;
    background-attachment: fixed;
    padding-block: 50px;
}

.room h2 {
    font-size: 50px;
    color: #fff;
    font-size: 200;
}

.room h3 {
    font-size: 70px;
    color: #fff;
    font-size: 700;
}

.room p {
    padding-top: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    line-height: 25px;
}

/* back-image */

.back-img {
    width: 100%;
    background-color: #f1f1ee;
    border: 2px solid #f1f1ee;
    position: relative;
    overflow: hidden;
}

.img-baby {
    width: 100%;
    height: 300px;
}

.img-baby img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.img-baby img:hover {
    transform: scale(1.04);
    transition: all .3s;
}

.back-img:hover .content {
    bottom: 0;
    transition: all .3s;
}

.content {
    padding: 10px;
    background-color: #f1f1ee;
    padding-bottom: 0;
    position: absolute;
    width: 100%;
    bottom: -80px;
    transition: all .3s
}

.content h4 {
    font-size: 16px;
    color: #1d1d1d;
    font-weight: 600;
}

.content i {
    font-size: 16px;
    color: #1d1d1d;
}

/* Service */
.service {
    margin-block: 100px;
}

.service h2 {
    font-size: 60px;
    font-weight: 300;
    color: #1d1d1d;
    text-align: center;
}

.service h2 span {
    font-size: 60px;
    font-weight: 700;
    color: #1d1d1d;
    text-align: center;
}

.shape1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.shape1 img {
    height: 100%;
}

.img-color {
    width: 90px;
    height: 90px;
}

.img-color img {
    width: 100%;
    height: 100%;
}

.box-coloring h3 {
    color: #191919;
    font-weight: 500;
    font-size: 25px;
    margin-top: 20px;
}

.box-coloring p {
    color: #1b1b1b;
    font-weight: 300;
    font-size: 16px;
    margin-top: 20px;
    padding-right: 5px;
}

.box-coloring {
    padding: 20px;
    border-radius: 10px;
}

.box-coloring:hover {
    box-shadow: 0px 0px 15px 2px rgba(204, 204, 204, 0.539);
}

/* journey */
.journey {
    background-image: url(../img/footer-img.jpg);
    width: 100%;
    background-repeat: no-repeat;
    height: auto;
    padding: 30px 0;
}

.journey h2 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
}

.journey h2 span {
    font-size: 85px;
    font-weight: 200;
    color: #fff;
}

.journey p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.tras-btn {
    display: inline-block;
    width: 180px;
    height: 40px;
    border: 1px solid #fff;
    text-align: center;
    margin-top: 30px;
    background-color: transparent;
    transition: all .3s;
}

.tras-btn:hover {
    border: 1px solid #f08330;
    transform: translate(2px);
    transition: all .3s;
}

.tras-btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 40px;
}

.tras-btn i {
    color: #fff;
    margin-left: 3px;
    font-size: 16px;
}

.orange-btn {
    display: inline-block;
    width: 180px;
    height: 40px;
    border: 1px solid #f08330;
    background-color: #f08330;
    text-align: center;
    margin-left: 25px;
    margin-top: 30px;
    transition: all .3s;
}

.orange-btn:hover {
    background-color: transparent;
    border: 1px solid #f08330;
    transform: translate(2px);
    transition: all .3s;
}

.orange-btn a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 40px;
}

.orange-btn i {
    color: #fff;
    margin-left: 3px;
    font-size: 16px;
}

/* footer */

.footer {
    margin: 50px 0;
}
.footer p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}
.foot-logo{
        width: 120px;
        height: 100px;
    }
    .foot-logo img {
        width: 100%;
        height: 100%;
    }

.footer h2{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #272727;
    text-align:left;
    margin-block: 30px;
    margin-left: 10px;
}
.footer ul{
    padding-left: 10px;
}
.footer li a{
    display: inline-block;
margin-block:10px;
color: #272727;
font-size: 14px;
font-weight: 400;
position: relative;
transition: all 1s;
}
.footer li a::before{
    content: "";
    width:0%;
    height: 1.7px;
    background:linear-gradient(to right, #8e5bd5 80%, #f08330 50%);
    position: absolute;
    border-radius: 5px;
    bottom: -2px;
}
.footer li a:hover::before{
    width: 100%;
    transition: all 1s;
}

.foot-btn1 {
    display: inline-block;
    width: 140px;
    height: 40px;
    border: 1px solid #8e5bd5;
    text-align: center;
    margin-top: 30px;
    background-color: transparent;
    transition: all .3s;
}

.foot-btn1:hover {
    border: 1px solid #f08330;
    transform: translate(2px);
    transition: all .3s;
}

.foot-btn1 a {
    color: #272727;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 40px;
}

.foot-btn1 i {
    color: #272727;
    margin-left: 1px;
    font-size: 14px;
}

.foot-btn2 {
    display: inline-block;
    width: 140px;
    height: 40px;
    border: 1px solid #f08330;
    background-color: #f08330;
    text-align: center;
    margin-left: 10px;
    margin-top: 30px;
    transition: all .3s;
}

.foot-btn2:hover {
    background-color: transparent;
    border: 1px solid #f08330;
    transform: translate(2px);
    transition: all .3s;
}
.foot-btn2 a:hover {
    color: #f08330;
}
.foot-btn2 i:hover {
    color: #f08330;
}
.foot-btn2 a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 40px;
}

.foot-btn2 i {
    color: #fff;
    margin-left: 1px;
    font-size: 14px;
}

.footer h3{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #272727;
    text-align:left;
    margin-block: 20px;
}
.footer h4{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #272727;
    text-align:left;
    margin-block: 15px;
}
.footer p{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #272727;
    text-align:left;
    margin-block: 15px;
}
.social i{
    font-size:20px;
    color: #272727;
    margin-right: 15px;   
}
.social:hover:first-child i{
    color: #0150aa;
}
.social:hover:nth-child(2) i{
    color: #5aa7ff;
}
.social:hover:nth-child(3) i{
    color: hsl(344, 100%, 68%);
}
.social:hover:last-child i{
    color: #02356f;
}

/* copyright */

.copyright{
    width: 100%;
    height: 40px;
    background-color: #e4e6ea;
}
.copyright a{
    line-height: 40px;
    color: #272727;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.copyright h6{
    text-align: center;
}