* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    font-family: "Abel", sans-serif;
    font-weight: 400;
    font-style: normal
}

.NavigationHeader {
    width: 100%;
    height: 53px;
    background-color: rgba(204, 211, 211, 0.733);
    position: fixed;
    z-index: 10;
}

/* .NavigationHeader img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 30px;
} */

.NavigationHeader .logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin: 20px 20px 0 20px;
    color: rgba(46, 59, 55, 0.952);
}

.NavigationHeader .logo:hover {
    cursor: pointer;
    color: rgb(220, 20, 60);
}

.MainInpDiv {
    position: relative;
}

.searchInput {
    border: none;
    width: 10%;
    height: 20px;
    border-radius: 17px;
    float: left;
    margin-top: 20px;
    margin-left: 4px;
    position: absolute;
    padding-left: 21px;
}

.searchIcon {
    margin-top: 23px;
    position: absolute;
    color: rgba(11, 61, 107, 0.836);
    margin-left: 11px;
}

.searchIcon:hover {
    cursor: pointer;
    color: crimson;
}

.HeaderLinks-container {
    float: right;
    width: 74%;
}

.HeaderLinks {
    float: right;
    margin-top: 20px;
    margin-right: 7px;
}

.HeaderLinks li {
    display: inline;
    margin-right: 22px;
    position: relative;
}

.HeaderLinks li::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 18px;
    left: 0;
    background-color: rgba(46, 59, 55, 0.897);
}

.HeaderLinks li:hover::after {
    width: 100%;
    height: 2px;
    transition: 1.2s;
}

.Offers {
    position: relative;
}

.OfferOptions li {
    display: block;
    line-height: 22px;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.OfferOptions {
    opacity: 0;
    width: 140px;
    height: 80px;
    background-color: rgba(204, 211, 211, 0.733);
    border: none;
    border-radius: 12px;
    padding: 5px 23px 5px 9px;
    margin-top: 20px;
    margin-left: 350px;
    position: absolute;
}

.Offers::after .OfferOptions {
    content: "";
    position: absolute;
}

.Offers:hover .OfferOptions {
    opacity: 1;
}

.HeaderLinks li a {
    color: rgba(46, 59, 55, 0.897);
}

.MainPage {
    width: 100%;
    height: 100vh;
    background: url(../img/5.png) center;
    background-size: cover;
    position: relative;
    margin: auto;
    z-index: 1;
}

/* .MainPageViewOverlay {
    background-color: rgba(20, 20, 20, 0.527);
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 2;
} */

.MainPage::after {
    content: "";
    background-color: rgba(20, 20, 20, 0.705);
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 2;
}

.MainContent {
    width: 50%;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.MainViewTitle {
    font-weight: 850;
    text-transform: uppercase;
    color: rgb(176, 212, 212);
    word-spacing: .3em;
    margin-bottom: 10px;
}

.MainViewParagraph {
    text-transform: capitalize;
    color: rgba(240, 255, 255, 0.637);
    word-spacing: .2em;
}

.MainPageBtn {
    width: 105px;
    height: 50px;
    border-radius: 10px;
    border: none;
    margin: 30px 0;
}

.LearnMore {
    background-color: azure;
}

.GetStart {
    background-color: rgb(158, 201, 202);
    color: azure;
}

.LearnMore:hover {
    color: azure;
    background-color: rgba(0, 0, 0, 0.479);
    opacity: .7;
}

.GetStart:hover {
    color: rgb(33, 149, 151);
    background-color: azure;
    opacity: .7;
}


/* ///////////////  Greeting Section   ////////////// */


.container {
    width: 80%;
    margin: auto;
}


.containerMainTitle {
    position: relative;
    margin-bottom: 90px;
    text-align: center;
    font-weight: 900;
    font-size: xx-large;
}


.containerMainTitle::after {
    content: "";
    position: absolute;
    width: 10%;
    height: 2px;
    bottom: 0;
    left: 45%;
    opacity: 1;
    background-color: rgb(158, 201, 202);
    z-index: 0;
}

.greetingSection,
.FindYourBMW,
.BMWServices {
    text-align: center;
    width: 100%;
    height: 90vh;
    padding-top: 90px;
}

.Blocks {
    width: 100%;
    height: 90%;
    margin-left: 70px;
}

.containerContent {
    text-align: center;
    float: left;
    width: 30%;
    height: 220px;
    margin: .7%;
    /* 8.9px */
    border: solid rgba(128, 128, 128, 0.733) .6px;
    border-radius: 5px;
    /* line-height: 43px; */
    position: relative;
    z-index: 0;
}

.containerContent a,
i {
    color: rgb(57, 88, 88);
}

.containerContent i {
    font-size: large;
    margin-top: 20px;
}

.containerContent a {
    font-size: small;
}

.containerContent i {
    font-size: large;
}

.containerContent p {
    color: rgba(80, 79, 79, 0.664);
    font-weight: 100;
}

.firstContent,
.secondContent,
.thirdContent,
.fourthContent,
.fifthContent,
.sixthContent {
    position: relative;
}

.firstContent::after,
.secondContent::after,
.thirdContent::after,
.fourthContent::after,
.fifthContent::after,
.sixthContent::after {
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgb(168, 219, 219);
    opacity: 0;
    z-index: -1;
    transition: 1.3s;
}

.firstContent:hover::after,
.secondContent:hover::after,
.thirdContent:hover::after,
.fourthContent:hover::after,
.fifthContent:hover::after,
.sixthContent:hover::after {
    width: 100%;
    height: 100%;
    opacity: .5;
}

.containerContent:hover h3 {
    color: #5f5d5dbb;
    font-weight: bolder;
}

.containerContent:hover p {
    color: #000000f1;
}

/* ///////////  Find Your BMW Section   //////////// */

.FindYourBMW {
    width: 100%;
    height: 100vh;
    background-color: rgba(198, 232, 233, 0.493);
    padding-top: 53px;
    position: relative;
    z-index: 0;
}


.choisContent button {
    background-color: rgba(240, 248, 255, 0.322);
}

.choisContent button i {
    margin-top: 3px;
    color: aliceblue;
}

.firstChois img,
.secondChois img,
.thirdChois img,
.fourthChois img,
.fifthChois img,
.sixthChois img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.firstChois::after,
.secondChois::after,
.thirdChois::after,
.fourthChois::after,
.fifthChois::after,
.sixthChois::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgb(0, 0, 0);
    opacity: 0;
    z-index: 1;
}

.firstChois:hover::after,
.secondChois:hover::after,
.thirdChois:hover::after,
.fourthChois:hover::after,
.fifthChois:hover::after,
.sixthChois:hover::after {
    opacity: .7;
    transition: .4s;
    z-index: 2;
}

.choisContent {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.firstChois:hover .choisContent,
.secondChois:hover .choisContent,
.thirdChois:hover .choisContent,
.fourthChois:hover .choisContent,
.fifthChois:hover .choisContent,
.sixthChois:hover .choisContent {
    visibility: visible;
    z-index: 4;
}

.firstChois:hover .choisContent button,
.secondChois:hover .choisContent button,
.thirdChois:hover .choisContent button,
.fourthChois:hover .choisContent button,
.fifthChois:hover .choisContent button,
.sixthChois:hover .choisContent button {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
}

.firstChois:hover .choisContent h3,
.secondChois:hover .choisContent h3,
.thirdChois:hover .choisContent h3,
.fourthChois:hover .choisContent h3,
.fifthChois:hover .choisContent h3,
.sixthChois:hover .choisContent h3 {
    font-weight: 850;
    font-size: x-large;
    text-transform: uppercase;
    color: aliceblue;
}

.firstChois:hover .choisContent p,
.secondChois:hover .choisContent p,
.thirdChois:hover .choisContent p,
.fourthChois:hover .choisContent p,
.fifthChois:hover .choisContent p,
.sixthChois:hover .choisContent p {
    font-weight: 650;
    font-size: large;
    text-transform: lowercase;
    color: rgba(244, 248, 252, 0.589);
}


/* ///////////  Our BMW Services Section   ////////// */


.ServiceContainer {
    width: 80%;
    margin: auto;
}

.ServiceBlocks {
    text-align: left;
    width: 25%;
    height: 220px;
    border: solid rgb(56, 84, 85) 1.3px;
    border-radius: 13px;
    float: left;
    margin: 18px 37px;
    position: relative;
    z-index: 0;
}

.ServiceIcon {
    position: absolute;
    font-size: x-large;
    top: 15px;
    left: 5px;
    display: block;
    z-index: 2;
}

.ServiceContent {
    float: left;
    top: 15px;
    left: 45px;
    position: absolute;
    z-index: 2;
}

.ServiceBlocks::after {
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    background-color: rgba(136, 217, 219, 0.315);
    opacity: 0;
    border-radius: 13px;
    position: absolute;
}

.ServiceBlocks:hover .ServiceTitle {
    color: rgb(56, 84, 85);
    font-weight: bolder;
}

.ServiceParagraph {
    color: rgba(85, 83, 83, 0.932);
    padding-right: 10px;
}

.ServiceBlocks:hover .ServiceParagraph {
    color: rgb(0, 0, 0);
}

.ServiceBlocks:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .6s;
}


/* /////// Our BMW Consultation Services Section ///////   */


.BMWConsultation {
    margin-bottom: 400px;
}

.ConsultationServices {
    width: 100%;
    height: 90vh;
    padding-top: 90px;
}


.VehicleConsultation {
    margin-top: 220px;
    width: 40%;
    height: 100%;
    background-color: rgba(218, 217, 217, 0.13);
    float: left;
    margin-left: 70px;
    padding: 20px;
}

.VehicleConsultation h2 {
    margin: 25px 0;
    font-weight: 900;
    font-size: xx-large;
    position: relative;
}

.VehicleConsultation h2::after {
    content: "";
    width: 40%;
    height: 2.8px;
    left: 0;
    position: absolute;
    background-color: rgba(136, 218, 219, 0.842);
    opacity: 0.9;
}

.VehicleConsultationContent {
    color: #888888fb;
    text-transform: lowercase;
    font-size: smaller;
}

#VehicleConsultationContentList {
    margin-bottom: 15px;
}

.VehicleConsultationDisplay {
    margin-top: 220px;
    width: 40%;
    height: 100%;
    float: right;
    text-align: center;
}

.VehicleConsultationDisplay li {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #8b8b8b9f;
    margin: 7px;
}

#standardChoise {
    background-color: rgb(56, 131, 112);
}

.VehicleConsultationDisplay li:hover {
    background-color: rgb(56, 131, 112);
}

.VehicleConsultationDisplay li:active,
#standardChoise:active {
    background-color: rgb(192, 77, 24);
}

.VehicleConsultationImg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: 45% 50%; */
    /* border-radius: 40px; */
}



/* //////////////  Our Result Section   ///////////// */

.OurResults {
    width: 100%;
    height: 55vh;
    background-image: url(../img/Monster2..jpeg);
    background-position: 40% 65%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.OurResults::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000000a1;
    position: absolute;
    z-index: -1;
}

.OurResultsContainer {
    width: 80%;
    height: 100%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}

.OurResultsContainerList {
    display: inline-block;
    text-align: center;
    margin: 100px;
    z-index: 2;
}

.OurResultsContainerList i {
    color: rgb(60, 156, 156);
    font-size: xx-large;
}

.OurResultsContainerList h5,
.OurResultsContainerList p {
    color: rgba(236, 181, 188, 0.74);
    margin-top: 11px;
    font-weight: 850;
    text-transform: lowercase;
}

/* ///////////  Our Offer Pricing Table Section   ///////////// */

.PricingSection {
    overflow: hidden;
    margin-top: 200px;
}

.PricingTitle {
    margin: 25px 0;
    font-weight: 900;
    font-size: xx-large;
    text-align: center;
    position: relative;
}

.PricingTitle::after {
    content: "";
    width: 10%;
    height: 2.8px;
    left: 540px;
    top: 50px;
    position: absolute;
    background-color: rgba(136, 218, 219, 0.842);
    opacity: 0.9;
}

.mostAskedOffer {
    width: 22%;
    border: solid rgba(136, 218, 219, 0.842) 1.4px;
    border-radius: 7px;
    float: left;
    margin-left: 100px;
    margin-top: 50px;
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 0;
}

.mostAskedOffer h3 {
    font-weight: 600;
    margin-bottom: 10px;
    z-index: 2;
}

.priceOffer {
    width: 110px;
    height: 110px;
    border: solid rgba(136, 218, 219, 0.842) 1.7px;
    border-radius: 50%;
    padding-top: 30px;
    margin: auto;
    z-index: 2;
}

.priceOffer h4 {
    font-weight: bolder;
    font-size: 25px;
    z-index: 2;
}

.priceOffer span {
    font-weight: 600;
    z-index: 2;
}

.mostAskedOffer span.featureDetail {
    font-weight: bold;
    display: block;
    line-height: 40px;
    z-index: 2;
}

.PurchaseNow {
    width: 190px;
    height: 30px;
    border: solid 2px rgba(136, 218, 219, 0.842);
    border-radius: 25px;
    margin-top: 15px;
    z-index: 2;
}

.mostAskedOffer::after {
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background-color: rgba(136, 218, 219, 0.425);
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.mostAskedOffer:hover::after {
    width: 100%;
    height: 100%;
    opacity: .7;
    transition: .6s;
}

.mostAskedOffer:hover .OfferTitle {
    color: rgb(0, 197, 131);
}

.mostAskedOffer:hover .priceOffer {
    border: solid 2.3px rgb(0, 197, 131);
}

/* ////////////   Managers  ///////////// */

.OurManagers {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    margin-top: 300px;
    background-image: url(../img/Monster3.jpeg);
    background-position: 50% 75%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.OurManagersContainerContent {
    width: 50%;
    height: 100%;
    margin: auto;
    float: left;
}

.OurManagersContainerContent img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: 300px;
    margin-top: 180px;
}

.OurManagersContainer p {
    margin-left: 300px;
    font-weight: bold;
    color: rgba(250, 250, 250, 0.493);
}


.OurManagersTextContent {
    width: 200px;
    float: right;
    margin-top: 190px;
    text-align: start;
    padding: 7px;
    color: rgb(60, 156, 156);
    font-size: large;
}


.OurManagersTextContent h3 {
    font-size: xx-large;
    font-weight: bolder;
}

.OurManagersTextContent h5 {
    font-weight: 650;
}

.OurManagers::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000000a1;
    position: absolute;
    z-index: -1;
}

.OurManagersContainer {
    width: 80%;
    height: 100%;
    text-align: center;
}


/* ///////////  Our Team Section   //////////// */


.TeamSection {
    overflow: hidden;
    margin-top: 200px;
}

.OurTeamTitle {
    margin-top: 200px;
    margin: 25px 0;
    font-weight: 900;
    font-size: xx-large;
    text-align: center;
    position: relative;
}

.OurTeamTitle::after {
    content: "";
    width: 10%;
    height: 2.8px;
    left: 540px;
    top: 50px;
    position: absolute;
    background-color: rgba(136, 218, 219, 0.842);
    opacity: 0.9;
}

.TeamBlock {
    float: left;
    width: 30%;
    background-color: rgba(200, 200, 201, 0.233);
    text-align: center;
    padding: 12px 10px;
    position: relative;
}

.centerBlock {
    margin: 0 5%;
}


.OurTeamSocialMedia {
    width: 80%;
    margin: auto;
    position: relative;
}

.TeamBlockIMG {
    width: 100%;
}

.TeamBlockIcons i {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: auto;
    line-height: 38px;
    background-color: rgba(240, 248, 255, 0.411);
    color: rgb(3, 61, 41);
}


.TeamBlockIcons {
    background-color: rgba(7, 214, 218, 0.425);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
}

.TeamBlock:hover .TeamBlockIcons {
    visibility: visible;
}


.TeamBlock::after,
.AgentBlock::after {
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background-color: rgba(136, 218, 219, 0.425);
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.TeamBlock:hover::after,
.AgentBlock:hover::after {
    width: 100%;
    height: 100%;
    opacity: .7;
    transition: .6s;
}

.TeamBlock:hover h3 {
    color: rgb(14, 207, 140);
}

.TeamBlock:hover p {
    color: rgb(17, 36, 29);
}

.AgentBlock h3,
.OurTeamContent h3 {
    font-weight: bolder;
    margin-top: 7px;
}

.AgentBlock p,
.OurTeamContent p {
    font-weight: 600;
    color: #5246468e;
    margin-top: 7px;
    text-transform: uppercase;
}


/* ///////////  Our Service and Accessories Section   //////////// */

.AgentsSection {
    overflow: hidden;
    margin-top: 200px;
}

.Agents {
    width: 100%;
}

.AgentBlock {
    width: 30%;
    border: 0.8px rgba(66, 158, 146, 0.589) solid;
    float: left;
    padding: 45px;
    border-radius: 12px;
    text-align: center;
    position: relative;
}

.AgentImgAndIcons img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
    z-index: 5;
}

.OurAgentContent h3,
p {
    margin: 12px 0;
}

.AgentImgAndIcons span {
    margin: 0 9px;
    font-weight: 890;
}

.AgentBlock:hover h3 {
    color: rgb(60, 156, 156);
}

.AgentBlock:hover p {
    color: rgb(17, 36, 29);
}

.AgentSocialMediaIcons i {
    color: rgb(60, 156, 156);
    ;
}



/* /////////////////      Footer Section     ////////////// */

.footer {
    width: 100%;
    background-color: rgba(204, 211, 211, 0.733);
    overflow: hidden;
    margin-top: 200px;
}

.footerContent {
    width: 100%;
    text-align: center;
}

.footerContent img {
    width: 300px;
    height: 300px;
    border-radius: 25px;
    margin: 20px 0;
}

.footerContent p {
    color: rgba(44, 44, 44, 0.39);
    text-transform: uppercase;
    font-weight: 700;
}

.footerIcons i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(185, 206, 206);
    line-height: 50px;
}

.footerIcons li {
    display: inline;
}

.footerIcons i:hover {
    background-color: rgb(147, 235, 235);
}