

.mainPageSlideShow .slider .contentOverlay {
    display: block;
    max-width: 500px;
    left: 0;
    top: 60%;
    position: absolute;
    width: auto;
    background-color: #00000066;
    padding: 20px;
    padding-right: 80px;
    color: white;
    backdrop-filter: none;
    border-radius: 0px 15px 15px 0px;
    -webkit-backdrop-filter: none;
}
.mainPageSlideShow .slider .contentOverlay .typeOfSlider{
    line-height: 6px;
}
.mainPageSlideShow .slider .contentOverlay .nameOfSlider{
    font-size: 26px;
    font-weight: bold;
}

.mainPageSlideShow .slider .stateSection{
    right: 0;
    left: unset;
    display: flex;
    padding-right: 20px;
    border-radius: 15px 0px 0px 15px;
}
.mainPageSlideShow .slider .stateSection img{
    height: 50px;
    margin-left: 45px;
}
.mainPageSlideShow .slider .stateSection .cityNameOfSlider{
    font-size: 30px;
    font-weight: bold;
    line-height: 23px;
}
.mainPageSlideShow .slider .stateSection .stateNameOfSlider{

}

.menuInMiddle{
    background: white;
    width: 90%;
    margin: 0 auto;
    height: 100px;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    border-radius: 25px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* box-shadow: 1px 0px 10px 1px black; */
    border: solid 1px black;
    box-shadow: 1px 3px 6px #00000040;
}
.menuInMiddle .itemOfMIM{
    font-size: 20px;
    cursor: pointer;
    color: #5E5E5E;
    /* font-weight: bold; */
}
.menuInMiddle .itemOfMIM .icon{
    color: #5E5E5E;
    font-size: 22px;
}
.grayOfPic{
    filter: grayscale(1);
    opacity: 0.2;
}
.menuInMiddle .itemOfMIM .title{
    /* font-weight: bold; */
    font-size: 22px;
    line-height: 20px;
    color: #5E5E5E;
}
.menuInMiddle .itemOfMIM.selected .icon{
    color: #0072A8;
}
.menuInMiddle .itemOfMIM.selected .title{
    color: #0072A8;
}

.lineOfTitleAndDesc{
    
}
.lineOfTitleAndDesc .title{
    font-size: 21px;
    font-weight: bold;
}
.lineOfTitleAndDesc .description{

}

.bigMainSlide{
    width: 400px !important;
    padding: 0px 10px;
}
.bigMainSlide .imgSec{
    width: 100%;
    height: 275px;
    position: relative;
}
.bigMainSlide .imgSec .typeOfContent{
    background: #00000078;
    box-shadow: 1px 3px 6px #00000040;
    position: absolute;
    top: 30px;
    left: -7px;
    color: white;
    padding: 5px 7px;
    font-size: 12px;
}
.bigMainSlide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bigMainSlide .detail{
    display: flex;
    flex-direction: column;
}
.bigMainSlide .detail .title{
    font-weight: bold;
    color: black;
    font-size: 20px;
}
.bigMainSlide .detail .description{
    color: #5E5E5E;
}
.bigMainSlide .detail .seemore{
    color: #0072A8;
    text-align: end;
    margin-top: 30px;
}

.bigMainSlide.small{
    width: 250px !important;
}
.bigMainSlide.small .imgSec{
    height: 175px;
}
.bigMainSlide.small .detail{
    font-size: 13px;
}
.bigMainSlide.small .title{
    font-weight: 400;
}
.bigMainSlide.small .detail .seemore{
    margin-top: 10px;
}

.virtualSection{
    display: flex;
    flex-direction: column;
    max-width: 900px !important;
}
.virtualSection .r{
    display: flex;
    flex-direction: row;
    height: 350px;
}
.virtualSection .r > a {
    margin: 5px;
    position: relative;
}
.virtualSection .icon{
    position: absolute;
    width: 100px;
    height: auto;
    display: flex;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
.virtualSection .bigVirt{
    width: 600px;
}
.virtualSection .smallVirt{
    width: 300px;
}
.virtualSection img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.formOfMainPage .searchButtonInMainPage{
    background: #0072A8;
    color: white;
    width: 100%;
    border: none;
    border-radius: 6px;
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.formOfMainPage .inputs {
    background: linear-gradient(270deg, #EAEAEA 0%, #FFFFFF 49.48%, #F2F2F2 100%);
    border: 1px solid #5E5E5E;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.25);
    padding: 10px;
}
.formOfMainPage .searchIcon{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #5E5E5E;
    font-size: 25px;
}
.sideWhiteOfForm{
    height: 100%;
    width: 100%;
    background: white;
    position: absolute;
    right: 100%;
    top: 0;
}


.resultOfSearchBox{
    position: absolute;
    top: 112%;
    background: white;
    width: 100%;
    box-shadow: 1px 3px 6px rgb(0 0 0 / 25%);
    padding: 15px 22px;
    color: #5E5E5E;
    display: none;
}
.resultOfSearchBox .item{
    margin-bottom: 5px;
    cursor: pointer;
}