@charset "utf-8";
/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: auto;
    padding-left: 2.275%;
	padding-right: 2.275%;
}

/* ABDULAMIR REZASOROUSH Logo */
.AR-container {
  position: relative;
  width: 100%;
  max-width: 1000px; 
  text-align: center;
}
.AR-container:hover .overlay {
  opacity: 1;
}
.image {
  display: block;
  max-width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

/* Header */
header {
	text-align: center;
	display: block;
}
header .profileLogo .logoPlaceholder {
	width: 100%;
	text-align: center;
}
header .logoPlaceholder span {
	width: 80px;
	height: 22px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 53px;
}
header .profilePhoto {
	width: 30%;
	border-radius: 50%;
	height: 30%;
	clear: both;
}
header .profileHeader h1 {
	font-family: 'Montserrat', sans-serif;
	color: rgba(0,0,0,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
}
header .profileHeader h3 {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}
header .profileHeader p {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
}
header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
}
header .socialNetworkNavBar .socialNetworkNav {
	border-radius: 50%;
	cursor: pointer;
}
header .socialNetworkNavBar .socialNetworkNav img:hover {
	opacity: 0.5;
}
/* Main Content sections */
.mainContent .section1 {
	display: block;
}
.section1 .sectionTitle, .section2 .sectionTitle {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	margin: 0 3% 0 0;
	float: left;
	clear: both;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
	padding: 0px;
}
.mainContent .section1 .section1Content {
	font-family: ProximaNova;
	font-size: 14px;
	font-weight: 100;
	color: rgba(208,207,207,1.00);
}
.mainContent .section1 .section1Content span {
	color: rgba(146,146,146,1.00);
	font-family: sans-serif;
}
.section2 .sectionContentTitle {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
}
.section2 .sectionContentSubTitle {
	font-family: sans-serif;
	color: rgba(68,67,67,1.00);
	font-size: 14px;
	font-weight: 400;
}
.section2 .sectionContent {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}
.mainContent {
	display: block;
}
.mainContent .externalResourcesNav .externalResources {
	background-color: rgba(208,207,207,1.00);
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	padding-top: 3%;
	cursor: pointer;
}
.mainContent .externalResourcesNav .externalResources:hover {
	background-color: rgba(153,153,153,1.00);
}
.externalResourcesNav .externalResources a {
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}
.stretch {
	content: '';
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
}
/* Footer */
footer .footerDisclaimer {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerDisclaimer span {
	color: rgba(104,103,103,1.00);
	font-weight: 400;
}
footer .footerNote {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerNote span {
	color: rgba(104,103,103,1.00);
	font-weight: 400;
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
}
header .profilePhoto {
	display: inline-block;
}
header .profileHeader {
	text-align: center;
	margin-top: 10%;
}
header .profileHeader p {
	text-align: justify;
}
header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
	margin-bottom: 15%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content sections */
.mainContent .section1 {
	text-align: center;
	margin-bottom: 10%;
}
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: inline-block;
	text-align: left;
	font-family: sans-serif;
}
.mainContent .section2 {
	display: block;
	text-align: center;
}
.section2 .section2Content {
	margin-top: 10%;
	text-align: justify;
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav {
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
}
/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
	margin-top: 5%;
}
header .profileHeader {
	text-align: left;
	margin-top: 7%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content and sections */
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: block;
	margin: 0% 0% 0% 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .externalResourcesNav {
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
	margin-top: 5%;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 1%;
	font-family: sans-serif;
}
footer .footerNote {
	float: left;
	margin-left: 1%;
	font-family: sans-serif;
}
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
header .profileLogo .logoPlaceholder {
	float: left;
	margin-bottom: 50px;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
}
header .profileHeader {
	text-align: left;
	padding-top: 10%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content sections */
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 22.5%;
}
.mainContent .section1 .section1Content {
	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 26%;
	margin-bottom: 0%;
	font-family: sans-serif;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 26%;
	font-family: sans-serif;
}
.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 1%;
	font-family: sans-serif;
}
footer .footerNote {
	float: left;
	margin-left: 10%;
	font-family: sans-serif;
}
}

/* 3D Flip Box (Horizontal) */
.flip-box {
  background-color: transparent;
  width: min(500px, 100%);
  height: min(300px, 100%);
  /*border: 1px solid #f1f1f1;*/
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: transparent;
  /*color: black;*/
}

.flip-box-back {
  background-color: transparent;
  /*color: white;*/
  transform: rotateY(180deg);
}

/* 3D Flip Box (Vertical) */
.flip-box-Vertical {
  background-color: transparent;
  width: min(500px, 100%);
  height: min(300px, 100%);
  /*border: 1px solid #f1f1f1;*/
  perspective: 1000px;
}

.flip-box-inner-Vertical {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box-Vertical:hover .flip-box-inner-Vertical {
  transform: rotateX(180deg);
}

.flip-box-front-Vertical, .flip-box-back-Vertical {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front-Vertical {
  background-color: transparent;
  /*color: black;*/
}

.flip-box-back-Vertical {
  background-color: transparent;
  /*color: white;*/
  transform: rotateX(180deg);
}

.hollow-circle {
    width: 13px;
    height: 13px;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    background-color: transparent;
}

.circle {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    /*background-color: #3498db;*/
    background-color: #AFAFAF;
}

/* Top 10 Fade Image */
.container-AR-Top10 {
    position: relative;
    display: inline-block;
}

#backgroundImage {
    width: 100%;
    height: auto;
}

#overlayImage {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: auto;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.bullet-point {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #3498db;
    /*background-color: #AFAFAF;*/
}

.bullet-point-x2 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3498db;
    /*background-color: #AFAFAF;*/
}

/* Circle with Number */
.number-circle {
    width: 20px;
    height: 20px;
    /* border: 2px solid black; */
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    color: black;
    margin: 0 3px; /* Adjust margin to add space between circle and text */
}

.number-circle-container {
    display: flex;
    flex-wrap: wrap; /* Added by AR */
    align-items: center;
    justify-content: center;
    text-align: center;
}

.number-circle-text-left, .number-circle-text-right {
    width: auto; /* Adjust width as needed */
}

/* Vertical Text */
.software-box {
    width: 30px;  /* Set your desired width */
    height: 600px; /* Set your desired height */
    border: 1px solid white;
    border-radius: 5px; /* Added by AR */    
    background-color: #0085FF; /* Added by AR */
    color: white; /* Added by AR */
    font-size: 16px; /* Added by AR */
    position: relative;
    margin: 10px; 
}

.rotated-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg); /* Rotates text 90 degrees clockwise */
    white-space: nowrap; /* Ensures text stays in one line */
}

.hardware-box {
    width: 30px;  /* Set your desired width */
    height: 150px; /* Set your desired height */
    border: 1px solid white;
    border-radius: 5px; /* Added by AR */    
    background-color: #000000; /* Added by AR */
    color: white; /* Added by AR */
    font-size: 16px; /* Added by AR */
    position: relative;
    margin: 10px; 
}

/* Flexbox DIV */
.div-container {
    display: flex; /* Enable flexbox layout */
    justify-content: flex-end; /* Added by AR */
}

.box {
    width: 50%;
    padding: 20px;
    border: 1px solid black;
    text-align: center; /* Added by AR */
    margin-right: 2px; /* Adjust the space between DIVs */    /* Added by AR */
} 
.box:last-child {
    margin-right: 0; /* Remove margin from the last box */    /* Added by AR */
}

/* Responsive Text Box */
.text-box {
    width: 100%; /* Make the box take the full width of the parent container */
    max-width: 100%; /* Ensure it doesn't exceed the screen width */
    padding: 5px; /* Add some padding inside the box */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    background-color: transparent;
    margin: 0 auto; /* Center the box */
}

/* Text with <hr> tag on Both Sides */
.text-with-hr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-with-hr:before,
.text-with-hr:after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #555555;
    margin: 0 10px;
}

/* Box Shadow and Border on Hover */
.image-container {
    display: inline-block;
}
.image-container img {
    transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
    border: 2px solid transparent; /* Initial border color is transparent */
}
.image-container img:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
    border: 2px solid #D9D9D9; /* Border color on hover */
}

/* Centered Image */
.image-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */ /* Adjust the height as needed */
    /* border: 1px solid #000; */ /* Optional: for visual reference */
}
.image-centered img {
    max-width: 100%; /* Adjust the size of the image as needed */
    max-height: 100%;
}

/* Progress Bar and Text Box */
.progress-container {
    width: 100%;
    background-color: transparent; /* Default: #f3f3f3 */
}
.progress-bar-container {
    width: 0%;
    height: 30px;
    background-color: #0085FF; /* Default: #4caf50 */
    border-radius: 30px; /* Added by AR */
    text-align: center;
    line-height: 30px;
    color: white;
}
.button {
    display: none;
    /* width: 100%; */
    /* height: 100px; */
    /* border: 2px solid black; */
    margin-top: 20px;
    text-align: center;
    /* line-height: 100px; */
}

/* Type Writer */
/* body {
    font-family: 'Courier New', Courier, monospace;
    font-size: 24px;
} */
.typewriter {
    font-family: Arial, sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.progress-box {
    width: 50px;
    text-align: right;
    margin-right: 10px;
}
.progress-bar {
    width: 100%;
    height: 30px;
    background-color: transparent; /* Default: #f3f3f3 */
    border: 1px solid transparent; /* Default: #ccc */
    position: relative;
    overflow: hidden;
    border-radius: 30px; /* Added by AR */
}
.progress-bar-fill {
    width: 0;
    height: 100%;
    background-color: #0085FF; /* Default: #4caf50 */
    background-image: linear-gradient(-90deg,rgba(0,133,255,1.00) 0%, rgba(0,0,0,0.80) 100%); /* Added by AR */
    border-radius: 30px; /* Added by AR */
}
.typing-text {
    display: none;
}
.caret {
    border-left: 2px solid black;
    animation: blink 0.75s step-end infinite;
}
@keyframes blink {
    from, to {
        border-color: transparent;
    }
    50% {
        border-color: #555; /* Default: black */
    }
}
