/*!
=========================================================
* Dorang Landing page V 1.0
=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

-- responsive info --

    * mobile 568.98px, 
	
	* mobile horizontal 569px - 728.98px, 
	
	* tablet 729px - 923.98px, 
	
	* deskop 924px - 1024.98px, 
	
	* full deskop 1025px
	
-- end of responsive info --

*/





@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700");

:root {
  --blue: #007bff;
  --light-blue: #add8e6;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Quicksand", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /** news entry **/
  --main-color: #141b4d;
  --main-bg: #01050a;
  --black-bg: #111;
  --steel-blue: #4682B4;
  --gray-blue: #7393B3;
  --dark-blue: #141b4d;
  --global-graident: linear-gradient(to top right, #080027, #0f001a);
  --btn-hvr-grdnt: linear-gradient(to right, #720f95, #00b5b5);
  --brd-rds: 5px;
  --brd-clr: #ffffff55;
  --neon-red: #ff3131;
  --red: #ff0000;
  --yellow: #ffff00;
  --gold: #ffd700;
  /* Set Sizes */
  --max-width: 1179px;
}


/*

 --Global custom css--
 
                       */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

section {
	margin-bottom: 5rem!important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fbfbfb;
  text-align: left;
  background: var(--main-bg);
  height: 100%;
  display: block;
}


[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1 {
  font-size: 32px;
  line-height: 1.4;
  margin: 20px 0 18px;   
}

h2 {
  font-size: 27px;
  line-height: 1.4;
  margin: 20px 0 18px;
}

h3 {
  font-size: 25px;
  line-height: 1.4;
  margin: 20px 0 18px;
}

h4 {
  font-size: 23px;
  line-height: 1.4;
  margin: 20px 0 16px;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
  margin: 20px 0 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fbfbfb;
}

p {
	font-size: 16px;
	color: #fbfbfb;
    margin-top: 0;
    margin-bottom: 1rem;
}

img {	
    width: 100%;
}

a { 
    text-decoration: none;
    color: #feffe2;
	letter-spacing: 0.3px;
}
					
a:hover  {
	color: #4493f8;
}

::selection {
  color: black;
  background: yellow;
}						
.verticalSpace {
	display: block;
	margin: 10px 0;
}

.container {
	max-width: var(--max-width);
	width: 100%;
	margin: 0 auto;
}
input, select {
	margin-bottom: 15px;
	padding: 0 10px;	
	height: 35px;
	border-radius: 3px;
	width: 100%;
}
textarea {
	margin-bottom: 15px;
	padding: 10px 10px 0;	
	width: 100%;
	height: 135px;
	border-radius: 3px;
    background: #dbefff;
	/*resize:vertical;*/
}
::placeholder {
	color: #ddd;	
}
[type="submit"] {
	cursor: pointer;
} 
.text-center {
	text-align: center;
}

.heading-wrapper .first-title {
	flex: 1 1 100%;
	font-size: 18px;
	font-weight: bold;
	color: var(--orange);
}
.heading-wrapper .second-title{
    font-size: 45px;
	line-height: 1.2;
}
/*.. Elem end img section ..*/
.gridTextAndElem {
    display: flex;
	column-gap: 50px;
	align-items: center;
    margin-bottom: 25px;	
}
.gridTextAndElem .text-area {
    flex: 0 0 52%;
}
.gridTextAndElem .mobile-elem-area {
	display: none;
}/*.. End of elem end img section ..*/
@media (max-width: 1180px) { 
    .container {
		padding-right: 20px;
	    padding-left: 20px;
	}
}
@media (max-width: 728.98px) {
	section:not(:last-child) {
		margin-bottom: 35px;
	}
    .container {
		padding-right: 15px;
	    padding-left: 15px;
	}	
	.gridTextAndElem {
		flex-wrap: wrap;
	}	
	.gridTextAndElem .text-area {
		flex: 0 0 100%;
	}
	.gridTextAndElem .elem-area {
		flex: 0 0 100%;
		display: none;
	}	
	.gridTextAndElem .mobile-elem-area {
		display: block;
		margin-bottom: 10px;
	}
	.heading-wrapper .second-title {
		font-size: 35px;
	}
}/* End of the global css





/*
**
*** FAQ QUESTION AND ANSWER
**
*/
.faq .faq-wrapper {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px 20px;
}
.faq .faq-card-item {
	cursor: pointer;
}
.faq-card-content .paragraph {
	max-width: 85%;
}
.faq-card-content .heading {
	position: relative;
	display: block;
	border-bottom: solid 1px var(--brd-clr);
    padding-top: 35px;
    padding-bottom: 35px;
	margin: 0;
	max-width: 85%;
}
.faq-card-content .heading::after {
    content: "\f055";
    display: inline-block;
	font-size: 160%;
    font-family: 'FontAwesome';
    position: absolute;
	top: 35%;
    right: -18%;
	transition: all .6s;
}
.faq .faq-card-item.visible .heading::after {
    transform: rotate(135deg);
	color: var(--gold);
}
.faq-card-content .paragraph {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
	margin: 0;
    opacity: 0;
	transition: all .8s;
}
.faq .faq-card-item.visible .paragraph {
    max-height: 500px;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;	
}
@media (max-width: 768.98px) {
	.faq .faq-wrapper {
		max-width: 100%;
		margin: 0 auto;
		padding: 10px 10px;
	}
}/* end of FAQ */




/* ---page header-- */
header.header {
	position: relative;
}
.header ul {
    list-style-type: none;
	margin: 0;
	padding: 0;
}

.header ul li {
    display: inline-block;
}
.header .navbar-head {
    /*display: flex;
    flex-wrap: wrap;
    align-content: center;
	padding-top: 5px;*/
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
	height: max-content;
	padding-top: 5px;
    margin: 0 auto;
	transition: all .5s;
}

.header .page-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
	font-weight: 400;
	padding: 0 5vw;
}
.deskop-navbar .nav-menu {
	position: relative;
	font-size: 1.22vw;
	font-weight: 500;
}
.deskop-navbar .sub-menu {
	position: absolute;
	width: max-content;
	background: #000000f5;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all .8s;
	padding: 12px;
}
.deskop-navbar .nav-menu:hover > .sub-menu {	
	visibility: visible;
	opacity: 1;
	max-height: 70vh;	
}
.deskop-navbar .sub-menu .menu-item {
	display: block;
	padding: 5px 5px;
}

.deskop-navbar .nav-menu:not(:last-child) {
    margin-right: 1vw;
}

.nav-menu.language .lang-img {
    width: 3vw;
	height: 100%;
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: -5px;
}
.sub-menu .menu-item:hover {
	background: #000000aa;
}

.sub-menu .menu-item:hover a {
	margin-left: 5px;
	transition: all .3s;
}

/* start mobile menu navbar */

.mobile-toggle-menu input {
    display: flex;
    width: 40px;
    height: 35px;
    position: absolute;
    right: 6px;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

.mobile-navbar .mobile-toggle-menu span {
  display: flex;
  width: 29px;
  height: 3px;
  margin-bottom: 6px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transition: all .5s;
}

#menuToggle input:checked ~ span {
    width: 32px;
    opacity: 1;
    transform: rotate(45deg) translate(6px, 6px);
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(7px, -7px);
    width: 32px;
}

.mobile-navbar-menus {
	display: flex;
	flex-direction: column;
    position: absolute;
    width: 85%;
	max-width: 500px;
	right: -85%;
    height: 100vh;
    padding: 120px 20px 50px !important;
    margin-top: -85px !important;
    background-color: #000;
    transition: all 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	font-size: 18px;
	overflow-y: scroll;
}

#menuToggle input:checked ~ .mobile-navbar-menus {
  right: 0;
}

.mobile-navbar-menus .mobile-nav-menu {
    padding-top: 22px;
    padding-bottom: 14px;
    border-bottom: solid 1px var(--brd-clr);
}

.mobile-navbar-menus .sub-menu .menu-item {
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}

.mobile-nav-menu > .nav-link {
	letter-spacing: 3px;
	font-weight: 700;
}

.mobile-nav-menu .mobile-nav-sub-menu {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all .8s;
}
.mobile-navbar-menus .mobile-nav-menu.sub-menu {
	position: relative;
}
.mobile-navbar-menus .mobile-nav-menu.sub-menu::after {
	content: "\f0dd";
	position: absolute;
	font-family: "font awesome 6 free";
	font-weight: 900;
	font-size: 120%;
	top: 15px;
	right: 25px;
	transition: .8s;
}
.mobile-navbar-menus .mobile-nav-menu.sub-menu.active::after {
	color: var(--orange);
	transform: rotate(180deg);
	top: 20px;
}

.mobile-nav-menu.sub-menu.active .mobile-nav-sub-menu {
	max-height: 95vh;
	opacity: 1;
	visibility: visible;
	overflow-y: scroll;
	margin-top: 10px;
	margin-left: 5px;
	padding-top: 5px;
}


.nav-site-logo img { 
    width: 18vw;
} /* --- end of the page header-- */


/* Set the responsive mods */
@media (min-width: 924px) {
    .header .mobile-navbar {
		display: none;
    }
}
@media (max-width: 923.98px) {
    .header .deskop-navbar {
		display: none;
    }
}
@media (max-width: 828.98px) {
	.nav-site-logo img {
		width: 200px;
	}
    .header .navbar-head {
		height: 55px;
	}
}


/*
**
*** The contact form
**
*
*/
section.contact-form.container {
    position: relative;
    z-index: 0;
}
.contact-form .form-fields {
    margin: 0 auto;
	text-align: center;
}
.contact-form .form-fields form {
	margin: 20px 0;
}
.contact-form .form-fields input:focus, .contact-form .form-fields textarea:focus {
    background: #eff8ff8a;
	border-color: var(--orange);
}
.contact-form .form-fields input[type="submit"] {
    width: 100%;
	background: #316b99;
	color: #fcfcfc;
	transition: transform .5s;
	margin-top: 20px;
	height: 45px;
}
.contact-form .form-fields input[type="submit"]:hover {
	background: var(--orange);
	transform: translateY(-10px);
}
.contact-form .form-fields input, .contact-form .form-fields textarea {
	border-bottom: solid 1px #111;
	border-radius: 0;
	background: #dbefff;
	color: #111;
}
.contact-form ::placeholder {
	color: #111111aa;
}
.contact-form h4, .contact-form p {
	color: #111;
}
.contact-form .heading {
    font-weight: 900;
    font-size: 3rem;
    text-align: left;
}
.contact-form .formresult {
    padding: 15px 35px;
    color: #fbffeb;
    background: var(--success);
    margin: 35px 0 25px;
}
.contact-form .formresult h4 {
    color: #fff;
	text-align: center;
}

.contact-form .form-component {
	position: relative;
    display: flex;
    align-items: center;
	grid-gap: 35px;
	padding: 50px 35px;
    background: #dbefff;
    border-radius: 10px;
	border: solid 1px var(--blue);
}
.contact-form .form-component::after {
    display: block;
    content: "";
    position: absolute;
    width: calc(100% + 16px);
    height: 100%;
    background: #dbefff;
    transform: rotate(2deg);
    left: -8px;
    border-radius: 10px;
    z-index: -1;
    border: solid 1px var(--blue);
}
.contact-form .form-fields {
    flex: 0 1 55%;
}
.contact-form .field-group {
    display: flex;
    flex-wrap: nowrap;
    grid-gap: 10px;
}
.contact-form .text-wrapper {
    flex: 1 0 42%;
}
@media (max-width:900px) {
	.contact-form .form-component {
		flex-wrap: wrap;
		grid-gap: 0;
		padding: 35px 20px;
    }
	.contact-form .form-component::after {
		width: 100%;
		height: 103%;
        transform: rotate(1.3deg);
		left: 0;
	}
    .contact-form .form-fields {
		flex: 0 0 100%;		
    }
	.contact-form .field-group {
		flex-wrap: wrap;
		grid-gap: 0;
	}
	.contact-form .heading {
		font-size: 2.7rem;
	}
}/*.. end of contact form ..*/






/*
**
*** Why choose CodeCores
**
*/
.why-choose-us .heading-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
    margin-bottom: 70px;
}
.why-choose-us .heading-wrapper .title-content {
    flex: 0 1 40%;
}
.why-choose-us .choose-us-wrapper {
    max-width: 90%;
    margin: 0 auto;
}
.why-choose-us .choose-us-card {
	position: relative;
	margin-top: -19%;
	padding: 5% 10% 20% 10%;
	border: solid 1px #7594ff;
	width: 66%;
	height: 100%;
	background: var(--main-color);
	transition: all .5s;
}
.why-choose-us .choose-us-card::after {
    content: "";
    background: var(--orange);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
	transition: all .6s;
	z-index: -1;
}
.why-choose-us .choose-us-card.num1::after {
    background: var(--blue);
}
.why-choose-us .choose-us-card.num3::after {
    background: var(--teal);
}
.why-choose-us .choose-us-card.num4::after {
    background: var(--cyan);
}
.why-choose-us .choose-us-card.num5::after {
    background: var(--indigo);
}
.why-choose-us .choose-us-card:hover::after {
    transform: translate(-50%, -50%) scale(1);
}
.why-choose-us .choose-us-card:hover {
    transform: translate3d(0px, -12%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.why-choose-us .choose-us-card.num1 {
	z-index: 1;
	margin-top: 0;
}
.why-choose-us .choose-us-card.num2 {
	z-index: 2;
	left: 30%;
}
.why-choose-us .choose-us-card.num3 {
	z-index: 3;
	left: 15%;
}
.why-choose-us .choose-us-card.num4 {
	z-index: 4;
}
.why-choose-us .choose-us-card.num5 {
	z-index: 5;
	left: 37%;
}
.why-choose-us .card-content .heading {
    font-size: 30px;
}
.why-choose-us .card-content .paragraph {
	font-size: 18px;
	opacity: 0;
	transition: all .5s;
}
.why-choose-us .choose-us-card:hover .card-content .paragraph {
	opacity: 1;
}


@media (min-width: 579px) and (max-width: 1024px) {
  .why-choose-us .choose-us-wrapper {
    max-width: 95%;
  }
  .why-choose-us .choose-us-card {
    width: 85%;
	margin-top: -15%;
  }
  .why-choose-us .choose-us-card.num2 {
    left: 15%;
  }
  .why-choose-us .choose-us-card.num3 {
    left: 0;
  }
  .why-choose-us .choose-us-card.num4 {
    left: 15%;
  }
  .why-choose-us .choose-us-card.num5 {
    left: 0;
  }
}

@media (max-width: 578.98px) {
	.why-choose-us .choose-us-wrapper {
		max-width: 100%;
	}	
	.why-choose-us .choose-us-card {
		width: 95%;
	}
	.why-choose-us .choose-us-card.num2 {
		left: 5%;
	}	
	.why-choose-us .choose-us-card.num3 {
		left: 0;
	}	
	.why-choose-us .choose-us-card.num4 {
		left: 5%;
	}	
	.why-choose-us .choose-us-card.num5 {
		left: 0%;
	}
	.why-choose-us .heading-wrapper {
		margin-bottom: 50px;
	}
	.why-choose-us .heading-wrapper .title-content {
		flex: 0 1 100%;
	}
}/* end of why choose codecores */







