/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* MY CSS */

:root {
    --bg-color: #EEF0EB;
    --font-color: #153243;
    /* --bg-color-dark: black;
    --font-color-dark: white; */
}

body.dark-mode {
    /* background-color: var(--bg-color-dark);
    color: var( --font-color-dark); */
    --bg-color: rgb(34, 34, 34);
    --font-color: rgb(239, 239, 239);
}

body.rtl {
    direction: rtl;
}

.accordian {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: fixed;
    border-radius: 10%;
    right: 0%;
    top: 20%;
    background-color: #284B63;
    z-index: 10;
}

.accordian:hover {
    cursor: pointer;
}

.accordian button {
    background-color: transparent;
    border: transparent;
    cursor: pointer;
    padding-top: 5px;
}

.accordian button span {
    color: white;
}

.settingsbox {
    width: 200px;
    height: 300px;
    background-color: var(--font-color);
    border: 0.5px solid black;
    position: fixed;
    right: 0;
    top: 30%;
    border-radius: 10px;
    z-index: 10;
    display: none;
    padding: 30px 15px;

}

.setting-box-active {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

.setting-box-active button {
    background-color: transparent;
    border: transparent;
    color: var(--bg-color);
    cursor: pointer;
}

.rtl-set {
    left: 0;
    right: auto;
}

.seam-class {
    background: none !important;
    filter: none !important;
}


a:hover {
    cursor: pointer;
}

body {
    font-family: Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--font-color);
}

ul {
    list-style: none;
}

li,
a {
    text-decoration: none;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}

header {
    width: 100%;
    position: fixed;
    z-index: 99;
    /* background-color: rgba(0, 0, 0, 0.311); */
    transition: background-color 0.3s ease;
}

.header-section {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-clr {
    background-color: transparent;
}

.dark-blue-header {
    background-color: #153243;
}

header .container {

    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-inline: 300px; */
    min-height: 100px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.logo img {
    width: 60px;

}

.logo img:hover {

    cursor: pointer;
}

/* .hamburger-nav{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    height: calc(100vh - 100px);
    width: 100vw;
    background-color: #153243;
    color: white;
    z-index: 5;
    
   
    /* height: 150px; */
/* }

.nav-ham{
    display: none !important;

}
.hamburger-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.hamburger-nav ul li {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    transition: all 0.3s;
}

.hamburger-nav ul li a {
    color: white;
    transition: transform 0.3s ease;
} */
.header{
    position: relative;
}
#header .container{
    overflow: initial;
}

nav ul {
    display: flex;
    gap: 30px;
} 

nav ul li {
    font-weight: 700;
    font-size: 14px;
    align-items: center;
    transition: all 0.3s;
}

nav ul li a {
    color: white;
    transition: transform 0.3s ease;
}

nav ul li a:hover,
.nav-icons a span:hover {
    transform: scale(1.5);
    color: #F4F9E9;
}

.nav-icons a span {
    transition: all 0.3s;
}

nav ul li:hover {
    transform: scale(1.2);
}

.logo p {
    font-size: 14px;
    font-weight: 900;

}

.nav-icons {
    display: flex;
    gap: 12px;
}

.nav-icons a span {
    color: white;
}

.sec1 {
    /* background: url(https://images.unsplash.com/photo-1513407030348-c983a97b98d8?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2072&q=80); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    background-position: center;

}

.carousel0 {
    width: 100%;
    position: absolute !important;
    z-index: -1;
}

.carousel0 {


    & .owl-nav span {
        font-size: 60px;
        color: white;
        z-index: 50;
    }

    & button.owl-prev,
    button.owl-next {
        position: absolute;
        top: 50%;

        transform: translateY(-50%);
        font-size: 50px;
        width: 34px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 50;
    }

    & button.owl-prev {
        left: 5%;
        cursor: pointer;
        z-index: 50;
    }

    & button.owl-next {
        right: 5%;
        cursor: pointer;
        z-index: 50;
    }
}


.sec1-img1 {
    min-height: 100vh;
    background: linear-gradient(to bottom, rgba(13, 30, 42, 0.728), rgba(0, 33, 64, 0.102)), url(https://images.unsplash.com/photo-1513407030348-c983a97b98d8?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2072&q=80);

    background-size: cover;
}

.sec1-img2 {
    background: linear-gradient(to bottom, rgba(14, 43, 63, 0.728), rgba(0, 33, 64, 0.102)), url(https://images.unsplash.com/photo-1415356838286-df6fd593e8b3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);
    min-height: 100vh;
    background-size: cover;
}

.sec1-img3 {
    background: linear-gradient(to bottom, rgba(14, 43, 63, 0.728), rgba(4, 19, 33, 0.102)), url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwcm9maWxlLWxpa2VkfDE2fHx8ZW58MHx8fHx8&auto=format&fit=crop&w=800&q=60);
    min-height: 100vh;
    background-size: cover;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.492);
    z-index: 1;
}

.sec1 .container {
    min-height: 100vh;
    /* position: absolute; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;


}


.sec1-content {
    width: 500px;

    text-align: center;
    color: white;
    z-index: 3;


}

.sec1-content h1 {
    font-size: 40px;

}

.sec1-content p {
    padding-block: 10px;
}

.sec1-subheading {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
}

.liner {
    line-height: 1.5;
    margin-bottom: 20px;
}

.btn {

    border-radius: 30px;
    cursor: pointer;
    padding: 15px 35px;
    background-color: transparent;


}

.sec1 button {
    background-color: transparent;
    border: .5px solid white;
    color: white;
    padding: 15px 35px;
    z-index: 3;

}

.slider {
    position: absolute;
    bottom: 0;
}

.left-pic-icon {
    position: absolute;
    left: 5%;
    z-index: 4;
}

.left-pic-icon button {
    border: none;
}

.right-pic-icon {
    position: absolute;
    right: 5%;
    z-index: 4;
}

.right-pic-icon button {
    border: none;
}

.right-pic-icon button:hover {
    border: none;
    background-color: transparent;
}


.seemore:hover,
.sec8-content button:hover {
    background-color: white;
    color: black;
    border: .5px solid black;
}

#hamburger {
    display: none;
}

/* SECTION - 2  */
.sec2 {
    background: linear-gradient(to bottom, rgba(14, 43, 63, 0.728), rgba(0, 33, 64, 0.102)), url(https://images.unsplash.com/photo-1472803828399-39d4ac53c6e5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2153&q=80);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    position: relative;
    padding-block: 40px;
    padding-inline: 30px;
}

.sec2 .hehe {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    flex-wrap: wrap;
}

.sec2-content {
    display: flex;
    gap: 30px;
    align-items: center;
    z-index: 3;
    justify-content: center;

}

.box {
    width: 33.3%;
    border: 0.5px solid rgba(255, 255, 255, 0.572);
    display: flex;
    flex-direction: column;
    padding-block: 60px;
    padding-inline: 100px;
    background-color: rgba(0, 0, 0, 0.235);

}

.sec2-subhead {
    font-size: 18px;
    color: white;
    margin-bottom: 30px;
    font-weight: 900;
}

.sec2-subhead:hover {
    color: #F4F9E9;
}

.box p {
    font-size: 12px;
    color: white;
    padding-block-end: 30px;
}

.booknow-box {
    display: flex;
    gap: 3px;
    align-items: center;
}

.book-now {
    font-size: 12px;
    color: white;
}

.move {
    font-size: 8px;
    transition: transform 0.3s ease;
}

.book-now:hover {
    color: #F4F9E9;
}

.book-now:hover+.move,
.read-more:hover+.move {
    transform: translateX(15px);
}


/* SECTION - 3  */

.sec3 {
    background-color: var(--bgcolor);
    padding-block: 100px;
}

.sec3 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 540px; */
}

.sec3-content {
    /* width: 1200px; */
    /* height: 420px; */
    background-color: var(--bgcolor);
    display: flex;
    flex-direction: column;
    color: var(--font-color);
    text-align: center;
    align-items: center;
}

.about-us {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.para3 {
    padding-block-end: 30px;
}

.sec3-content p {

    max-width: 745px;
    text-align: center;
}

.sec3-features-container {
    display: flex;
    gap: 40px;

}


.feat {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feat span {
    font-size: 45px;
}

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

.read-more:hover {
    color: #284B63;
}

/* SECTION - 4  */
.sec4 {
    display: flex;
}
.section4-cover {
    height: 600px;
    width: 50%;
    overflow: hidden;
}
.sec4-left {
    /* height: 600px; */
    width: 50%;

    & img {
        width: 100%;
        background-size: 100vh;
    }

}

img:hover {
    cursor: pointer;
}

.sec4-right {
    border: .5px solid var(--font-color);
    width: 50%;
    /* position: absolute; */
    padding-block: 40px;
    padding-inline: 60px;
    right: 0;
    top: 0;


}



.sec4-right h2 {
    color: var(--font-color);
    margin-bottom: 50px;
    font-weight: 900;
    font-size: 30px;
}

.services-box {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.ser {
    display: flex;
    font-size: 16px;

}

.ser-head h3 {
    font-size: 16px;
    font-weight: 900;
}

.ser span {
    color: var(--font-color-light);
    font-size: 45px;
    padding-right: 15px;
}

.ser-head {
    display: flex;
    flex-direction: column;
    color: var(--font-color-light);
}



/* SECTION - 5  */
.sec5 {
    /* max-height: 800px; */
    background-color: var(--bgcolor);
    padding-block: 100px;
}

.sec5 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 800px; */
    flex-direction: column;
}

.sec5-content,
.sec15-content {
    width: 100%;
}

.sec5-content h2,
.sec15-content h2 {
    margin-bottom: 50px;
    text-align: center;
    color: var(--fontcolor);
}

.des-img {
    margin-block-end: 30px;
}

.designs-cards {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.owl-prev span,
.owl-next span {
    font-size: 30px;
}

.owl-prev span {
    margin-right: 30px;
}

.des-img {
    height: 250px;
    transition: all .3s ease-in-out;
}

.design1 {
    background: url(https://images.unsplash.com/photo-1483097365279-e8acd3bf9f18?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8MzUweDI1MCUyMHJlc2lkZW50aWFsJTIwaG9tZXMlMjBpbWFnZXN8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: top;
}

.design2 {
    background: url(https://images.unsplash.com/photo-1631679706909-1844bbd07221?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Nzd8fDM1MHgyNTAlMjBpbnRlcmlvciUyMGRlc2lnbnMlMjBpbWFnZXN8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: top;
}

.design3 {
    background: url(https://images.unsplash.com/photo-1539037947455-74278b12953d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MzJ8fG11c2V1bXN8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: top;
}

.design4 {
    background-image: url(https://images.unsplash.com/photo-1463343725265-49d3702f2fa9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);
    background-size: cover;
    background-position: top;
}

.design5 {
    background-image: url(https://images.unsplash.com/photo-1505116503942-5ce46fb13d78?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MzR8fHR5cGVzJTIwb2YlMjBhcmNoaXRlY3R1cmFsJTIwZGVzaWduc3xlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: center;
}

.des-img:hover {
    transform: scale(1.1);
}

.des-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--fontcolor);


}

.des-content a {
    font-size: 16px;
    font-weight: 700;
    color: var(--font-color);
    padding-block-end: 25px;

}

.read-more {
    color: black;
}

/* SECTION - 6  */
.sec6 {
    background: linear-gradient(to bottom, rgba(1, 11, 18, 0.97), rgba(0, 33, 64, 0.102)), url(https://images.unsplash.com/photo-1449157291145-7efd050a4d0e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);
    background-size: cover;
    background-position: center 10%;
    position: relative;
    padding: 30px;

}

.sec66 {
    border: 0.5px solid white;
    z-index: 10;
}

.sec6 .cont {

    display: flex;
    justify-content: center;
    align-items: center;
}

.sec6-icons-cont {

    display: flex;
    z-index: 10;
    gap: 160px;
    padding-block: 100px;
    /* padding-inline: 380px; */
}

.icons {
    /* width: 25%; */
    /* height: 100%; */
    /* padding: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    color: var(--bg-color);
}

.icons span {
    font-size: 48px;
}

.icons h3 {
    font-size: 26px;
    font-weight: 700;
}

.icons h4 {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

/* SECTION - 7  */
.sec7 {

    padding: 100px;
}

.sec7 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec7-content {

    width: 100%;

}

.sec7-content h2 {
    font: 900 30px;
    color: var(--fontcolor);
    text-align: center;
    margin-bottom: 50px;
}

.arch {
   
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;

}

.arch-img {
    height: 337px;
    width: 368px;

}

#arch1 {
    background: url(https://images.unsplash.com/photo-1525134479668-1bee5c7c6845?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=987&q=80);
    background-position: center 30%;
    background-size: cover;
}

#arch2 {
    background: url(https://images.unsplash.com/photo-1496345875659-11f7dd282d1d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);
    background-size: cover;
    background-position: center;
}

#arch3 {
    background: url(https://images.unsplash.com/photo-1539571696357-5a69c17a67c6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Nnx8cmFuZG9tJTIwcGVvcGxlfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: center 30%;
}

#arch4 {
    background: url(https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NXx8cmFuZG9tJTIwcGVvcGxlfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: center 10%;
}

#arch5 {
    background: url(https://images.unsplash.com/photo-1530268729831-4b0b9e170218?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTB8fHJhbmRvbSUyMHBlb3BsZXxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: center 10%;
}



.arch-name {
    background-color: #EEF0EB;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 368px;

}

.arch-name a {
    color: var(--font-color);
    font-size: 16px;
    font-weight: 700;

}




/* SECTION - 8  */
.sec8 {

    background: linear-gradient(to bottom, rgba(14, 43, 63, 0.728), rgba(0, 19, 38, 0.792)), url(https://images.unsplash.com/photo-1490443849367-d12c30dbf95c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2109&q=80);
    background-size: cover;
    /* position: relative; */
    background-position: center;
    padding: 30px;

}

.sec88 {
    border: 0.5px solid white;
    z-index: 99;
}


.sec8 .container,
.sec11 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 620px;  */
}

.sec8-content {
    width: 100%;
    /* height: 550px; */
    padding-block: 140px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-inline: 130px;
    z-index: 3;
}

.sec8-content h2 {
    margin-bottom: 30px;
}

.sec8-content {

    & h2,
    h3,
    p {
        color: white;
        text-align: center;
    }

}

.sec8-content p {
    text-align: center;
    margin-block: 25px;

}

.sec8-content button {
    background-color: transparent;
    color: white;
    border: .1px solid white;
}

/* SECTION - 9  */
.sec9,
.sec14 {
    height: 200px;
    background-color: #153243;
    color: white;

}

.sec9 .container,
.sec14 .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;

}

.sec9-content,
.sec14-content {
    display: flex;
    height: 170px;
    display: flex;
    align-items: center;

}


.sec9-left h3,
.sec14-left h3 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 22px;
    /* text-align: left; */
}



/* SECTION - 10  */
.sec10-content {
    height: 590px;
    margin-block: 90px;
}

.sec10-content h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: var(--fontcolor);
    margin-bottom: 50px;
}

.carousel1 .owl-outer-outer .owl-stage {
    min-height: 400px;
}

.gal-img {
    /* width: 25%; */
    border: .1px solid transparent;
    min-height: 400px;
}

#gal1 {
    background: url(https://images.unsplash.com/photo-1594540992254-0e2239661647?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjR8fG1vZGVybiUyMGhvdXNlc3xlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: 20%;

}

#gal2 {
    background: url(https://images.unsplash.com/photo-1554435493-93422e8220c8?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTB8fGJ1aWxkaW5nfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
}

#gal3 {
    background: url(https://images.unsplash.com/photo-1631667546591-4e3b32a4536f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwcm9maWxlLWxpa2VkfDR8fHxlbnwwfHx8fHw%3D&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: center;
}

#gal4 {
    background: url(https://images.unsplash.com/photo-1600585153490-76fb20a32601?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwcm9maWxlLWxpa2VkfDE4fHx8ZW58MHx8fHx8&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: center;
}

#gal5 {
    background: url(https://images.unsplash.com/photo-1614595737683-1740e41bfaac?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwcm9maWxlLWxpa2VkfDE2fHx8ZW58MHx8fHx8&auto=format&fit=crop&w=800&q=60);
}



/* SECTION - 11  */
.sec11 {
    /* height: 620px; */
    position: relative;
    background: linear-gradient(to bottom, rgba(14, 43, 63, 0.728), rgba(0, 33, 64, 0.102)), url(https://images.unsplash.com/photo-1460317442991-0ec209397118?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2940&q=80);
    background-size: cover;
    padding: 30px;


}

.sec111 {
    border: 0.5px solid white;
}

.sec11-content {
    padding-block-start: 70px;
    padding-block-end: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    z-index: 5;
    color: white;
}

.sec11-content h2 {
    margin-bottom: 60px;
}

.sec11-content p {
    max-width: 763px;
}

.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url(https://images.unsplash.com/photo-1521566652839-697aa473761a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NzR8fHBlcnNvbiUyMHBhc3Nwb3J0JTIwc2l6ZWQlMjBpbWFnZXxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=800&q=60);
    margin-bottom: 15px;
    background-size: cover;
    background-position: center;
}

.sec11-content h3 {
    padding-bottom: 20px;
}

.sec11-content p {
    text-align: center;
}

/* SECTION - 12  */
.sec12 {
    height: 760px;
}

.sec12 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 760px;
}

.sec12-content {
    height: 530px;
    width: 100%;

}

.sec12-content h2 {
    color: var(--fontcolor);
    text-align: center;
    margin-bottom: 50px;
}

.popular-container {
    display: flex;
    gap: 25px;
}

.pop {
    height: 392px;
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 20px;

}

.pop-img {
    width: 100%;
    height: 392px;
    /* border-radius: 15px; */
}

#pop1 {
    background: url(https://images.unsplash.com/photo-1640890654208-70ff3c39a23f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NDB8fGJ1aWxkaW5nJTIwZGVzaWduc3xlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=800&q=60);
    background-size: cover;

}

#pop2 {
    background: url(https://images.unsplash.com/photo-1689805047033-8e8bad2d99c7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8ODJ8fGJ1aWxkaW5nJTIwZGVzaWduc3xlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: top;
}

#pop3 {
    background: url(https://images.unsplash.com/photo-1487958449943-2429e8be8625?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8YXJjaGl0ZWN0dXJlfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: bottom;
}

#pop4 {
    background: url(https://images.unsplash.com/photo-1531077386034-d12285794b5c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NzF8fGFyY2hpdGVjdHVyZXxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: center;
}

.pop a {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

/* SECTION - 13  */
.sec13 {
    background-image: url(https://images.unsplash.com/photo-1464980195772-d5d6e9435fac?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);
    background-size: cover;
    background-position: bottom;
    color: white;
    padding-block: 175px;


    & .form-container {

        background-color: #1532438e;
        max-width: 550px;
        border-radius: 10px;
        padding: 35px;
        display: flex;
        flex-direction: column;

    }

    & .form-container h3 {
        font-size: 22px;
        padding-inline-start: 10px;



    }

    & input {
        padding: 15px;
        margin: 15px;
        border-radius: 10px;
        border: 0.5px solid transparent;


    }

    & p {
        font-size: 14px;
        padding-block: 40px;
        padding-inline-start: 12px;
    }

    & .submit {
        padding: 16px 34px;
        width: 89%;
        color: white;
        background-color: #153243;
    }


}

/* SECTION - 14  */
.sec14 {
    background-color: #153243;
}

/* SECTION - 15  */
.sec15 {
    height: 830px;
}

.sec15 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 100px;
}

.design-cards-cont {
    display: flex;
    gap: 30px;

}
.pic1{
    background: url(https://images.unsplash.com/photo-1515263487990-61b07816b324?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NDF8fGFyY2hpdGVjdHVyZXxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: center 10%;
}
.pic2{
    background: url(https://images.unsplash.com/photo-1600585152220-90363fe7e115?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NDZ8fGludGVyaW9yfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: center 10%;
}
.pic3{
    background: url(https://images.unsplash.com/photo-1564522802704-c1373dce4cc8?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NjR8fG11c2V1bXN8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60);
    background-position: top;
    background-size: cover;
}

/* SECTION - 16  */
.sec16 {
    height: 600px;
    display: flex;
}

.map-left {
    width: 50%;
    background-color: #153243;
    display: flex;
    justify-content: flex-end;
    align-items: start;
    padding-block: 100px;
}

.map-right {
    width: 50%;

}

.map-left form h3 {
    font-size: 24px;
    padding-block-end: 35px;
}

.map-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-inline-end: 115px;
    gap: 30px;
    color: white;
}

.map-form input {
    padding: 15px;
}

/* SECTION - FOOTER  */

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 70px;
    width: 100%;
}

.footer-links-box {
    display: flex;
    flex-direction: column;
    width: 21%;
    height: 290px;

    /* border: 1px solid black; */
    padding-inline: 15px;
    padding-block: 10px;
    gap: 10px;
}

.footer-links-box h2 {
    font-size: 16px;
    margin-bottom: 35px;
}

.footer-links-box p {
    font-size: 14px;
    margin-bottom: 25px;
}

.social-media-logos {
    display: flex;
    gap: 8px;

}

.social-media-logos a i {
    font-size: 14px;
}

.footer-col {
    display: flex;
    flex-direction: column;

}

.mini-post {
    display: flex;
    gap: 10px;
}

.small-img-cont {
    width: 66px;
    height: 45px;

}

.logo-cont {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline-end: 15px;
}

.copyright-footer {
    height: 80px;
    background-color: #153243;
}

.mini-post a {
    font-size: 14px;
}

.copyright-footer .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    color: white;
    font-weight: 300;
    font-size: 14px;

}

.img1 {
    background: url(https://images.unsplash.com/photo-1635604865918-1e36378103c4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTJ8fGFyY2hpdGVjdCUyMHBvc3RzfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60);
    background-size: cover;

}

.img2 {
    background: url(https://plus.unsplash.com/premium_photo-1663090097060-ffaef5a2f897?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8N3x8YXJjaGl0ZWN0JTIwcG9zdHN8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60);
    background-size: cover;

}

.img3 {
    background: url(https://images.unsplash.com/photo-1564576605128-adc9e0b35902?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjB8fGFyY2hpdGVjdCUyMHBvc3RzfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: center center;

}

.img4 {
    background: url(https://plus.unsplash.com/premium_photo-1682974932384-57e897a12e99?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MzF8fGFyY2hpdGVjdHxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: 40% center;
}

.img5 {
    background: url(https://images.unsplash.com/photo-1570675894641-8860d49afece?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NzZ8fGFyY2hpdGVjdHxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: center 10%;
}

.img6 {
    background: url(https://images.unsplash.com/photo-1564998230328-53433584ed1c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTc4fHxhcmNoaXRlY3R8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60);
    background-size: cover;
    background-position: center 60%;
}

/* MEDIA QUERIES */