@import url('https://fonts.googleapis.com/css2?family=Lugrasimo&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap");

* {
    margin: 0;
    font-family: 'Playfair Display', sans-serif;

}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    background-color: black !important;
    color: white !important;
    
}

header {

    display: flex;
    justify-content: space-around;
    height: 8opx;
    align-items: center;
    position: fixed;
    width: 100%;

}

header img {
    height: 60px;

}

ul {
    display: flex;

}

li {


    list-style: none;

}

a {
    color: #f2f2f2 !important;
    text-decoration: none !important;


}

nav a {

    padding: 15px;
    font-size: 18px;
    transition-duration: 0.5s;

}

nav a:hover {
    background-color: red;

}

nav,
a,
h1,
h2,
h3 {
    font-family: 'Lugrasimo', cursive;
}

.bg-color {
    background-color: black;
}

/*section */

section {
    width: 100%;    
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-size: cover;
    background-position: center;
}

.breadcrumb_part{
    height: 350px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B08EAD;
    background-image: url(../imgs/BANNER-.png);
}

.client_review {
    padding: 100px 0;
    text-align: center;
    background-color: #B08EAD;
    position: relative;
    height: auto;
}

.breadcrumb_part .breadcrumb_iner {
    text-align: center;
}

.breadcrumb_part .breadcrumb_iner h2 {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.section_padding {
    padding: 200px 0px 0px 0px;
    height: auto !important;
}

section img {
    width: 400px;
}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal
}

h1 {
    font-size: 20px;
    color: white;
    line-height: 70px;
    text-justify: center;
}

#hero {
    height: 650px;
    width: 100%;
    background-image: url(../imgs/BANNER-.png);
    color: rgba(96, 96, 96);
    background-attachment: fixed;
}

#hero p {
    text-justify: center;
    width: 80%;
    font-size: 30px;
    text-align: center;
    color: aliceblue;
}

#about {

    background-color: black;
    height: 220px;
    color: white;

}

.infobox {
    width: 800px;
    height: 209px;
    margin: 30px;
    align-items: center;
    justify-content: center;
}

#contact {

    background-image: url(../imgs/contact-bg.png);
    color: aliceblue;
    background-blend-mode: lighten;
    margin: 0px 100px;
}

#gallery {
    background-color: black;
    color: white;
    height: 900px;
    font-size: 20px;

}

.container2 {
    display: flex;


}

.infobox2 {
    width: 250px;
    height: 500px;
    margin: 50px;
    padding-top: 50px;
    text-align: justify;

}

.infobox2 p {
    font-size: 14px;
}


.infobox2 img {
    width: 206px;
    height: 282px;
}

#hero2 {
    height: 300px;
    width: 100%;
    background-image: url(../imgs/CREATIVE.png);
    color: rgba(96, 96, 96);

}

#subscribe {
    font-variant: small-caps;
    background-size: 200%;
    background-image: url(../imgs/boat.jpg);
    height: 250px;

    color: white;
    display: flex;
    flex-direction: column;
}

.cat-cap {
    text-align: center;
    border: 1px solid #E4D3DF;
    padding: 35px;
    margin-top: 100px;
    height: 340px;
}

footer {
    background-color: 2f2f2f;
    color: 2f2f2f;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;

}


.visit-tailor-area {
    display: flex;
    align-items: center;
}

.visit-tailor-area::before {
    position: absolute;
    content: "";
    background: #F2E1D9;
    width: 68%;
    height: 100%;
    z-index: -9;
    right: 0;
    top: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visit-tailor-area::before {
        position:unset
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-tailor-area::before {
        position:unset
    }
}

@media (max-width: 575px) {
    .visit-tailor-area::before {
        position:unset
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .visit-tailor-area {
        margin:0px 10px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .visit-tailor-area {
        margin:0px 0px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visit-tailor-area {
        margin:0px 0px;
        display: block
    }
}

@media (max-width: 575px) {
    .visit-tailor-area {
        display:block;
        margin: 0px 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-tailor-area {
        margin:0px 0px;
        display: block
    }
}

.visit-tailor-area .tailor-details {
    width: 30%;
    padding: 20px 20px 20px 60px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .visit-tailor-area .tailor-details {
        width:53%;
        padding: 20px 20px 20px 50px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .visit-tailor-area .tailor-details {
        width:41%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visit-tailor-area .tailor-details {
        width:100%;
        padding: 50px 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-tailor-area .tailor-details {
        width:100%;
        padding: 50px 30px
    }
}

@media (max-width: 575px) {
    .visit-tailor-area .tailor-details {
        width:100%;
        padding: 50px 30px
    }
}

.visit-tailor-area .tailor-details span {
    margin-bottom: 22px;
    display: block;
    color: #7d8da4
}

.visit-tailor-area .tailor-details h2 {
    font-size: 56px;
    display: block;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 22px;
    text-transform: inherit;
    color: black;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .visit-tailor-area .tailor-details h2 {
        font-size:50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-tailor-area .tailor-details h2 {
        font-size:50px
    }
}

@media (max-width: 575px) {
    .visit-tailor-area .tailor-details h2 {
        font-size:29px
    }
}

.visit-tailor-area .tailor-details p.pera-top {
    color: #010A44;
    line-height: 1.7;
    font-size: 18px
}

.visit-tailor-area .tailor-details p.pera-bottom {
    margin-bottom: 41px;
    font-size: 14px
}

@media (max-width: 575px) {
    .visit-tailor-area .tailor-details p.pera-bottom {
        font-size:15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-tailor-area .tailor-details p.pera-bottom {
        font-size:13px
    }
}

.visit-tailor-area .tailor-offers {
    background-image: url(../img/gallery/visit_bg.png);
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 570px;
    width: 50%;
    margin: 130px 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .visit-tailor-area .tailor-offers {
        width:49%
    }
}

@media (max-width: 575px) {
    .visit-tailor-area .tailor-offers {
        width:100%;
        height: 500px;
        margin: 0px 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-tailor-area .tailor-offers {
        width:100%;
        height: 500px;
        margin: 0px 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visit-tailor-area .tailor-offers {
        width:100%;
        height: 500px;
        margin: 0px 0
    }
}

/*********************************
9. Google Map
*********************************/

.contact_map
{
	background: #FFFFFF;
	padding-top: 111px;
	padding-bottom: 111px;
}
.map
{
	width: 100%;
}
.google_map
{
	width: 100%;
	height: 590px;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}

.google-map {
    padding-bottom: 50%;
    position: relative;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}


