nav {
    background-color: transparent;
   padding: -40px 0px;
  transition: all 500ms;
}
.nav-scrolled{
    background-color: rgba(0, 0, 0, 0.9);
    padding: 14px 0px;
    
}
#DeepDropDownUL {
    background-color: white;
    position: absolute;
    left: -10em;
    top: 0em;
    padding-left: 20px;
    opacity: 0%;
    width: 200px;


    transition: all 500ms;
}

nav .container .collapse ul li a {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
    font-weight: 600;

}

.nav-item {
    position: relative;
    margin-top: 10px;

}

.nav-item::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0%;
    bottom: 0;
    left: 5px;

    background-color: white;
    transition: all 500ms;
}


.navbar .navbar-nav .nav-item .active {
    /*  M A I N  Section: nav ancors active style  */
    color: white;


}

#DeepDropDownUL li {
    margin-bottom: 20px;

}

#DeepDropDownUL li a {
    text-decoration: none;
    margin-left: -0.6em;
    color: black;
}

#DeepDropDownLI:hover #DeepDropDownUL {

    opacity: 100%;
    left: -12.7em;
}

.dropdown-item {
    transition: all 500ms;
    cursor: pointer;
}

.dropdown-item:hover {
    color: #0078ff !important;
    background-color: white !important;
}

.nav-item:hover::after {
    width: 80%;
}

#navTitle {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 28px;
    font-weight: 600;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.navbar .navbar-nav .nav-item .active {
   /*  M A I N  Section: nav ancors active style  */
   color: white;
   position: relative;
      transition: all 500ms;
}

.navbar .navbar-nav .nav-item .active::after{
   position: absolute;
   content: "";
   height: 2px;
    width: 80%;
   bottom: 0;
   left: 5px;

   background-color: white;

   animation: activechange 500ms;
}

@keyframes activechange {
   0% {
      width: 0%;
   }
   100% {
      width: 80%;
   }
}





/*? ==================SectionHeader======================= ?*/


#BlogDetailsSection {
    background: linear-gradient(rgba(0, 119, 255, 0.747)), url("../../../images/overlay-bg.jpg");
    background-position: center center;
    background-size: cover;
    height: 370px;
    color: white;
     text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#BlogDetailsSection .container .row .col-lg-12{

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

#BlogDetailsSection .container .row .col-lg-12 h2{
  
    font-size: 3.5em;
    font-weight: 600;
    margin:  0px 0px 24px;

}
#BlogDetailsSection .container .row .col-lg-12 a{
    text-decoration: none;
    color: white;
    
}
/*? ============ ?*/





/* ==== Column 1 ==> mainCard ====*/
#BlogDetailsSectionBody .container .row .col-lg-8 .mainCard{
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 50px;
    padding: 1em 0;
}
#BlogDetailsSectionBody .container .row .col-lg-8 .mainCard .imgContainer{
    padding: 2.5em;
   display: flex;
    justify-content: center;
}
#BlogDetailsSectionBody .container .row .col-lg-8 .mainCard .imgContainer img{
    max-width: 100%;
    border-radius: 5px;
}

/* texts */
#BlogDetailsSectionBody .container .row .col-lg-8 .Column2SectionBody {
     padding: 0em 2.9em;
}
#BlogDetailsSectionBody .container .row .col-lg-8 .Column2SectionBody h1{
    font-size: clamp(20px, 2vw, 3.5em);
    font-weight: 600;
    margin: 0px 0px 24px;

}
#BlogDetailsSectionBody .container .row .col-lg-8 .Column2SectionBody p{
    font-size: 0.9em;
    font-weight: 400;
    color:  rgb(78, 78, 78);
    margin-bottom: 1.5em;
}
#BlogDetailsSectionBody .container .row .col-lg-8 .Column2SectionBody .paragraph4{
    margin-bottom: 5em;
}



#BlogDetailsSectionBody .container .row .col-lg-8 .Column2SectionBody .paragraphContainer{


height:60px;
margin-bottom: 50px;
display: flex;
align-items: center;

}

#BlogDetailsSectionBody .container .row .col-lg-8 .Column2SectionBody .paragraphContainer p{
 margin-left: 40px;
 font-size: 1.1em;
 font-style: italic;
}

#BlogDetailsSectionBody .container .row .col-lg-8 .Column2SectionBody .paragraphContainer p::after{
    position: absolute;
    content: "";
    height: 40px;
    width: 3px;
    left:-0.2em;
    top: 0em;
    background-color: #0078ff;
}


/* list */
#mianColumnList{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#mianColumnList li{
    margin: 0.6em;
}
#mianColumnList li span {
    font-size: 0.9em;
    font-weight: 400;
    color: #0078ff;
}
#mianColumnList li i{
    font-size: 0.9em;
    margin-right: 3px;
     color: black;  
}
#mianColumnList::after{
     position: absolute;
    content: "";
    height: 25px;
    width: 3px;
    left:-0.3em;
    bottom: 0.51em;
    background-color: #0078ff;
}





/* ====== */
/* !====Column 2 ==> CARD1 ====! */

#BlogDetailsSectionBody{
 background-color:#f5f5f5;
  min-height: 100%;
}

#BlogDetailsSectionBody .container .row .col-lg-4 .card1{
  background-color: #ffffff;

  padding: 3em 1em;
  display: flex;
  flex-direction: column;  
}

#BlogDetailsSectionBody .container .row .col-lg-4 .card1 h5{
    font-size: 1.5em;
    font-weight: 600;
   
}
#BlogDetailsSectionBody .container .row .col-lg-4 .card1 h5::after{
    position: absolute;
    content: "";
    height: 25px;
    width: 3px;
    left:-0.3em;
    bottom: 0.38em;
    background-color: #0078ff;
}
.mybtn{
    background-color: #0078ff;
    color: white;
}




/* !====CARD2 & CARD3====! */
#BlogDetailsSectionBody .container .row .col-lg-4 .card2{
  background-color: #ffffff;
  
  padding: 1em 2em;
  display: flex;
  justify-content: center;
  flex-direction: column;  
}

#BlogDetailsSectionBody .container .row .col-lg-4 .card2 h5{

    font-size: 1.5em;
    margin-top: 10px;
    font-weight: 600;
   
}
#BlogDetailsSectionBody .container .row .col-lg-4 .card2 h5::after{
    position: absolute;
    content: "";
    height: 25px;
    width: 3px;
    left:-0.3em;
    bottom: 0.38em;
    background-color: #0078ff;
}
.mylist{
    
    margin-bottom: 10px;
    font-size: 0.9em;
    font-weight: 400;
    
    position: relative;
}
.mylist::before{
    position: absolute;
    content: " ";
    height: 2px;
    width: 10px;
    left: -1.2em;
    top: 12px;
   
    background-color: #0078ff;
}

/* !====CARD4====! */

#BlogDetailsSectionBody{
 background-color:#f5f5f5;
  min-height: 100%;
}

#BlogDetailsSectionBody .container .row .col-lg-4 .card4{
  background-color: #ffffff;

  padding: 1em 1em;
  display: flex;
  flex-direction: column;  
}

#BlogDetailsSectionBody .container .row .col-lg-4 .card4 h5{
    font-size: 1.5em;
    font-weight: 600;
   
}
#BlogDetailsSectionBody .container .row .col-lg-4 .card4 h5::after{
    position: absolute;
    content: "";
    height: 25px;
    width: 3px;
    left:-0.3em;
    bottom: 0.38em;
    background-color: #0078ff;
}
#BlogDetailsSectionBody .container .row .col-lg-4 .card4 .listBody ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#BlogDetailsSectionBody .container .row .col-lg-4 .card4 .listBody ul li{
    margin: 5px;
    border-radius: 50px;
    background-color: #0078ff;
    color: white;
    transition: all 500ms;
}
#BlogDetailsSectionBody .container .row .col-lg-4 .card4 .listBody ul li:hover{
    transform: scale(120%);
    background-color:#049891;
    color: snow;
}

/* =================================================BolgCommentsSection========================================================================= */


#BolgCommentsSection{
    background-color: #f5f5f5;
    
       
}

#BolgCommentsSection .container .row .col-lg-8{
 background-color: #ffffff;
  padding: 2.9em;
  margin-bottom: 3em;

}
#BolgCommentsSection .container .row .col-lg-8 div h4{
   font-size: clamp(30px, 1vw ,50px);
   font-weight: 500;
}
#BolgCommentsSection .container .row .col-lg-8 #commentSectionTitleContainer h4::after{
      position: absolute;
    content: " ";
    height: 2px;
    width: 80px;
    left: 0;
    bottom: -9px;
   
    background-color: #0078ff;
}




#BolgCommentsSection .container .row .col-lg-8 ul li{
    margin-bottom: 4em;
}

#BolgCommentsSection .container .row .col-lg-8 ul li .commentImg img{
  max-width: 145%;
  border-radius: 10px;
}
#BolgCommentsSection .container .row .col-lg-8 ul li .ulDivBody{
    display: flex;
    flex-direction: row;
}

#BolgCommentsSection .container .row .col-lg-8 ul li .ulDivBody .commentBody h4{
    font-size: clamp(24px, 0.8vw, 30px);

}
#BolgCommentsSection .container .row .col-lg-8 ul li .ulDivBody .commentBody span{
    font-size: clamp(16px, 0.8vw, 30px);
}
#BolgCommentsSection .container .row .col-lg-8 ul li .ulDivBody .commentBody p{
    font-size: clamp(16px, 0.8vw, 30px);
    margin: 0.6em 0px;
    color: rgb(78, 78, 78);
}
#BolgCommentsSection .container .row .col-lg-8 ul li .ulDivBody .commentBody a{
    text-decoration: none;
}
#replayCommentImg{
    width: 115%;
    margin-right: 4px;
}



/* ================================================================================================================== */



#contactUs{
    background-color: #f5f5f5;
       
}

#contactUs .container .row .col-lg-8{
 background-color: #ffffff;
  padding: 2.9em;
  margin-bottom: 3em;

}
#contactUs .container .row .col-lg-8 div h4{
   font-size: clamp(30px, 1vw ,50px);
   font-weight: 500;
}
#contactUs .container .row .col-lg-8 div h4::after{
      position: absolute;
    content: " ";
    height: 2px;
    width: 80px;
    left: 0;
    bottom: -9px;
   
    background-color: #0078ff;
}

.mybtn2{
    background-color: #0062d3;
    color: white;
    transition: all 500ms;
}
.mybtn2:hover{
   background-color: #024ea4; 
     color: white;
   transform: scale(105%);
}




.floutingIcon{
  width: 40px;
  height: 40px;
  display: flex;
  z-index: 222;
  justify-content: center;
  align-items: center;
  background-color: #0078ff;
  opacity: 0;
  transition: all 0.4s;
  cursor: pointer;
  bottom: 1em;
  right: 1em;
  border-radius: 50%;
}
.floutingIcon:hover{
   transform: scale(120%);
}



#MyFooter {

   text-align: center;
   color: #fff;
   padding: 25px 0;
   background: #0062d3;
 
}