/*------------------------------
    01. START FONT COLOR
------------------------------*/

:root {
    --bg-primary: #005A96;
    --bg-primary-hover: rgba(0, 85, 238, 0.8);
    --bg-secondary: #fff;
    --text-primary: #fff;
    --text-secondary: #010101;
    --text-secondary-inactive: rgba(1, 1, 1, 0.5);
    --text-primary-hover: rgba(255, 255, 255, 0.8);
    --text-secondary-hover: rgba(1, 1, 1, 0.8);
}

body {
    color: var(--text-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title h3,
.why-us h3,
.main-features .one-feature h5,
.recent-news .recent-news-slider .item h3,
.download-app h2,
.git-in-touch .contact-info .info-box h5,
.git-in-touch .contact-info .info-box a,
.blog-page .blog-box .blog-details h3 a,
aside.sidebar .categories ul li a,
aside.sidebar .recent-post .post h4 a,
aside.sidebar .tags ul li a,
.single-blog-page .blog-box .blog-details h3 {
    color: var(--text-secondary);
}

.background-withcolor {
    .section-title p {
        color: var(--text-primary);
    }
}



/*------------------------------
    01. END FONT COLOR
------------------------------*/

/*------------------------------
    02. START MAIN COLOR
------------------------------*/
.themes-colors span,
.preloader,
.btn-theme.btn-colord:before,
.background-withcolor,
.box,
.clients-testimonial .testimonial-slider .item .client-testimonial,
.clients-testimonial .testimonial-slider .slick-dots li.slick-active button,
.prices .price-table .bottom,
.prices .price-table .top .offer,
.our-team .team-slider .slick-dots li.slick-active button,
.recent-news .recent-news-slider .slick-dots li.slick-active button,
.faq .accordion .card .card-header h5 .btn.collapsed,
nav .pagination .page-item.active .page-link,
aside.sidebar .gray-panel h3:after {
    background: #005A96 ;
}

#slide .container {
    /*background: url(/assets/landing/img/bg_fish4.gif) 50%;
    background-size: cover;*/
}

a,
.btn-white,
.lnr,
.section-title h3 span,
.other-features .other-features-slider .item h4,
.clients-testimonial .testimonial-slider .item .client-info h3,
.fun-facts .fact-box h5,
.fun-facts .fact-box h6,
.prices .price-table .top h4,
.prices .price-table .top h3,
.prices .price-table .top h5,
.our-team .team-slider .person h3,
footer .subscribe .subscribe-form h4,
.blog-page .blog-box:hover .blog-details h3 a,
.single-blog-page .blog-box .post-tag-area ul li a:hover,
.comments-container .comments-list li .reply:hover {
    color: var(--text-secondary);
}

.main-features .features-circle:before,
.clients-testimonial .testimonial-slider .item .client-info figure,
.faq .accordion,
.faq .accordion .card .card-header h5:after,
.git-in-touch .form-group .form-control,
.pricing-modal .form-group .form-control,
.paysera-section .form-group .form-control,
footer .subscribe .subscribe-form .form-group .form-control,
aside.sidebar .search .form-group .form-control,
.single-blog-page .blog-box .blog-details blockquote,
.comments-form .form-group .form-control {
    border-color: #2CA8FF;
}

.clients-testimonial .testimonial-slider .item .client-testimonial:after {
    border-top-color: #2CA8FF;
}

.features-circle svg circle {
    stroke: #2CA8FF;
}

.lity,
.watch-video .video:before {
    background: rgba(0, 205, 205, 0.7);
}

/*------------------------------
    02. END MAIN COLOR
------------------------------*/

/*------------------------------
    03. START SECOND COLOR
------------------------------*/
.btn-theme,
.btn-theme:hover,
.boxes .box:after,
.git-in-touch .form-group .form-control~.focus-border,
.pricing-modal .form-group .form-control~.focus-border,
.paysera-section .form-group .form-control~.focus-border,
aside.sidebar .search .form-group .form-control~.focus-border,
.comments-form .form-group .form-control~.focus-border {
    background: #005A96;
}

.btn-theme-white-border {
    border: 1px solid #005A96;

    &.btn-theme-secondary {
        border: 1px solid #005A96;
    }
}

.btn-theme-white-border:hover {
    border: 1px solid white;

    &.btn-theme-secondary {
        border: 1px solid #005A96;
    }
}

.our-team .team-slider .person:hover h3,
.our-team .team-slider .person ul li a,

footer .copyright a:hover {
    color: #005A96;
}

.boxes .box:hover .lnr {
    color: #005A96;
}

/*------------------------------
    03. END SECOND COLOR
------------------------------*/

.theme-select {
    background: none;
    border: none;
    border-bottom: 2px solid #2CA8FF;
    width: 100%;
    font-size: 1rem;
    color: #495057;
    padding: 10px 15px;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 300;
}

.form-control~.focus-border {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    transform: translateX(-50%);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.theme-select:focus-visible {
    outline: none;
}