* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.SecAbout {
    background: url("https://www.ubackground.com/_ph/85/517668112.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
}

.SecAbout::after {
    content: '';
    background-color: black;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 60%;
    z-index: -100;
}

main {
    padding: 100px 0;
    flex: 1 1 auto;
}

.cardImg {
    width: 100%;
    max-height: 300px;
    min-height: 300px;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
  }


    @media (max-width: 991px) {
        .content {
            flex-direction: column-reverse;
        }

.mySec {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    justify-content: center;
}
}

@media (max-width: 991px) and (min-width: 768px) {
    .statistics {
        font-size: 30px !important;
    }
    .myText {
        font-size: 16px;
    }
}

.myText {
    font-size: 20px;
}


.myLinks {
    margin-top: 90px;;
}

.bgText {
    color: #0e3b6a !important;
}

.subText {
    color: #505050 !important;
}

.mybutton {
    background-color: #f0ad4e;
    color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 280px;
    min-height: 40px;
    border-radius: 5px;
    padding: 5px;
    font-weight: 500;
    transition: opacity .5s;
    cursor: pointer;
}

.mybutton:hover {
    opacity: 0.80;
    color: white !important;
    text-decoration: none;
}

.statistics {
    font-size: 50px;
}

.navBg {
    background-color: #5bc0de !important;
}

.myLinks_text {
    width: 100%;
    color: white;
}

.myIcon {
    text-align: end;
    font-size: 95px; 
    color: #f0ad4e;
}

.myLinks_subText {
    width: 100%;
    color: white;
}

footer {
    background-color: #5bc0de !important;
    color: white;
}

.mycard {
    height: 100%;
    max-width: 400px;
}

.myCardText {
    line-height: 35px;
    font-size: 18px !important;
    font-weight: 500 !important;
}


.portText {
    font-size: 25px;
}

@media (max-width: 576px) {
    .portText {
        font-size: 20px;
    }
}