@font-face {
    font-family: "Anjoman-Light";
    src: url('../fonts/Anjoman-Light.ttf') format("truetype");
    font-display: swap;
    font-weight: normal !important;
    font-style: normal !important;
}

@font-face {
    font-family: "Anjoman-Medium";
    src: url("../fonts/Anjoman-Medium.ttf") format("truetype");
    font-display: swap;
    font-weight: normal !important;
    font-style: normal !important;
}

@font-face {
    font-family: "Anjoman-Regular";
    src: url("../fonts/Anjoman-Regular.ttf") format("truetype");
    font-display: swap;
    font-weight: normal !important;
    font-style: normal !important;
}

@font-face {
    font-family: "Anjoman-Bold";
    src: url("../fonts/Anjoman-Bold.ttf") format("truetype");
    font-display: swap;
    font-weight: normal !important;
    font-style: normal !important;
}

html {
    font-size: 62.5%;
    text-rendering: geometricPrecision;
}

body {
    overflow-x: hidden;
    font-size: 1.6rem !important;
    line-height: normal;
    font-family: "Anjoman-Medium";
    background: #f7f7f7 !important;
}

body.noscroll {
    overflow-y: hidden;
}

* {
    font-weight: normal !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
    outline: none;
}

textarea:focus,
button:focus,
input:focus,
select:focus {
    outline: 0 !important;
}

a:focus,
textarea:focus,
input:focus,
button:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.clearfix {
    zoom: 1;
}

i {
    font-style: normal;
}

ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

li {
    display: inline-block;
}

.hide-mob {
    display: block !important;
}

.hide-des {
    display: none !important;
}

P {
    margin: 0 !important;
}

strong {
    font-weight: bold !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

dl,
ol,
ul {
    margin-bottom: 0;
}

/* ------------------------------*/
/*-------------#font-size--------*/
/*-------------------------------*/

.font-7 {
    font-size: .7rem !important;
}

.font-8 {
    font-size: .8rem !important;
}

.font-9 {
    font-size: .9rem !important;
}

.font-10 {
    font-size: 1rem !important;
}

.font-11 {
    font-size: 1.1rem !important;
}

.font-12 {
    font-size: 1.2rem !important;
}

.font-13 {
    font-size: 1.3rem !important;
}

.font-14 {
    font-size: 1.4rem !important;
}

.font-15 {
    font-size: 1.5rem !important;
}

.font-16 {
    font-size: 1.6rem !important;
}

.font-17 {
    font-size: 1.7rem !important;
}

.font-18 {
    font-size: 1.8rem !important;
}

.font-19 {
    font-size: 1.9rem !important;
}

.font-20 {
    font-size: 2rem !important;
}

.font-21 {
    font-size: 2.1rem !important;
}

.font-22 {
    font-size: 2.2rem !important;
}

.font-23 {
    font-size: 2.3rem !important;
}

.font-24 {
    font-size: 2.4rem !important;
}

.font-25 {
    font-size: 2.5rem !important;
}

.font-26 {
    font-size: 2.6rem !important;
}

.font-27 {
    font-size: 2.7rem !important;
}

.font-28 {
    font-size: 2.8rem !important;
}

.font-29 {
    font-size: 2.9rem !important;
}

.font-30 {
    font-size: 3rem !important;
}

.font-31 {
    font-size: 3.1rem !important;
}

.font-32 {
    font-size: 3.2rem !important;
}

.font-33 {
    font-size: 3.3rem !important;
}

.font-34 {
    font-size: 3.4rem !important;
}

.font-35 {
    font-size: 3.5rem !important;
}

.font-36 {
    font-size: 3.6rem !important;
}

.font-37 {
    font-size: 3.7rem !important;
}

.font-38 {
    font-size: 3.8rem !important;
}

.font-39 {
    font-size: 3.9rem !important;
}

.font-40 {
    font-size: 4rem !important;
}

.font-41 {
    font-size: 4.1rem !important;
}

.font-42 {
    font-size: 4.2rem !important;
}

.font-43 {
    font-size: 4.3rem !important;
}

.font-44 {
    font-size: 4.4rem !important;
}

.font-45 {
    font-size: 4.5rem !important;
}

.font-46 {
    font-size: 4.6rem !important;
}

.font-47 {
    font-size: 4.7rem !important;
}

.font-48 {
    font-size: 4.8rem !important;
}

.font-49 {
    font-size: 4.9rem !important;
}

.font-50 {
    font-size: 5rem !important;
}

/* ------------------------------*/
/*-------------#color------------*/
/*-------------------------------*/
.text-purple {
    color: #221f47;
}

.bg-blue {
    background-color: #6023cf;
}

.bg-purple {
    background-color: #6023cf;
}

/* ------------------------------*/
/*-------------#my code----------*/
/*-------------------------------*/
.rounded-4 {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}

.rounded-10 {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.rounded-15 {
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
}

.rounded-20 {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}

.rounded-25 {
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
}

.rounded-30 {
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
}

.rounded-35 {
    border-radius: 35px !important;
    -webkit-border-radius: 35px !important;
    -moz-border-radius: 35px !important;
    -ms-border-radius: 35px !important;
    -o-border-radius: 35px !important;
}

.rounded-40 {
    border-radius: 40px !important;
    -webkit-border-radius: 40px !important;
    -moz-border-radius: 40px !important;
    -ms-border-radius: 40px !important;
    -o-border-radius: 40px !important;
}

.rounded-50 {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}



/* ===== Custom Scrollbar (Modern & Fancy) ===== */

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: linear-gradient(180deg,
            rgba(17, 42, 83, 0.08),
            rgba(17, 42, 83, 0.02));
    border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg,
            #1b3a73,
            #112a53);
    border-radius: 20px;
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: all 0.3s ease;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg,
            #2c5fb8,
            #173b73);
}

/* Horizontal scrollbar */
::-webkit-scrollbar:horizontal {
    height: 6px;
}



/* ----- Slider ----- */
.owl-theme .owl-dots .owl-dot span {
    height: 6px !important;
    margin: 5px 2px !important;
    background: #af92e4 !important;

}

.owl-theme .owl-dots .owl-dot.active span {
    background: #6023cf !important;
    width: 30px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    color: #ffffff !important;
    width: 25px;
    border: none;
    padding: 0 !important;
    font: inherit;
    height: 25px;
    border-radius: 50%;
    background: linear-gradient(90deg, #785eaa 0%, #6125cd 50%) !important;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    right: 0;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    left: 0;
}

.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i {
    font-size: 12px;
}

@media (min-width :1550px) {
    .container {
        max-width: 1450px !important;
    }

}