@font-face {
    font-family: Lekton;
    src: url('/ref/fonts/Lekton-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url('/ref/fonts/Roboto-Regular.ttf');
    font-display: swap
}


.section_A {
    background: linear-gradient(-45deg, #3D5B81, #9BC0D9);
    animation: gradient 5s ease infinite;
    background-size: 400% 400%;
}


.section_A {
    position: relative;
}

.section_A_divider_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.section_A_divider_bottom svg {
    position: relative;
    display: block;
    width: calc(155% + 1.3px);
    height: 87px;
}

.section_A_divider_bottom .shape-fill {
    fill: #222;
}


.section_C_divider_top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.section_C_divider_top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 64px;
    transform: rotateY(180deg);
}

.section_C_divider_top .shape-fill {
    fill: #222222;
}

.section_C_divider_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.section_C_divider_bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 67px;
}

.section_C_divider_bottom .shape-fill {
    fill: #293241;
}

.section_D_divider_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.section_D_divider_bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.section_D_divider_bottom .shape-fill {
    fill: #FFFFFF;
}



#personalImage {
    max-width: 100%;
    height: auto;
    border-radius: 100px;
    border: 5px solid #224c7a80;
    background-color: #6587ad69;
}



.section_A h1 {
    font-size: min(15vw, 100px);
    color: #DFFBFC;
}

.section_A span {
    color: #293241;
}


.section_B, .section_Z{
    background-color: #222;
}


.section_B p, .section_Z ol li {
    color: #ffffff8c;
    font-family: Lekton;
    font-size: 18px;
}

.section_B p:hover, .section_Z ol li:hover {
    color: #DFFBFC;
}

.section_B h2, .section_Z h2 {
    text-align: center;
    font-size:30px; 
    font-weight:600; 
    color: #ee6b4dcc; 
    letter-spacing:1px;
    text-transform: uppercase;
    
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 0 20px;
    align-items: center;
}
    
.section_B h2:after,.section_B h2:before ,
.section_Z h2:after,.section_Z h2:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #ee6b4dcc;
    border-top: 1px solid #ee6b4dcc;
    height: 5px;
}

.section_C {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}


.section_C p {
    color: #3D5B81;
    font-family: Roboto;
    font-size: 16px;
}
.section_C h2 {
    text-align: center;
    font-size:36px; 
    font-weight:600; 
    color: #3D5B81; 
    letter-spacing:1px;
    text-transform: uppercase;
    
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 0 20px;
    align-items: center;
}
    
.section_C h2:after,.section_C h2:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #3D5B81;
    border-top: 1px solid #3D5B81;
    height: 5px;
}

.section_D {
    background-color: #293241;
    position: relative;
}

.section_D h2 {
    text-align: center;
    font-size:36px; 
    font-weight:600; 
    color: #9BC0D9; 
    letter-spacing:1px;
    text-transform: uppercase;
    
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 0 20px;
    align-items: center;
}
    
.section_D h2:after,.section_D h2:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #9BC0D9;
    border-top: 1px solid #9BC0D9;
    height: 5px;
}


.section_C h3 {
    font-family: Roboto;
    color: #3d5a81ec;
    font-weight: 600;
    font-size: 22px;
}

.section_D h3 {
    font-family: Roboto;
    color: #293241;
    font-weight: 600;
    font-size: 18px;
}

.section_C li {
    font-family: Roboto;
    color: #3D5B81;
    font-weight: 400;
    font-size: 16px;
}



.section_C ol {
    list-style: none;
}

.section_Z ol {
    list-style: none;
}

.section_D li {
    font-family: Roboto;
    color: #293241;
    font-weight: 400;
    font-size: 14px;
}



.section_D ol {
    list-style: none;
}

.degree{
    background-color: #DFFBFC;
}

.degree-image{
    border: 5px solid #293241;
    margin-top: -30px;
}

.section_C .card-header span {
    color: #EE6B4D;
    font-weight: 600;
    font-size: 17px;
}

.section_D .card-header span {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.badge{
    background-color: #3D5B81 ;
}

.position-cards {
    position: relative;
    overflow: hidden;
}

.position{
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    border: 5px solid #3D5B81;
    background-color: #DFFBFC;
    /* box-shadow: 0px 0px 12px #2228; */
}



.position.activeRight , .position.activeLeft {
    position: relative;
    opacity: 1;
    transition: 0.2s all ease;
    animation-duration: 1s;;
}

.position.activeRight{
    animation-name: moveRight;
}
.position.activeLeft {
    animation-name: moveLeft;
}

@keyframes moveRight {
    0% { transform: translateX(-300px);}
    100% { transform: translateX(0);}
}

@keyframes moveLeft {
    0% { transform: translateX(300px);}
    100% { transform: translateX(0);}
}

.section_C .position ol li::before, 
.section_Z ol li::before  {
    content: "\2022";
    color: #EE6B4D;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.section_D  ol li::before {
    content: "\2022";
    color: #3D5B81;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


.section_C .horizontal-timeline {
    height: 6px;
    /* width: 80%; */
    background: #3D5B81;
    border-radius: 5px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.section_C .horizontal-timeline ol li {
    content: "";
    position: absolute ;
    width: 26px;
    height: 26px;
    background-color: #DFFBFC;
    border: 4px solid #3D5B81;
    border-radius: 15px;
    top: -10px;
    cursor: pointer;
}

.section_C .horizontal-timeline ol li.timeline-active {
    content: "";
    position: absolute ;
    width: 26px;
    height: 26px;
    background-color: #DFFBFC;
    border: 4px solid #EE6B4D;
    border-radius: 15px;
    top: -10px;
    cursor: pointer;
    box-shadow: 0 0 15px #EE6B4D;
}

.section_C .horizontal-timeline ol li:hover::before , 
.section_C .horizontal-timeline ol li.timeline-active::before {
    content: "";
    position: absolute ;
    width: 12px;
    height: 12px;
    background-color: #3D5B81;
    border-radius: 10px;
    top: 3px;
    left: 3px;
}













.shape-blob {
	background:#3D5B818f;
	height: 200px;
	width: 200px;
	border-radius: 30% 50% 20% 40%;
  	animation: 
		transform 20s ease-in-out infinite both alternate,
		movement_one 40s ease-in-out infinite both;
	opacity:.3;
	position: absolute;
	right: -60px;
	top: 120px;
    
}
.shape-blob.one{
	height: 300px;
	width: 270px;
	left: -40px;
	top: 35%;
	transform: rotate(-180deg);
	animation: transform 30s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both;
}

.shape-blob.two{
	height: 150px;
	width: 220px;
	right: 150px;
	top: 60%;
	transform: rotate(-180deg);
	animation: transform 30s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both;
}

@keyframes transform
{
    0%,
  100% { border-radius: 33% 67% 70% 30% / 30% 30% 70% 70%; } 
   20% { border-radius: 37% 63% 51% 49% / 37% 65% 35% 63%; } 
   40% { border-radius: 36% 64% 64% 36% / 64% 48% 52% 36%; } 
   60% { border-radius: 37% 63% 51% 49% / 30% 30% 70% 70%; } 
   80% { border-radius: 40% 60% 42% 58% / 41% 51% 49% 59%; } 
}


@keyframes movement_one
{
    0%,
  100% { transform: none; }
   50% { transform: translate(50%, 20%) rotateY(10deg) scale(1.2); }
}

@keyframes movement_two
{
    0%,
  500% { transform: none; }
   50% { transform: translate(50%, 20%) rotate(-200deg) scale(1.2);}
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}