/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {

    html {
        font-size: 0.60vw;
    } 

    .hero_right {
        margin-left: 0;
    }

    .hero_left img {
        width: 82.2rem
    }

    .hero_left p {
        font-size: 3rem;
        max-width: 51rem;
    }

    .story_left {
        padding: 7rem 8rem 8rem 8rem;
    }

    .story_cnt {
        max-width: 60.5rem;
    }

    .ship_cnt h4 {
        font-size: 18px;
    }

    .ship_area {
        padding: 8rem 0rem 10rem 10rem
    }

    .boats_upper {
        padding: 7rem 6rem 4.6rem;
    }

    .boats_box p {
        font-size: 2rem;
    }

    .boats_overlay {
        padding: 10rem 20rem;
    }

    .products_area {
        padding: 8rem 9rem 9rem;
    }

    .contact_overlay {
        padding: 7rem 10rem 10rem
    }

    .contact_details {
        max-width: 38rem;
    }

    .contact_details::before {
        left: -9rem;
        height: 130%;
    }

    .contact_logo img {
        width: 200px;
    }

}

/*
====================================
Small Screen - Tablate
====================================
*/
@media (max-width: 991px) {

    html {
        font-size: 50%;
    }
	.main_content { max-width: 100%; padding: 15px;}
    .header_area {
        padding: 3rem 3rem 3rem 5rem;
    }

    .ofcavas-menu {
        top: 9rem;
    }

    .hero_area {
        background-position: left;
    }

    .hero_overlay {
        background: linear-gradient(270deg, rgba(8, 34, 57, 0.90) 10.68%, rgba(8, 34, 57, 0.00) 76.7%);
        padding-top: 8rem;
        padding-right: 6rem;
        padding-left: 2rem;
    }

    .hero_main {
        flex-direction: column;
        align-items: flex-end;
    }

    .hero_left img {
        width: 62rem
    }

    .hero_left p {
        font-size: 2.5rem;
        max-width: 42rem;
    }

    .hero_cnt img {
        width: 25rem;
    }

    .hero_line img {
        width: 0.6rem;
    }

    .hero_right {
        margin-top: 20rem;
    }

    .hero_cnt {
        margin-top: 0rem;
    }

    .story_main {
        display: block;
    }

    .story_main > div {
        width: 100%;
    }

    .story_left {
        padding: 7rem 10rem 8.6rem 10rem
    }

    .story_right {
        padding: 7rem 10rem 5.6rem
    }

    .story_cnt {
        max-width: 100%;
    }

    .ship_area {
        padding: 8rem 0rem 10rem 8rem;
        background-image: url(../images/mobile-ship.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom right;
    }

    .boats_upper {
        padding: 7.4rem 8rem 4.6rem
    }

    .boats_circleRow {
        max-width: 650px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 3.5rem;
    }

    .boats_box h3 {
        font-size: 4.5rem;
    }

    .boats_box p {
        font-size: 2rem;
    }

    .boats_overlay {
        padding: 10rem 10rem;
    }

    .boats_title h3 {
        font-size: 3.6rem;
    }

    .boats_row {
        display: block;
        padding-top: 4.5rem;
    }

    .boats_item {
        margin-bottom: 10rem;
    }

    .boats_itm1::after {
        width: 24rem;
        height: 0.2rem;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        top: initial;
        bottom: -4rem;
    }

    .boats_itm3 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

    .boats_itm3::before {
        width: 24rem;
        height: 0.2rem;
        left: 50%;
        transform: translateX(-50%);
        top: -5rem;
    }

    .products_area {
        padding: 9rem 12rem 10rem;
    }

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

    .product_item img {
        height: 40rem;
    }

    .team_area {
        padding: 7rem 12rem 10rem
    }

    .team_item {
        max-width: 60rem;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .contact_overlay {
        padding: 7rem 10rem 10rem;
    }

    .contact_main {
        display: block;
    }

    .contact_main > div {
        width: 100%;
    }

    .contact_details {
        margin-left: 0;
        margin-top: 9rem;
    }

    .contact_details::before {
        display: none;
    }

}


/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {

    html {
        font-size: 48%;
    }

    .header_area {
        padding: 3rem 2.5rem 3rem 2.5rem;
    }

    .ofcavas-menu {
        width: 40rem;
        right: 2rem;
        padding-top: 1.6rem;
    }

    .ofcavas-menu ul li {
        padding: 2.2rem 2.8rem;
    }

    .hero_left img {
        width: 39rem;
    }

    .hero_area {
        background-image: url(../images/hero-bgmobile.png);
        background-position: center;
    }

    .hero_overlay {
        padding-top: 6rem;
        padding-right: 3rem;
        padding-left: 2rem;
    }

    .hero_left p {
        font-size: 1.85rem;
        font-weight: 500;
        max-width: 29.5rem;
    }

    .story_left h2 {
        font-size: 30px;
    }

    .story_left,
    .story_right {
        padding: 3.8rem 3.8rem 3rem;
    }

    .story_left p,
    .story_cnt p {
        font-weight: 400;
    }

    .ship_area {
        padding: 6rem 3.2rem 14rem;
    }

    .ship_cnt h3 {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .ship_cnt h4 {
        font-size: 18px;
        font-weight: 400;
    }

    .ship_cnt p {
        font-size: 15px;
        font-weight: 400;
        margin-top: 15px;
    }

    .ship_cnt h4 strong,
    .ship_cnt p strong {
        font-weight: 700;
    }

    .boats_upper {
        padding: 4rem 3rem 5rem;
    }

    .boats_circleRow {
        max-width: 330px;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2rem;
        grid-row-gap: 3.6rem;
    }

   .boats_box {
        height: 20rem;
   }

   .boats_box h3 {
        line-height: 1.2;
        margin: 0;
   }

   .boats_overlay {
        padding: 6rem 3rem;
   }

   .products_area {
        padding: 5rem 6rem;
   }

   .product_title h3 {
        font-size: 30px;
        font-weight: 700;
   }

   .product_main {
        grid-template-columns: 1fr;
   }

   .product_item img {
        height: initial;
   }

   .product_cnt {
        padding-left: 4.4rem;
   }

   .team_area {
        padding: 7rem 7rem;
   }

   .team_item {
        display: block;
        text-align: center;
   }

   .team_cnt h3 {
        font-size: 20px;
        margin-top: 20px;
   }

   .team_cnt h4 {
        font-size: 16px;
        margin-bottom: 15px;
   }

    .team_cnt p {
        font-size: 15px;
        margin-bottom: 38px;
    }

    .team_cnt a img {
        width: 32px;
    }

    .team_cnt {
        margin-left: auto;
        margin-right: auto;
    }

    .contact_overlay {
        padding: 6rem 3.5rem 7rem;
    }

    .contact_form {
        display: block;
    }

    .contact_form > div {
        width: 100%;
    }

    .contact_item input,
    .contact_item textarea,
    .contact_item .nice_select {
        font-size: 16px;
        font-weight: 400;
        height: 50px;
        margin-bottom: 15px;
    }

    .contact_item textarea {
        height: 106px;
        border-radius: 25px;
    }

    .contact_title h3 {
        font-size: 34px;
        text-align: center;
    }

    .contact_main {
        padding-top: 3.8rem;
    }

    .contact_bottom {
        display: block;
        text-align: center;
    }

    .contact_btn button {
        margin-top: 3rem;
        margin-left: auto;
        margin-right: auto;
    }

    .contact_details ul li,
    .contact_details ul li a {
        font-weight: 400;
        font-size: 18px;
    }

    .contact_details ul li {
        padding-top: 3.5rem;
    }

    .contact_details {
        max-width: 34rem;
        margin-left: 1rem;
    }

    .footer_main {
        display: block;
    }

    .footer_main p {
        width: 30rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3rem;
    }

    .footer_area {
        padding-bottom: 4rem;
    }

    .team_inner img {
        margin-right: 0;
    }

    .contact_overlay {
        background: none;
    }

    .contact_area {
        background-image: url(../images/contact_bgmobile.png);
    }

    .boats_box span,
    .boats_box h4 {
        font-size: 14.447px;
    }

    .boats_box h3 {
        font-size: 28.894px;
    }

    .boats_box p {
        font-size: 12.714px;
    }

    .hero_inner h4 {
        font-weight: 700;
    }

    .ship_area::after {
        display: none;
    }

    .story_right img {
        width: 207px;
    }

    .boats_cnt {
        -webkit-box-sizing:content-box; 
        -moz-box-sizing:content-box; box-sizing:content-box
    }

    .story_left p, 
    .story_cnt p {
        font-size: 15px;
    }

    .story_cnt a {
        font-size: 16px;
        padding: 1.2rem 3rem;
    }

    .boats_box {
        width: 155px!important;
        height: 155px!important;
        border-radius: 50%!important;
      
    }

}

@media screen and (max-width: 374px) {

    .header_area {
        padding: 3rem 1.8rem;
    }

    .ofcavas-menu {
        width: 39.5rem;
        right: 1rem;
    }

    .ofcavas-menu ul li a {
        font-size: 2.1rem;
    }

    .hero_overlay {
        padding-top: 6rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .hero_left img {
        width: 37.6rem;
    }

    .boats_upper {
        padding: 4rem 2rem 5rem;
    }

    .boats_circleRow {
        max-width: 300px;
    }

    .boats_box {
        height: 17.9rem;
    }

    .boats_box span, 
    .boats_box h4 {
        font-size: 12px;
    }

    .boats_box h3 {
        font-size: 27px
    }

    .boats_box p {
        font-size: 11.2px;
    }

    .product_cnt {
        padding-left: 3rem;
    }

    .products_area {
        padding: 5rem 5rem;
    }

    .team_area {
        padding: 7rem 4rem;
    }

    .team_cnt p {
        margin-left: auto;
        margin-right: auto;
    }

    .team_title h3 {
        font-size: 3.8rem;
    }

    .contact_overlay {
        padding: 6rem 3rem 7rem;
    }

    .contact_title h3 {
        font-size: 32px;
    }

    .contact_checkbox label {
        font-size: 12.3px;
    }

    .form-check-input {
        width: 1.35rem;
        height: 1.35rem;
        margin-right: 0.6rem;
    }

    .boats_box {
        width: 155px!important;
        height: 155px!important;
        border-radius: 50%!important;
      
    }
    

}