/* GOBAL_CSS_CHANGES_START_FROM_HERE */
* {
    margin: 0px;
    padding: 0px;
}
html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    background-color: #001D55;
}
h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea, label {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
button, input {
    outline: none !important;
}
.container-fluid{
    padding: 0;
    margin: 0;
}
/* GOBAL_CSS_CHANGES_END_HERE */
/* GOBAL_VAR_CSS_START_FROM_HERE */
:root {
    --main-color: #AC2436;
    --white: #ffffff;
    --black: #000000;
    --bonheurRoyale-regular: "BonheurRoyale-Regular";
    --century-gothic-bold: "Century-Gothic-Bold";
    --century-gothic-regular: "Century-Gothic-Regular";
    --plusJakartaSans-bold: "PlusJakartaSans-Bold";
    --poppins-bold: "Poppins-Bold";
    --poppins-regular: "Poppins-Regular";
    --poppins-semiBold: "Poppins-SemiBold";
    --product-sans-bold: "Product-Sans-Bold";
    --product-sans-regular: "Product-Sans-Regular";
}
/* GOBAL_VAR_CSS_CSS_HERE */
/* FONT_CSS_START_FROM_HERE */
@font-face {
    font-family: "BonheurRoyale-Regular";
    src: url("../webfonts/BonheurRoyale-Regular.ttf");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "Century-Gothic-Bold";
    src: url("../webfonts/Century-Gothic-Bold.ttf");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "Century-Gothic-Regular";
    src: url("../webfonts/Century-Gothic-Regular.ttf");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "PlusJakartaSans-Bold";
    src: url("../webfonts/PlusJakartaSans-Bold.ttf");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "Poppins-Bold";
    src: url("../webfonts/Poppins-Bold.ttf");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "Poppins-Regular";
    src: url("../webfonts/Poppins-Regular.ttf");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../webfonts/Poppins-SemiBold.ttf");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "Product-Sans-Bold";
    src: url("../webfonts/Product-Sans-Bold.ttf");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "Product-Sans-Regular";
    src: url("../webfonts/Product-Sans-Regular.ttf");
    font-weight: regular;
    font-style: normal;
}
/* HEADER-CSS-START-FROM-HERE */
.header-flex {
    display: flex;
    align-items: center;
}
.header-content {
    width: 100%;
    padding: 20px 30px 20px 30px;
}
.header-link-flex {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--white);
    padding: 0px 0px 20px 0px;
}
.header-nav-flex {
    display: flex;
    align-items: center;
}
.header-searchbar{
    background-color: var(--white);
    display: flex;
    align-items: center;
    width: 500px;
    height: 50px;
    padding: 0px 20px 0px 30px;
    gap: 10px;
    border-radius: 30px;
}
.header-searchbar i{
    color: var(--main-color);
    font-size: 16px;
}
.header-searchbar input{
    border: none;
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-family: var(--product-sans-regular);
    color: #6C6C6C;
}
.header-link-text-flex{
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-link-text h6{
    font-size: 12px;
    font-family: var(--product-sans-regular);
    color: #8C8C8C;
}
.header-link-text h2{
    font-size: 16px;
    font-family: var(--product-sans-regular);
    color: var(--white);
}
.header-link-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 50px;
    background-color: var(--main-color);
    font-size: 12px;
    font-family: var(--plusJakartaSans-bold);
    color: var(--white);
    transition: 0.5s all;
}
.header-link-btn a:hover{
    background-color: transparent;
    border: 1px solid var(--main-color);
}
.header-link{
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-nav-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 0px 10px;
}
.header-nav ul{
    display: flex;
    align-items: center;
    gap: 40px;
}
.header-nav ul li a {
    font-size: 14px;
    font-family: var(--poppins-regular);
    color: #8c8c8c;
    transition: 0.5s all;
    padding: 10px;
}
.header-nav ul li a:hover{
    color: #ac2436;
    background-color: transparent;
}
.header-nav-btn ul{
    display: flex;
    align-items: center;
    gap: 10px;
}
.navbar-nav .nav-link {
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin: 0px 0px 0px 0px;
}
.header-nav .dropdown-menu {
    color: #001d55;
    background-color: transparent;
    border: 1px solid var(--white);
    padding: 0;
    background: #fff;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0;
  }
}


/* HEADER-CSS-END-HERE */




.index-banner-wrapper {
    padding: 200px 0px 500px 0px;
    position: relative;
    z-index: -1;
}
.index-banner-img-1{
    position: absolute;
    right: 10%;
    top: 10%;
}
.index-banner-img-2{
    position: absolute;
    right: 0;
    bottom: 10%;
}
.index-banner-img-3 {
    position: absolute;
    bottom: 0%;
    right: 32%;
    overflow: hidden;
}
.index-banner-img-3 img {
    transition: 0.5s all;
}
.index-banner-img-3 img:hover {
    transform: scale(1.1);
}
.index-banner-img-4{
    position: absolute;
    top: -20%;
    left: -5%;
    z-index: -1;
}
.index-banner-wrap-text{
    position: relative;
}
.index-banner-wrap-text h6{
    font-size: 70px;
    font-family: var(--product-sans-regular);
    color: var(--white);
    margin: 0px 0px 20px 0px;
}
.index-banner-wrap-text h6 span{
    color: #FAEBA7;
}
.index-banner-wrap-text p{
    font-size: 20px;
    font-family: var(--product-sans-regular);
    color: var(--white);
    width: 70%;
    margin: 0px 0px 20px 0px;
}
.index-banner-wrap-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 50px;
    background-color: var(--main-color);
    font-size: 15px;
    font-family: var(--product-sans-bold);
    color: var(--white);
    transition: 0.5s all;
}
.index-banner-wrap-btn a:hover{
    background-color: transparent;
    border: 1px solid var(--main-color);
}
/* / INDEX-FIRST-WRAPPER-CSS-START / */

.index-first-wrapper{
    padding: 100px 0px;
}
.index-first-wrap-top-text{
    text-align: center;
}
.index-first-wrap-top-text h6{
    font-family: var(--product-sans-regular);
    font-size: 60px;
    color: var(--white);
    margin: 0px 0px 20px 0px;
}
.index-first-wrap-top-text span{
    color: var(--main-color);
}
.index-first-wrap-top-text p{
    font-family: var(--product-sans-regular);
    font-size: 20px;
    color: var(--white);
    width: 60%;
    margin: 0 auto 50px auto;
}
.index-first-box-text h5{
    font-family: var(--product-sans-bold);
    font-size: 50px;
    color: #001D55;
}
.index-first-box-text span{
    font-family: var(--product-sans-regular);
    font-size: 35px;
}
.index-first-box-text p{
    font-family: var(--product-sans-regular);
    font-size: 20px;
    color: #001D55;
    margin: 10px 0px 20px 0px;
}
.index-first-box-text a{
    font-family: var(--product-sans-bold);
    font-size: 15px;
    color: var(--white);
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    transition: 0.5s all;
}
.index-first-main-box {
    background-color: #FAEBA7;
    padding: 20px;
    min-width: 420px;
    min-height: 370px;
    border-radius: 50px 0px 0px 50px;
    position: relative;
}
.index-first-box-img{
    position: absolute;
    bottom: -8%;
    right: -6%;
    transition: 0.5s all;
}
.index-first-main-box:hover .index-first-box-img{
    transform: rotatey(360deg);
}
.index-first-main-box:hover .index-first-box-text a{
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}
.index-first-box-text{
    width: 50%;
}
.index-first-box-text-1 h5{
    font-family: var(--product-sans-bold);
    font-size: 50px;
    color: #001D55;
}
.index-first-box-text-1 span{
    font-family: var(--product-sans-regular);
    font-size: 35px;
}
.index-first-box-text-1 p{
    font-family: var(--product-sans-regular);
    font-size: 20px;
    color: #001D55;
    margin: 0px 0px 6px 0px;
}
.index-first-box-text-1 a{
    font-family: var(--product-sans-bold);
    font-size: 15px;
    color: var(--white);
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    margin: 0 auto;
    transition: 0.5s all;
}
.index-first-main-box-1:hover .index-first-box-text-1 a{
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}
.index-first-box-img-1{
    transition: 0.5s all;
}
.index-first-main-box-1:hover .index-first-box-img-1{
     transform: rotatey(360deg);
}
.index-first-main-box-1{
    background-color: #B4EECD;
    text-align: center;
    min-width: 420px;
    min-height: 370px;
}
.index-first-main-box-2 {
    display: flex;
    background-color: #B7DBF3;
    min-width: 420px;
    min-height: 370px;
    position: relative;
    border-radius: 0px 50px 50px 0px;
    padding: 20px 0px 0px 0px;
}
.index-first-box-text-2 h5{
    font-family: var(--product-sans-bold);
    font-size: 50px;
    color: #001D55;
}
.index-first-box-text-2 span{
    font-family: var(--product-sans-regular);
    font-size: 35px;
}
.index-first-box-text-2 p{
    font-family: var(--product-sans-regular);
    font-size: 20px;
    color: #001D55;
    margin: 15px 0px 20px 0px;
}
.index-first-box-text-2 a{
    font-family: var(--product-sans-bold);
    font-size: 15px;
    color: var(--white);
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    margin: 0px 0px 0px 90px;
    transition: 0.5s all;
}
.index-first-main-box-2:hover .index-first-box-text-2 a{
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}
.index-first-box-img-2{
    position: absolute;
    left: 0%;
    bottom: 0%;
    transition: 0.5s all;
}
.index-first-main-box-2:hover .index-first-box-img-2{
    transform: rotatey(360deg);
}
.index-first-box-text-2 {
    text-align: end;
    width: 50%;
    margin: 0px 0px 0px 190px;
}
/* / INDEX-FIRST-WRAPPER-CSS-END / */

/* / INDEX-SECOND-WRAPPER-CSS-START / */

.index-second-wrapper{
    background-color: var(--white);
    position: relative;
    height: 90vh;
    overflow: hidden;
    padding: 100px 0px;
}
.index-second-wrap-text h6{
    font-family: var(--product-sans-regular);
    font-size: 70px;
    color: var(--black);
    margin: 0px 0px 10px 0px;
}
.index-second-wrap-text span{
    font-family: var(--product-sans-bold);
    color: var(--main-color);
}
.index-second-wrap-text p{
    font-family: var(--product-sans-regular);
    font-size: 20px;
    color: var(--black);
    width: 70%;
}
.index-second-wrap-btn a{
    font-family: var(--product-sans-bold);
    font-size: 15px;
    color: var(--white);
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 50px;
    transition: 0.5s all;
}
.index-second-wrap-btn a:hover{
    background-color: transparent;
    border: 1px solid var(--main-color);
    color:var(--main-color);
}
.index-second-wrap-text-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #060606B2;
    padding: 0px 0px 60px 0px;
}
.index-second-box-text-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-second-box-img {
    text-align: center;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
}
.index-second-slider {
    position: absolute;
    bottom: 4%;
    right: -15%;
}
.index-second-wrap-main-box-1{
    background-color: #C8C8C8;
    padding: 10px 30px 10px 30px;
    border-radius: 30px;
    min-height: 410px;
    width: 90%;
    transition: 0.5s all;
}
.index-second-wrap-main-box-1:hover{
    background-color: var(--main-color);
}
.index-second-wrap-main-box-1:hover .index-second-box-btn-1 a{
    color: var(--white);
    background-color: #001D55;
}
.index-second-wrap-main-box-1:hover .index-second-box-text-1 h5{
    color: var(--white);
}
.index-second-wrap-main-box-1:hover .index-second-box-text-1 h4{
    color: var(--white);
}
.index-second-wrap-main-box-1:hover .index-second-box-text-1 p{
    color: #C8C8C8;
}
.index-second-wrap-main-box-1:hover .index-second-box-text-1 span{
    color: var(--white);
}
.index-second-wrap-main-box-1:hover .index-second-box-img{
    transform: rotatey(360deg);
}
.index-second-box-text-1 h5{
    font-family: var(--product-sans-regular);
    font-size: 25px;
    color: var(--black);
}
.index-second-box-text-1 h4{
    font-family: var(--century-gothic-regular);
    font-size: 18px;
    color: var(--black);
}
.index-second-box-text-1 p{
    font-family: var(--century-gothic-bold);
    color: var(--main-color);
    font-size: 30px;
    font-weight: 700;
}
.index-second-box-text-1 span{
    font-family: var(--century-gothic-regular);
    color: var(--black);
    font-size: 18px;
    text-decoration-line: line-through;
}
.index-second-box-btn-1 a{
    font-family: var(--product-sans-bold);
    font-size: 15px;
    color: var(--white);
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 60px;
    border-radius: 50px;
    transition: 0.5s all;
}
.index-second-slider .owl-nav{
    position: absolute;
    left: -2%;
    top: 30%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.index-second-slider .owl-nav button.owl-prev,
.index-second-slider .owl-nav button.owl-next{
    background-color: #0101016b;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    font-size: 20px;
    transition: 0.5s all;
} 
.index-second-slider .owl-nav button.owl-prev:hover,
.index-second-slider .owl-nav button.owl-next:hover{
   color: #FFFFFF;
   background-color: #001D55;
}
.index-second-wrap-top-text{
    position: absolute;
    top: 0%;
    left: 35%;
}
.index-second-wrap-top-text h6{
    font-family: var(--bonheurRoyale-regular);
    font-size: 300px;
    color: #001D55;
    opacity: 0.2;
}
/* / INDEX-SECOND-WRAPPER-CSS-END / */
/* / INDEX-THIRD-WRAPPER-CSS-START / */

.index-third-wrapper{
    position: relative;
    height: 90vh;
    padding: 100px 0px;
    overflow: hidden;
}
.index-third-wrap-main-box-1{
    background-color: #00153F;
    padding: 10px 30px 20px 30px;
    border-radius: 30px;
    min-height: 410px;
    width: 90%;
    transition: 0.5s all;
}
.index-third-box-text-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-third-box-img {
    text-align: center;
    margin: 0px 0px 20px 0px;
    transition: 0.5s all;
}
.index-third-wrap-main-box-1:hover{
    background-color: var(--main-color);
}
.index-third-wrap-main-box-1:hover .index-third-box-btn-1 a{
    color: var(--white);
    background-color: #001D55;
}
.index-third-wrap-main-box-1:hover .index-third-box-text-1 h5{
    color: var(--white);
}
.index-third-wrap-main-box-1:hover .index-third-box-text-1 h4{
    color: var(--white);
}
.index-third-wrap-main-box-1:hover .index-third-box-text-1 p{
    color: #C8C8C8;
}
.index-third-wrap-main-box-1:hover .index-third-box-text-1 span{
    color: var(--white);
}
.index-third-wrap-main-box-1:hover .index-third-box-img{
    transform: rotatey(360deg);
}
.index-third-box-text-1 h5{
    font-family: var(--product-sans-regular);
    font-size: 25px;
    color: var(--white);
}
.index-third-box-text-1 h4{
    font-family: var(--century-gothic-regular);
    font-size: 18px;
    color: var(--white);
}
.index-third-box-text-1 p{
    font-family: var(--century-gothic-bold);
    color: var(--main-color);
    font-size: 30px;
    font-weight: 700;
}
.index-third-box-text-1 span{
    font-family: var(--century-gothic-regular);
    color: var(--white);
    font-size: 18px;
    text-decoration-line: line-through;
}
.index-third-box-btn-1 a{
    font-family: var(--product-sans-bold);
    font-size: 15px;
    color: var(--white);
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 60px;
    border-radius: 50px;
    transition: 0.5s all;
}
.index-third-wrap-text h6{
    font-family: var(--product-sans-regular);
    font-size: 70px;
    color: var(--white);
    margin: 0px 0px 10px 0px;
}
.index-third-wrap-text span{
    font-family: var(--product-sans-bold);
    color: var(--main-color);
}
.index-third-wrap-text p{
    font-family: var(--product-sans-regular);
    font-size: 20px;
    color: var(--white);
    width: 70%;
    margin: 0 auto;
}
.index-third-wrap-btn a{
    font-family: var(--product-sans-bold);
    font-size: 15px;
    color: var(--white);
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 50px;
    transition: 0.5s all;
}
.index-third-wrap-btn a:hover{
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}
.index-third-wrap-text-main{
    text-align: center;
    position: relative;
    border-bottom: 1px solid var(--white);
    padding: 0px 0px 50px 0px;
}
.index-third-wrap-btn {
    position: absolute;
    right: 0;
    top: 50%;
}
.index-third-slider{
    position: absolute;
    bottom: 7%;
    right: -15%;
}
.index-third-slider .owl-nav{
    position: absolute;
    left: -2%;
    top: 30%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.index-third-slider .owl-nav button.owl-prev,
.index-third-slider .owl-nav button.owl-next{
    background-color: #ffffff54;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    font-size: 20px;
    transition: 0.5s all;
} 
.index-third-slider .owl-nav button.owl-prev:hover,
.index-third-slider .owl-nav button.owl-next:hover{
   color: #001D55;
   background-color: #FFFFFF;
}
.index-third-wrap-top-text h6{
    font-family: var(--bonheurRoyale-regular);
    font-size: 300px;
    color: rgba(255, 255, 255, 0.3);
    opacity: 0.2;
}
.index-third-wrap-top-text{
    position: absolute;
    top: 0%;
    left: 0%;
}
/* / INDEX-THIRD-WRAPPER-CSS-END / */

/* / INDEX-fourth-WRAPPER-CSS-START / */

.index-fourth-wrapper{
    background-color: var(--white);
    position: relative;
    height: 90vh;
    overflow: hidden;
    padding: 100px 0px;
}
.index-fourth-wrap-text h6{
    font-family: var(--product-sans-regular);
    font-size: 70px;
    color: var(--black);
    margin: 0px 0px 10px 0px;
}
.index-fourth-wrap-text span{
    font-family: var(--product-sans-bold);
    color: var(--main-color);
}
.index-fourth-wrap-text p{
    font-family: var(--product-sans-regular);
    font-size: 20px;
    color: var(--black);
    width: 70%;
}
.index-fourth-wrap-btn a{
    font-family: var(--product-sans-bold);
    font-size: 15px;
    color: var(--white);
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 50px;
    transition: 0.5s all;
}
.index-fourth-wrap-btn a:hover{
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}
.index-fourth-wrap-text-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(6, 6, 6, 0.7);
    padding: 0px 0px 60px 0px;
}
.index-fourth-wrap-top-text h6{
    font-family: var(--bonheurRoyale-regular);
    font-size: 300px;
    color: #001D55;
    opacity: 0.2;
}
.index-fourth-wrap-top-text {
    position: absolute;
    top: 0%;
    left: 20%;
}
.index-fourth-slider {
    position: absolute;
    bottom: 4%;
    right: -15%;
}
.index-fourth-slider .owl-nav{
    position: absolute;
    left: -2%;
    top: 30%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.index-fourth-slider .owl-nav button.owl-prev,
.index-fourth-slider .owl-nav button.owl-next{
    background-color: #0101016b;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    font-size: 20px;
    transition: 0.5s all;
} 
.index-fourth-slider .owl-nav button.owl-prev:hover,
.index-fourth-slider .owl-nav button.owl-next:hover{
   color: #FFFFFF;
   background-color: #001D55;
}
/* / INDEX-fourth-WRAPPER-CSS-END / */
.footer-wrapper{
    background-color: #001742;
    padding: 50px 0px 0px 0px;
}
.footer-main-box {
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer-box{
    height: 140px;
    background-color: var(--main-color);
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0px 80px 0px 80px;
}
.footer-box-text h6{
    font-size: 30px;
    font-family: var(--poppins-bold);
    color: var(--white);
}
.footer-box-link{
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-box-link-text h6{
    font-size: 14px;
    font-family: var(--poppins-semiBold);
    color: var(--white);
}
.footer-box-link-text h2{
    font-size: 14px;
    font-family: var(--poppins-regular);
    color: var(--white);
}
.footer-box-input{
    display: flex;
    align-items: center;
    background-color: #740917;
    width: 390px;
    height: 65px;
    padding: 0px 20px 0px 20px;
    justify-content: space-between;
}
.footer-box-input i {
    color: var(--white);
}
.footer-box-input input{
    background-color: transparent;
    height: 65px;
    width: 90%;
    border: none;
    font-size: 14px;
    font-family: var(--poppins-semiBold);
    color: var(--white);
}
.footer-box-input input::placeholder{
    color: var(--white);
}
.footer-text{
    border-bottom: 1px solid #9D9D9D;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 20px 0px;
}
.footer-text p{
    font-size: 16px;
    font-family: var(--poppins-regular);
    color: var(--white);
    width: 60%;
}
.footer-socials ul{
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-link h6{
    font-size: 20px;
    font-family: var(--poppins-semiBold);
    color: var(--main-color);
    margin: 0px 0px 10px 0px;
}
.footer-link ul {
    padding: 0px 0px 0px 20px;
}
.footer-link ul li{
    list-style: disc;
    color: var(--white);
}
.footer-link ul li a{
    font-size: 16px;
    font-family: var(--poppins-regular);
    color: var(--white);
    line-height: 2.5;
}
.copyright{
    background-color: var(--main-color);
    padding: 10px 0px 10px 0px;
    margin: 50px 0px 0px 0px;
}
.copyright-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright-text p{
    font-size: 18px;
    font-family: var(--century-gothic-bold);
    color: var(--white);
}
.copyright-link ul{
    display: flex;
    align-items: center;
}
li.nav-item {
    padding: 5px;
}
li.nav-item.dropend {
    padding: 0px !important;
}