@font-face {
    font-family: "RaleWay-Medium";
    src: url("../font/Raleway-Medium.ttf");
}

@font-face {
    font-family: "RaleWay-Bold";
    src: url("../font/Raleway-Bold.ttf");
}

@font-face {
    font-family: "Sen-Num";
    src: url("../font/Sen-Regular.ttf");
}

body {
    font-family: "RaleWay-Medium";
}

a {
    color: rgba(0, 0, 0, 0.91);
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #4B83FC;
    text-decoration: none;
}

.font-bold {
    font-family: "RaleWay-Bold";
}

.font-medium {
    font-family: "RaleWay-Medium";
}

.font-number {
    font-family: "Sen-Num";
}

.txt-blue {
    color: #4B83FC;
}

.txt-green {
    color: #2DFF38;
}

.txt-orange {
    color: #FFC153;
}

.txt-purple {
    color: #CD50FF;
}

.txt-white {
    color: #ffffff;
}
.txt-resellers-header {
    color: #4E7735;
}

.bg-blue {
    background-color: #4B83FC;
}

.bg-purple {
    background-color: #CE54FF;
}

.bg-orange {
    background-color: #FFB93A;
}

.txt-description {
    color: #6B6B6B;
}
/* Navbar */
.header {
    background-image: url("../img/ResellersBgTwo.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 500px;
}
.header-resellers{
    background-image: url("../img/ResellersBgOne.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}
.txt-header {
    margin-top: 150px;
}

.nav-item {
    margin-left: 30px;
    margin-right: 30px;
}


/*Top Part*/

.top-part-container {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.11);
}


/*Buttons*/

.btn-orginal-border {
    border-radius: 10px;
    border: 2px solid #4b83fc;
    color: #4b83fc !important;
    padding-left: 25px;
    padding-right: 25px;
    transition: 0.3s;
}

.btn-orginal-border:hover {
    background-color: #4b83fc;
    color: white !important;
}

.btn-orginal {
    border-radius: 10px;
    border: 2px solid #4b83fc;
    color: white !important;
    background-color: #4b83fc;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: 0.3s;
}

.btn-orginal:hover {
    background-color: white;
    color: #4b83fc !important;
}
.btn-resellers-header {
    border-radius: 10px;
    border: 2px solid #4E7735;
    color: white !important;
    background-color: #4E7735;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: 0.3s;
}

.btn-resellers-header:hover {
    background-color: white;
    color: #4E7735 !important;
}

.btn-orange {
    background-color: #FFB93A;
    border: 2px solid #FFB93A;
}

.btn-purple {
    background-color: #CE54FF;
    border: 2px solid #CE54FF;
}

.btn-orange:hover {
    background-color: white;
    color: #FFB93A !important;
}

.btn-purple:hover {
    background-color: white;
    color: #CE54FF !important;
}


/*Navbar*/
.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white !important;
    z-index: 1;
}

.sticky + .content {
    padding-top: 130px;
}
/*Section One*/

.section-one {
    background: rgb(254, 254, 254);
    background: linear-gradient(180deg, rgba(254, 254, 254, 1) 0%, rgba(246, 254, 255, 1) 100%);
}


/*Section Two*/


.section-two{
    background-image: url("../img/ResellersSectionTwoBg2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 48%;
}
.resellers-price-container{
    padding: 10px;
    background-color: #ddff0030;
    border-radius: 10px;
}

/*Section Three*/
.section-three{
    background-color:#4B83FC;
    background-image: url("../img/ResellersSectionThree.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.section-three-reseller{
    background-color: white;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px #00000057;
    transition: 0.3s;
}
.section-three-reseller:hover{
    box-shadow: 0 0 20px #ffffff;
}
.section-three-reseller span{
    color:black;
    font-size: 16px;
    margin-left: 20px;
}

/*Footer*/

.footer {
    background-color: #263238;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-top-border {
    padding-top: 20px;
    border-top: 2px solid #ffffffa6;
}
/*Responsive*/
@media screen and (max-width: 990px) {
    .header {
        background-image: url("../img/ResellersBgTwoMobile.png");
    }
    .navbar-nav{
        background-color: #00000005;
        border-radius: 10px;
    }
}