/* @font-face */
@font-face {
    font-family: "Gothic";
    src: url("../fonts/gothic/CenturyGothic.ttf");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Molarabic";
    src: url("../fonts/molarabic/MOLarabicRegular.ttf");
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --pc: #555555;
    --pc2: #002547;
    --pc3: rgba(64, 16, 103, 1);
    --wc: #ffffff;
    --bc: #000000;
    --gc: #cccccc;
    --body-pc: linear-gradient(90deg, rgba(112, 0, 122, 1) 0%, rgba(0, 52, 64, 1) 100%);
    --bg-light: #f5f5f5;
    --bg-white: #ffffff;
    --deep-navy: #022a4c;
    --night: #030014;
    --heading: #0b2d4d;
    --text: #626c78;
    --muted: #8d97a3;
    --purple: #8628ff;
    --purple-dark: #591d84;
    --cyan: #00b9ff;
    --line: #e5e5e5;
    --base-p-size: 16px;
    --base-p-line-height: 1.7;
    --base-a-size: 16px;
    --base-li-size: 16px;
    --base-title-size: clamp(1.5rem, 3vw, 2.2rem);
    --base-h1-size: clamp(2rem, 3.8vw, 3rem);
    --base-h2-size: clamp(1.75rem, 3.2vw, 2.5rem);
    --base-h3-size: clamp(1.5rem, 2.6vw, 2rem);
    --base-h4-size: clamp(1.3rem, 2.1vw, 1.75rem);
    --base-h5-size: clamp(1.1rem, 1.7vw, 1.4rem);
    --base-h6-size: clamp(1rem, 1.35vw, 1.15rem);
}


html {
    scroll-behavior: smooth;
}

body {
    background: var(--bg-light);
    font-weight: 400;
    font-size: var(--base-p-size);
    color: var(--pc);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* font-family: 'Gothic', 'Molarabic'; */
    /*    font-family: 'Playfair Display SC', serif;*/
    font-family: "Roboto", sans-serif;
}

html,
body {
    margin: 0;
    padding: 0;
}

/* overflow-x:hidden must stay off html - setting it there breaks
   position:sticky for every descendant in Chrome/Firefox/Safari alike.
   Keeping it on body only gives the same "no horizontal scroll" result
   without disabling sticky headers. */
body {
    overflow-x: hidden ! important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.25;
}

h1 {
    font-size: var(--base-h1-size) !important;
}

h2 {
    font-size: var(--base-h2-size) !important;
}

h3 {
    font-size: var(--base-h3-size) !important;
}

h4 {
    font-size: var(--base-h4-size) !important;
}

h5 {
    font-size: var(--base-h5-size) !important;
}

h6 {
    font-size: var(--base-h6-size) !important;
}

p {
    font-size: var(--base-p-size) !important;
    line-height: var(--base-p-line-height) !important;
}

li {
    font-size: var(--base-li-size) !important;
    line-height: var(--base-p-line-height) !important;
}

a {
    font-size: var(--base-a-size) !important;
    line-height: var(--base-p-line-height) !important;
}

.ptb-title {
    font-size: var(--base-title-size) !important;
    line-height: 1.2 !important;
}

@media only screen and (max-width:575px) {

    p,
    li,
    a {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    .ptb-title {
        font-size: 20px !important;
    }
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: var(--pc);
    display: inline-block;
}

a:hover {
    text-decoration: none;
    color: var(--pc);
}

button {
    border: none;
}


.custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.custom-row::after {
    content: '';
    clear: both;
    display: table;
}

.section-title {
    text-align: center;
}

.section-title h4 {
    font-size: 35px;
    font-weight: 700;
    line-height: 47px;
    color: var(--wc);
    display: inline-block;
    text-transform: uppercase;

}

/*.section-title h4::after{*/
/*    content: '';*/
/*    height: 2px;*/
/*    width: 80px;*/
/*    background: -o-linear-gradient(330.11deg, #EB06FF 9.93%, #06D2FF 145.3%);*/
/*    background: linear-gradient(119.89deg, #EB06FF 9.93%, #06D2FF 145.3%);*/
/*    display: block;*/
/*    margin-top: 20px;*/
/*    margin-left: -30px;*/
/*}*/
.section-title.no-after h4::after {
    display: none;
}

.section-title2 h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 26px;
    color: var(--wc);
    text-transform: uppercase;

}

.section-title2 h6 {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    background: -webkit-linear-gradient(119.89deg, #EB06FF -12.22%, #06D2FF 145.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin: 0;
    padding-bottom: 30px;

}

.section-title2 h4::after {
    content: '';
    height: 2px;
    width: 80px;
    background: -o-linear-gradient(330.11deg, #EB06FF 9.93%, #06D2FF 145.3%);
    background: linear-gradient(119.89deg, #EB06FF 9.93%, #06D2FF 145.3%);
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.text-justify {
    text-align: justify;
}