body {
    margin: 0;
    padding: 0;
    font-family: 'Inter' !important;
}
@font-face {
    font-family: 'Inter'; /* Replace with your desired font name */
    src: url('../fonts/Inter/static/Inter-Regular.ttf') format('truetype'); /* Replace with the correct file path */
    /* Add additional sources for different font formats if necessary */
}


nav {
    border-bottom: 5px solid #0E3167;
}
.navbar-collapse {
    flex-grow: unset !important;
}
nav .btn.btn-outline-dark {
    width: 146px;
    height: 37px;
}

.navbar-brand img {
    width: 99px;
    height: 50px;
}

#navbarNav ul li {
    padding: 10px 15px;
    font-size: 12px;
    color: #000000;
}
#navbarNav ul li a{
    font-weight: bolder;
}

nav .btn.btn-outline-dark {
    background: #0E3167;
    color: #ffff;
    border: none;
    padding: 5px 10px;
}

nav .btn.btn-outline-dark {
    font-size: 12px;
    font-weight: 700;
}

.banner-section .home-page-banner-image {
    max-width: 100%;
    width: 100%;
}

.banner-section .contact-support-banner {
    position: absolute;
    width: 439px;
    background: rgba(255, 255, 255, 90%);
    top: 50%;
    left: 10%;
    border-radius: 23px;
    transform: translateY(-50%);
    margin: auto;
}

.banner-section {
    position: relative;
}

.banner-section .contact-support-banner .content-on-banner {
    position: relative;
    z-index: 99;
    padding: 20px;
}

.banner-section .contact-support-banner .content-on-banner h1 {
    text-transform: uppercase;
    color: #0E3167;
    font-size: 47px;
    font-weight: 700;
}

.banner-section .contact-support-banner .content-on-banner p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    width:293px;
}

.banner-section .contact-support-banner .content-on-banner button {
    font-size: 12px;
    font-weight: 700;
    background-color: #0E3167;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 10px;
    border: none;
    width:146px;
}

.main-section .home-about-us {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(3,1fr);
    position: relative;
    top: -25px;
    padding: 0 20px;
    margin: 0px 0px 20px 0px;
    
}

.main-section .home-about-us .about-us-common {
    border-radius: 16px;
    background-color: #F8F8F8;
    padding: 20px;
   
    border: 2px #F8F8F8;
    box-shadow: 2px 2px 5px 2px  #888888;
}

.main-section .home-about-us .about-us-common img {
    display: block; /* Makes the image a block-level element */
    margin: 0 auto;
    width: 100%;
    
}

.main-section .home-about-us .about-us-common h3 {
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    color: #0E3167;
    font-weight: 700;
    font-size: 23px;
}

.main-section .home-about-us .about-us-common p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #0E3167;
    line-height: 20px;
}

.register-kayak {
    background: #0E3167;
    border-radius: 23px;
    margin: 20px 0;
}

.register-kayak p {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #FFFFFF;
}

.register-kayak h1 {
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 0.5;
    font-size:53px;
}

.register-kayak .col-9 {
    padding: 40px
}

.register-kayak .col-3 {
    padding: 40px;
    display:flex;
    align-items:center;
}

.register-kayak button {
    display: block;
    padding: 10px 20px;
    font-size: 25px;
    color: #0E3167;
    font-weight: 700;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: none;
}

.tips-tricks {
    padding: 20px 0 20px 0;
}

.centered-content {
    text-align: center;
}

.centered-content h1 {
    padding: 20px 0;
    font-size: 38px;
    font-weight: 700;
    color: #0E3167;
    text-transform: uppercase;
}

.centered-content .video-container iframe {
    border-radius: 15px;
}

.tips-tricks img {
    border-radius: 10px;
    
}

.image-container {
    position: relative;
}

.overlay-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}

.content.text-center {
    display: flex;
}

.content.text-center h1 {
    font-size: 64px;
    color: #ffffff;
    text-transform: uppercase;
}

.foldkayaks-board-left {
    background: #0E3167;
    border-radius: 15px;
    padding-right: 20px;
    margin-right: 20px;
}

.foldkayaks-board-right {
    background: #0E3167;
    border-radius: 15px;
    padding-left: 20px;
    margin-left: 20px;
}

.content.text-center .left {
    text-align: left;
    padding: 20px;
}

.content.text-center .right {
    text-align: right;
    padding: 20px;
}

.kayak-board .col-md-6 {
    width: 100%;
}

.kayak-board .row {
    margin-top: 40px;
    display: grid;
    grid-gap: 12px;
    grid-template-columns: repeat(2, 2fr);
    padding-left: 10px;
    padding-right: 30px;
}

.kayak-board .row img {
    padding-top: 20px;
}

.kayak-board .row button {
    width: 146px;
    height: 37px;
    color: #0E3167;
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}

.kayak-board .foldkayaks-board-left img.left-board {
    margin-top: 38px;
    margin-left:auto;
    margin-right: auto;;
   
}
.foldkayaks-board-right .content.text-center img{
    margin-left: auto;
    margin-right: auto;
}

.content.text-center h3 {
    font-size: 47px;
    color: #ffffff;
    text-transform: uppercase;
}

.our-story {
    padding: 20px 0;
}

.text-container-our-story {
    text-align: center;
    padding: 0px 40px 0px 40px;
}

.our-story img{
    width:  100%;
}

.text-container-our-story p {
    margin-bottom: 20px;
}

.text-container-our-story button {
    width: 211px;
    height: 90px;
    background: #0E3167;
    color: #ffff;
    border-radius: 5px;
    border: none;
    margin-bottom: 20px;
    padding: 10px;
}

.text-container-our-story button span {
    color: #ffffff;
}

.text-container-our-story button h6.explore-our {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.text-container-our-story button h5.journey {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.our-story .col-md-6 {
    padding: 20px 0 20px 0;
}


.our-story h3 {
    font-size: 32px !important;
    font-weight: 700;
    color: #0E3167;
    text-transform: uppercase;
}

.our-story h2 {
    font-size: 28px !important;
    font-weight: 700;
    color: #0E3167;
    line-height: 34px;
}

.our-story p {
    font-size: 21px;
    color: #0E3167;
}

.image-container {
    position: relative;
}

.form-container, .text-container {
    position: absolute;
    padding: 40px;
    border-radius: 10px;
    width: 50%;
}

.form-container {
    top: 45%;
    right: 40px;
    transform: translate(0, -50%);
    
}

.text-container {
    top: 40%;
    left: 40px;
    transform: translate(0, -50%);
}

.text-container h1 {
    font-size: 64px;
    font-weight: 700;
    color: #ffffff;
}

.text-container p {
    font-size: 30px;
    font-weight: 400px;
    color: #ffffff;
}

.form-container input {
    background: none !important;
    color:#ffffff;
}
.form-container input:focus{
    color:#ffffff; 
}

.form-container input::placeholder {
    color: #ffffff; /* Change this to your desired placeholder color */
}

form .form-control {
    background-color: transparent; /* Make the background transparent */
    border: none; /* Remove all borders */
    border-bottom: 1px solid white; /* Add only a white bottom border */
    border-radius: 0; /* Remove any border radius */
    padding:5px 0 !important;
}

.customer-support {
    padding: 20px 0 40px 0;
}
.customer-support label{
    text-transform: capitalize;
    width: 123px;
    margin-right: 20px;
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #ffffff;
}
.customer-support label:hover {
    background-color: #ffffff;
    color: #000;
}
.customer-support button {
    text-transform: capitalize;
    width: 123px;
    margin-right: 20px;
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #ffffff;
}

.customer-support button:hover {
    background-color: #ffffff;
    color: #000;
}

.custom-margin .col-md-6 .mb-3{
    display:flex;
}


.content-section{
    position: relative;
}
.page-title-section h1{
    font-size: 38px;
    color:#0E3167;
    padding:40px 0 40px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;

}
.first-image-section{
    border-right: 9px solid #0E3167;
}
.second-text-section{
    border-right: 9px solid #0E3167;
    padding: 80px 0 80px 0;
}
.second-text-section h3{
    font-size: 28px;
    font-weight: 700;
    color:#0E3167;
    padding: 0 80px 0 80px;
    text-align: right;
}
.second-text-section p{
    font-size: 21px !important;
    font-weight: 400;
    color:#0E3167;
    padding: 0 80px 0 80px;
    text-align: right;
}

#country{
    color:#ffffff !important;
}

#message{
    margin-top:10px !important;
}

select{

background:transparent !important;    
}

option {
        color: #000;
      }
.custom-margin{
    margin-top:20px !important;
}
.custom-margin-1{
    margin-top:15px !important;
}
.second-image-section{
padding: 80px 0 80px 0;
}
.second-image-section img{
    padding: 0px 80px 0px 80px;
    margin:auto !important;
    width:100% !important;
}
.second-content-section .second-year{
    width:94px;
    height: 94px;
    border-radius: 50%;
    border:4px solid #0E3167;
    position: absolute;
    top:32%;
    left:46%;
    z-index: 9999 !important;
    background: #ffffff;
}

.second-content-section .second-year div{
    width: 50px;
    position: absolute;
    top: 12%;
    left: 30%;
    color:#0E3167;
    font-size: 15px;
    font-weight: bolder;
}
.second-content-section .fourth-year  div{
   
    top: 38%;
  
    
 
}
.second-content-section .second-year div p{
        margin: 0 12px;
}
.second-content-section .fourth-year span{
   
    top:40% !important;
    
}


.first-year-1 div{
    top:38% !important;
}
.second-content-section{
    position: relative;
}
.first-image-section img{
    padding: 0 80px 0 80px;
    margin:auto !important;
    width:100% !important;
}
.first-text-section{
    margin:auto !important;
    padding:0 80px 0 80px !important;
}
.first-text-section h3{
    font-size: 28px;
    font-weight: 700;
    color:#0E3167;
}
.first-text-section p{
    font-size: 21px !important;
    font-weight: 400;
    color:#0E3167;
}
.first-content-section .first-year{
    width:94px;
    height: 94px;
    border-radius: 50%;
    border:4px solid #0E3167;
    position: absolute;
    top:40%;
    left:46%;
    z-index: 9999 !important;
    background: #ffffff;
}

.first-content-section .first-year div{
    width: 50px;
    position: absolute;
    top: 12%;
    left: 30%;
    color:#0E3167;
    
    font-size: 15px;
    font-weight: bolder;
}
.first-content-section .first-year p{
  margin: 0 12px;
}
.first-content-section{
    position: relative;
}
.last-section h1{
    text-align: center;
    padding:80px;
    font-size: 28px !important;
    font-weight: 700;
    color:#0E3167
}
.dark-spot{
    width:50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    background: #0E3167;
  left:48.1%;
  bottom:-2%;
    
}
.second-text-section-more{
    padding:0 !important;
}
.second-text-section-more p{
    padding: 200px 80px 200px 80px;
}

.second-content-section-more .second-year {
    top:40%;
}
.first-content-section .third-year span{
    top:25%;
    left:25%;
}
.register-kayak-content{
    padding:20px
}
.form-control{
    margin-bottom:20px;
}

@media only screen and (max-width:768px) {
    .banner-section .home-page-banner-image {
        display: none;
    }

    .banner-section .contact-support-banner .content-on-banner h1 {
        font-size: 28px !important;
    }

    .banner-section .contact-support-banner .content-on-banner p {
        font-size: 14px !important;
    }

    .banner-section .home-page-banner-image-mobile {
        width: 100%;
    }

    .contact-support-banner {
        width: 90% !important;
        left: 0 !important;
        right: 0 !important;
    }

    .main-section .home-about-us {
        display: block !important;
        padding: 0 5px !important;
    }
.main-section .home-about-us .about-us-common h3{
    padding:0 !important;
}
    .main-section .home-about-us .about-us-common {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .register-kayak {
        margin: 0 !important;
    }

    .register-kayak .col-9 {
        width: 100% !important;
        padding: 0 20px !important;
    }

    .register-kayak h1 {
        line-height: 1 !important;
        font-size: 28px !important;
    }

    .register-kayak .col-3 {
        margin: auto !important;
        padding:0 20px !important;
        width: 100% !important;
    }

    .register-kayak button {
        font-size: 16px !important;
    }

    .tips-tricks.centered-content .image-container img {
        width: 100% !important;
    }

    .our-story h3{
        font-size:28px !important;
    }
    .our-story h2{
        font-size:24px !important;
    }
    .our-story  p{
        font-size: 16px !important;
    }

    .content.text-center h1 {
        font-size: 20px !important;
    }

    .content.text-center h3 {
        font-size: 15px !important;
    }

    .kayak-board .row button {
        font-size: 12px !important;
    }
    .text-container-our-story button h6.explore-our{
        font-size:16px !important;
    }
    .text-container-our-story button h5.journey{
        font-size:28px !important;
    }
    .about-us-common p{
        padding:20px;
    }
    .kayak-board .row {
        display: block !important;
        margin-top: 20px !important;
        padding: 0 10px !important;
    }

    .kayak-board .foldkayaks-board-left img.left-board {
        width: 140px !important;
        padding-top: 20px !important;
        margin-top: 0 !important;
    }

    .foldkayaks-board-right {
        margin-left: 0 !important;
    }

    .foldkayaks-board-right .content.text-center img {
        width: 140px !important;
    }

    .foldkayaks-board-right {
        margin-top: 20px !important;
    }

    .our-story .row .image-container img {
        width: 100% !important;
    }

    .our-story .text-container-our-story {
        padding: 20px 20px !important;
    }

    .video-container iframe {
        width: 100% !important;
        height: 200px !important;
    }

    .centered-content h1 {
        font-size: 24px !important;
    }

    .overlay-title {
        font-size: 20px !important;
    }

    .customer-support .img-fluid , .customer-support .img-fluid-tab{
        display: none !important;
    }
   
    .customer-support .img-fluid-mobile {
        width: 100% !important;
    }

    .text-container {
        top: 15% !important;
        left: 0 !important;
    }

    .text-container h1 {
        font-size: 30px !important;
    }

    .text-container p {
        font-size: 15px !important;
    }

    .form-container {
        top: 50% !important;
        right:0 !important; 
    }

    .text-container, .form-container {
        width: 100% !important;
    }

    .content-section-desktop{
        display: none;
    }
    .mobile-section  .first-year h4{
        text-align: center;
        font-weight: 700;
        font-size: 40px;
        color:#0E3167;

        
    }
    .mobile-section .mobile-text-section h3{
        text-align: center;
        color:#0E3167;
        font-size:24px;
    }
    .mobile-section .mobile-text-section p{
        font-size:14px;
        text-align: center;
        color:#0E3167;
    }
    .mobile-image-section img{
        width: 100% !important;
        padding:20px 40px 20px 40px;
    }
    .mobile-section-first{
        margin:20px 0;
    }
    .last-section h1 {
        font-size:18px !important;
    }
    form .form-control{
        padding:0px !important;
    }

}

@media only screen and (min-width:769px) {
    .banner-section .home-page-banner-image-mobile {
        display: none;
    }

    .customer-support .img-fluid-mobile {
        display: none !important;
    }
    .main-section .home-about-us .about-us-common .our-customer-board-img{
        width:100%;
    }
    .mobile-section{
        display: none;
    }
    

}

@media screen and (min-width:768px) and (max-width:991px) {
    .first-content-section .first-year{
    width: 70px;
    height: 70px;
    left: 44.2%;
    top:40%;
    }
    .first-content-section .first-year span{
    top: 34%;
    left: 26%;
    font-size:12px;
    }
    .second-content-section .second-year {
        width: 70px;
        height: 70px;
        left: 44.2%;
        top:40%;
    }
    
    .first-year.first-year-1 div{
        font-size:10px !important;
    }
    .third-year.first-year div{
        font-size:10px !important;
    }
    .second-content-section .second-year div{
        font-size:10px;
    }
    .first-text-section{
        padding: 0 40px 0 40px !important;
    }
    .first-text-section h3{
        font-size:22px !important;
    }
    .first-text-section p{
        font-size:16px !important;
    }
    .second-text-section h3 {
        font-size:22px !important;

    }
    .second-text-section p{
        font-size:16px !important;
    }
    .second-text-section-more{
        padding:80px 0 80px 0 !important;
    }
    .dark-spot{
        width:20px;
        height: 20px;
     left:48.4%;
     
        
    }
    .first-content-section .third-year span{
          top:25%;
            left:25%;
        font-size: 10px;

        }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .banner-section .contact-support-banner {
        width: 385px !important;
        top: 45% !important;
    }

    .banner-section .contact-support-banner .content-on-banner h1 {
        font-size: 30px !important;
    }

    .banner-section .contact-support-banner .content-on-banner p {
        font-size: 14px !important;
    }

    .main-section .home-about-us {
        display: block !important;
    }

    .main-section .home-about-us .about-us-common {
        margin: 0px 40px 40px 40px;
    }

    .register-kayak button {
        font-size: 14px !important;
    }
    .kayak-board .row
    {
        grid-template-columns: repeat(1, 2fr);
        padding-right: 0 !important;
        padding-left:0 !important;
    }
    .our-story .row .col-md-6{
        width:100%;
    }
    .foldkayaks-board-right {
        margin-left: 0 !important;
        margin-top:40px !important;
    }
    .centered-content .video-container iframe {
        height: 300px !important;
}
.overlay-title{
    font-size:16px !important;
}.register-kayak p {
    font-size: 14px !important;
}.register-kayak h1 {
    font-size:30px !important;
}
.centered-content h1{
    font-size:28px;
}
.main-section .home-about-us .about-us-common p {
    font-size:14px !important;
}


.kayak-board .foldkayaks-board-left img.left-board{
    margin-top:0 !important;
}
.text-container h1{
    font-size: 30px !important;
}
.text-container p {
    font-size: 14px !important;
}
.content.text-center h1{
    font-size:36px !important;
}
.content.text-center h3 {
    font-size:27px !important;
}
.our-story h3{
    font-size:27px !important;
}
.our-story h2{
    font-size:23px !important;
}
.our-story p{
    font-size: 16px !important;
}
.text-container-our-story button h6.explore-our{
    font-size:14px !important;
}
.text-container-our-story button h5.journey {
    font-size: 27px !important;
}.our-story .text-container-our-story {
padding: 0 20px 0 20px;
}
}

@media screen and (min-width:769px) and (max-width:1400px) {
.first-image-section img{
        padding:0 40px 0 40px;  
}
.second-image-section {
    padding: 40px 0 40px 0;
    margin: auto !important;
}
.second-image-section img {
    padding: 0px 40px 0px 40px;
    
}
.second-text-section h3{
    
    padding:0 40px 0 40px;
}
.second-text-section p{
    
    padding:0 40px 0 40px;
}
.img-fluid,.img-fluid-mobile{
    display: none;
}
.img-fluid-tab{
    width: 100%;
}
}

@media screen and (min-width:1024px) and (max-width:1400px) {
    .content.text-center h1{
        font-size:36px !important;
    }
    .content.text-center h3 {
        font-size:27px !important;
    }
    .our-story h3{
        font-size:27px !important;
    }
    .our-story h2{
        font-size:23px !important;
    }
    .our-story p{
        font-size: 16px !important;
    }
    .text-container-our-story button h6.explore-our{
        font-size:14px !important;
    }
    .text-container-our-story button h5.journey {
        font-size: 27px !important;

    }

    .our-story .text-container-our-story {
    padding: 0 20px 0 20px;
    }

    }
    @media screen and (min-width:992px) and (max-width:1200px) {
        .first-content-section .first-year{
            width: 80px;
            height: 80px;
            left:45.3%;
        }
        .second-content-section .second-year {
            width: 80px;
            height: 80px;
            left:45.3%;
        }
        .second-text-section-more{
            padding:135px 0 135px 0 !important;
        }
        .dark-spot{
            width: 25px;
            height: 25px;
            left:48.5%;
        }
        .first-text-section h3{
            font-size: 24px;

        }
        .first-text-section p {
            font-size: 16px !important;
        }
        .second-text-section h3 {
            font-size: 24px;
        }
        .second-text-section p{
            font-size: 16px !important;
        }
        .first-content-section .first-year{
            width: 80px;
            height: 80px;
            left:45.3%;
        }
        .second-content-section .second-year {
            width: 80px;
            height: 80px;
            left:45.3%;
        }
     
        .second-text-section-more{
            padding:80px 0 80px 0 !important;
        }
        
        .first-text-section h3{
            font-size: 24px;

        }
        .first-text-section p {
            font-size: 16px !important;
        }
        .second-text-section h3 {
            font-size: 24px;
        }
        .second-text-section p{
            font-size: 16px !important;
        }
        .kayak-board .row {
            grid-template-columns: repeat(1, 2fr);
            padding:0 10px 0 10px;
        }
        .foldkayaks-board-right{
            margin-left:0 !important;
        }
        }
        @media screen and (min-width:1201px) and (max-width:1400px) {
            .first-content-section .first-year{
                width: 80px;
                height: 80px;
               
            }
            .second-content-section .second-year {
                width: 80px;
                height: 80px;
               
            }
           
            .dark-spot{
                width: 30px;
                height: 30px;
                left:48.5%;
            }
            .second-text-section-more{
                padding:180px 0 180px 0 !important;
            }
            
        }

           
        @media only screen and (min-width:1401px) {
            .customer-support .img-fluid-tab {
             display: none !important; 
            }
        }
        
         @media only screen and (min-width:991px) and (max-width:1400px) {
            .second-content-section .second-year div{
             font-size:12px !important;
            }
            .first-content-section .first-year div{
                font-size:12px !important;
            }
        }
            