/* if you combine all the css,,
Please place all of this responsive.css  below style.css code */

.search-container #search-input:focus {
    width: 200px;
    opacity: 1;
}

/* all section container same width */
.mainncont > div,
.mainncont > div {
    max-width: 1296px;
    padding: 0 15px;
    width: 100%;
}

/* General Styles */

.sectionyatch {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    /* justify-content: center; */
    justify-content: space-between;
}

.firstmono:hover {
    transform: translateY(-5px);
}

.divimg img,
.ship-img img,
.boatfly img,
.rightbox img,
.imgdiv > img {
    width: 100%;
}

.big-heading {
    font-family: Archivo;
    font-size: 180px;
    font-weight: 800;
    line-height: 216px;
    letter-spacing: -0.04em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.boatfly {
    margin-left: -16.1%;
}

.safety-leftcon {
    max-width: 540px;
}

/* Hamburger Menu */
.hamburger-menu {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
}

.hamburger-menu span {
    width: 25px;
    height: 3px;
    background-color: #00a2e8;
    border-radius: 2px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    color: #fff;
    width: 90%;
    max-width: 100%;
    z-index: 6;
    margin: 0 auto;
}

.logo > img {
    width: 100%;
    height: auto;
    padding: 6px;
}

.nav-links a {
    text-decoration: none;
    font-size: 1rem;
}

.nav-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

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

button {
    position: relative;
    z-index: 1;
}

.containerrr > form {
    position: relative;
    z-index: 1;
}

.containerrr:before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    backdrop-filter: blur(3px);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

button.hamburger-menu.open {
    background: #0077aa;
}

button.hamburger-menu.open span {
    background-color: #fff;
}

.sectiontwo.backgroundmount {
    max-width: unset;
}

.allyatch.slider.allyatchslide {
    width: 100%;
    margin: auto;
}

.slick-next {
    right: -45px;
}

.slick-prev {
    left: -45px;
}
.mainsectesti {
    margin-top: 50px;
}

p.coppy {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.zero img {
    width: 100%;
}

html {
    overflow-x: hidden;
}

button#hamburger-menu:hover {
    background: unset;
}

a.menu-contact {
    display: none;
}

.tab-contact {
    display: block;
    background-color: #00a2e8;
    color: white;
    border: 1px solid #00a2e8;
    font-size: 18px;
    padding: 3px 15px;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.s-share {
    display: flex;
    flex-direction: row;
}

.monohills {
    max-width: 1440px !important;
}
.testisec {
    max-width: 662px;
}
.blogs .firstsec,
.blogs .secondsec {
    padding: 0px;
}
.blogs .contentdiv {
    padding: 20px;
}
@media (min-width: 1441px) {
    .sectionone .controls .container.baner {
        max-width: 82%;
        width: 100%;
    }
}
@media (max-width: 1440px) {
    .testisec {
        width: 70%;
    }

    .container {
        /* padding: 10px 15px 10px 15px; */
        width: 100%;
    }

    .leftside {
        top: -35px;
        right: 20px;
    }

    .rightside p {
        font-size: 25px;
        position: relative;
        top: -20px;
    }

    .sectionone .controls {
        top: 35%;
    }
}
@media (max-width: 1366px) {
    .mainncont.blogs .slick-prev {
        left: 0px;
    }
    .mainncont.blogs .slick-next {
        right: 0px;
    }
}

@media (max-width: 1200px) {
    .sectiontwo h2 {
        font-size: 15vw;
        line-height: 100%;
    }
    .sectionone {
        position: relative;
        padding-bottom: 2%;
    }
    .shipcont {
        margin-top: 0px;
    }
    h2.big-heading.testi {
        z-index: 1;
        font-size: 100px;
    }
}

@media (max-width: 1024px) {
    .flyship {
        width: 80%;
    }

    h2.big-heading.about {
        margin-left: 0%;
    }

    .search-container #search-input {
        width: 200px;
        opacity: 1;
    }

    a.menu-contact {
        display: block;
    }

    .tab-contact {
        display: none;
    }

    .maindff {
        flex-direction: column-reverse;
    }

    .big-heading {
        font-size: 10vw;
    }

    .flyship {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .shipcont {
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .ship-img {
        margin: auto !important;
    }

    .mainfour {
        gap: 30px 30px;
        justify-content: center;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 0%;
        left: 0%;
        background-color: #333;
        width: 100%;
        padding-top: 80px;
        height: 100%;
        transition: all 0.3s ease-in-out;
        transform: translate(100%, 0%);
    }

    .nav-links.active,
    .nav-links.showmen {
        display: none;
        position: absolute;
        left: 0%;
        background-color: #000000ab;
        width: 100%;
        backdrop-filter: blur(5px);
        transform: translate(0%, 0%);
    }

    .nav-links.active,
    .nav-links.showmen {
        display: flex;
        position: fixed;
        z-index: 9;
    }

    .nav-icons {
        flex: 1;
        justify-content: flex-end;
    }

    .hamburger-menu {
        display: flex;
        padding: 10px;
        z-index: 9;
    }

    .contbutton {
        width: 100%;
    }

    .contbutton h2 {
        text-align: center;
        margin-left: 0;
    }

    .sectionyatch {
        justify-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }

    .nav-links a {
        color: #fff;
    }

    .testisec {
        width: 95%;
        max-width: 600px;
    }

    .searchmain {
        top: 62%;
        justify-content: center;
        position: relative;
    }

    .sectionone {
        background-size: 100% 100%;
    }

    .contflysky {
        max-width: 100%;
        width: 98%;
    }

    .container.baner {
        flex-direction: column;
        gap: 20px;
    }

    .container.baner > div,
    .rightside p {
        position: unset;
    }

    .sectionone {
        align-content: unset;
        padding-top: 25px;
    }

    .maindff.about {
        flex-direction: column;
    }

    .sectionyatch {
        gap: 20px 20px;
    }

    .bgmount .slick-dots {
        position: absolute;
        display: flex;
        width: 100%;
        text-align: center;
        bottom: 130px;
        justify-content: center;
    }

    .testisec {
        width: 95%;
        max-width: unset;
    }

    .containerrr {
        width: 60%;
    }

    .search-container {
        height: max-content;
    }

    .readmore {
        border: 1px solid #038fcb;
        white-space: nowrap;
    }

    .faq-container {
        width: 100%;
    }
    .maindff.about {
        flex-direction: column-reverse;
        align-items: center;
    }
    .contbutton {
        text-align: center;
    }
    .monohills .sectionyatch,
    .twohills .sectionyatch {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .flyship:before {
        border-color: transparent;
    }

    .flyship {
        width: 100%;
    }

    .shipcont {
        padding-top: 2%;
    }
    .rightside {
        max-width: 100%;
    }

    .layoutmain .slick-dots {
        position: absolute;
        display: flex;
        width: 95%;
        justify-content: end;
        bottom: 0;
    }
    .searchmain {
        top: unset;
        position: absolute;
        bottom: 20%;
    }
}
@media (max-width: 991px) {
    .searchmain {
        display: none;
    }
}
@media (max-width: 768px) {
    h2.big-heading.testi {
        margin: -70px 0;
    }

    .zero img {
        width: 100%;
    }

    .backgroundcolor {
        height: unset;
    }

    .firsrpatta p {
        width: 220px;
        height: 100%;
    }

    .search-filters select {
        width: 100%;
    }

    .searchmain .search-container {
        padding: 20px;
    }

    .sectionone .controls {
        top: 30%;
    }

    .faq-title {
        padding: 15px;
    }

    .sectionone .controls .container.baner {
        max-width: calc(100% - 0px);
    }

    .centerimg,
    .rightimg {
        row-gap: 3%;
    }

    .faq-item.active .faq-title span {
        width: 30px;
        height: 30px;
    }

    .boatfly {
        margin-left: 0;
    }

    .s-share .align-self-center {
        align-self: start !important;
    }

    .s-share {
        flex-direction: column;
    }

    .s-share .align-self-center {
        -ms-flex-item-align: start !important;
        align-self: start !important;
    }
    .maincontainerfooter h2 {
        font-size: 7vw;
    }
    .maincontainerfooter {
        width: 90%;
    }
    h2.big-heading.faq {
        margin-top: 0px;
    }
    .sectionone .controls {
        top: 40%;
    }
    .monohills .sectionyatch,
    .twohills .sectionyatch {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .sectiontwo h2,
    h2.big-heading.testi {
        font-size: 70px;
        line-height: 100%;
    }
    .testimonials {
        margin-top: 100px;
    }
}

@media (max-width: 575px) {
    .btsss {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .faq-container {
        width: 100%;
    }

    header .search-container #search-input {
        width: 240px;
    }

    header .search-container {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(-50%, 100%);
    }

    .percent img {
        width: 70%;
    }

    .sectionyatch {
        grid-template-columns: repeat(1, 1fr);
    }

    .percentage h3 {
        font-size: 4vh;
        line-height: 100%;
    }

    .percentage {
        width: 50%;
        position: relative;
        justify-content: flex-end;
    }

    .sectionone .controls {
        top: -25vw;
        position: relative;
    }

    .searchmain {
        top: -50vw;
        justify-content: center;
        position: relative;
    }

    .slick-dots li {
        border: 2px solid #13121269;
    }

    .layoutmain .slick-dots li.slick-active {
        border-color: rgb(0, 0, 0);
    }

    .rightside p {
        font-size: 5vw;
    }

    .layoutmain .slick-dots {
        bottom: 35%;
    }

    .mainncont.buy-sec {
        margin-top: -37vw;
        position: relative;
    }

    .firsrpatta img {
        height: auto;
        width: 100%;
        max-width: 65px;
    }

    .contcent p {
        padding: 0;
    }

    .slick-next {
        right: -25px;
    }

    .slick-prev {
        left: -25px;
    }

    .singleblog .slick-next {
        right: 0px;
    }

    .singleblog .slick-prev {
        left: 0px;
    }

    .containerrr {
        width: 90%;
    }

    .searchmain .search-container {
        margin-bottom: -200px;
    }

    a.bkbbbjn {
        position: absolute;
        top: 100%;
        white-space: nowrap;
        left: -50%;
        transform: translate(-25%, 50%);
    }

    .percent img {
        width: 100%;
    }

    .leftbox h4 {
        line-height: 1.2;
        margin-top: 30px;
    }
    .sectiontwo h2,
    h2.big-heading.testi {
        font-size: 52px;
        line-height: 100%;
    }
    .countmtt {
        margin-top: 0;
    }
    .monohills .sectionyatch,
    .twohills .sectionyatch {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media (max-width: 425px) {
    .searchmain .search-container {
        margin-bottom: -130px;
    }

    .navbar {
        flex-wrap: nowrap;
    }
    .flyship {
        width: 90%;
    }
}

@media (max-width: 375px) {
    .layoutmain .slick-dots {
        bottom: 32%;
    }
    .blgsminfo > div {
        padding: 0;
    }
    .post-date p {
        font-size: 12px;
    }
    .blgsminfo > div > h4 {
        font-size: 15px;
        margin: 0;
    }
    .singleblog .social-icon > a img {
        width: 25px;
    }
    .singleblog h3.title.px-2 {
        font-size: 20px;
    }
}
