/* Importing custom font */
@font-face {
    font-family: customFont;
    src: url("../fonts/BAHNSCHRIFT.TTF");
}

@font-face {
    font-family: customBannerFont;
    src: url("../fonts/Inkfree.ttf");
}

* {
    font-family: customFont, arial, customBannerFont;
}

/* Navbar Starts */

.bg-custom {
    background-color: #0463a2;
}

.navbar {
    justify-content: flex-end !important;
}

.navbar-nav .nav-link {
    color: white !important;
    font-weight: 500;
    margin-right: 8px;
}

.navbar-nav .nav-link:hover {
    text-decoration: underline;
    text-decoration-color: white;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.btn-custom {
    background-color: #193867;
    color: white;
}

.btn-custom:hover {
    background-color: white;
    color: #193867;
}

.custom-v-bar {
    border-right: 3px solid #034e80;
    border-radius: 2px;
    position: relative;
    right: 10px;
}
/* Navbar Ends */

/* Hero Banner Starts*/

.bg-custom-banner {
    width: 100%;
    background-image: url("../images/bg-banner.svg");
    background-position: repeat;
    margin-top: 4%;
}

.banner-content {
    padding-top: 8%;
    padding-bottom: 8%;
}

.custom-banner-header-font {
    font-family: customBannerFont;
    font-size: 120px;
}

.btn-custom-join {
    background-color: rgba(18, 119, 176, 0.4);
    color: white;
}

.btn-custom-join:hover {
    background-color: rgba(18, 119, 176);
    color: white !important;
}
/* Hero Banner Ends*/

/* About SUB Starts */

.bg-about {
    background-color: #f6f6f6;
}

.custom-section-title-header {
    font-size: 24px;
    font-weight: 600;
    color: #193867;
    text-decoration: underline;
    text-decoration-color: rgb(0, 0, 0, 0.1);
    text-decoration-style: solid;
    text-decoration-thickness: 3.5px;
    text-underline-offset: 8px;
    padding-bottom: 20px;
}

.custom-about-para {
    color: #0463a2;
}

/* About SUB Ends */

/* What Can You Do Starts*/

.illustration-titles {
    color: #193867;
    font-weight: 600;
}
/* What Can You Do Ends*/

/* Career Starts*/

.bg-career {
    background-color: #e0ecf4;
}

.custom-career-section-title-header {
    font-size: 24px;
    font-weight: 600;
    color: #193867;
    text-decoration: underline;
    text-decoration-color: rgb(0, 0, 0, 0.1);
    text-decoration-style: solid;
    text-decoration-thickness: 3.5px;
    text-underline-offset: 8px;
    padding-bottom: 10px;
}

.image-career-adjust {
    float: right;
    margin-right: 11%;
}

.custom-career-para {
    color: #0463a2;
    width: 85%;
}
/* Careers Ends */

/* Alumni Stories Starts */

.slider {
    width: 100%;
}
.slider input {
    display: none;
}
.testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 350px;
    perspective: 1000px;
    overflow: hidden;
}
.testimonials .item {
    top: 0;
    position: absolute;
    box-sizing: border-box;
    padding: 30px;
    width: 450px;
    text-align: center;
    transition: transform 0.4s;
    -webkit-transform-style: preserve-3d;
    user-select: none;
    cursor: pointer;
}
.testimonials .item img {
    width: 100px;
    border-radius: 50%;
    border: 13px solid #3b344d;
}

.dots {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dots label {
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #0463a2;
    margin: 7px;
    transition: transform 0.2s, color 0.2s;
}

/* First */
#t-1:checked ~ .dots label[for="t-1"] {
    transform: scale(2);
    background-color: #23b0ed;
}
#t-1:checked ~ .dots label[for="t-2"] {
    transform: scale(1.5);
}
#t-1:checked ~ .testimonials label[for="t-1"] {
    z-index: 4;
}
#t-1:checked ~ .testimonials label[for="t-2"] {
    transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
    z-index: 3;
}
#t-1:checked ~ .testimonials label[for="t-3"] {
    transform: translateX(600px) translateZ(-180px) rotateY(-25deg);
    z-index: 2;
}
#t-1:checked ~ .testimonials label[for="t-4"] {
    transform: translateX(900px) translateZ(-270px) rotateY(-35deg);
    z-index: 1;
}
#t-1:checked ~ .testimonials label[for="t-5"] {
    transform: translateX(1200px) translateZ(-360px) rotateY(-45deg);
}

/* Second */
#t-2:checked ~ .dots label[for="t-1"] {
    transform: scale(1.5);
}
#t-2:checked ~ .dots label[for="t-2"] {
    transform: scale(2);
    background-color: #23b0ed;
}
#t-2:checked ~ .dots label[for="t-3"] {
    transform: scale(1.5);
}
#t-2:checked ~ .testimonials label[for="t-1"] {
    transform: translateX(-300px) translateZ(-90px) rotateY(15deg);
}
#t-2:checked ~ .testimonials label[for="t-2"] {
    z-index: 3;
}
#t-2:checked ~ .testimonials label[for="t-3"] {
    transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
    z-index: 2;
}
#t-2:checked ~ .testimonials label[for="t-4"] {
    transform: translateX(600px) translateZ(-180px) rotateY(-25deg);
    z-index: 1;
}
#t-2:checked ~ .testimonials label[for="t-5"] {
    transform: translateX(900px) translateZ(-270px) rotateY(-35deg);
}

/* Third */
#t-3:checked ~ .dots label[for="t-2"] {
    transform: scale(1.5);
}
#t-3:checked ~ .dots label[for="t-3"] {
    transform: scale(2);
    background-color: #23b0ed;
}
#t-3:checked ~ .dots label[for="t-4"] {
    transform: scale(1.5);
}
#t-3:checked ~ .testimonials label[for="t-1"] {
    transform: translateX(-600px) translateZ(-180px) rotateY(25deg);
}
#t-3:checked ~ .testimonials label[for="t-2"] {
    transform: translateX(-300px) translateZ(-90px) rotateY(15deg);
}
#t-3:checked ~ .testimonials label[for="t-3"] {
    z-index: 3;
}
#t-3:checked ~ .testimonials label[for="t-4"] {
    transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
    z-index: 2;
}
#t-3:checked ~ .testimonials label[for="t-5"] {
    transform: translateX(600px) translateZ(-180px) rotateY(-25deg);
}

/* Alumni Stories Ends */

/* Footer Starts */

.footer-border-adjust {
    border-top: 6px solid #0463a2;
}

.bg-fb {
    background-color: #f3f3f3;
}

.custom-footer-icon-color {
    color: #23b0ed;
}

.custom-footer-link {
    color: #0463a2 !important;
    text-decoration: none;
    margin-bottom: 4px !important;
}

.custom-footer-link:hover {
    color: #23b0ed !important;
}

.custom-hr {
    height: 3px !important;
    color: lightgray;
    opacity: 0.5;
}

.custom-footer-text {
    color: #0463a2;
}

.custom-card {
    border: none;
}
.custom-fb-color {
    color: #1877f2;
}

.btn-fb-plugin-color {
    background-color: #1877f2;
    color: white;
}

/* Footer Ends */

/* Top Button Starts */

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 100;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #23b0ed;
}

#myBtn:active {
    border-color: #23b0ed;
}

/* Top Button Ends */

/**** Scrollbar ***/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #cdf0ff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #23b0ed;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0463a2;
}

/* Reset */
.mb-adjust {
    margin-bottom: 24px !important;
}

/* Removing Input type number's arrows */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
