@font-face {
    font-family: 'IvyMode';
    src: url('https://comcat.ai/dev/assets/iva-font/IvyMode-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IvyMode';
    src: url('https://comcat.ai/dev/assets/iva-font/IvyMode-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IvyMode';
    src: url('https://comcat.ai/dev/assets/iva-font/IvyMode-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'IvyMode';
    src: url('https://comcat.ai/dev/assets/iva-font/IvyMode-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'IvyMode';
    src: url('https://comcat.ai/dev/assets/iva-font/IvyMode-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'IvyMode';
    src: url('https://comcat.ai/dev/assets/iva-font/IvyMode-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://comcat.ai/dev/assets/iva-font/Satoshi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://comcat.ai/dev/assets/iva-font/Satoshi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://comcat.ai/dev/assets/iva-font/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://comcat.ai/dev/assets/iva-font/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://comcat.ai/dev/assets/iva-font/Satoshi-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://comcat.ai/dev/assets/iva-font/Satoshi-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://comcat.ai/dev/assets/iva-font/Satoshi-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://comcat.ai/dev/assets/iva-font/Satoshi-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://comcat.ai/dev/assets/iva-font/Satoshi-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://comcat.ai/dev/assets/iva-font/Satoshi-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

*{
    padding:0;
    margin:0;
}

body{
    font-family: 'Satoshi', sans-serif;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'IvyMode', sans-serif;
    color:#1F3952;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    font-family: 'Satoshi', sans-serif;
}
.theme-btn-orange{
    color: #ffffff;
    background-color: #FF5300;
    font-size: 20px;
    font-weight: 700;
    padding: 18px 30px;
    border-radius: 8px;
    border: 1px solid #FF5300;
}
.theme-btn-white{
    color: #1F3952;
    background-color: #FFffff;
    font-size: 20px;
    font-weight: 700;
    padding: 18px 30px;
    border-radius: 8px;
    border: 1px solid #1F3952;
}

.section-heading{
    font-size: 75px;

}
.bg-lines{
     background-image: url("../images/bg-lines.png");
     background-size:contain;
     
}
/* Header Begin */
header {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 5;
    padding: 15px 0px;
}
header .header-btn a{
    background-color: #083A5E;
    padding: 10px 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
header .header-btn a i{
    font-size: 14px;
    margin-top: 2px;
}
header .nav-link{
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-weight: 600;
}
header .nav-link:hover{
    border-bottom:2px solid #ED6934;
}
header .navbar-nav{
    display: flex;
    gap: 40px;
}
.navbar-brand img{
    width: 160px;
}
/* Header end */
/* Hero Banner begin */
.hero-banner {
    background-image: url("../images/comcat-bg.png");
    height:100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.hero-banner h1{
    font-size: 75px;
    font-weight: 400;
}
.hero-banner p{
    color:#1F3952;
    font-size: 28px;
    font-weight: 500;
}
.hero-banner ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-top: 40px;
}

/* Hero banner end */
/* About Section begin */
.about-wrapper .about-content{
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    min-height: 420px;
}
.about-wrapper .about-content h2{
    font-size: 42px;
    font-weight: 400;
}
.about-wrapper .about-content p{
    color:#3D3D3D;
    font-size: 18px;
    font-weight: 400;
}
.about-wrapper{
    margin-top: -60px;
}
.About-video{
    position: relative;
}
.About-video video{
    border-radius: 10px;
}
.About-video img{
    width:100%;
    border-radius: 10px;
}
.About-video a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 0;
}
.About-video a svg{
    width: 100%;
}
/* About Section end */
/* Area Begin */
.area-content-wrapper{
    padding:50px 0px;
}

.area-content-wrapper .area-content{
    text-align: center;
}
/* Area End */

/* Counter begin */
.counter-section {
    text-align: center;
    padding: 0px 0 50px;
}
.counter-box {
    font-size: 36px;
    font-weight: bold;
    color: #1F3952;
}
.counter-text {
    font-size: 18px;
    color: #1F3952;
}
.counter-section .container{
    border-bottom: 2px solid #1f3952;
}
/* Counter end  */


/* CTA banner begin */
.cta-wrapper{
    margin: 40px 0px;
}
.cta-wrapper .cta-banner{
    background-color: #1F3952;
    color: #ffffff;
    padding: 70px 20px;
    text-align: center;
    border-radius: 55px;
}
.cta-wrapper .cta-banner h2{
    font-size: 70px;
    color: #ffffff;
    font-weight: 400;
}
.cta-wrapper .cta-banner p{
    font-size: 30px;
    padding-bottom: 20px;
}


/* CTA banner end */

/* Tab Begin */
.subcription-card{
    width: 365px;
    text-align: left;
    background-color: #E2E2E2;
    border-radius: 25px;
    padding: 30px 15px;
}
.subcription-card h4{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
.subcription-card #month-p{
    font-size: 36px;
    font-weight: 700;
}
.subcription-card p{
    display: flex;
    align-items: center;
    gap: 15px;
}
.subcription-card p i{
    color: #3D3D3D;
    border: 1px solid #3D3D3D;
    border-radius: 50%;
    padding: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.subcription-card a{
    text-align: center;
    width: 100%;
    display: block;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 0px;
}
.progress-bar-wrap img{
    width: 450px;
}
.progress-bar-wrap .progress-values{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
}
.progress-bar-wrap .progress-values p span{
    color:#1F3952;
    font-size: 70px;
}
.progress-bar-wrap .progress-values p{
    font-size: 22px;
    line-height: 22px;
    font-family: 'Satoshi', sans-serif;
}
.Tab-wrapper .nav{
    background-color: #1F3952;
    display: flex;
    width: 400px;
    text-align: center;
    justify-content: space-between;
    border-radius: 25px;
    padding: 4px;
}
.Tab-wrapper .nav-link{
    width: 195px;
    font-size: 18px;
    color:#ffffff;
}
.Tab-wrapper .nav-link.active{
    background-color: #ffffff;
    color:#1F3952;
    border-radius: 25px;

}
/* Container for the progress bar */
.progress-container {
    position: relative;
    width: 300px;
    height: 150px; /* Half-circle */
    overflow: hidden;
}

/* Styling for the progress text */
.progress-text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: bold;
}

/* Range input styling */
input[type="range"] {
    width: 100%;
    margin-top: 20px;
}
/* Tab end */
/* Footer begin */
.footer {
    background-color: #0C2C48;
    color: white;
    padding: 60px 0 0px;
}
.footer a {
    color: white;
    text-decoration: none;
}
.footer a:hover {
    color:#ED6934;
}
.social-icons a {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-area h5{
    position: relative;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 15px;
}
.footer-area h5::before{
    content: '';
    position: absolute;
    width: 48px;
    height: 3px;
    background-color: #ED6934;
    bottom: 0;
    top: 25px;
}
.footer-area ul{
    padding-left: 0px;
}
.footer-area ul li{
    line-height: 35px;
}
.footer-col-1 img{
    width: 200px;
}
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: white;
    color: #0C2C48;
    border-radius: 50px;
    padding: 20px 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    writing-mode: vertical-rl;
    text-align: center;
    cursor: pointer;
    letter-spacing: 5px;
    border: 1px solid #ED6934;
}
.copyright-text{
    margin-bottom: 0;
    padding: 10px 0px 15px;
    text-align: center;
    border-top: 1px solid;
    margin-top: 30px;
}


/* Footer end */
/* Contact us begin */
.contact-wrapper{
    padding: 120px 0px 100px;
}
.contact-wrapper .container{
    background-color: #F0F0F0;
    border-radius: 10px;
}
.contact-wrapper .contact-left{
    background-color: #ffffff;
    margin: 25px 0px 25px 15px;
    text-align: right;
    border-radius: 10px 0px 0px 10px;
}
.contact-wrapper .contact-left img{
    width: 310px;
}
.contact-form{
    background-color: #1F3952;
    margin: 25px 15px 25px 0px;
    padding: 30px 15px 20px;
    border-radius: 10px;
}
/* Contact us end */
/*Other pages begin*/
.privacy-wrapper{
    padding: 140px 0px 100px;   
}
.privacy-content h1{
    font-size: 75px;
    display: inline-block;
    border-bottom: 3px solid #1F3952;
    margin-bottom: 70px;
}
.privacy-content h2{
    font-family: 'Satoshi', sans-serif;
    text-transform: uppercase;
    color: #000000;
}
.privacy-conten ul{
    list-style: disc;
}
/* Other pages end */
/* Mobile Responsive begin */
@media (max-width:768px){
    .hero-banner{
        height: 80vh;
        padding: 0px 15px;
    }
    .hero-banner h1{
        font-size: 30px;
    }
    .hero-banner p{
        font-size: 18px;
    }
    .theme-btn-orange{
        font-size: 14px;
        padding: 12px 20px;
    }
    .theme-btn-white{
        font-size: 14px;
        padding: 12px 20px;
    }
    .about-wrapper .about-content h2{
        font-size: 30px;
    }
    .about-wrapper .about-content p{
        font-size: 18px;
    }
    .about-wrapper .about-content{
        margin-bottom: 20px;
        min-height: initial;
    }
    .section-heading{
        font-size: 30px;
    }
    .progress-bar-wrap img{
        width: 100%;
    }
    .cta-wrapper .cta-banner h2{
        font-size: 30px;
    }
    .cta-wrapper .cta-banner p{
        font-size: 18px;
    }
    .footer-col-1 img{
        margin-bottom: 25px;
    }
    .Tab-wrapper .nav{
        width: 100%;
    }
    .Tab-wrapper .nav-link{
        width: 150px;
        font-size: 14px;
    }
    .back-to-top{
        font-size: 10px;
        padding: 20px 10px;
    }
    .progress-bar-wrap .progress-values p span{
        font-size: 40px;
    }
    .progress-bar-wrap .progress-values p{
        font-size: 15px;
    }
    .subcription-card{
        margin-top: 20px;
    }
}




/* Mobile Responsive End */