@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');


:root
{
   --priColor: #1b1f28;
   --secColor: #f73858;
   --terColor: #f390a1;

   --headerH2: 45px;
   --p: 18px;

   --priFont: "Red Hat Display", sans-serif;
   --secFont: "Montserrat", sans-serif;

}


#breadcrumbs {  }
#breadcrumbs a:hover{text-decoration: underline;}
#breadcrumbs span a { font-weight: 700; }

#about_con { padding: 30px 25px 60px; font-size: var(--p); }
#about_con p { font-family: var(--priFont); font-weight: 300;   line-height: 29px; }
 
.about_mission { min-height: 600px; display: flex; justify-content: space-between; align-items: flex-start; position: relative; padding: 120px 0 114px; z-index: 1;}
.about_mission::after { content: ''; position: absolute; background: var(--priColor); top: 0; bottom: 0; left:calc(100% - 213px); width: 100%; z-index: -1;}

.about_mission .mission_info_holder { max-width: 624px; width: 45%;   margin-top: 68px;}
.about_mission .mission_info_holder h2 { font-weight: 700; font-family: var(--secFont); font-size: var(--headerH2); margin: 0;}
.about_mission .mission_info_holder p { margin: 30px 0 0; }

.about_mission .mission_bg_holder { max-width: 669px; width: 48%;display: flex; justify-content: space-between; gap: 10px;   position: relative;  align-self: flex-end; }
.about_mission .mission_bg_holder figure { max-width: 328px; width: 50%; }
.about_mission .mission_bg_holder figure:last-of-type {  align-self: flex-end;   position: relative;   bottom: -156px; }
.about_mission .mission_bg_holder span { width: 42px; height: 40px; background: var(--secColor); position: absolute; bottom: -44px;   left: -50px;}
.about_mission .mission_bg_holder span::before { content: ''; position: absolute; width: 11px; height: 10px; background: var(--priColor); bottom: -13px;   right: -12px; }
.about_mission .mission_bg_holder span::after { content: ''; position: absolute; width: 23px; height: 21px; background: var(--terColor); top: calc(100% + 10px); left: 0;  right: -2px; text-align: center; margin: 0 auto; }

.about_info { min-height: 484px; color: #fff; background: var(--priColor); text-align: center; position: relative; padding: 79px 0 50px; display: flex; flex-direction: column; justify-content: center;}
.about_info::before{ content: ''; position: absolute; background: inherit; top: 0; bottom: 0; right: 100%; width: 100%; }
.about_info::after{ content: ''; position: absolute; background: inherit; top: 0; bottom: 0; left: 100%; width: 100%; }
.about_info  h2 { font-weight: 700; font-family: var(--secFont); font-size: var(--headerH2); margin: 0;}
.about_info  p { max-width: 940px; width: 100%; margin: 35px auto 0;}

.about_vision { min-height: 582px; display: flex; justify-content: space-between; align-items: flex-start; padding: 112px  0 30px;}

.about_vision .vision_bg_holder { max-width: 567px; width: 41%; position: relative;}
.about_vision .vision_bg_holder span { width: 42px; height: 40px; background: var(--secColor); position: absolute; bottom: 0;   left: calc(100% + 17px);}
.about_vision .vision_bg_holder span::before { content: ''; position: absolute; width: 11px; height: 10px; background: var(--priColor); top: -13px;   right: -12px; }
.about_vision .vision_bg_holder span::after { content: ''; position: absolute; width: 23px; height: 21px; background: var(--terColor); bottom: calc(100% + 10px); left: 0;  right: -2px; text-align: center; margin: 0 auto; }

.about_vision .mission_info_holder { max-width: 624px; width: 45%;   margin: 90px 0 0; }
.about_vision .mission_info_holder  h2 { font-weight: 700; font-family: var(--secFont); font-size: var(--headerH2); margin: 0;}
.about_vision .mission_info_holder   p { margin: 32px auto 0;}






/* Media Queries */

@media only screen and (max-width:1400px) {
}
@media only screen and (max-width:1300px) { 
}
@media only screen and (max-width:1200px) { 
    .about_vision { align-items: center; }
}
@media only screen and (max-width:1090px) { 
}
@media only screen and (max-width:1024px) {
}
@media only screen and (max-width:1000px) { 

    .about_mission::after { display: none; }
    .about_mission { justify-content: flex-start; align-items: center; padding: 60px 0 100px; flex-direction: column-reverse; }
    .about_mission .mission_bg_holder { width: 100%; justify-content: center; align-self: inherit; }
    .about_mission .mission_bg_holder figure { width: 100%; }
    .about_mission .mission_bg_holder figure:last-of-type { display: none; }
    .about_mission .mission_bg_holder span { display: none; }

    .about_mission .mission_info_holder { margin-top: 80px; width: 100%; text-align: center; }

    .about_vision { flex-direction: column; }
    .about_vision .vision_bg_holder { width: 100%; margin: 0 auto; }
    .about_vision .vision_bg_holder span { display: none; }
    .about_vision .mission_info_holder { width: 100%; margin: 90px auto 0; text-align: center; }

}
