@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
}

html,
body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
body {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

nav.navbar {
    padding: 20px 0;
    width: 100%;
    background-color: rgb(255, 255, 255, 0.8) !important;
    z-index: 9999;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: 1s;
    position: fixed;
    top: 0%;
}

.scrolled {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    transition: 1s;
    padding: 10px 0 !important;
}

a.navbar-brand img {
    width: 100%;
    max-width: 200px;
}

li.nav-item a {
    margin: auto 15px;
    color: #000;
}

.dropdown-menu a {
    text-decoration: none;
    color: #000000;
}

.dropdown-menu a .d-flex {
    transition: all 0.5s;
}

.text ul {
    text-decoration: none;
    list-style: none;
    padding: 0;
}

.text ul li a {
    margin: 5px auto;
    font-size: 0.9rem;
    font-weight: 500;
    color: #606060;
    display: block;
    transition: 1s;
}

.text ul li a:hover {
    color: #FF5A00;
    padding-left: 5px;
    transition: 1s;
}

.nav-link {
    position: relative;
}

.btnRegister {
    background: linear-gradient(45deg, #FF5F6D 0%, #FFC371 100%);
    border: 1px solid transparent;
    text-decoration: none;
    border-radius: 8px;
    padding: 8px 20px;
    font-weight: 500;
    transition: 1s;
    color: #fff;
    font-size: 0.9rem;
}

.btnRegister:hover {
    border: 1px solid #FF5F6D;
    background: transparent;
    color: #FF5F6D;
    transition: 1s;
}

.homePageMainBanner {
    padding: 80px 0;
    padding-top: 170px;
}

.mainBannerImgs {
    background: url('../images/homePage/mainBannerImg05.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}

img.subImg {
    animation: float 6s ease-in-out infinite;
    position: absolute;
    left: -50px;
    top: 0;
    width: 100%;
    max-width: 250px;
}

img.mainImg {
    animation: leftRight 6s ease-in-out infinite;
    width: 100%;
    max-width: 500px;
    margin: auto;
    display: block;
}

img.bgImg {
    width: 100%;
    position: absolute;
    max-width: 65%;
    bottom: -50px;
    top: 0;
    margin: auto;
    right: 0;
    left: -38%;
    z-index: -1;
}

section.homePageMainBanner h1 {
    font-weight: 700;
    font-size: 2.7rem;
    margin-bottom: 50px;
}

section.homePageMainBanner ul {
    margin-bottom: 40px;
    font-weight: 700;
    color: #5B5B5B;
}

.homePageSection02 {
    background: url('../images/homePage/homeSection02Bg.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.homePageSection02 .card {
    border: none;
    padding: 25px;
    border-radius: 20px;
}

.workingSteps .card {
    background: linear-gradient(45deg, rgb(126, 143, 255, 0.2), rgb(146, 239, 253, 0.2));
    border: 1px solid rgb(126, 143, 255, 0);
    border-radius: 10px;
    transition: 1s;
    padding: 10px;
    height: 100%;
}

.workingSteps .card p {
    font-size: 0.9rem;
}

.workingSteps .card img {
    width: 100%;
    max-width: 40px;
    margin-bottom: 20px;
}

.workingSteps .card:hover {
    background: linear-gradient(45deg, rgb(126, 143, 255, 0), rgb(146, 239, 253, 0));
    border: 1px solid rgb(126, 143, 255);
    transition: 1s;
}

.workingSteps .card:hover img {
    filter: drop-shadow(2px 4px 6px black);
    transition: 1s;
}

.homePageSection02 .nav-pills .nav-link {
    border: 1px solid transparent;
    margin: 3px;
    color: #000;
    font-size: 0.9rem;
    font-weight: 600;
}

.homePageSection02 .nav-pills .nav-link:hover {
    border: 1px solid #FF5F6D;
}

.homePageSection02 .nav-pills .nav-link.active {
    background: linear-gradient(45deg, #FF5F6D, #FFC371);
    transition: 1s;
    color: #fff;
}

a.btnLmatr {
    color: #FF5F6D;
    text-decoration: none;
}

a.btnLmatr img {
    transition: 1s;
    padding: 0;
}

a.btnLmatr:hover img {
    padding-left: 15px;
    transition: 1s;
}

.homePageSection02 .tab-content p {
    font-weight: 600;
}

.homePageSection03 {
    background: #052C65;
    padding: 80px 0;
    color: #fff;
}

.homePageSection03 .card {
    border-radius: 20px;
    margin-top: 40px;
    transition: 1s;
    height: 100%;
}

.homePageSection03 .card h6{
    transition: 1s;
}

.homePageSection03 .card-header {
    background: transparent;
    border: 0;
    padding: 30px;
    padding-bottom: 10px;
}

.homePageSection03 .card-body {
    background: linear-gradient(45deg, rgb(255, 95, 109, 0.2), rgb(255, 195, 113, 0.2));
    position: relative;
    padding: 30px;
    margin: 20px;
    margin-top: 10px;
    border-radius: 20px;
    transition: 1s;
}

.homePageSection03 .card-body .btnRegister {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 80% !important;
    margin: auto;
    display: block;
}

.packagesServices span {
    font-size: 0.9rem;
    font-weight: 600;
}

.homePageSection03 .card ul {
    padding: 0;
    list-style: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.homePageSection03 .card ul li {
    margin-bottom: 20px;
}

.homePageSection03 .card:hover h6,
.homePageSection03 .card:hover {
    background: linear-gradient(45deg, rgb(255, 95, 109), rgb(255, 195, 113));
    transform: scale(1.05);
    transition: 1s;
    color: #fff !important;
}

.homePageSection03 .card:hover h6 {
    border-radius: 10px;
    transition: 1s;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 6px;
}

.homePageSection03 .card:hover .btnRegister {
    border: 1px solid #fff !important;
    background: transparent;
    color: #fff !important;
    transition: 1s;
}

.homePageSection03 .card:hover .card-body {
    margin-top: 0;
    padding-top: 20px;
    transition: 1s;
    color: #fff !important;
}

.homePageSection04 {
    background: url('../images/homePage/homeSection04.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}

.homePageSection04 .card {
    background: linear-gradient(154deg, rgb(8, 178, 89, 0.3), rgb(243, 229, 26, 0.3));
    border-radius: 20px;
    padding: 40px 50px;
    border: none;
}

.homePageSection04 .card p {
    margin-bottom: 40px;
    font-weight: 500;
    color: #5B5B5B;
}

.testimonials .card {
    background: #fff !important;
    color: #5B5B5B;
    border-radius: 15px;
}

.testimonialsImg {
    margin-left: 70px;
    display: block;
}

.testimonials button.slick-prev.slick-arrow {
    top: inherit !important;
    bottom: 40px;
    right: 50px;
    left: inherit !important;
}

.testimonials button.slick-next.slick-arrow {
    top: inherit;
    bottom: 40px;
    right: 20px;
}

.testimonials .slick-prev:before,
.testimonials .slick-next:before {
    color: #5B5B5B;
}

.homePageSection05 {
    text-align: center;
    padding: 80px 0;
}

p.number {
    font-size: 5.3rem;
    margin: 0 !important;
    font-weight: 800;
}

.homePageSection06 {
    background: url('../images/homePage/homeSection06Bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background: linear-gradient(180deg, rgb(57, 45, 105, 0.2), rgb(181, 123, 238, 0.2)); */
    padding: 80px 0;
}

.homePageSection06 .card {
    border-radius: 20px;
    position: relative;
    height: 100%;
    border: none;
}

.homePageSection06 .card .cardHeader {
    position: relative;
}

span.tradMarkBtn {
    background: linear-gradient(45deg, #7E8FFF, #92EFFD);
    color: #fff;
    padding: 5px 20px;
    border-radius: 7px;
    font-weight: 400;
    display: block;
    width: fit-content;
    position: absolute;
    bottom: -15px;
    left: 30px;
}

.homePageSection06 .card .card-body {
    font-weight: 500;
    padding: 30px;
}

.homePageSection06 .card .card-body p {
    margin: 20px 0;
    color: #5B5B5B;
}

.section06Content p {
    color: #5B5B5B;
    font-weight: 500;
    font-size: 1.1rem;
}

footer.footer {
    background: linear-gradient(147deg, #392D69, #B57BEE);
    color: #fff;
}

img.footerLogo {
    width: 100%;
    max-width: 250px;
    margin-bottom: 20px;
}

h4.widget-title {
    font-size: 1.3rem;
    margin-top: 18px;
}

.widget p {
    font-weight: 500;
    font-size: 0.9rem;
}

.widget a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: 1s;
}

.widget a:hover {
    padding-left: 5px;
    transition: 1s;
}

.credits p {
    font-weight: 400;
    font-size: 0.9rem;
    margin-top: 5px;
}

.social-media-wrapper p {
    font-weight: 500;
    margin-top: 10px;
    font-size: 0.9rem;
}

.aboutUsMainBanner {
    background: url('../images/aboutUs/aboutUsMainBannerBg.png');
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover !important;
    padding: 120px 0;
    padding-top: 180px;
}

.aboutUsMainBanner .card1,
.aboutUsMainBanner .card {
    background: #fff;
    padding: 20px;
    border: none;
    border-radius: 20px;
}

.aboutUsMainBanner .card h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.aboutUsMainBanner .card1 h1 {
    font-size: 2.7rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.aboutUsMainBanner .card1 ul,
.aboutUsMainBanner .card ul {
    margin: 30px 0;
    font-weight: 700;
}

a.btnRwah {
    border: 1px solid #000;
    text-decoration: none;
    border-radius: 8px;
    padding: 8px 20px;
    color: #000;
    font-size: 0.9rem;
    margin-left: 10px;
    transition: 1s;
}

a.btnRwah:hover {
    background: #000;
    transition: 1s;
    color: #fff;
}

.aboutUsCards p {
    font-weight: 500;
    color: #5B5B5B;
}

.accordion-item {
    border: none;
    border-radius: 10px !important;
}

.accordion-header .accordion-button {
    border-radius: 10px !important;
}

.accordion-flush>.accordion-item>.accordion-collapse {
    border-radius: 10px;
    background: linear-gradient(154deg, rgb(8, 178, 89, 0.3), rgb(243, 229, 26, 0.3));
}

button.accordion-button {
    background: linear-gradient(154deg, rgb(8, 178, 89, 0.3), rgb(243, 229, 26, 0.3));
    font-weight: 600;
    border: none;
    margin: 10px auto;
    border-radius: 10px;
    color: #000;
}

.report p {
    font-weight: 500;
}

section.homePageMainBanner.bgChange {
    background: rgb(255, 195, 113, 0.2);
}

.card.trademarkRegistrationRenewal {
    background: #FF5F6D;
    color: #fff;
    border-radius: 0px;
    padding: 100px 10px !important;
}

.card.trademarkRegistrationRenewal a {
    color: #FF5F6D;
    border: 1px solid #FF5F6D;
    background: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: 1s;
}

.card.trademarkRegistrationRenewal a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #FF5F6D;
    transition: 1s;
}

.trademarkRegistrationRenewalContent h2 {
    margin-bottom: 30px;
}

.trademarkRegistrationRenewalContent p {
    color: #5B5B5B;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 30px;
}

.trademarkRegistrationRenewalAccordion .accordion-collapse.collapse,
.trademarkRegistrationRenewalAccordion button.accordion-button {
    background: rgb(255 195 113 / 20%) !important;
}

.page05 {
    background: url('../images/page05MainBanner.png');
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.workingStepsPage05 .card {
    background: transparent;
    text-align: center;
    border: none !important;
}

.workingStepsPage05 .card img {
    max-width: 130px;
}

.page05Extension {
    background: linear-gradient(140deg, #7E8FFF, #92EFFD);
    color: #000;
}

.page05Extension ul li {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 0.9rem;
}

.page05Extension ul li span {
    font-weight: 800;
    font-size: 1rem;
}

.page05StatementOfUseExtension {
    background: #FF5F6D;
    color: #fff;
}

.page05StatementOfUseExtension p {
    font-weight: 600;
    color: #fff;
}

.page05StatementOfUseExtension .card {
    background: rgba(255, 255, 255, 0.2);
}

.page07 {
    background: url('../images/page06MainBanner.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

.page07Cards {
    background: #fffbf8;
    color: #000;
}

.page07Cards .card {
    height: 100%;
    border: 1px solid #FF5F6D;
    padding-bottom: 50px;
}

.page07Cards .card .btnRegister {
    left: 0;
    right: 0;
    width: 80% !important;
    margin: auto;
}

.page08Banner {
    background: #fffbf8;
    color: #000;
}

.page05Extension ul li,
.page08Banner ul li {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.page05Extension ul li span,
.page08Banner ul li span {
    font-weight: 700;
    font-size: 1rem;
}

.page08Banner02 {
    background: #052C65;
}

.homePageSection06.page10 {
    padding: 150px 0;
}

.foxTrademarkOverTheYears .card h6,
.homePageSection06.page10 h6 {
    font-weight: 600;
    color: #F54009;
}

.homePageSection06.page10 h1 {
    margin: 20px 0;
}

.foxTrademarkOverTheYears .card {
    padding: 30px 10px;
    text-align: left;
}

.foxTrademarkOverTheYears .card {
    padding: 30px 10px;
    text-align: left;
    border: none;
    border-right: 5px solid #F54009;
    height: 100%;
}

.foxTrademarkOverTheYears .card p {
    font-weight: 500;
    color: #000;
}

.aboutFoxTrademark {
    background: linear-gradient(140deg, rgb(126 143 255 / 40%), rgb(146 239 253 / 40%));
    color: #000;
}

.page10 .card a {
    text-decoration: none;
    color: #f54009;
}

h2.tabMainheading {
    position: absolute;
    top: 20%;
    transform: translate(0, 50%);
    margin: auto;
    z-index: 9;
    display: block;
    text-align: center;
}

@keyframes leftRight {
    0% {
        transform: translate(-20px, 0px);
    }

    50% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(-20px, 0px);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

button.btn-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #ff706e;
    padding: 10px;
    opacity: 1;
    border-radius: 50px;
}

.form-check-input:checked {
    background-color: #FF5A00 !important;
    border-color: #FF5A00 !important;
}

.modal-body span {
    font-weight: 500;
    font-size: 0.8rem;
}

label.form-check-label {
    font-weight: 500;
}

.questionsAndAwnsers {
    border-right: 2px solid #ddd;
    height: 100%;
    padding-right: 30px;
}

label.form-check-label,
label.form-label {
    font-weight: 500;
    font-size: 0.7rem;
}

.oftherPricingBtn {
    position: relative;
    bottom: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
}

.text ul li a.active,
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    position: relative;
    color: #FF5A00;
}

.navbar-nav .nav-link.active::before,
.nav-link::before {
    content: '';
    position: absolute;
    bottom: 4px;
    width: 0%;
    height: 2px;
    background: #FF5A00;
    left: 8px;
    margin: auto;
    border-radius: 10px;
    transition: 1s;
}

.nav-link:hover {
    transition: 1s;
}

.navbar-nav .nav-link.active::before{
    width: 40%;
}

.nav-link:hover::before {
    width: 80%;
}

.modal-xl{
    --bs-modal-width: 1500px !important;
}

.radioCards h6 {
    color: #FF5A00;
    font-weight: 600;
}

.radioCards p {
    font-weight: 500;
    font-size: 0.8rem;
    margin: 10px 0;
}

.radioCards span {
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: block;
    background: #9DD5F6;
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 50px;
}

.card.radioCards {
    position: relative;
    padding: 6px;
    height: 100%;
    min-height: 200px;
}

.radioCards .form-check {
    border: 1px solid #ddd;
    padding: 10px 6px;
    border-radius: 5px;
    position: absolute;
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
}

.radioCards:focus,
.card.radioCards:active,
.card.radioCards:target,
.card.radioCards:focus-visible,
.card.radioCards:focus-within,
.card.radioCards:focus-within .form-check {
    border: 1px solid #FF5A00;
}

.card.radioCards:focus-within span{
    background: #F54009;
    color: #fff;
}

.accordion-item ul {
    list-style: none;
}

.hideOptions {
    opacity: 0;
    height: 0;
    transition: 1s;
    margin-bottom: 20px;
}

.row{
    transition: 0.5s;
}