/*Colors*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('./fonts/SourceSansPro-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'odoofontregular';
  src: url('./fonts/LiberationSans-Regular.woff') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'odoobot';
  src: url('./fonts/ocrb.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
:root {
  --blue: #1e90ff;
  --orange: #ffa500;
  --yellow: #faeb36;
  --green: #79c314;
  --blue: #487de7;
  --indigo: #4b369d;
  --violet: #70369d;
  --menuhovercolr :rgb(130, 125, 125);
  --menuhoverdelay: 0.5s;
  --kabobs: #f9b677;
  --type1: #213A57;
  --type2:#0b6477;
  --type3: #14919b;
  --type4:#0ad1c8;
  --type5: #45dfb1;
  --type6: #80ed99;
  --twine: #f4e7fb;
  --twine2: #f3dcdc;
  --twine3: #f5bcba;
  --twine4: #e3aadd; 
  --twine5: #c8a8e9;
  --twine6: #c3c7f3;
--rain1:#ef476f;
--rain2:#f78c6b;
--rain3: #ffd166;
--rain4:#06d6a0;
--rain5: #118ab2;
--rain6: #073b4c;
--df : #e9f5db;
--df1: #cfe1b9;
--df2: #b5c99a ;
--df3: #97a97c; 
--df4: #87976a;
--df5: #718355;
--bro1: #a36361;
--bro2: #d3a29d;
--bro3: #e8b298;
--bro4: #eecc8c;
--bro5: #bdd1c5;
--bro6: #9eaba2;

}

.developer{
  width: 100%;
  background-image: linear-gradient(to right, #434343 0%, black 100%);
  color: white;
  text-align: right;
  padding: 6px;
  font-weight: 600;
  font-size: 13px;
  font-family: "Source Sans Pro",'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
.plus {
  width:13%;
  float: right;
  padding-top: 10px;
}
.number2{
  font-size: 120px;
  line-height: 100px;
  color: #545454;
  font-weight: 800;
  margin-top: 0px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
#davuu1 {
  font-size: 150px;
  font-weight: 500;
}
#top200, #top100, #top300{
  font-size: 180px;
  line-height: 100px;
  color: #545454;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'CustomFont2', Tahoma, Geneva, Verdana, sans-serif;
}
h4{
  padding-top: 20px;
}
.heading-link{
  color: #545454;
  font-size: 45px;
  font-weight: 600;
  line-height:40px;
  text-align: center;
  padding-top: 4px;
}
/*Font*/ 
/* Reset*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Start Style*/

.main__menu {
  display: grid;
  width: 100%;
  z-index: 1;
  position: absolute;
  grid-template-columns: repeat(8, 1fr);
 /* Chrome 10-25, Safari 5.1-6 */
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 30px;

}


#user_data{
  display: none;
}

.main__menu a{
  display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 19px;
    height: 100px;
    color: #fff;
    font-weight: 200;
    font-family: "Source Sans Pro",ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;;

    
}


.main__menu span {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  order: 2;
  text-decoration: none;
  font-weight: 600;
  color: #1f1e1e;
}
.main__menu img {
  width: 70px;
}
.dropdown-content {
  display: none;
  position: absolute;
  
  overflow: auto;
}
#dropdowntext:hover{
  background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
 background-blend-mode: multiply,multiply;
}
#dropdowntext{
  font-weight: 300;
  align-items: left;
  background-color: #4f4f4f;
  
  height: fit-content;
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.dropdowns{
  display: none;
  
}
.list-item:hover .dropdowns{
  display: block;

}

.list-item .home{
  background-color: #AED0F7;
}.list-item .about{
  background-color: #AED0F7;
}
.list-item .widget{
  background-color: #AED0F7;
}
.list-item .tabtuslax{
  background-color: #AED0F7;
}.list-item .kabobs{
  background-color: #AED0F7;
}
.list-item .newtrex{
  background-color: #AED0F7;
}
.list-item .dvrem{
  background-color: #AED0F7;
}
.list-item .contact{
  background-color: #AED0F7;
}
.list-item .nemelttab{
  background-color: #AED0F7;
}
.list-item .home:hover{
  transition: background-color var(--menuhoverdelay); 
  background-color: var(--menuhovercolr)
}

.list-item .about:hover{
  transition: background-color var(--menuhoverdelay); 
  background-color: var(--menuhovercolr);
}

.list-item .widget:hover{
  transition: background-color var(--menuhoverdelay); 
  background-color: var(--menuhovercolr)
}
.list-item .tabtuslax:hover{
  background-color: #49709d;
  
}
.list-item .kabobs:hover{
  transition: background-color var(--menuhoverdelay); 
  background-color: var(--menuhovercolr)
}
.list-item .dvrem:hover{
  transition: background-color var(--menuhoverdelay); 
  background-color: var(--menuhovercolr)
}

.list-item .contact:hover{
  transition: background-color var(--menuhoverdelay); 
  background-color: var(--menuhovercolr)
}

.list-item .nemelttab:hover{
  transition: background-color var(--menuhoverdelay); 
  background-color: var(--menuhovercolr)
}

.list-item:hover .dropdown-content {
  display: block;
}

.list-item .dropdown-content a{
  height: 45px;
  min-width: 160px;
  padding: 19px;
  align-items: flex-start;
  font-family: "Source Sans Pro Light";

}

.list-item .dropdown-content a.item1{
  opacity: 0;
  transform-origin: top right;
  animation-name: topToBottom;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
background-color: #373737;
width: auto;
font-family:"Source Sans Pro",'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.list-item .dropdown-content a.item2{
  opacity: 0;
  transform-origin: top right;
  animation-name: topToBottom;
  animation-duration: 300ms;
  animation-delay: 0.1s;
  animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
background-color: #373737;
font-family: "Source Sans Pro",'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.list-item .dropdown-content a.item3{
  opacity: 0;
  transform-origin: top right;
  animation-name: topToBottom;
  animation-duration: 300ms;
  animation-delay: 0.20s;
  animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
background-color: #373737;
font-family: "Source Sans Pro",'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.list-item .dropdown-content a.item4{
  opacity: 0;
  transform-origin: top right;
  animation-name: topToBottom;
  animation-duration: 300ms;
  animation-delay: 0.3s;
  animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
background-color: #373737;
font-family: "Source Sans Pro",'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.list-item .dropdown-content a.item5{
  opacity: 0;
  transform-origin: top right;
  animation-name: topToBottom;
  animation-duration: 300ms;
  animation-delay: 0.4s;
  animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
background-color: #373737;
font-family: "Source Sans Pro",'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.list-item .dropdown-content a.item6{
  opacity: 0;
  transform-origin: top right;
  animation-name: topToBottom;
  animation-duration: 300ms;
  animation-delay: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  background-color: #373737;
  font-family: "Source Sans Pro",'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.list-item .dropdown-content a.item7{
  opacity: 0;
  transform-origin: top right;
  animation-name: topToBottom;
  animation-duration: 300ms;
  animation-delay: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  background-color: #373737;
  font-family: "Source Sans Pro",'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.list-item .dropdown-content a.item8{
  opacity: 0;
  transform-origin: top right;
  animation-name: topToBottom;
  animation-duration: 300ms;
  animation-delay: 0.55s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  background-color: #373737;
  font-family: "Source Sans Pro",'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.list-item .dropdown-content a.item9{
  opacity: 0;
  transform-origin: top right;
  animation-name: topToBottom;
  animation-duration: 300ms;
  animation-delay: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  background-color: #373737;
  font-family: "Source Sans Pro",'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.list-item .dropdown-content a.item10{
  opacity: 0;
  transform-origin: top right;
  animation-name: topToBottom;
  animation-duration: 300ms;
  animation-delay: 0.65s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  background-color: #373737;
  font-family: "Source Sans Pro",'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
@keyframes topToBottom {
  0% {
    opacity: 0;

    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;  
    
    transform: rotateX(0deg);
  }
}



.list-item .dropdown-content a.item1:hover {
  background-color: #313460;

  
}
.list-item .dropdown-content a.item2:hover {
  background-color: #313460;

}
.list-item .dropdown-content a.item3:hover {
  background-color: #313460;

}
.list-item .dropdown-content a.item5:hover {
  background-color: #313460;
}
.list-item .dropdown-content a.item4:hover {
  background-color: #313460;
}
.list-item .dropdown-content a.item6:hover {
  background-color: #313460;
}

@media (max-width:868px) {
  .dropdowns{
    position: absolute;
  }
  #dropdowntext {
    border-radius: 0;
    padding-right: 10px;
  }
  .main__menu{
    grid-template-columns: repeat(2, 1fr);
    z-index: 2;
    margin:auto;
    position: relative;
  }
  .main__menu a {
    height: 40px;
    font-size: 25px;
    flex-direction:row;
    border-radius:15px;
  }
  .main__menu .dropdown-content a{
    font-size: 13px;
    border-radius: 0;
  }
  .main__menu img {
    width: 25px;
    left: 0;
  }
  .main__menu .list-item{
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;

  }
  
  
}
#companer {
  font-size: 24px;
  color: #111111;
  padding: 10px;
  font-family: "Source Sans Pro";
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px;
  background-color: #f5f5f5;
}
#loginamjilttai{
  color: var(--rain4);
}
.socialicon a img{
  padding-right:8px;
  margin-top: 2px;
  margin-left: 5px;
  width: 30px;
}
.loginbutton a img{
  padding-left:8px;
  margin-top: 5px;
  margin-left: 5px;
  width: 30px;
}
.loginbutton{
  font-size: 20px;
  font-family: "Source Sans Pro";
  font-weight: 500;
  margin-left: 20px;
  margin-right: 20px;
}
.loginbutton:hover{
  color:var(--kabobs);
}


* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}

/* Slideshow container */
.slideshow-container {
  margin-top: 100px;
  max-width:100%;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 48%;
  margin-left: 1%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #1aea8e;
  color: white;
 
  font-size: 55px;
  justify-content: center; /* Center horizontally */
    
    text-align: center; /* Center text */
    padding-right: 8px; /* sain golloxgvi baisan tul ingew*/
  transition: 0.8s ease;
  border: none; /* Remove default border */
  outline: none; /* Remove outline */


}

/* Position the "next button" to the right */
.next {
  right: 0;
  margin-right: 1%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #1aea8e;
  color: white;
  font-size: 55px;
  justify-content: center; /* Center horizontally */
    
    text-align: center; /* Center text */
    padding-left: 8px; /* sain golloxgvi baisan tul ingew*/
  transition: 0.8s ease;
  border: none; /* Remove default border */
  outline: none; /* Remove outline */
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {

  background-color: rgba(83, 83, 83, 0.8);
}

/* Caption text */
.ztext {
  color: #ffffff;
  font-size: 22px;
  padding: 8px 12px;
  position: absolute;
  background-color: #3d3d3d;
  bottom: 8px;
  width: 100%;
  text-align: left;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000000;
  font-size: 21px;
  position: inherit;
  font-weight: 300;
  padding: 8px 12px;
  position: absolute;
  font-family: "Source Sans Pro Regular";
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin: 0 10px;
  margin-top: -10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #1aea8e;
  height: 26px;
  width: 26px;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 0.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px;}
}

